 if (document.images)
 {
     front01="<table width=100% border=0 cellspacing=0 cellpadding=0><tr><td><center><img src=catalog/jdm/t/supramkivna/featured/car1/frontpic.jpg></center></td></tr></table><p><small>MVP Customer, Kirk's (aka kirkMKIV on <a href=http://www.supraforums.com target=_blank>SupraForums.com</a>) 1996 Supra Non Turbo. Here's a <a href=supramkivna_car1.shtml>mod list</a> of all he's done.<br><br>**<a href=supramkivna_addmycar.shtml>Click Here</a> to get your Supra added to MVP's website!</small><p>";
     front02="<table width=100% border=0 cellspacing=0 cellpadding=0><tr><td><center><img src=catalog/jdm/t/supramkivna/featured/car2/frontpic.jpg></center></td></tr></table><p><small>MVP Customer, Dustin's 1993 Supra Non Turbo. Here's a <a href=supramkivna_car2.shtml>mod list</a> of all he's done.<br><br>**<a href=supramkivna_addmycar.shtml>Click Here</a> to get your Supra added to MVP's website!</small><p>";
     front03="<table width=100% border=0 cellspacing=0 cellpadding=0><tr><td><center><img src=catalog/jdm/t/supramkivna/featured/car3/frontpic.jpg></center></td></tr></table><p><small>MVP Customer, Raymond's 1995 Supra NA-T. Here's a <a href=supramkivna_car3.shtml>mod list</a> of all he's done.<br><br>**<a href=supramkivna_addmycar.shtml>Click Here</a> to get your Supra added to MVP's website!</small><p>";
     front04="<table width=100% border=0 cellspacing=0 cellpadding=0><tr><td><center><img src=catalog/jdm/t/supramkivna/featured/car4/frontpic.jpg></center></td></tr></table><p><small>MVP Customer, Le's 1994 Supra NA. Here's a <a href=supramkivna_car4.shtml>mod list</a> of all he's done.<br><br>**<a href=supramkivna_addmycar.shtml>Click Here</a> to get your Supra added to MVP's website!</small><p>";
     front05="<table width=100% border=0 cellspacing=0 cellpadding=0><tr><td><center><img src=catalog/jdm/t/supramkivna/featured/car5/frontpic.jpg></center></td></tr></table><p><small>MVP Customer, Tyler's 1995 Supra NA. Here's a <a href=supramkivna_car5.shtml>mod list</a> of all he's done.<br><br>**<a href=supramkivna_addmycar.shtml>Click Here</a> to get your Supra added to MVP's website!</small><p>";
     front06="<table width=100% border=0 cellspacing=0 cellpadding=0><tr><td><center><img src=catalog/jdm/t/supramkivna/featured/car6/frontpic.jpg></center></td></tr></table><p><small>MVP Customer, Jean-Bernard's 1995 Supra NA-T. Here's a <a href=supramkivna_car6.shtml>mod list</a> of all he's done.<br><br>**<a href=supramkivna_addmycar.shtml>Click Here</a> to get your Supra added to MVP's website!</small><p>";
     front07="<table width=100% border=0 cellspacing=0 cellpadding=0><tr><td><center><img src=catalog/jdm/t/supramkivna/featured/car7/frontpic.jpg></center></td></tr></table><p><small>MVP Customer, Jason's 1997 Supra NA. Here's a <a href=supramkivna_car7.shtml>mod list</a> of all he's done.<br><br>**<a href=supramkivna_addmycar.shtml>Click Here</a> to get your Supra added to MVP's website!</small><p>";
     front08="<table width=100% border=0 cellspacing=0 cellpadding=0><tr><td><center><img src=catalog/jdm/t/supramkivna/featured/car8/frontpic.jpg></center></td></tr></table><p><small>MVP Customer from Canada, Mathieu's 1993.5 Supra NA. Here's a <a href=supramkivna_car8.shtml>mod list</a> of all he's done.<br><br>**<a href=supramkivna_addmycar.shtml>Click Here</a> to get your Supra added to MVP's website!</small><p>";
     front09="<table width=100% border=0 cellspacing=0 cellpadding=0><tr><td><center><img src=catalog/jdm/t/supramkivna/featured/car9/frontpic.jpg></center></td></tr></table><p><small>MVP Customer, Tim's 1995 Supra NA. Here's a <a href=supramkivna_car9.shtml>mod list</a> of all he's done.<br><br>**<a href=supramkivna_addmycar.shtml>Click Here</a> to get your Supra 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(9);  
  pick_one--;

  var front= new Array(9) 
   front[0]=front01;
   front[1]=front02;
   front[2]=front03;
   front[3]=front04;
   front[4]=front05;
   front[5]=front06;
   front[6]=front07;
   front[7]=front08;
   front[8]=front09;

  document.write(front[pick_one]);
 }
}
