<!--
// Copyright 1999 - Ash Young, The Web Site Factory
// ash@thewebsitefactory.co.uk

y = 0;

ad = new Array(y);

 ad[y++] = "<a href=\"/sponsorsites/dashart.shtml\" target=\"_top\"><IMG SRC=\"/images/b_dashart.gif\" border=0 ALT=\"Dashart\"></a><br>"
 ad[y++] = "<a href=\"/sponsorsites/gtr.shtml\" target=\"_top\"><IMG SRC=\"/images/b_gtr.gif\" border=0 ALT=\"GTR High Performance\"></a><br>"
 ad[y++] = "<a href=\"/sponsorsites/hosetechniques.shtml\" target=\"_top\"><IMG SRC=\"/images/b_hosetechniques.gif\" border=0 ALT=\"Hose Techniques\"></a><br>"
 ad[y++] = "<a href=\"/sponsorsites/lnrengine.shtml\" target=\"_top\"><IMG SRC=\"/images/b_lnrengine.gif\" border=0 ALT=\"LnR Engine\"></a><br>"
 ad[y++] = "<a href=\"/sponsorsites/redlined.shtml\" target=\"_top\"><IMG SRC=\"/images/b_redlined.gif\" border=0 ALT=\"Relined\"></a><br>"
 ad[y++] = "<a href=\"/sponsorsites/stangsuspension.shtml\" target=\"_top\"><IMG SRC=\"/images/b_stangsuspension.gif\" border=0 ALT=\"Stang Suspension\"></a><br>"
 ad[y++] = "<a href=\"/sponsorsites/redlinetuning.shtml\" target=\"_top\"><IMG SRC=\"/images/b_redlinetuning.gif\" border=0 ALT=\"Redline Tuning\"></a><br>"
 ad[y++] = "<a href=\"/sponsorsites/paperformance.shtml\" target=\"_top\"><IMG SRC=\"/images/b_paperformance.gif\" border=0 ALT=\"PA Performance\"></a><br>"
 ad[y++] = "<a href=\"/sponsorsites/coolflex.shtml\" target=\"_top\"><IMG SRC=\"/images/b_coolflex.gif\" border=0 ALT=\"COOLFLEX\"></a><br>"
 ad[y++] = "<a href=\"/sponsorsites/redlinegoods.shtml\" target=\"_top\"><IMG SRC=\"/images/b_redlinegoods.gif\" border=0 ALT=\"Redline Automotive Accessories\"></a><br>"
ad[y++] = "<a href=\"/sponsorsites/mgw.shtml\" target=\"_top\"><IMG SRC=\"/images/b_mgw.gif\" border=0 ALT=\"MGW\"></a><br>"
ad[y++] = "<a href=\"/sponsorsites/seatbeltpads.shtml\" target=\"_top\"><IMG SRC=\"/images/b_seatbeltpads.gif\" border=0 ALT=\"SeatBeltPads\"></a><br>"
ad[y++] = "<a href=\"/sponsorsites/carexcess.shtml\" target=\"_top\"><IMG SRC=\"/images/b_verticaldoors.gif\" border=0 ALT=\"CarExcess.com Vertical Doors\"></a><br>"
ad[y++] = "<a href=\"/sponsorsites/granddesign.shtml\" target=\"_top\"><IMG SRC=\"/images/b_granddesign.gif\" border=0 ALT=\"Grand Design\"></a><br>"
ad[y++] = "<a href=\"/sponsorsites/billetbadges.shtml\" target=\"_top\"><IMG SRC=\"/images/b_billetbadges.gif\" border=0 ALT=\"Billet Badges\"></a><br>"
ad[y++] = "<a href=\"/sponsorsites/905customs.shtml\" target=\"_top\"><IMG SRC=\"/images/b_905customs.gif\" border=0 ALT=\"905 Customs\"></a><br>"

//Continue if more required

x = Math.floor(Math.random()*(y));
document.write(ad[x]);

// -->