<!--
changeheight("navspaceheight", "shadowheight"); 

rnum = Math.floor((Math.random() * 3)) + 1;
document.writeln('<div id="splatter" style="position:absolute; left:100; top:1600; width: 175px; height: 209px">');
document.writeln('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="175" height="209">');
document.writeln('<param name="movie" value="flash/splatter_0' + rnum + '.swf">');
document.writeln('<param name="quality" value="high">');
document.writeln('<param name="wmode" value="transparent">');
document.writeln('<embed src="flash/splatter_0' + rnum + '.swf" width="175" height="209" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed>');
document.writeln('</object>');
document.writeln('</div>');

moveFlash(rnum);

Opera = 0;
if (document.all && !Opera)
	window.onscroll = moveFlashonScroll;
else
	tid = setInterval('moveFlashonScroll()', 25);

theObjects = document.getElementsByTagName("object");
for (var i = 0; i < theObjects.length; i++) {
theObjects[i].outerHTML = theObjects[i].outerHTML;
}
//-->
