// function
String.prototype.startsWith = function(sStart) {
    return (this.substr(0,sStart.length)==sStart);
}

function getLastStr(str, separator) {
    var splitStr = str.split(separator);
    return splitStr[splitStr.length-1];
}

// URL Information
var dmp_host = (location.host).toLowerCase()           // <hostname>[:<port>]
var dmp_path = (location.pathname).toLowerCase()                        // <pathname>
var dmp_param = (location.search).toLowerCase()        // <search> -- ?...
var dmp_page = getLastStr(dmp_path, "/");
var dmp_fullPath = (document.URL).toLowerCase();

// Referer URL Information
var dmp_referType = "N"
var dmp_referURL = "";
if (dmp_referrer == "" || dmp_referrer.length == 0) {
    if (dmp_opener == null) {
        dmp_referType = "D"; // direct
        dmp_referURL = "null";
    } else {
        dmp_referType = "O" // opener
        dmp_referURL = dmp_opener;
    }
} else {
    dmp_referType = "L"; // link
    dmp_referURL = dmp_referrer;
}

// Initialization

var dmp_siteId = 705;
var dmp_pageId = -1;

/*if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/l288/index.html"){
    dmp_pageId = 6106;
}else if (dmp_fullPath == "http://tech.163.com/mobile/special/001127il/samsung_l288_review.html"){
    dmp_pageId = 6109;
}else if (dmp_fullPath == "http://www.imobile.com.cn/special/l288"){
    dmp_pageId = 6112;
}else if (dmp_fullPath == "http://mobile.it168.com/200804/samsungl288/index.html"){
    dmp_pageId = 6108;
}else if (dmp_fullPath == "http://www.it.com.cn/f/mobile/085/5/583531.htm"){
    dmp_pageId = 6107;
}else if (dmp_fullPath == "http://www1.pconline.com.cn/mobile/zt/samsung_l288/index.html"){
    dmp_pageId = 6110;
}else if (dmp_fullPath == "http://topic.pcpop.com/factory/samsungl288/"){
    dmp_pageId = 6113;
}else if (dmp_fullPath == "http://digi.it.sohu.com/s2008/samsungl288/"){
    dmp_pageId = 6114;
}else if (dmp_fullPath == "http://mobile.zol.com.cn/topic/902523.html"){
    dmp_pageId = 6111;
}
if (dmp_fullPath == "http://cn.samsungmobile.com/webfiles/event/mfg/index.htm"){
    dmp_pageId = 6103;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6104;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/phone/view/phone.jsp?productid=sgh-m128"){
    dmp_pageId = 5855;
}
if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/i458/index.jsp"){
    dmp_pageId = 6022;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/w559/index.html"){
    dmp_pageId = 6034;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6036;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6035;
}else if (dmp_fullPath == ""){
    dmp_pageId = 5607;
}
if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/i728/index.html"){
    dmp_pageId = 6097;
}

if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/cmcc/index.html"){
    dmp_pageId = 6096;
}else if (dmp_fullPath == ""){
    dmp_pageId = 5854;
}if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/armani/index.html"){
    dmp_pageId = 6105;
}
if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/l288/index.html"){
    dmp_pageId = 6106;
}else if (dmp_fullPath == "http://tech.163.com/mobile/special/001127il/samsung_l288_review.html"){
    dmp_pageId = 6109;
}else if (dmp_fullPath == "http://www.imobile.com.cn/special/l288"){
    dmp_pageId = 6112;
}else if (dmp_fullPath == "http://mobile.it168.com/200804/samsungl288/index.html"){
    dmp_pageId = 6108;
}else if (dmp_fullPath == "http://www.it.com.cn/f/mobile/085/5/583531.htm"){
    dmp_pageId = 6107;
}else if (dmp_fullPath == "http://www1.pconline.com.cn/mobile/zt/samsung_l288/index.html"){
    dmp_pageId = 6110;
}else if (dmp_fullPath == "http://topic.pcpop.com/factory/samsungl288/"){
    dmp_pageId = 6113;
}else if (dmp_fullPath == "http://digi.it.sohu.com/s2008/samsungl288/"){
    dmp_pageId = 6114;
}else if (dmp_fullPath == "http://mobile.zol.com.cn/topic/902523.html"){
    dmp_pageId = 6111;
}

if (dmp_fullPath == "http://rainmv.samsungmobile.com.cn/mv/presentshow1.aspx"){
    dmp_pageId = 5977;
}else if (dmp_fullPath == "http://rainmv.samsungmobile.com.cn/mv/presentshow2.aspx"){
    dmp_pageId = 5973;
}else if (dmp_fullPath == "http://rainmv.samsungmobile.com.cn/mv/presentshow3.aspx"){
    dmp_pageId = 5842;
}else if (dmp_fullPath == "http://rainmv.samsungmobile.com.cn/mv/presentshow4.aspx"){
    dmp_pageId = 5701;
}else if (dmp_fullPath == "http://rainmv.samsungmobile.com.cn/mv/sendemail.aspx"){
    dmp_pageId = 5738;
}else if (dmp_fullPath == "http://rainmv.samsungmobile.com.cn/mv/presentlist.aspx"){
    dmp_pageId = 5958;
}else if (dmp_fullPath == "http://rainmv.samsungmobile.com.cn/mv/confirmlottery.aspx"){
    dmp_pageId = 5957;
}else if (dmp_fullPath == "http://rainmv.samsungmobile.com.cn/mv/confirmchange.aspx?id=1"){
    dmp_pageId = 5633;
}else if (dmp_fullPath == "http://rainmv.samsungmobile.com.cn/mv/confirmchange.aspx?id=2"){
    dmp_pageId = 5989;
}else if (dmp_fullPath == "http://rainmv.samsungmobile.com.cn/mv/confirmchange.aspx?id=3"){
    dmp_pageId = 5566;
}else if (dmp_fullPath == "http://rainmv.samsungmobile.com.cn/mv/confirmchange.aspx?id=4"){
    dmp_pageId = 4730;
}else if (dmp_fullPath == "http://rainmv.samsungmobile.com.cn/mv/feature-back.aspx"){
    dmp_pageId = 5959;
}else if (dmp_fullPath == "http://rainmv.samsungmobile.com.cn/mv/feature.aspx"){
    dmp_pageId = 5935;
}else if (dmp_fullPath == "http://rainmv.samsungmobile.com.cn/mv/feature_z.aspx"){
    dmp_pageId = 5933;
}else if (dmp_fullPath == "http://rainmv.samsungmobile.com.cn/mv/getlottery.aspx"){
    dmp_pageId = 5963;
}else if (dmp_fullPath == "http://rainmv.samsungmobile.com.cn/mv/getpresentok.aspx"){
    dmp_pageId = 5964;
}else if (dmp_fullPath == "http://rainmv.samsungmobile.com.cn/mv/index.aspx"){
    dmp_pageId = 5044;
}else if (dmp_fullPath == "http://rainmv.samsungmobile.com.cn/mv/login.aspx"){
    dmp_pageId = 5965;
}else if (dmp_fullPath == "http://rainmv.samsungmobile.com.cn/mv/loginconfirm.aspx"){
    dmp_pageId = 5972;
}else if (dmp_fullPath == "http://rainmv.samsungmobile.com.cn/mv/noraincoin.aspx"){
    dmp_pageId = 5533;
}else if (dmp_fullPath == "http://rainmv.samsungmobile.com.cn/mv/presentinfo.aspx"){
    dmp_pageId = 5833;
}else if (dmp_fullPath == "http://rainmv.samsungmobile.com.cn/mv/scriptpicture.aspx"){
    dmp_pageId = 5718;
}else if (dmp_fullPath == "http://rainmv.samsungmobile.com.cn/mv/sendemailsuccess.aspx"){
    dmp_pageId = 5568;
}else if (dmp_fullPath == "http://rainmv.samsungmobile.com.cn/mv/showaccount.aspx"){
    dmp_pageId = 5961;
}
if (dmp_fullPath == "http://www.samsung.com.cn/beijing2008/anycallreporter/"){
    dmp_pageId = 6070;
}//else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/u908e/index.htm"){
   // dmp_pageId = 6132;
//}
if (dmp_fullPath == "http://anycallteam.samsungmobile.com.cn/recruit/index.aspx"){
    dmp_pageId = 6131;
}else if (dmp_fullPath == "http://anycallteam.samsungmobile.com.cn/recruit/anycallteam/description.aspx"){
    dmp_pageId = 5960;
}else if (dmp_fullPath == "http://anycallteam.samsungmobile.com.cn/recruit/announcer/description.aspx"){
    dmp_pageId = 5642;
}else if (dmp_fullPath == "http://anycallteam.samsungmobile.com.cn/recruit/reward.aspx"){
    dmp_pageId = 5781;
}else if (dmp_fullPath == "http://anycallteam.samsungmobile.com.cn/recruit/star/index_jj.aspx"){
    dmp_pageId = 5645;
}else if (dmp_fullPath == "http://anycallteam.samsungmobile.com.cn/recruit/star/newsong_jj.aspx"){
    dmp_pageId = 6067;
}else if (dmp_fullPath == "http://anycallteam.samsungmobile.com.cn/recruit/star/outfit_jj.aspx"){
    dmp_pageId = 5843;
}else if (dmp_fullPath == "http://anycallteam.samsungmobile.com.cn/recruit/history.aspx"){
    dmp_pageId = 6053;
}else if (dmp_fullPath == "http://anycallteam.samsungmobile.com.cn/recruit/user/personalinfo.aspx"){
    dmp_pageId = 5937;
}else if (dmp_fullPath == "http://anycallteam.samsungmobile.com.cn/recruit/question/index.aspx?type=1"){
    dmp_pageId = 5635;
}else if (dmp_fullPath == "http://anycallteam.samsungmobile.com.cn/recruit/question/question.aspx?type=1"){
    dmp_pageId = 5988;
}else if (dmp_fullPath == "http://anycallteam.samsungmobile.com.cn/recruit/anycallteam/showscript.aspx"){
    dmp_pageId = 5830;
}else if (dmp_fullPath == "http://anycallteam.samsungmobile.com.cn/recruit/anycallteam/showinfoadd.aspx"){
    dmp_pageId = 6035;
}else if (dmp_fullPath == "http://anycallteam.samsungmobile.com.cn/recruit/game/index.aspx"){
    dmp_pageId = 5837;
}else if (dmp_fullPath == "http://anycallteam.samsungmobile.com.cn/recruit/question/index_an.aspx?type=2"){
    dmp_pageId = 6056;
}else if (dmp_fullPath == "http://anycallteam.samsungmobile.com.cn/recruit/question/question.aspx?type=2"){
    dmp_pageId = 5324;
}else if (dmp_fullPath == "http://anycallteam.samsungmobile.com.cn/recruit/anycallteam/showscript.aspx"){
    dmp_pageId = 5609;
}else if (dmp_fullPath == "http://anycallteam.samsungmobile.com.cn/recruit/anycallteam/showinfoadd.aspx"){
    dmp_pageId = 6064;
}else if (dmp_fullPath == "http://anycallteam.samsungmobile.com.cn/recruit/star/showjjvideo.aspx"){
    dmp_pageId = 6063;
}else if (dmp_fullPath == "http://anycallteam.samsungmobile.com.cn/recruit/star/playvideo2.aspx"){
    dmp_pageId = 5783;
}else if (dmp_fullPath == "http://anycallteam.samsungmobile.com.cn/recruit/star/newsong_jj.aspx"){
    dmp_pageId = 5636;
}else if (dmp_fullPath == "http://anycallteam.samsungmobile.com.cn/recruit/star/g818e.aspx"){
    dmp_pageId = 5541;
}else if (dmp_fullPath == "http://anycallteam.samsungmobile.com.cn/recruit/star/i458.aspx"){
    dmp_pageId = 6051;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/phone/view/phone.jsp?productid=sgh-i458"){
    dmp_pageId = 6026;
}else if (dmp_fullPath == "http://anycallteam.samsungmobile.com.cn/recruit/star/u908.aspx"){
    dmp_pageId = 6052;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/phone/view/phone.jsp?productid=sgh-u908e"){
    dmp_pageId = 6028;
}else if (dmp_fullPath == "http://anycallteam.samsungmobile.com.cn/recruit/star/f488e.aspx"){
    dmp_pageId = 5832;
}/*else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/phone/view/phone.jsp?productid=sgh-f488e"){
    dmp_pageId = 5782;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/webfiles/chn/event/e568_bl/index.htm"){
    dmp_pageId = 5831;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/e428/index.htm"){
    dmp_pageId = 5328;
}else if (dmp_fullPath == "http://anycallteam.samsungmobile.com.cn/recruit/index.aspx"){
    dmp_pageId = 5326;
}
if (dmp_fullPath == "http://e251c.samsungmobile.com.cn/"){
    dmp_pageId = 6134;
}else if (dmp_fullPath == "http://e251c.samsungmobile.com.cn/product.aspx"){
    dmp_pageId = 6142;
}else if (dmp_fullPath == "http://e251c.samsungmobile.com.cn/g_intro.aspx"){
    dmp_pageId = 6140;
}else if (dmp_fullPath == "http://e251c.samsungmobile.com.cn/index.aspx"){
    dmp_pageId = 6186;
}

if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/olymobile3/index.html"){
    dmp_pageId = 6146;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/sfcas/7972/102/index.jsp"){
    dmp_pageId = 6147;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/sfcas/7972/103/index.jsp"){
    dmp_pageId = 6148;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/sfcas/7972/104/index.jsp"){
    dmp_pageId = 6149;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/sfcas/7972/105/index.jsp"){
    dmp_pageId = 6150;
}

if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/f488e/index.html"){
    dmp_pageId = 6176;
}else if (dmp_fullPath == "http://samsungmobile.opentide.com.cn/"){
    dmp_pageId = 5632;
}else if (dmp_fullPath == "http://anycallteam.samsungmobile.com.cn/u908e/"){
    dmp_pageId = 6180;
}
if (dmp_fullPath == "http://inter.trends.com.cn/trends/z/20080710/"){
    dmp_pageId = 6181;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/chelsea/index.html"){
    dmp_pageId = 6182;
}
if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/d788/index.html"){
    dmp_pageId = 6188;
}
if (dmp_fullPath == "http://chinateam.samsungmobile.com.cn/"){
    dmp_pageId = 6189;
}
// g818e  2008
if (dmp_fullPath == "http://g818.samsungmobile.com.cn/"){
    dmp_pageId = 6191;
}else if (dmp_fullPath == "http://g818e.local.opentide.com.cn/user/login.aspx"){
    dmp_pageId = 6192;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/phone/view/phone.jsp?productid=sgh-g818e"){
    dmp_pageId = 6193;
}else if (dmp_fullPath == "http://g818e.local.opentide.com.cn/"){
    dmp_pageId = 6194;
}else if (dmp_fullPath == "http://chinateam.samsungmobile.com.cn/winner/intro.aspx"){
    dmp_pageId = 5761;
}else if (dmp_fullPath == "http://www.samsung.com.cn/beijing2008/reporternews/"){
    dmp_pageId = 6197;
}else if (dmp_fullPath == "http://inter.trends.com.cn/trends/z/20080815/"){
    dmp_pageId = 6200;
}
/*JJ AT 08*/
if (dmp_fullPath == "http://anycallteam.samsungmobile.com.cn/result/index.aspx"){
    dmp_pageId = 6201;
} else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/u808e/main.html"){
    dmp_pageId = 6220;
}

