OK, so put balloontip.js back the way that it was, and get rid of the change to the body onload, basically put everything back the way that it was before I told you to change it. Next, due to the styling of your page, the class="balloonstyle" divisions all need to go at the very end, or the very beginning of the body section (here shown at the very end):
Code:
. . . ition=21;
var sc_security="1a1f1b24";
</script>
<script type="text/javascript" src="http://www.statcounter.com/counter/counter_xhtml.js"></script><noscript><div class="statcounter"><a class="statcounter" href="http://www.statcounter.com/"><img class="statcounter" src="http://c22.statcounter.com/3295709/0/1a1f1b24/0/" alt="website metrics" /></a></div></noscript>
<!-- End of StatCounter Code -->
<div id="boomshine" class="balloonstyle">
Relaxing and fun, easy to play.<br /><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="90" height="20" id="rating" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<!-- here's the bit -->
<param name="movie" value="games/rating_id_readonly.swf?id=boomshine" />
<param name="quality" value="high" />
<param name="bgcolor" value="#000000" />
<!-- here's the other bit -->
<embed src="games/rating_id_readonly.swf?id=boomshine" quality="high" bgcolor="#000000" width="90" height="20" name="rating" align="middle" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></embed>
</embed>
</embed>
</object></div>
<div id="ufomania" class="balloonstyle">It's mania, UFO style!<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="90" height="20" id="rating" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<!-- here's the bit -->
<param name="movie" value="games/rating_id_readonly.swf?id=ufomania" />
<param name="quality" value="high" />
<param name="bgcolor" value="#000000" />
<!-- here's the other bit -->
<embed src="games/rating_id_readonly.swf?id=ufomania" quality="high" bgcolor="#000000" width="90" height="20" name="rating" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object></div>
<div id="5differences" class="balloonstyle">It's spot the difference...with a difference!<br /><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="90" height="20" id="rating" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<!-- here's the bit -->
<param name="movie" value="games/rating_id_readonly.swf?id=5differences" />
<param name="quality" value="high" />
<param name="bgcolor" value="#000000" />
<!-- here's the other bit -->
<embed src="games/rating_id_readonly.swf?id=5differences" quality="high" bgcolor="#000000" width="90" height="20" name="rating" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object></div>
<div id="connalandcam" class="balloonstyle">Beware the time wizard Glek!<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="90" height="20" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<!-- here's the bit -->
<param name="movie" value="games/rating_id_readonly.swf?id=connalandcam" />
<param name="quality" value="high" />
<param name="bgcolor" value="#000000" />
<!-- here's the other bit -->
<embed src="games/rating_id_readonly.swf?id=connalandcam" quality="high" bgcolor="#000000" width="90" height="20" align="middle" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></embed>
</object></div>
</body>
</html>
Once I did that, it worked here in a local demo.
Bookmarks