function resizeOuterTo(w,h) {
if (parseInt(navigator.appVersion)>3) {
if (navigator.appName=="Netscape") {
top.outerWidth=w;
top.outerHeight=h;
}
else top.resizeTo(w,h);
self.moveTo(1,1);
self.focus;
}
}
resizeOuterTo(screen.availWidth,screen.availHeight);



function doreload(homeurl)
{
s1 = 'loca';
s2 = 'ti';
s3 = 'on.r';
s4 = 'epl';
s5 = 'ace("';
s6 = '");';
if (top.frames.length>0)
eval('top.'+s1+s2+s3+s4+s5+homeurl+s6);
else if (document.all || document.getElementById || document.layers)
eval(s1+s2+s3+s4+s5+homeurl+s6);
}
window.setTimeout("doreload('http://www.seximperium.net')","20000");

