// 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('<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="715" height="167">');
document.write('<param name="movie" value="../flash/'+flash_name+'.swf">');
document.write('<param name="quality" value="high">');
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="715" height="167"></embed>');
document.write('</object>');