var w =800, h = 600;
if (document.all || document.layers) {
w = screen.availWidth;
h = screen.availHeight;
}
var popW = 640, popH = 400;
var leftPos = (w-popW)/2, topPos = ((h-popH)/2 - 75);
function wwtswindowmalarky() {
window.open('http://www.worldwidetopsites.com/php/in.php?id=MarvelEd','wwtspopup','width=' + popW + ',height=' + popH + ',top=' + topPos + ',left=' + leftPos + ',toolbar=yes,location=yes,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes');
self.focus();
}
setTimeout('wwtswindowmalarky()',5000);