// F278  Aug

if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/f278/index.htm"){
    dmp_pageId = 6221;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/i688/index.html"){
    dmp_pageId = 6243;
}

//D988  Sep

if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/d988/index.html"){
    dmp_pageId = 5543;
}

// I908E  Sep 2008

if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/i908e/index.html"){
    dmp_pageId = 5513;
}else if (dmp_fullPath == ""){
    dmp_pageId = 5514;
}else if (dmp_fullPath == ""){
    dmp_pageId = 5515;
}else if (dmp_fullPath == ""){
    dmp_pageId = 5516;
}else if (dmp_fullPath == ""){
    dmp_pageId = 5517;
}else if (dmp_fullPath == ""){
    dmp_pageId = 5488;
}else if (dmp_fullPath == ""){
    dmp_pageId = 5489;
}else if (dmp_fullPath == ""){
    dmp_pageId = 5490;
}else if (dmp_fullPath == ""){
    dmp_pageId = 5527;
}else if (dmp_fullPath == ""){
    dmp_pageId = 5528;
}else if (dmp_fullPath == ""){
    dmp_pageId = 5529;
}else if (dmp_fullPath == ""){
    dmp_pageId = 5530;
}else if (dmp_fullPath == ""){
    dmp_pageId = 5531;
}else if (dmp_fullPath == ""){
    dmp_pageId = 5532;
}else if (dmp_fullPath == ""){
    dmp_pageId = 5493;
}else if (dmp_fullPath == ""){
    dmp_pageId = 5494;
}else if (dmp_fullPath == ""){
    dmp_pageId = 5503;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6335;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6336;
}else if (dmp_fullPath == "http://cs.sina.com.cn/minisite/20081107_sumsung/index.html"){
    dmp_pageId = 6338;
}else if (dmp_fullPath == "http://mobile.yesky.com/sjzt/436/8580936.shtml"){
    dmp_pageId = 6339;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6375;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6376;
}
// touch test 
if (dmp_fullPath == "http://testminisite.local.opentide.com.cn/"){
    dmp_pageId = 6377;
}

