var num =Math.floor(Math.random(2)*2);
document.write('<P align="center"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#3,0,0,0" width="450" height="80"><param name="SRC" value="')
if (num == 0){document.write('sheep2.swf')};
if (num == 1){document.write('welcome.swf')};
document.write('"><param name="BGCOLOR" value="#000000"><embed src="');
if (num == 0){document.write('sheep2.swf')};
if (num == 1){document.write('welcome.swf')};
document.write('" pluginspage="http://www.macromedia.com/shockwave/download/" type="application/x-shockwave-flash" width="450" height="80" bgcolor="#000000"></embed></object></P>');
