document.write('<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="450" height="150" ID="Object1" VIEWASTEXT>');

var link = new Array();
link[0] = "img/bm_hero.swf";
link[1] = "img/bm_hero2.swf";
link[2] = "img/yellow.swf";
link[3] = "img/blue.swf";
link[4] = "img/pink.swf";
link[5] = "img/green.swf";
link[6] = "img/ego1.swf";
link[7] = "img/ego2.swf";

var x = Math.floor(Math.random() * link.length);
document.write('<param name="movie" value="' + link[x] + '">');


document.write('<param name="quality" value="high">');


document.write('<embed src="' + link[x] + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="450" height="150">');



document.write('</embed>');
document.write('</object>');


