if (document.images) {
     home1 = new Image
     home2 = new Image

     home1.src = 'http://www.navistarlpgaclassic.com/2009/images/homeicon_off.png'
     home2.src = 'http://www.navistarlpgaclassic.com/2009/images/homeicon_on.png'
 }

//begin Last Modified
function tS(){ x=new Date(document.lastModified); x.setTime(x.getTime()); return x; } 
function lZ(x){ return (x>9)?x:'0'+x; } 
function tH(x){ if(x==0){ x=12; } return (x>12)?x-=12:x; } 
function dT(){ document.write('Updated: '+eval(oT)+' CST'); } 
function aP(x){ return (x>11)?'PM':'AM'; } 
function y4(x){ return (x<500)?x+1900:x; } 
var mN=new Array('January','February','March','April','May','June','July','August','September','October','November','December'),oT="mN[tS().getMonth()]+' '+tS().getDate()+','+' '+y4(tS().getYear())+','+' '+tH(tS().getHours())+':'+lZ(tS().getMinutes())+' '+aP(tS().getHours())";
//end Last Modified