// Full Page
if (self != top) { top.location=self.location; }
self.moveTo(0,0);self.resizeTo(screen.availWidth,screen.availHeight);
setInterval('x()',10);setInterval('y()',100000);self.focus();
function x(){window.status='Euro World Wide'}
function y(){self.focus()}