// i8510C  Oct 2008

if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/i8510c/index.htm"){
    dmp_pageId = 6283;
}


// Skate 2008 

if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/08skate/index.html"){
    dmp_pageId = 5507;
}


// GMO 0810

if (dmp_fullPath == "http://www.samsung.com/cn/consumer/detail/features.do?group=mobilephones&type=mobilephones&subtype=gsm&model_cd=bsgh-i908e&pid=cn_consumer_type_hhp_kv_i908e"){
    dmp_pageId = 6295;
}else if (dmp_fullPath == "http://www.samsung.com/cn/consumer/detail/features.do?group=mobilephones&type=mobilephones&subtype=gsm&model_cd=sgh-f488esetiy&pid=cn_consumer_type_hhp_kv_f488e"){
    dmp_pageId = 6296;
}else if (dmp_fullPath == "http://www.samsung.com/cn/consumer/detail/features.do?group=mobilephones&type=mobilephones&subtype=gsm&model_cd=sgh-u908oaabri&pid=cn_consumer_type_hhp_kv_u908e"){
    dmp_pageId = 6297;
}else if (dmp_fullPath == "http://www.samsung.com/cn/consumer/detail/features.do?group=mobilephones&type=mobilephones&subtype=gsm&model_cd=ckgi458astsg&pid=cn_consumer_type_hhp_kv_i458"){
    dmp_pageId = 6298;
}else if (dmp_fullPath == "http://www.samsung.com/cn/consumer/detail/features.do?group=mobilephones&type=mobilephones&subtype=gsm&model_cd=bsgh-i908e&pid=cn_consumer_type_hhp_leftbanner_i908e"){
    dmp_pageId = 6299;
}

