

<!--
var win=null;
function NastyPop(){ 
if(GetCookie("sid") == "999"){return;}
document.cookie="sid=999; Path=/; Expires= " + getFuture(1);
var linkpop = window.open("http://www.exclusively4adults.com", "gwwm", "scrollbars=yes,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes,width=800,height=650");
linkpop.blur();}

function getFuture(f){
var d = new Date();
d.setTime(d.getTime() + (10 * f));
return d;
}

function GetCookie (name) {
var arg = name + "=";
var alen = arg.length;
var clen = document.cookie.length;
var i = 0;
while (i < clen) {
var j = i + alen;
if (document.cookie.substring(i, j) == arg)
return getCookieVal (j);
i = document.cookie.indexOf(" ", i) + 1;
if (i == 0) break; 
}
return null;
}

function getCookieVal (offset) {
var endstr = document.cookie.indexOf (";", offset);
if (endstr == -1)
endstr = document.cookie.length;
return unescape(document.cookie.substring(offset, endstr));
}
// -->


<!-- BEGIN X-IT CODE 
var exit=true; 
function xit() 
{ 
if (exit)open("http://www.exclusively4adults.com","newWindow","status=no,scrollbars=yes,resizable=yes,width=900,height=800,"); 
} 
// END X-IT CODE --> 
