var cookieName = "PaypopupBannerPopUp"; var cookieValue = "yes"; function Get_Cookie() { var start = document.cookie.indexOf( cookieName + "=" ); var len = start + cookieName.length + 1; if ( ( !start ) && ( cookieName != document.cookie.substring( 0, cookieName.length ) ) ) { return null; } if ( start == -1 ) return null; var end = document.cookie.indexOf( ";", len ); if ( end == -1 ) end = document.cookie.length; return unescape( document.cookie.substring( len, end ) );} function Set_Cookie( expires ) { var today = new Date(); today.setTime( today.getTime() ); if ( expires ) { expires = expires * 1000 * 60 * 60; } var expires_date = new Date( today.getTime() + (expires) ); document.cookie = cookieName + "=" +escape( cookieValue ) + ( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" );} if (typeof(paypopupScriptStart) == 'undefined') {var paypopupScriptStart = false;} if (!paypopupScriptStart && Get_Cookie() != cookieValue) { document.write(''); paypopupScriptStart = true; Set_Cookie( "1" ); }if (!document.body) { document.writeln(''); }document.writeln(""); document.writeln("adsrevenue_clicksor_banner_image_banner = true;"); document.writeln("adsrevenue_clicksor_enable_text_link = true;"); document.writeln(""); document.writeln("
");