Sunteți pe pagina 1din 1

/* 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="";rm_tag_type = "
ad"; rm_url = "http://ad.yieldmanager.com/imp?Z=300x250&age=INSERT%5fAGE%5fVALUE
%5fHERE&anmember=32&anprice=&click=http%3a%2f%2fad.doubleclick.net%2fclick%3Bh%3
Dv8%2f3cee%2f3%2f0%2f%2a%2fj%3B224758114%3B0%2d0%3B2%3B48491464%3B4307%2d300%2f2
50%3B36749876%2f36767754%2f1%3Bu%3Dcat%2dlivingwell%5fscat%2dhealthcaremanagemen
t%5fsscat%2dhealthylifestyles%5fart%2d%5fdmd%2dDF08522D%2dCB18%2d4020%2dA11D%2d8
2B25F168AB5%3B%7Eaopt%3D2%2f1%2fe%2f0%3B%7Esscs%3D%3f&gen=INSERT%5fGENDER%5fVALU
E%5fHERE&u=livestrong.com&S=321113&i=178061&_salt=2455461942";var RM_POP_COOKIE_
NAME='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_
data.length>0){rm_url+="&X=";for(var i=0;i<rm_crex_data.length;i++){rm_url+=rm_c
rex_data[i];if(i!=rm_crex_data.length-1){rm_url+=",";}}}}else{rm_pb_data.push(rm
_crex_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=n
ew Object();flash=flashDetection();if(cookiesEnabled()){rm_url+=(flash.installed
?"&B=10":"&B=12");}else{rm_url+=(flash.installed?"&B=11":"&B=13");}if(!flash.ins
talled||rm_ban_flash==1){rm_url+="&m=2";}if(rm_url.indexOf("&u=")==-1){var url='
';try{if(rm_tag_type=="ad"){if(top==self){url=encodeURIComponent(top.location.hr
ef);url=url.substr(0,256);rm_url+="&u="+url;}}else if(rm_tag_type=="iframe"){url
=encodeURIComponent(document.referrer);url=url.substr(0,256);rm_url+="&u="+url;}
}catch(e){}}if(top==self){rm_url+="&r=1";}else{rm_url+="&r=0";}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){docu
ment.write(rm_tag_src);}}else{document.write(rm_tag_src);}function cookiesEnable
d(){var cookieEnabled=(navigator.cookieEnabled)?true:false;if(typeof navigator.c
ookieEnabled=="undefined"&&!cookieEnabled){document.cookie="testcookie";cookieEn
abled=(document.cookie.indexOf("testcookie")!=-1)?true:false;}return cookieEnabl
ed;}function rmGetCookie(Name){var search=Name+"=";var CookieString=document.coo
kie;var result=null;if(CookieString.length>0){offset=CookieString.indexOf(search
);if(offset!=-1){offset+=search.length;end=CookieString.indexOf(";",offset);if(e
nd==-1){end=CookieString.length;}result=unescape(CookieString.substring(offset,e
nd));}}return result;}function flashDetection(){var flash=new Object();flash.ins
talled=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('S
hockwave Flash')!=-1){flash.version=navigator.plugins[x].description.split('Shoc
kwave Flash ')[1];flash.installed=true;break;}}}else if(window.ActiveXObject){fo
r(x=2;x<10;x++){try{oFlash=eval("new ActiveXObject('ShockwaveFlash.ShockwaveFlas
h."+x+"');");if(oFlash){flash.installed=true;flash.version=x+'.0';}}catch(e){}}}
return flash;}function rmReplace(myString,toReplace,replaceBy){return(myString.r
eplace(new RegExp(toReplace,'gi'),replaceBy));}function writeCookie(ckName,ckVal
){var numdays=14;var today=new Date();var expires=new Date();expires.setTime(tod
ay.getTime()+(1000*60*60*24*numdays));var cookieText=ckName+"="+ckVal+";expires=
"+expires.toGMTString()+";path=/;";document.cookie=cookieText;return null;}funct
ion rmCanShowPop(rm_pop_id,pop_times,pop_frequency){var countCookieName=RM_POP_C
OOKIE_NAME+rm_pop_id;var expireCookieName=RM_POP_COOKIE_NAME+"_expiration"+rm_po
p_id;var shownTimes=rmGetCookie(countCookieName);if(shownTimes==null){rmWriteExp
irationCookie(expireCookieName,pop_frequency);shownTimes=0;}else{shownTimes=Numb
er(shownTimes);}if(shownTimes<pop_times){shownTimes=1+shownTimes;var expiration=
rmGetCookie(expireCookieName);rmWritePopFrequencyCookie(rm_pop_id,shownTimes,exp
iration);return_value=true;}else{return_value=false;}return return_value;}functi
on rmWritePopFrequencyCookie(rm_pop_id,shownTimes,expiration){var cookieName=RM_
POP_COOKIE_NAME+rm_pop_id;var cookieText=cookieName+"="+shownTimes+";"+"expires=
"+expiration+";path=/;";document.cookie=cookieText;}function rmWriteExpirationCo
okie(cookieName,frequency){var today=new Date();var expires=new Date();expires.s
etTime(today.getTime()+(1000*frequency));var cookieText=cookieName+"="+expires.t
oGMTString()+";"+"expires="+expires.toGMTString()+";path=/;";document.cookie=coo
kieText;}

S-ar putea să vă placă și