var indice;
indice = rand(9);

document.write("<object type='application/x-shockwave-flash' data='../images/Flash/Banner/top_banner" + indice + ".swf' width='932' height='250'>");
document.write("<param name='movie' value='../images/Flash/Banner/top_banner" + indice + ".swf'/>");
document.write("<param name='loop' value='true'/>");
document.write("<param name='wmode' value='Transparent' />");
document.write("</object>");

//document.write('<embed width="932" height="250" src="../images/flash/banner/top_banner' + indice + '.swf" align="middle">');
