﻿

var arr = new Array("1","1","1","1","1","1","1","1","1","1","1");

nTemp = Math.round(Math.random()*10);
flashNo = arr[nTemp];

document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'")
document.write(" codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/")
document.write("flash/swflash.cab#version=8,0,0,0'")
document.write(" width='800' height='255' id='topflash'>")
document.write("<param name='allowScriptAccess' value='always'>")
document.write("<param name='movie' value='./images/00_top/top-flash",flashNo,".swf'/>")
document.write("<param name='quality' value='high'/>")
document.write("<param name='loop' value='false' />")
document.write("<param name='wmode' value='transparent'>")
document.write("<embed src='./images/00_top/top-flash",flashNo,".swf' quality='high'")
document.write(" width='800' height='255' name='topflash'")
document.write(" type='application/x-shockwave-flash'")
document.write(" pluginspage='http://www.macromedia.com/go/getflashplayer'>")
document.write("</embed>")
document.write("</object>")

