var ads;var type;var fh_text;if (!type) type = 1;if (!fh_text) fh_text = 1;var total_ads = 1;
if (fh_text == 1) document.write('<a target="_blank" href="http://3foryou.com"><span style="font-weight:bold;color:#3399FF;font-size:11px;text-decoration:none">本站免費網存空間由 3foryou.com 提供!</span></a><br/><br/>');
if (type == 1) flash('http://3foryou.com/advertisement/3foryou_2009808_728x90.swf','728','90'); else ads_str = '<a target="_blank" href="http://myhosting.com.hk"><img border="0" src="http://3foryou.com/advertisement/3foryou_2009808_468x60.png" alt="" /></a><br/>';
if (type != 1) {
str = new Array(ads_str);
ads = str[parseInt(Math.random()*total_ads)];
document.write(ads);
}

function flash(ur,w,h) {
document.write('<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,40,0" border="0" width="'+w+'" height="'+h+'">');
document.write('<param name="movie" value="'+ur+'">');
document.write('<param name="quality" value="high">');
document.write('<param name="wmode" value="transparent">');
document.write('<param name="menu" value="false">');
document.write('<embed src="'+ur+'" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1" width="'+w+'" height="'+h+'" quality="High" wmode="transparent">');
document.write('</embed>');
document.write('</object>');
}