// JavaScript Documentvar swfs=["vso0025.swf","vso0026.swf","vso0027.swf"];var width=300;var height=105;function wrtSwfObj(){var swf=swfs[Math.floor(Math.random()*swfs.length)];document.write(''+'<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" CODEBASE="http://active.macromedia.com/flash/cabs/swflash.cab#version=3,0,0,0" WIDTH="'+width+'" HEIGHT="'+height+'" NAME="sample">'+'<PARAM NAME="Movie" VALUE="'+swf+'">'+'<PARAM NAME="quality" VALUE="high">'+'<PARAM NAME="Loop" VALUE="true">'+'<PARAM NAME="play" VALUE="true">'+'<EMBED SRC="'+swf+'" NAME="sample" WIDTH="'+width+'" HEIGHT="'+height+'" LOOP="true" QUALITY="high" SWLIVECONNECT="true">'+'</OBJECT>');}