Anda di halaman 1dari 2

/* All portions of this software are copyright (c) 2003-2006 Right Media*/var rm _ban_flash=0;var rm_url="";var rm_pop_frequency=0;var rm_pop_id=0;var rm_pop_tim

es=0;var rm_pop_nofreqcap=0;var rm_passback=0;var rm_tag_type="";var rm_enable_s upply_transparency=0;var rm_st_referrer="";var rm_md_purl_det_top=0;var rm_md_pu rl_det_if=0;var rm_md_purl_det_nif=0;rm_pop_frequency = 0; rm_pop_times = 1; rm_ pop_id = "0_firefox"; rm_enable_supply_transparency = 1; rm_st_referrer = ""; rm _md_purl_det_top = "1"; rm_md_purl_det_if = "2"; rm_md_purl_det_nif = "3"; rm_ta g_type = "pop"; rm_url = "http://ad.yieldmanager.com/imp?Z=0x0&y=28&e=224635&u=g qs.donedrive.net&S=0_firefox&I=1060-3091&_salt=1947998479";var RM_POP_COOKIE_NAM E='ym_pop_freq';var RM_INT_COOKIE_NAME='ym_int_freq';if(!window.rm_crex_data){rm _crex_data=new Array();}if(rm_passback==0){rm_pb_data=new Array();if(rm_crex_dat a.length>0){rm_url+="&X=";for(var i=0;i<rm_crex_data.length;i++){rm_url+=rm_crex _data[i];if(i!=rm_crex_data.length-1){rm_url+=",";}}}}else{rm_pb_data.push(rm_cr ex_data.pop());rm_url+="&X=";for(var i=0;i<rm_pb_data.length;i++){rm_url+=rm_pb_ data[i];if(i!=rm_pb_data.length-1){rm_url+=",";}}rm_url+="&Y=pb";}var flash=new Object();flash=flashDetection();if(cookiesEnabled()){rm_url+=(flash.installed?"& B=10":"&B=12");}else{rm_url+=(flash.installed?"&B=11":"&B=13");}if(!flash.instal led||rm_ban_flash==1){rm_url+="&m=2";}if(rm_url.indexOf("&u=")==-1){var url='';t ry{if(rm_tag_type=="ad"){if(top==self){url=encodeURIComponent(top.location.href) ;url=url.substr(0,256);rm_url+="&u="+url;}}else if(rm_tag_type=="iframe"){url=en codeURIComponent(document.referrer);url=url.substr(0,256);rm_url+="&u="+url;}}ca tch(e){}}if(top==self){rm_url+="&r=1";}else{rm_url+="&r=0";}if(rm_enable_supply_ transparency==true){var durl='';if(top==window){durl=encodeURIComponent(top.loca tion.href);durl=durl.substr(0,256);rm_url+="&H="+durl;rm_url+="&M="+rm_md_purl_d et_top;}else if(top==window.parent){durl=encodeURIComponent(rm_st_referrer);durl =durl.substr(0,256);rm_url+="&H="+durl;rm_url+="&M="+rm_md_purl_det_if;}else{dur l=encodeURIComponent(rm_st_referrer);durl=durl.substr(0,256);rm_url+="&H="+durl; rm_url+="&M="+rm_md_purl_det_nif;}}var rm_tag_src='<SCRIPT TYPE="text/javascript " SRC="'+rm_url+'"><\/SCRIPT>';if(rm_pop_frequency){if(rmCanShowPop(rm_pop_id,rm _pop_times,rm_pop_frequency)||rm_pop_nofreqcap){document.write(rm_tag_src);}}els e{document.write(rm_tag_src);}function cookiesEnabled(){var cookieEnabled=(navig ator.cookieEnabled)?true:false;if(typeof navigator.cookieEnabled=="undefined"&&! cookieEnabled){document.cookie="testcookie";cookieEnabled=(document.cookie.index Of("testcookie")!=-1)?true:false;}return cookieEnabled;}function rmGetCookie(Nam e){var search=Name+"=";var CookieString=document.cookie;var result=null;if(Cooki eString.length>0){offset=CookieString.indexOf(search);if(offset!=-1){offset+=sea rch.length;end=CookieString.indexOf(";",offset);if(end==-1){end=CookieString.len gth;}result=unescape(CookieString.substring(offset,end));}}return result;}functi on flashDetection(){var flash=new Object();flash.installed=false;flash.version=' 0.0';if(navigator.plugins&&navigator.plugins.length){for(x=0;x<navigator.plugins .length;x++){if(navigator.plugins[x].name.indexOf('Shockwave Flash')!=-1){flash. version=navigator.plugins[x].description.split('Shockwave Flash ')[1];flash.inst alled=true;break;}}}else if(window.ActiveXObject){for(x=2;x<10;x++){try{oFlash=e val("new ActiveXObject('ShockwaveFlash.ShockwaveFlash."+x+"');");if(oFlash){flas h.installed=true;flash.version=x+'.0';}}catch(e){}}}return flash;}function rmRep lace(myString,toReplace,replaceBy){return(myString.replace(new RegExp(toReplace, 'gi'),replaceBy));}function writeCookie(ckName,ckVal){var numdays=14;var today=n ew Date();var expires=new Date();expires.setTime(today.getTime()+(1000*60*60*24* numdays));var cookieText=ckName+"="+ckVal+";expires="+expires.toGMTString()+";pa th=/;";document.cookie=cookieText;return null;}function rmCanShowPop(rm_pop_id,p op_times,pop_frequency){var countCookieName=RM_POP_COOKIE_NAME+rm_pop_id;var exp ireCookieName=RM_POP_COOKIE_NAME+"_expiration"+rm_pop_id;var shownTimes=rmGetCoo kie(countCookieName);if(shownTimes==null){rmWriteExpirationCookie(expireCookieNa me,pop_frequency);shownTimes=0;}else{shownTimes=Number(shownTimes);}if(shownTime s<pop_times){shownTimes=1+shownTimes;var expiration=rmGetCookie(expireCookieName );rmWritePopFrequencyCookie(rm_pop_id,shownTimes,expiration);return_value=true;} else{return_value=false;}return return_value;}function rmWritePopFrequencyCookie (rm_pop_id,shownTimes,expiration){var cookieName=RM_POP_COOKIE_NAME+rm_pop_id;va r cookieText=cookieName+"="+shownTimes+";"+"expires="+expiration+";path=/;";docu ment.cookie=cookieText;}function rmWriteExpirationCookie(cookieName,frequency){v

ar today=new Date();var expires=new Date();expires.setTime(today.getTime()+(1000 *frequency));var cookieText=cookieName+"="+expires.toGMTString()+";"+"expires="+ expires.toGMTString()+";path=/;";document.cookie=cookieText;}

Anda mungkin juga menyukai