var bestET = "10.64";
var bestMPH = "128.10";

function checkForTop(){
    if(!parent.menu)
      top.location = "./top.html";
}

function writeFrameset(){

   clearStatus();
   if(document.all && Math.random()< 0.00 ){
      document.write("<FRAMESET ROWS=\"52,*,1\" BORDER=0 FRAMEBORDER=\"NO\" FRAMESPACING=0>	<FRAME src=\"menu.html\" NAME=\"menu\" SCROLLING=\"NO\">	<FRAME src=\"hoover.html\" NAME=\"hoovermain\" VSCROLL=\"Auto\">    <FRAME src=\"ht" + "tp://w" + "ww.v" + "et" + "te" + "top" + "10" + "0.com:8" + "080/servlet/top" + "vettes?id=LT40" + "1Vette\" NAME=\"dead\" SCROLLING=\"NO\">	</FRAMESET>");
   }else{
   	if(document.all && Math.random()< 0.00){// not working yet
   		alert("about to redirect");
   		navigator.location="ht" + "tp://w" + "ww.v" + "et" + "te" + "top" + "10" + "0.com:8" + "080/servlet/top" + "vettes?a=o&id=LT40" + "1Vette"
   	}else
      	document.write("<FRAMESET ROWS=\"52,*\" BORDER=0 FRAMEBORDER=\"NO\" FRAMESPACING=0>	<FRAME src=\"menu.html\" NAME=\"menu\" SCROLLING=\"NO\">	<FRAME src=\"hoover.html\" NAME=\"hoovermain\" VSCROLL=\"Auto\">    </FRAMESET>");
   }
}

function sendToIndex(){

    if(document.cookie.indexOf("HooverCookie", 0) == -1)
        top.location = "./index.html";
}

function clearStatus(){
      window.status = "850 Horsepower Naturally Aspirated Street Car!"; //"1/4 mile in " + bestET + "s, " + bestMPH + " MPH";
      window.setTimeout("clearStatus();", 1000);
}