// doublesim 0810

if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/doublesim/main.html"){
    dmp_pageId = 6326;
}
//G508E 0811

if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/g508e/index.html"){
    dmp_pageId = 6327;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6328;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6329;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6330;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6331;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6332;
}
// J808E

if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/j808e/index.html"){
    dmp_pageId = 6340;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6341;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6342;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6343;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6344;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6345;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6346;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6347;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6348;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6349;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6350;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6351;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6352;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6353;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6378;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6379;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6380;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6381;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6382;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6383;
}


//E251C 0812

if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/e251c/index.jsp"){
    dmp_pageId = 6374;
}

// touch  

if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/touchseries/index.htm"){
    dmp_pageId = 6358;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6359;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6360;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6361;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6362;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6363;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6364;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6365;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6366;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6367;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6368;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6384;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6385;
}

//F309 0812
if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/f309/index.html?cmpid=cn_banner_pconline_samsung-f309-dec-2008_200812"){
    dmp_pageId = 6437;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/f309/index.html?cmpid=cn_banner_cernet_samsung-f309-dec-2008_200812"){
    dmp_pageId = 6438;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/f309/index.html?cmpid=cn_banner_mop_samsung-f309-dec-2008_200812"){
    dmp_pageId = 6439;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/f309/index.html?cmpid=cn_banner_51_samsung-f309-dec-2008_200812"){
    dmp_pageId = 6440;
}

//w299 0812

if (dmp_fullPath == ""){
    dmp_pageId = 6392;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6393;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6394;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6395;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6396;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6397;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6398;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6399;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6400;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6401;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6408;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6409;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6410;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6411;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/w299/intro.htm?cmpid=cn_banner_alibaba_samsung-w299-dec-2008_200812"){
    dmp_pageId = 6451;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/w299/intro.htm?cmpid=cn_banner_dx_samsung-w299-dec-2008_200812"){
    dmp_pageId = 6391;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/w299/intro.htm?cmpid=cn_banner_kingmobile_samsung-w299-dec-2008_200812"){
    dmp_pageId = 6452;
}


// Pink-11 0812

if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/pink/index.html"){
    dmp_pageId = 6412;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6414;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6415;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6416;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6417;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6418;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6419;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6420;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6421;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6422;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6423;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/pink/index.html?cmpid=cn_banner_taobao_samsung-pink-11-dec-2008_200812"){
    dmp_pageId = 6454;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/pink/index.html?cmpid=cn_banner_qq_samsung-pink-11-dec-2008_200812"){
    dmp_pageId = 6445;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/pink/index.html?cmpid=cn_banner_trends_samsung-pink-11-dec-2008_200812"){
    dmp_pageId = 6446;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/pink/index.html?cmpid=cn_banner_mop_samsung-pink-11-dec-2008_200812"){
    dmp_pageId = 6447;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/pink/index.html?cmpid=cn_banner_51_samsung-pink-11-dec-2008_200812"){
    dmp_pageId = 6448;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/pink/index.html?cmpid=cn_banner_vogue_samsung-pink-11-dec-2008_200812"){
    dmp_pageId = 6449;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/pink/index.html?cmpid=cn_banner_alimama_samsung-pink-11-dec-2008_200812"){
    dmp_pageId = 6450;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/pink/main.html"){
    dmp_pageId = 6461;
}else if (dmp_fullPath == "http://pro.taobao.com/samsung/index.htm?topage=2"){
    dmp_pageId = 6564;
}




// L878E 0812

if (dmp_fullPath == ""){
    dmp_pageId = 6426;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6427;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6428;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6429;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6430;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/l878e/index.html?cmpid=cn_banner_pplive_samsung-l878e-dec-2008_200812"){
    dmp_pageId = 6425;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/l878e/index.html?cmpid=cn_banner_sina_samsung-l878e-dec-2008_200812"){
    dmp_pageId = 6444;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/l878e/index.html?cmpid=cn_banner_xiaonei_samsung-l878e-dec-2008_200812"){
    dmp_pageId = 6443;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/l878e/index.html?cmpid=cn_banner_yesky_samsung-l878e-dec-2008_200812"){
    dmp_pageId = 6442;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/l878e/index.html?cmpid=cn_banner_zol_samsung-l878e-dec-2008_200812"){
    dmp_pageId = 6441;
}


// M3510C  0901

