// JS for Carwild Corp. website - carwild.net
// JS code by JustAdequate Media - justadequate.net
// Sure, it's simple code - so don't steal it, just go write it yourself

if (top.location != location) top.location.href = location.href;

mydate = new Date();
yyear = mydate.getYear();
if(yyear<1000) yyear+=1900;

function newWindow(url){
    open(url, 'GLMF', 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=735,height=500')
}


