function staticversion(){
var thebigone;
thebigone=window.open("/interactive/thebigone/","thebigone","width=780,height=580,scrollbars=1,resizable=1,history=0,toolbar=0,directory=0,status=0");

if (thebigone!=-1){
	thebigone.focus();
	}
}


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function forward(){
var blurb = escape("The Big One");
url="/thebigone/index.html";
emailer(blurb,url);
}