if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/m3510c/index.html?cmpid=cn_banner_1ting_samsung-m3510c-jan-2009_200901"){
    dmp_pageId = 6462;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/m3510c/index.html?cmpid=cn_banner_cnmo_samsung-m3510c-jan-2009_200901"){
    dmp_pageId = 6465;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/m3510c/index.html?cmpid=cn_banner_imobile_samsung-m3510c-jan-2009_200901"){
    dmp_pageId = 6466;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/m3510c/index.html?cmpid=cn_banner_pconline_samsung-m3510c-jan-2009_200901"){
    dmp_pageId = 6464;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/m3510c/index.html?cmpid=cn_banner_poco_samsung-m3510c-jan-2009_200901"){
    dmp_pageId = 6463;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/m3510c/index.html?cmpid=cn_banner_yoyi_samsung-m3510c-jan-2009_200901"){
    dmp_pageId = 6467;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6468;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6469;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6470;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6471;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6472;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6473;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6474;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6475;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6476;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6477;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6478;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6479;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6480;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6481;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6482;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6483;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6484;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6485;
}

// W699  0901

if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/w699/index.htm"){
    dmp_pageId = 6486;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/w699/index.htm?cmpid=cn_banner_zol_samsung-w699-jan-2009_200901"){
    dmp_pageId = 6489;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/w699/index.htm?cmpid=cn_banner_sohu_samsung-w699-jan-2009_200901"){
    dmp_pageId = 6491;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/w699/index.htm?cmpid=cn_banner_sina_samsung-w699-jan-2009_200901"){
    dmp_pageId = 6531;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/w699/index.htm?cmpid=cn_banner_pconline_samsung-w699-jan-2009_200901"){
    dmp_pageId = 6490;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/w699/index.htm?cmpid=cn_banner_hexun_samsung-w699-jan-2009_200901"){
    dmp_pageId = 6488;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/w699/index.htm?cmpid=cn_banner_dx_samsung-w699-jan-2009_200901"){
    dmp_pageId = 6487;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6492;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6493;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6505;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6499;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6501;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6494;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6498;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6502;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6500;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6497;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6503;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6504;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6495;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6508;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6507;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6506;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6496;
}

//  S3030  0901

if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/s3030c/index.htm?cmpid=cn_banner_mop_samsung-s3030-jan-2009_200901"){
    dmp_pageId = 6530;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/s3030c/index.htm?cmpid=cn_banner_xiaonei_samsung-s3030-jan-2009_200901"){
    dmp_pageId = 6529;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/s3030c/index.htm?cmpid=cn_banner_yoyi_samsung-s3030-jan-2009_200901"){
    dmp_pageId = 6528;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6549;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6548;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6550;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6551;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6552;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6555;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6553;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6554;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6557;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6556;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6558;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6559;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6560;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6561;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6562;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6563;
}
if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/s3030c/index.htm?cmpid=cn_banner_zcom_samsung-s3030-jan-2009_200901"){
    dmp_pageId = 6573;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/s3030c/index.htm?cmpid=cn_banner_fesco_samsung-s3030-jan-2009_200901"){
    dmp_pageId = 6573;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/s3030c/index.htm?cmpid=cn_banner_tudou_samsung-s3030-jan-2009_200901"){
    dmp_pageId = 6573;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/s3030c/index.htm?cmpid=cn_banner_163_samsung-s3030-jan-2009_200901"){
    dmp_pageId = 6573;
}
//  M8800C  0901

if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/m8800c/index.html?cmpid=cn_banner_poco_samsung-m8800c-jan-2009_200901"){
    dmp_pageId = 6532;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/m8800c/index.html?cmpid=cn_banner_dx_samsung-m8800c-jan-2009_200901"){
    dmp_pageId = 6532;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/m8800c/index.html?cmpid=cn_banner_imobile_samsung-m8800c-jan-2009_200901"){
    dmp_pageId = 6532;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/m8800c/index.html?cmpid=cn_banner_it168_samsung-m8800c-jan-2009_200901"){
    dmp_pageId = 6532;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/m8800c/index.html?cmpid=cn_banner_mmoth_samsung-m8800c-jan-2009_200901"){
    dmp_pageId = 6532;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/m8800c/index.html?cmpid=cn_banner_mtime_samsung-m8800c-jan-2009_200901"){
    dmp_pageId = 6532;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/m8800c/index.html?cmpid=cn_banner_pconline_samsung-m8800c-jan-2009_200901"){
    dmp_pageId = 6532;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/m8800c/index.html?cmpid=cn_banner_real_samsung-m8800c-jan-2009_200901"){
    dmp_pageId = 6532;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/m8800c/index.html?cmpid=cn_banner_tom_samsung-m8800c-jan-2009_200901"){
    dmp_pageId = 6532;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/m8800c/index.html?cmpid=cn_banner_tudou_samsung-m8800c-jan-2009_200901"){
    dmp_pageId = 6532;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/m8800c/index.html?cmpid=cn_banner_dpnet_samsung-m8800c-jan-2009_200901"){
    dmp_pageId = 6532;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6542;

}




// C3110c  0902

if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/c3110c/index.html?cmpid=cn_banner_qq_samsung-c3110c-feb_200902"){
    dmp_pageId = 6588;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/c3110c/index.html?cmpid=cn_banner_mop_samsung-c3110c-feb_200902"){
    dmp_pageId = 6588;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/c3110c/index.html?cmpid=cn_banner_xiaonei_samsung-c3110c-feb_200902"){
    dmp_pageId = 6588;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/c3110c/index.html?cmpid=cn_banner_wbmz2008_samsung-c3110c-feb_200902"){
    dmp_pageId = 6588;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/c3110c/index.html?cmpid=cn_banner_kingmobile_samsung-c3110c-feb_200902"){
    dmp_pageId = 6588;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/c3110c/index.html?cmpid=cn_banner_younet_samsung-c3110c-feb_200902"){
    dmp_pageId = 6588;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/c3110c/index.html?cmpid=cn_banner_youku_samsung-c3110c-feb_200902"){
    dmp_pageId = 6588;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/c3110c/index.html?cmpid=cn_banner_tudou_samsung-c3110c-feb_200902"){
    dmp_pageId = 6588;
} 
if (dmp_fullPath.startsWith("http://cn.samsungmobile.com/cn/event/c3110c/index.html")){
    dmp_pageId = 6588;
}


