 if (document.images)
 {
     front01="<table width=100% border=0 cellspacing=0 cellpadding=0><tr><td><center><img src=catalog/jdm/mi/3k/featured/car01/frontpic.jpg></center></td></tr></table><p><small>MVP Customer, Joel Kalishman's 3000GT VR4 Twin Turbo with too many mods to list here. Here's a <a href=3000gt_car01.shtml>mod list</a> of all he's done.<br><br>**<a href=3000gt_addmycar.shtml>Click Here</a> to get your 3000GT added to MVP's website!</small><p>";
     front02="<table width=100% border=0 cellspacing=0 cellpadding=0><tr><td><center><img src=catalog/jdm/mi/3k/featured/car02/frontpic.jpg></center></td></tr></table><p><small>MVP Customer, Brandon's 1993 3000GT VR4 Twin Turbo with too many mods to list here. Here's a <a href=3000gt_car02.shtml>mod list</a> of all he's done.<br><br>**<a href=3000gt_addmycar.shtml>Click Here</a> to get your 3000GT added to MVP's website!</small><p>";
     front03="<table width=100% border=0 cellspacing=0 cellpadding=0><tr><td><center><img src=catalog/jdm/mi/3k/featured/car03/frontpic.jpg></center></td></tr></table><p><small>MVP Motorsports was proud to sponsor of The 5th Annual Texas 3/S Gathering. <br><br>**<a href=3000gt_addmycar.shtml>Click Here</a> to get your 3000GT 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(3);
  pick_one--;

  var front= new Array(3)
   front[0]=front01;
   front[1]=front02;
   front[2]=front03;

  document.write(front[pick_one]);
 }
}
