images = new Array(3);
images[0]='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0" width="709" height="453"><param name="movie" value="flash/home_flash_1.swf"><param name="loop" value="true"><param name="quality" value="high"><param name="menu" value="false"><embed src="flash/home_flash_1.swf" quality="high" menu="false" width="709" height="453" type="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed></object>';
images[1]='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0" width="709" height="453"><param name="movie" value="flash/home_flash_2.swf"><param name="loop" value="true"><param name="quality" value="high"><param name="menu" value="false"><embed src="flash/home_flash_2.swf" quality="high" menu="false" width="709" height="453" type="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed></object>';
images[2]='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0" width="709" height="453"><param name="movie" value="flash/home_flash_3.swf"><param name="loop" value="true"><param name="quality" value="high"><param name="menu" value="false"><embed src="flash/home_flash_3.swf" quality="high" menu="false" width="709" height="453" type="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed></object>';

index=Math.floor(Math.random() * images.length);

document.write(images[index]);

