document.write('<base a href="http://www.nervebomb.com/main/">')   if (top.location == self.location) {                 self.location.replace("http://www.nervebomb.com/main/")                 }                                  if (document.layers) {	origWidth = innerWidth;	origHeight = innerHeight;	}function reloadPage() {	if (innerWidth != origWidth || innerHeight != origHeight)	location.reload();	}if (document.layers) onresize = reloadPage;