//Chequeo de Usuarios Registrados
var oasIsNotUser = ((getCookieValue("orgnickp")==''||getCookieValue("orgnickp")==null||getCookieValue("orgnickp")=='0') && getCookieValue("member")!='1');
if (oasIsNotUser){
	//nothing
}
else{
	if(getCookieValue("oasLoConoce")=='Y'){
		// ya lo conoce
	}else{
		document.write("<scr" + "ipt src='http://oas.adservingml.com/RealMedia/ads/adstream.cap?c=REG_"+oasSiteId+"&dv=1&e=180d&s=1'></scr" + "ipt>");
		setCookie("oasLoConoce","Y",179);
	} // fin del Segundo if
}
//Fin chequeo