function showFlash(url,width,height){
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+width+'" height="'+height+'">');
document.write('<param name="movie" value="'+url+'">');document.write('<param name="quality" value="high">');
document.write('<embed src="'+url+'" quality="high" type="application/x-shockwave-flash" width="'+width+'" height="'+height+'">');
document.write('</embed>');document.write('</object>');}
var images = new Array(
'<scr'+'ipt type="text/javascript">showFlash("image/ma1.swf",980,160);</scr'+'ipt>',
'<scr'+'ipt type="text/javascript">showFlash("image/ma1.swf",980,160);</scr'+'ipt>',
'<scr'+'ipt type="text/javascript">showFlash("image/ma1.swf",980,160);</scr'+'ipt>',
'<scr'+'ipt type="text/javascript">showFlash("image/ma1.swf",980,160);</scr'+'ipt>');
var figure = images.length;for (i=0; i<100; i++)
{n1 = Math.floor(Math.random() * figure);n2 = Math.floor(Math.random() * figure);
n = images[n1] = images[n2];}
function putimage(cnt){document.write(images[cnt]);}