// JavaScript Document
var wlocation = window.location+"";
var temps = wlocation.substring(0,wlocation.lastIndexOf('/'));
var flash_name = "ban_"+wlocation.substring(temps.lastIndexOf('/')+1,wlocation.lastIndexOf('/'));
//alert(flash_name);

document.write('<table width="100%"  border="0" cellpadding="0" cellspacing="0">');
document.write('<tr>');
document.write('<td valign="top" height="122">');
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="769" height="122">');
document.write('<param name="movie" value="../flash/'+flash_name+'.swf">');
document.write('<param name="quality" value="high">');
document.write('<PARAM NAME="WMODE" VALUE="transparent">'); 
document.write('<embed src="../flash/'+flash_name+'.swf" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="769" height="122">');
document.write('</embed>');
document.write('</object>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
