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