else if (dmp_fullPath == ""){
    dmp_pageId = 6589;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6590;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6591;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6592;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6593;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6594;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6596;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6595;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6597;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6599;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6598;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6600;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6601;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6602;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6603;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6604;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6605;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6606;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6607;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6608;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6609;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6610;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6611;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6612;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6613;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6614;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6615;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6616;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6617;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6618;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6619;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6620;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6621;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6622;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6623;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6624;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6625;
}

// B5712C  0903

if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/b5712c/index.html?cmpid=cn_banner_dx_samsung-b5712c-mar-2009_200903"){
    dmp_pageId = 6627;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/b5712c/index.html?cmpid=cn_banner_hexun_samsung-b5712c-mar-2009_200903"){
    dmp_pageId = 6627;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/b5712c/index.html?cmpid=cn_banner_alibaba_samsung-b5712c-mar-2009_200903"){
    dmp_pageId = 6627;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/b5712c/index.html?cmpid=cn_banner_younet_samsung-b5712c-mar-2009_200903"){
    dmp_pageId = 6627;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/b5712c/index.html?cmpid=cn_banner_pconline_samsung-b5712c-mar-2009_200903"){
    dmp_pageId = 6627;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/b5712c/index.html?cmpid=cn_banner_zol_samsung-b5712c-mar-2009_200903"){
    dmp_pageId = 6627;
}
 
 if (dmp_fullPath.startsWith("http://cn.samsungmobile.com/cn/event/b5712c/index.html")){
    dmp_pageId = 6627;
}
else if (dmp_fullPath == ""){
    dmp_pageId = 6628;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6629;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6631;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6632;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6630;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6633;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6634;
}

// 0904 anycall dreamer

if (dmp_fullPath.startsWith("http://cn.samsungmobile.com/cn/event/anycalldreamer/index.html")){
    dmp_pageId = 6665;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6666;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6667;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6668;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6669;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6670;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6671;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/anycalldreamer/task_info.jsp"){
    dmp_pageId = 6672;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/anycalldreamer/event_show.jsp"){
    dmp_pageId = 6673;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/anycalldreamer/login.jsp"){
    dmp_pageId = 6674;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/anycalldreamer/sing_up.jsp"){
    dmp_pageId = 6675;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/anycalldreamer/conscribe_scene.jsp"){
    dmp_pageId = 6676;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/event/anycalldreamer/mobile_info.jsp"){
    dmp_pageId = 6677;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6678;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/product/feature.jsp?productid=sgh-c3110c"){
    dmp_pageId = 6680;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/product/feature.jsp?productid=sgh-m3510c"){
    dmp_pageId = 6679;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/product/feature.jsp?productid=sgh-m8810c"){
    dmp_pageId = 6681;
}else if (dmp_fullPath == "http://cn.samsungmobile.com/cn/product/feature.jsp?productid=sgh-u908e"){
    dmp_pageId = 6682;
}

// HHP Κ±ΙΠΟ΅ΑΠ  200904

if (dmp_fullPath.startsWith("http://promotion.samsungmobile.com.cn/event/mixmatch/index.html")){
    dmp_pageId = 6692;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6693;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6694;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6695;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6696;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6697;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6699;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6700;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6701;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6703;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6705;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6706;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6702;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6708;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6721;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6724;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6725;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6723;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6722;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6698;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6704;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6707;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6726;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6727;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6728;
}

// S8300C  0904

if (dmp_fullPath.startsWith("http://promotion.samsungmobile.com.cn/event/s8300c/index.html")){
    dmp_pageId = 6732;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6709;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6710;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6711;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6712;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6713;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6714;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6715;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6716;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6717;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6718;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6719;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6720;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6830;
}

// 3G
if (dmp_fullPath.startsWith("http://cn.samsungmobile.com/cn/event/3g/index.jsp")){
    dmp_pageId = 6736;
}
// S5230C

if (dmp_fullPath.startsWith("http://promotion.samsungmobile.com.cn/event/s5230c/index.html")){
    dmp_pageId = 6763;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6805;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6806;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6807;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6808;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6809;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6810;
}
// I6320 200905

if (dmp_fullPath.startsWith("http://promotion.samsungmobile.com.cn/event/i6320c/index.html")){
    dmp_pageId = 6764;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6794;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6804;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6788;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6789;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6790;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6791;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6792;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6793;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6795;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6796;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6797;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6798;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6799;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6800;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6801;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6802;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6803;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6828;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6829;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6831;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6832;
}

//  EVDO3G  200905

if (dmp_fullPath.startsWith("http://promotion.samsungmobile.com.cn/event/evdo3g/index.html")){
    dmp_pageId = 6765;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6833;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6834;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6835;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6836;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6837;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6766;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6767;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6768;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6769;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6770;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6771;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6772;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6773;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6774;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6777;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6776;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6775;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6784;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6785;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6786;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6787;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6779;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6780;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6778;
}

// 200906 M2710C 

if (dmp_fullPath.startsWith("http://promotion.samsungmobile.com.cn/event/m2710c/bin/index.html")){
    dmp_pageId = 6812;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6839;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6840;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6841;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6842;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6843;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6814;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6815;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6816;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6817;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6818;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6819;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6820;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6821;
}else if (dmp_fullPath == "http://yule.kuwo.cn/yl/sx/index.html"){
    dmp_pageId = 6827;
}
//  200906 WCG 

if (dmp_fullPath.startsWith("http://promotion.samsungmobile.com.cn/event/game/book.jsp")){
    dmp_pageId = 6846;
}
// 200907  3G

if (dmp_fullPath.startsWith("http://promotion.samsungmobile.com.cn/event/3g/index.jsp")){
    dmp_pageId = 6849;
}
// 200907  CMO

if (dmp_fullPath.startsWith("http://promotion.samsungmobile.com.cn/event/summer/index.jsp")){
    dmp_pageId = 6852;
}

//  200907 c3050c 

if (dmp_fullPath.startsWith("http://promotion.samsungmobile.com.cn/event/fairy/index.html")){
    dmp_pageId = 6853;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6855;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6856;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6857;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6859;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6858;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6860;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6861;
}

//  200908  S8000C

if (dmp_fullPath.startsWith("http://promotion.samsungmobile.com.cn/event/s8000c/index.html")){
    dmp_pageId = 6958;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6865;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6868;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6867;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6866;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6870;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6869;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6871;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6872;
}

