var flashes = new Array( /*'hpflash2.swf',*/ 'hpflash3.swf', 'hpflash.swf', 'hpflash5.swf', 'hpflash6.swf' );
var images = new Array( /*'hp_flash2.jpg',*/ 'hp_flash3.jpg', 'hp_flash.jpg', 'hp_flash5.jpg', 'hp_flash6.jpg' );
var show = Math.floor(Math.random()*4);
var flashToShow = flashes[show];
var imgToShow = images[show];
document.write('<div id="hpflash" style="background: url('+ImagesURL+imgToShow+') no-repeat;">');
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="611" height="451" title="Opavia Homepage">');
document.write('<param name="movie" value="'+ImagesURL+flashToShow+'" />');
document.write('<param name="quality" value="high" />');
document.write('<embed src="'+ImagesURL+flashToShow+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="611" height="451"></embed>');
document.write('</object>');
document.write('</div>');
