// <script language="JavaScript">showImage();</script>



<!--
// ==============================================
// Copyright 2003 by jsCode.com
// Source: jsCode.com
// Author: etLux
// Free for all; but please leave in the header.
// ==============================================

// Set up the image files to be used.
var theImages = new Array() // do not change this
// To add more image files, continue with the
// pattern below, adding to the array. Rememeber
// to increment the theImages[x] index!

theImages[0] = '<a href="http://www.wadesgarage.com/" target="_blank"><img src="/advertizing/forum-bannerads/wades_garage.gif'
theImages[1] = '<a href="http://www.the-rumbler.com" target="_blank"><img src="/advertizing/forum-bannerads/the-rumbler.gif'
theImages[2] = '<a href="http://www.wadesgarage.com/" target="_blank"><img src="/advertizing/forum-bannerads/wades_garage.gif'
theImages[3] = '<a href="http://www.wadesgarage.com/" target="_blank"><img src="/advertizing/forum-bannerads/wades_garage.gif'
theImages[4] = '<a href="http://www.musclecarnews.com" target="_blank"><img src="/advertizing/forum-bannerads/musclecarnews_banner.jpg'
theImages[5] = '<img src="/advertizing/forum-bannerads/plane_houston_AMX.gif'
theImages[6] = '<a href="http://www.ramblerrogue.com/scrambler.htm" target="_blank"><img src="/advertizing/forum-bannerads/rrr.jpg'
theImages[7] = '<a href="http://www.wadesgarage.com/" target="_blank"><img src="/advertizing/forum-bannerads/wades_garage.gif'
theImages[8] = '<img src="/advertizing/forum-bannerads/wagners.jpg'
theImages[9] = '<img src="/advertizing/forum-bannerads/daves_vv_banner.jpg'
//theImages[10] = ''
//theImages[11] = ''
//theImages[12] = '<a href="http://www.liclassiccars.com"><img src="/bannerads/licc_logo.jpg'
//theImages[13] = ''
//theImages[14] = ''
//theImages[15] = ''
//theImages[16] = ''
//theImages[17] = ''
//theImages[18] = ''
//theImages[19] = ''
//theImages[20] = ''
//theImages[21] = ''
//theImages[22] = ''
//theImages[23] = ''
//theImages[24] = ''
//theImages[25] = ''
//theImages[26] = ''
//theImages[27] = ''
//theImages[28] = ''
//theImages[29] = ''
//theImages[30] = ''
//theImages[31] = ''
//theImages[32] = ''
//theImages[33] = ''
//theImages[34] = ''
//theImages[35] = ''
//theImages[36] = ''
//theImages[37] = ''
//theImages[38] = ''
//theImages[39] = ''
//theImages[40] = ''
//theImages[41] = ''
//theImages[42] = ''
//theImages[43] = ''
//theImages[44] = ''
//theImages[45] = ''
//theImages[46] = ''
//theImages[47] = ''
//theImages[48] = ''
//theImages[49] = ''

// ======================================
// do not change anything below this line
// ======================================

var j = 0
var p = theImages.length;

var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImages[i]
}

var whichImage = Math.round(Math.random()*(p-1));
function showImage(){
document.write(''+theImages[whichImage]+'" border="0">');
}

//-->
