<!-- GoPopUp.com Exchange Code Begin -->
<!-- Full Page Pop-Up Window code for http://bloguide.ettoday.com/fengchi2004/ -->
<script language="JavaScript">
<!--
//frequency cap, pop-up per number of hours, 0 = per advertiser per user session
var frequencyCap = 0.1 //hours
function setCookie(cookieName,cookieValue, expirehours) {
if (frequencyCap > 0){
var today = new Date();
var expire = new Date();
expire.setTime(today.getTime() + 3600000 * frequencyCap);
document.cookie = cookieName+"="+escape(cookieValue)
+ ";expires="+expire.toGMTString();
}else{
document.cookie = cookieName+"="+escape(cookieValue);
}
}
function ReadCookie(cookieName) {
var theCookie=""+document.cookie;
var ind=theCookie.indexOf(cookieName);
if (ind==-1 || cookieName=="") return "";
var ind1=theCookie.indexOf(';',ind);
if (ind1==-1) ind1=theCookie.length;
return unescape(theCookie.substring(ind+cookieName.length+1,ind1));
}
if (ReadCookie('GoPopUpAds') != 'yes')
{
setCookie('GoPopUpAds','yes', frequencyCap);
//Pop-Up Code Here
document.write('<SCRI'+'PT LANGUAGE="JavaScript1.1" ');
document.write(' SRC="'">http://GoPopUp.com/popup.php?id=fengchi&pk=1&pop=enter&t=3">');
document.write('</SCR'+'IPT>');
//Pop-Up Code End
}
// -->
</script>
<!-- GoPopUp.com Exchange Code End -->
博訊陳逢麒特區
http://www.boxun.com/hero/FENGCHICHEN/
東森陳逢麒特區
http://www.ettoday.com/project/0007/648_1.htm
我的東森部落格
http://bloguide.ettoday.com/fengchi2004/