var myflash=new Array()
myflash[1]="flash/rotate.swf";
myflash[2]="flash/rotate2.swf";
var rand=Math.floor(Math.random()*myflash.length);
if (rand==0) rand=1;
swfobject.embedSWF(myflash[rand], "rotate_pic", "348", "109", "6.0.0", "flash/expressInstall.swf");
