<!-- frameSet v1.0 ©2007 Jan Albartus

document.write('<frameset frameborder="0" framespacing="0" border="0" rows="480,*,0">');
document.write('<frame name="gameframe" src="game.htm" marginwidth="0" marginheight="0" scrolling="no" noresize>');
document.write('<frame name="chatframe" src="chat.htm" marginwidth="0" marginheight="0" scrolling="no" noresize>');
document.write('<frame name="soundframe" src="sound.htm" marginwidth="0" marginheight="0" scrolling="no" noresize>');
document.write('</frameset><noframes><body></body></noframes>This page uses frames. To see this page as it is meant to appear please use a browser that supports frames.</frameset>');

// Should be in BODY of HTML -->