function xit() {
if (document.cookie.indexOf("wwtsexit") == -1) {
var expdate = new Date((new Date()).getTime() + 86400000);
document.cookie="wwtsexit=general; expires=" + expdate.toGMTString() + "; path=/;";
var w=800, h=600;
if (document.all || document.layers) {
w = screen.availWidth;
h = screen.availHeight;
}
var popW = 790, popH = 430;
//var popW = 780, popH = 430;
var leftPos = (w-popW)/2, topPos = ((h-popH)/2 - 75);
window.open('http://www.freesexywebcams.com/index.htm','wwtsexitcookiepopup','width=' + popW + ',height=' + popH + ',top=' + topPos + ',left=' + leftPos + ',toolbar=yes,location=yes,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes');
self.focus();
}
}

