function ad_flash(flash_width,flash_height,flash_url,flash_link,flash_title)
	   {
	     var f_width=flash_width;
		 var f_height=flash_height;
		 var f_url=flash_url;
		 var f_link=flash_link;
		 var f_title=flash_title;   
   
   
      document.write('<div style="visibility:visible;position:absolute;z-index:30;margin:0; left:0; right:0; top:0; bottom:0;width:'+f_width+'px; height:'+f_height+'px">');
	
	  document.write('<a href="http://'+f_link+'" target="_blank">');
      document.write('<img width="'+f_width+'px" height="'+f_height+'px" src="/images/kong.gif" border="0px" /></a></div>');
	   
	   
	  document.write('<div style="z-index:21">');
	  document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="'+f_width+'" height="'+f_height+'" title="'+f_title+'">');
	  document.write(' <param name="movie" value="'+f_url+'" />');
	  document.write(' <param name="quality" value="high" />');
	  document.write(' <param name="wmode" value="transparent" />');
	  document.write(' <embed src="'+f_url+'" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="'+f_width+'" height="'+f_height+'" wmode="transparent">');
	   document.write('</embed> </object></div>');	  
	  
	  
	  }