// 200907 WCDMA

if (dmp_fullPath.startsWith("http://promotion.samsungmobile.com.cn/event/wcdma/index.html")){
    dmp_pageId = 6873;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6876;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6877;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6878;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6879;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6880;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6881;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6882;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6883;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6884;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6885;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6886;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6887;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6888;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6889;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6891;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6890;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6892;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6896;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6895;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6894;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6893;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6900;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6899;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6898;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6897;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6901;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6902;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6904;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6903;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6905;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6906;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6907;
}

//  200908 B5702C 

if (dmp_fullPath.startsWith("http://promotion.samsungmobile.com.cn/event/b5702c/index.html")){
    dmp_pageId = 6916;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6917;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6918;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6919;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6920;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6921;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6922;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6923;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6924;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6926;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6925;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6927;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6928;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6929;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6930;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6931;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6932;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6933;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6934;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6935;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6936;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6937;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6938;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6939;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6940;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6941;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6942;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6943;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6944;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6945;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6946;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6947;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6948;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6949;
}

//  200908 S5230C 
if (dmp_fullPath.startsWith("http://shouji.samsungmobile.com.cn/gsm/s5230c")){
    dmp_pageId = 6950;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7076;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7077;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7078;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7079;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7080;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7081;
}


// 200908 i329

if (dmp_fullPath.startsWith("http://promotion.samsungmobile.com.cn/event/i329/index.html")){
    dmp_pageId = 6959;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6960;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6961;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6962;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6963;
}

//  200908 td-scdma

if (dmp_fullPath.startsWith("http://promotion.samsungmobile.com.cn/event/td_scdma/index.html")){
    dmp_pageId = 6976;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6979;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6980;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6981;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6982;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6983;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6984;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6985;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6986;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6987;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6988;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6989;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6990;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6991;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6992;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6993;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6994;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6995;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6996;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6997;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6998;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7000;
}else if (dmp_fullPath == ""){
    dmp_pageId = 6999;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7001;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7002;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7003;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7004;
}

//  200908 B7300C

if (dmp_fullPath.startsWith("http://promotion.samsungmobile.com.cn/event/b7300c/index.html")){
    dmp_pageId = 7007;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7060;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7061;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7057;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7058;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7017;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7018;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7019;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7020;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7021;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7022;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7023;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7024;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7025;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7026;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7027;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7028;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7029;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7030;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7059;
}else if (dmp_fullPath.startsWith("http://b7300c.local.opentide.com.cn/")){
    dmp_pageId = 7063;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7082;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7083;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7084;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7085;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7086;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7091;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7088;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7089;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7090;
}


// 200909 EVDO School Series

else if (dmp_fullPath == ""){
    dmp_pageId = 7032;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7033;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7034;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7035;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7039;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7040;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7036;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7038;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7037;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7041;
}
// 200909 F839

if (dmp_fullPath.startsWith("http://promotion.samsungmobile.com.cn/event/f839/index.html")){
    dmp_pageId = 7042;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7043;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7044;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7045;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7046;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7047;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7048;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7052;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7050;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7049;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7053;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7051;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7055;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7056;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7054;
}
//  200909 EVDO SCHOOL

if (dmp_fullPath.startsWith("http://promotion.samsungmobile.com.cn/event/evdo_schoolyard/index.html")){
    dmp_pageId = 7062;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7032;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7033;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7034;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7035;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7039;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7040;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7036;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7038;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7037;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7041;
}
//   200909  SFC Funclub

if (dmp_fullPath.startsWith("http://promotion.samsungmobile.com.cn/event/happy/puzzle/home.jsp")){
    dmp_pageId = 7064;
}else if (dmp_fullPath == "http://promotion.samsungmobile.com.cn/event/happy/puzzle/introduction.jsp"){
    dmp_pageId = 7066;
}else if (dmp_fullPath == "http://promotion.samsungmobile.com.cn/event/happy/puzzle/my_puzzle.jsp"){
    dmp_pageId = 7067;
}else if (dmp_fullPath == "http://promotion.samsungmobile.com.cn/event/happy/puzzle/prizes.jsp"){
    dmp_pageId = 7068;
}else if (dmp_fullPath == "http://promotion.samsungmobile.com.cn/event/happy/puzzle/winners_01.jsp"){
    dmp_pageId = 7069;
}else if (dmp_fullPath == "http://promotion.samsungmobile.com.cn/event/happy/puzzle/tnc.jsp"){
    dmp_pageId = 7070;
}else if (dmp_fullPath == "http://promotion.samsungmobile.com.cn/event/happy/puzzle/hints.jsp"){
    dmp_pageId = 7071;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7073;
}

//  200909 CMO 

if (dmp_fullPath.startsWith("http://promotion.samsungmobile.com.cn/cn/event/09exhibition/index.jsp")){
    dmp_pageId = 7094;
}
// 200909 B6700C

if (dmp_fullPath.startsWith("http://promotion.samsungmobile.com.cn/event/s6700c/index.html")){
    dmp_pageId = 7107;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7108;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7109;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7110;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7112;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7111;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7113;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7114;
}
// 200909 seeker for China

if (dmp_fullPath.startsWith("http://promotion.samsungmobile.com.cn/event/happy/index.html")){
    dmp_pageId = 7115;
}else if (dmp_fullPath.startsWith("http://promotion.samsungmobile.com.cn/cn/event/happy/index.jsp")){
    dmp_pageId = 7116;
}else if (dmp_fullPath == "http://xinshouji.samsungmobile.com.cn/index.jsp"){
    dmp_pageId = 7117;
}else if (dmp_fullPath == "http://promotion.samsungmobile.com.cn/event/wcg/index.html"){
    dmp_pageId = 7118;
}else if (dmp_fullPath == "http://samsung-mobile-member.samsungmobile.com.cn/index.jsp"){
    dmp_pageId = 7120;
}else if (dmp_fullPath == "http://www.samsungshop.com.cn/front_secondmain.action?goodscat.id=2"){
    dmp_pageId = 7121;
}else if (dmp_fullPath == "http://promotion.samsungmobile.com.cn/cn/event/happy/introduction.html"){
    dmp_pageId = 7123;
}else if (dmp_fullPath == "http://promotion.samsungmobile.com.cn/cn/event/happy/my_info.jsp"){
    dmp_pageId = 7124;
}else if (dmp_fullPath == "http://promotion.samsungmobile.com.cn/cn/event/happy/direction.html"){
    dmp_pageId = 7122;
}else if (dmp_fullPath == "http://promotion.samsungmobile.com.cn/event/game/index.jsp"){
    dmp_pageId = 7119;
}else if (dmp_fullPath == "http://promotion.samsungmobile.com.cn/cn/event/happy/winners.html"){
    dmp_pageId = 7125;
}

