// JavaScript Document

var img_width = "468";
var img_height = "50";
var img_title = "Visit our Sponsors!";



var ad=new Array()
ad[0]="http://www.newgenesiscoupe.com/images/banners/ark_mazda3_01.jpg"; 
ad[1]="http://www.newgenesiscoupe.com/images/banners/sfrbanner.gif";       
ad[2]="http://www.newgenesiscoupe.com/images/banners/importshark.jpg";     
ad[3]="http://www.newgenesiscoupe.com/images/banners/power.jpg";   
ad[4]="http://www.newgenesiscoupe.com/images/banners/ad_top_nt.jpg";    
ad[5]="http://www.newgenesiscoupe.com/images/banners/erzbanner.jpg"; 
ad[6]="http://www.newgenesiscoupe.com/images/banners/kjbmotorsports.jpg"; 
ad[7]="http://www.newgenesiscoupe.com/images/banners/mnwolflogolarge.jpg"; 
ad[8]="http://www.newgenesiscoupe.com/images/banners/twmjune.gif";  



var links=new Array()
links[0]="http://www.arkspeedracing.com";
links[1]="http://www.seoulfulracing.com";
links[2]="http://www.importshark.com";
links[3]="http://www.powerhouseperformance.ca";
links[4]="http://www.newtiburon.com";
links[5]="http://www.erzperformance.com";
links[6]="http://www.KJBMotorsports.com";
links[7]="http://www.midnight-wolf.com";
links[8]="http://www.TWMPerformance.com";

var title=new Array()
title[0]="ARK React Racing";
title[1]="Seoulful Racing";
title[2]="Import Shark";
title[3]="PowerHouse Performance";
title[4]="NewTiburon";
title[5]="ERZPerformance";
title[5]="KJBMotorsports";
title[5]="Midnight Wolf";
title[5]="TWMPerformance";






var xy=Math.floor(Math.random()*ad.length);
document.write('<a href="'+links[xy]+'" target="_blank"><img src="'+ad[xy]+'" width="'+img_width+'" height="'+img_height+'" alt="'+title[xy]+'" border="0"></a>');