
<!--
closetime=0;

function Start(URL){
windowprops="directories=no,location=no,menubar=no,resizable=no,scrollbars=yes,status=no,toolbar=no,width=510,height=455,left=25,screenX=25,top=25,screenY=25";
preview=window.open(URL,"popWin",windowprops);
if (closetime) setTimeout("preview.close();", closetime*0);
}

function popupWin9(){
url="/extras/honda_ad_1.html"
delay=0;
timer = setTimeout("Start(url)", delay*0000);
window.status="Cool Honda Ads";
}
//-->


