<!-- Embed the logo and spinning ball on the other pages -->
document.write(
'<div id="otherpagelogoball">'
+ '<img src="Images/logoball.jpg" alt="Spinning Ball" width="245" height="294">'
+ '</div>'
+ '<script type="text/javascript">'
+ 'var so = new SWFObject("otherpagelogoball.swf", "otherpagelogoball", "245", "294", "9,0,28,0", "#000000");'
+ 'so.addParam("loop", "false");'
+ 'so.addParam("wmode", "transparent");'
+ 'so.write("otherpagelogoball");'
+ '</script>');