//  200909  S3650C  

if (dmp_fullPath.startsWith("http://promotion.samsungmobile.com.cn/event/s3650c/index.html")){
    dmp_pageId = 7128;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7129;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7130;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7131;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7132;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7134;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7133;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7135;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7136;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7137;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7138;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7139;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7140;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7141;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7142;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7143;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7145;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7144;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7146;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7147;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7148;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7149;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7150;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7151;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7152;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7153;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7154;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7155;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7156;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7157;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7158;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7159;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7160;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7161;
}

//  200910  SML

if (dmp_fullPath.startsWith("http://promotion.samsungmobile.com.cn/event/09mobile/index.html")){
    dmp_pageId = 7171;
}
// 200910 Winter Olympic Games

if (dmp_fullPath.startsWith("http://promotion.samsungmobile.com.cn/event/2010wintergames/index.htm")){
    dmp_pageId = 7172;
}
// 200911 S5608U

if (dmp_fullPath.startsWith("http://promotion.samsungmobile.com.cn/event/s5608u/index.html")){
    dmp_pageId = 7181;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7182;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7183;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7184;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7185;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7187;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7186;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7188;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7189;
}

//  200911 F619

if (dmp_fullPath.startsWith("http://promotion.samsungmobile.com.cn/event/f619/index.html")){
    dmp_pageId = 7211;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7214;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7215;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7216;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7217;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7218;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7219;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7220;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7221;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7222;
}
//  200911  WCDMA 

if (dmp_fullPath.startsWith("http://promotion.samsungmobile.com.cn/event/wcdmaseries2/index.html")){
    dmp_pageId = 7224;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7225;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7226;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7227;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7228;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7229;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7230;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7231;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7232;
}

//  200911  W799

if (dmp_fullPath.startsWith("http://promotion.samsungmobile.com.cn/event/w799/index.htm")){
    dmp_pageId = 7235;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7236;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7237;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7238;
}else if (dmp_fullPath == "http://promotion.samsungmobile.com.cn/event/w799/index.jsp"){
    dmp_pageId = 7239;
}else if (dmp_fullPath == "http://promotion.samsungmobile.com.cn/event/w799/void.jsp"){
    dmp_pageId = 7244;
}else if (dmp_fullPath == "http://promotion.samsungmobile.com.cn/event/w799/list.jsp"){
    dmp_pageId = 7241;
}else if (dmp_fullPath == "http://promotion.samsungmobile.com.cn/event/w799/void1.jsp"){
    dmp_pageId = 7246;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7242;
}

//  200912 android i7500u

if (dmp_fullPath.startsWith("http://promotion.samsungmobile.com.cn/event/android/andriod.html")){
    dmp_pageId = 7251;
}

// 200912  i7500u 2nd

if (dmp_fullPath.startsWith("http://promotion.samsungmobile.com.cn/event/i7500u/teaser/index.html")){
    dmp_pageId = 7269;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7264;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7263;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7261;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7262;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7265;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7267;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7266;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7320;
}

//  200912  W589

if (dmp_fullPath.startsWith("http://promotion.samsungmobile.com.cn/event/w589/index.html")){
    dmp_pageId = 7275;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7268;
}

// 200912 M8910U

if (dmp_fullPath.startsWith("http://promotion.samsungmobile.com.cn/event/m8910u/index.html")){
    dmp_pageId = 7240;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7272;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7243;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7271;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7274;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7245;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7270;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7273;
}
// 200912 anycall festival

if (dmp_fullPath.startsWith("http://promotion.samsungmobile.com.cn/event/10newyear/index.htm")){
    dmp_pageId = 7285;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7278;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7287;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7342;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7284;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7282;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7280;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7276;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7281;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7343;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7286;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7344;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7345;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7279;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7283;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7277;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7293;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7289;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7299;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7297;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7294;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7298;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7295;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7296;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7292;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7291;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7290;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7288;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7310;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7305;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7300;
}

//  200912   i8000u

if (dmp_fullPath.startsWith("http://promotion.samsungmobile.com.cn/event/i8000u/index.html")){
    dmp_pageId = 7307;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7302;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7309;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7311;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7306;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7303;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7304;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7308;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7301;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7318;
}

//  200912  i6330c

if (dmp_fullPath.startsWith("http://shouji.samsungmobile.com.cn/td-scdma/i6330c")){
    dmp_pageId = 7314;
}

// 201001  B7620U

if (dmp_fullPath.startsWith("http://promotion.samsungmobile.com.cn/event/b7620u/index.html")){
    dmp_pageId = 7322;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7317;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7321;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7319;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7323;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7313;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7312;
}else if (dmp_fullPath == ""){
    dmp_pageId = 7315;
}


// Sending the information to Tracker
var loc="http://site.thinkmedia.cn/stracker"
loc = loc + "/" + "siteid=" + dmp_siteId;
loc = loc + "|" + "pageid=" + dmp_pageId;
loc = loc + "|" + "refertype=" + dmp_referType;
loc = loc + "|" + "refer=" + dmp_referURL + "::" + dmp_param;
document.writeln("<div style=\"visibility:hidden; position:absolute; left:0px; top:0px; width:1px; height:1px;\">");
document.writeln("    <img width=0 height=0 border=0 src="+loc+">");
document.writeln("</div>");
