var how_many_ads = 10;
var now = new Date();
var sec = now.getSeconds();
var ad = sec % how_many_ads;
ad +=1;

if (ad==1) {
txt="Camaro Parts ";
url="http://www.ss396.com/camaro_67-69.htm";
alt="Ground Up";
banner="http://www.nastyz28.com/image/groundup/groundup-480.jpg";
width="480";
height="75";
}


if (ad==2) {
txt=" ";
url="http://www.cachassisworks.com/c-316-suspension-systems-by-vehicle.aspx?utm_source=nastyz28&utm_medium=ad&utm_content=horz_medium_static&utm_campaign=cac_gbar";
alt="Chris Alston's Chassisworks";
banner="http://www.nastyz28.com/image/alston/AD_NZ28_CAC_gBAR_01.gif";
width="480";
height="75";
}

if (ad==3) {
txt=" ";
url="http://www.nastyz28.com/store/index.html";
alt="Awesome new 2009 T Shirt !! ";
banner="http://www.nastyz28.com/image/2009-tshirt.jpg";
width="525";
height="100";
}

if (ad==4) {
txt=" ";
url="http://www.myrussianbridebook.com";
alt="My Russian Bride - how I scammed the scammer";
banner="http://www.nastyz28.com/image/russianbride2.gif";
width="480";
height="75";
}

if (ad==5) {
txt=" ";
url="http://gaugemarks.com/";
alt="Gaugemarks gauge restoration";
banner="http://www.nastyz28.com/image/gaugemarks.gif";
width="480";
height="75";
}

if (ad==6) {
txt=" ";
url="http://www.brownlinemetalworks.com/";
alt="Brown Line Metalworks";
banner="http://www.nastyz28.com/image/blm/blm-wrench.gif";
width="468";
height="60";
}

if (ad==7) {
txt=" ";
url="http://www.classiccityautoparts.com";
alt="Offering the best price on OE and Aftermarket parts for all makes and models ";
banner="http://www.nastyz28.com/image/ccap/CCAP_banner.jpg";
width="480";
height="75";
}

if (ad==8) {
txt=" ";
url="http://www.fbodywarehouse.com/fbw/home.php";
alt="Fbody Warehouse excellent part source";
banner="http://www.nastyz28.com/image/fbodywarehouse/fbody-2010.gif";
width="400";
height="100";
}

if (ad==9) {
txt=" ";
url="http://www.camarotoolbar.com";
alt="Camaro Toolbar - a new way to web";
banner="http://www.nastyz28.com/image/fbodywarehouse/camaro1_468x60.gif";
width="468";
height="60";
}

if (ad==10) {
txt=" ";
url="http://www.pro-touringf-body.com/";
alt="ProTouring F-Body - Race inspired suspension";
banner="http://www.nastyz28.com/image/ptfb/ptfb_480.jpg";
width="480";
height="75";
}

document.write('<center>');
document.write('<a href=\"' + url + '\" onClick=\"self.location.reload()"\ onmouseover=\"window.status=alt;return true"\ target=\"_blank\">');
document.write('<img src=\"' + banner + '\" width=');
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('<small>' + txt + '</small></a>');
document.write('</center>');

