<HTML><HEAD>
<TITLE>Games Games and More Games</TITLE>

<script language="JavaScript" SRC="moveobj.js"> </script>
<script>

/*
Floating image script
By Virtual_Max (http://www.geocities.com/siliconvalley/lakes/8620)
Permission granted to Dynamicdrive.com to feature it in it's archive
For 100's of FREE DHTML scripts and components,
Visit http://dynamicdrive.com
*/


var chip1;
var chip2;
var chip3;
//add or delete more variables, depending on how many images you're using

function pagestart()
{checkbrOK(); 
 chip1=new Chip("chip1",60,80);
 chip2=new Chip("chip2",60,80);
 chip3=new Chip("chip3",60,80);
 //add or delete more of the above, depending on how many images you're using
 if(brOK) 
   { movechip("chip1");
     movechip("chip2");
     movechip("chip3");
     //add or delete more of the above, depending on how many images you're using
   }
}
</script>


</HEAD>
<BODY onLoad="pagestart();" onUnload="if(brOK) {stopme('chip1'); stopme('chip2'); stopme('chip3');}">

<body background="pics/CLOUD.GIF">
<DIV ID="chip1" STYLE="position:absolute; width:47; height:68;"> <A HREF="cafe.html"><IMG SRC="./chip1" BORDER=0></a> 
</DIV><DIV ID="chip2" STYLE="position:absolute; width:47; height:68;"> <A HREF="reflex.html"><IMG SRC="./chip2" BORDER=0></a> 
</DIV><DIV ID="chip3" STYLE="position:absolute; width:47; height:68;"> <A HREF="trivia.html"><IMG SRC="./chip3" BORDER=0></a> 
</DIV><P>&nbsp;</P><P>&nbsp;</P><P ALIGN="CENTER"><FONT SIZE="+6" COLOR="#FF4AA2">So You want 
to Play Games</FONT></P><P ALIGN="CENTER"><FONT SIZE="+6" COLOR="#FF4AA2">Catch 
a Ballon and CLICK on it </FONT></P>

<DIV ALIGN="center"><H3><FONT COLOR="#0000FF">Different</FONT> <FONT COLOR="#FF0000">Colors</FONT> <FONT COLOR="#990099">Different</FONT> <FONT COLOR="#FF3366">Games</FONT></H3>
</DIV>

</BODY>
</HTML>