// JavaScript Document

<!-- Begin
var how_many_ads = 3;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;


if (ad==1) {
url="http://www.shannons.com.au";
alt="Shannons - Insurance for Motoring Enthusiasts. Call 13 46 46 for a quote, or click here to visit Shannons.com.au";
banner="http://www.chevcarclubvic.org.au/images_main/sponsors/shannons450x75px.gif";
width="450";
height="75";
}


if (ad==2) {
url="http://www.usgmsp.com";
alt="U.S. G.M. Service Parts is the largest US based parts site now outside the USA and supplies USA suppliers with over 150 GM USA Restoration Parts Licensed released in the USA and many in Australia.. from Australia. - Click here to visit our website or phone us on 02 4257 1230";
banner="http://www.chevcarclubvic.org.au/images_main/sponsors/usgmsp450x75.gif";
width="450";
height="75";
}


if (ad==3) {
url="http://www.powerfix.com.au";
alt="Powerfix Design & Print can help you define your image through exceptional graphic design, website design, website deployment and all of your printing needs.";
banner="http://www.chevcarclubvic.org.au/images_main/sponsors/powerfix.gif";
width="450";
height="75";
}


document.write('<a href=\"' + url + '\" target=\"_self\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0>');
// End -->



