 if (document.images)
 {
     front01="<table width=100% border=0 cellspacing=0 cellpadding=0><tr><td><center><img src=catalog/jdm/l/gs300/f/01/frontpic.jpg></center></td></tr></table><br>**<a href=lex_addacar.shtml>Click Here</a> to get your Lexus added to MVP's website!</small><p>";
 }    

function get_random(mNum)
{
  if (Math.random && Math.round)
  {
    var rNum= Math.round(Math.random()*(mNum-1));
    rNum+=1;
    return rNum;
  }
  else
  {
  today= new Date();
  hours= today.getHours();
  mins=   today.getMinutes();
  secn=  today.getSeconds();
  if (hours==19)
   hours=18;
  var rNum= (((hours+1)*(mins+1)*secn)%maxNum)+1;
  return rNum;
  }
}

function get_frontpics()
{
 if (document.images)
 {
  var pick_one= get_random(1);  
  pick_one--;

  var front= new Array(1) 
   front[0]=front01;

  document.write(front[pick_one]);
 }
}