<!--
img = new Array();
url = new Array();
alt = new Array();

a = 6;
width = "468";
height = "60";
border = "0";

img[1] = "http://atlas.spaceports.com/~1320web/perfclas/images/1320web-banner.gif";
url[1] = "http://atlas.spaceports.com/~1320web/index.html";
alt[1] = "1320webmedia_-_Affordable,_High_Performance_Internet_Solutions.";

img[2] = "http://www.wrenchead.com/wh_mem/affiliate/banners/replacement.gif";
url[2] = "http://service.bfast.com/bfast/click?bfmid=9631764&siteid=29834545&bfpage=parts";
alt[2] = "Wrenchead.com_-_Parts_Online_All_The Time";

img[3] = "http://staging.carparts.com/sitegraphics/homepage/rotate1_468X60.gif";
url[3] = "http://service.bfast.com/bfast/click?bfmid=7151706&siteid=29835102&bfpage=338";
alt[3] = "CarParts.com";

img[4] = "http://atlas.spaceports.com/~1320web/perfclas/images/eastwood-banner.gif";
url[4] ="http://www.commission-junction.com/track/track.dll?AID=43836&PID=479006&URL=http%3A%2F%2Fwww%2Eeastwoodcompany%2Ecom";
alt[4] = "Eastwood_Tools_and_Supplies";

img[5] = "http://atlas.spaceports.com/~1320web/perfclas/images/advertising-banner.gif";
url[5] = "http://atlas.spaceports.com/~1320web/perfclas/advertising.html";
alt[5] = "Advertise_On_Performance_Classifieds";

img[6] = "http://atlas.spaceports.com/~1320web/perfclas/images/1320web-banner.gif";
url[6] = "http://atlas.spaceports.com/~1320web/index.html";
alt[6] = "1320webmedia_-_Affordable,_High_Performance_Internet_Solutions.";

//img[] = "";
//url[] = "";
//alt[] = "";

var slump = Math.random();
var talet = Math.round(slump * (a-1))+1;
document.write ("<a href="+url[talet]+" TARGET='_top'><img src="+img[talet]+" height="+height+" width="+width+" border="+border+" alt="+alt[talet]+"></a>");
// -->