function banner_flash(ad,ct,w,h,t) {
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+w+'" height="'+h+'">');
	document.write('<param name="movie" value="'+ad+'?clickTAG='+ct+'">');
	document.write('<param name="menu" value="false"><param name="quality" value="high">');
	document.write('<param name="wmode" value="transparent">');
	document.write('<embed src="'+ad+'?clickTAG='+ct+'" menu="false" quality="high" width="'+w+'" height="'+h+'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>');
	document.write('</object>');
}
function banner_img(ad,ct,w,h,t) {
	document.write('<a href="'+ct+'" target="'+t+'">');
	document.write('<img src="'+ad+'" border="0" width="'+w+'" height="'+h+'">');
	document.write('</a>');
}
