var theImages = new Array() 
var theLinks = new Array()
theImages[0] = 'http://stangplanet.com/forum/images/ads/banner/stangplanet_newtakeoff_suspension_kit_728x90.jpg'
theLinks[0] = 'http://www.newtakeoff.com/'
theImages[1] = 'http://stangplanet.com/forum/images/ads/banner/stangplanet_newtakeoff_mustang_bullitt_728x90.jpg'
theLinks[1] = 'http://www.newtakeoff.com/'
theImages[2] = 'http://stangplanet.com/forum/images/ads/banner/saleen_speedlab.jpg'
theLinks[2] = 'http://www.saleen.com'
theImages[3] = 'http://www.stangplanet.com/forum/images/ads/sponsor_button/stangplanetbanner.jpg'
theLinks[3] = 'http://www.classicdesignconcepts.com/'
theImages[4] = 'http://www.stangplanet.com/forum/images/ads/sponsor_button/stangplanetbanner.jpg'
theLinks[4] = 'http://www.classicdesignconcepts.com/'


// do not edit 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));
if (whichImage==4){
	document.write('<script type="text/javascript"><!--');
	document.write('google_ad_client = "pub-2316995927324511";');
	document.write('google_ad_width = 728;');
	document.write('google_ad_height = 90;');
	document.write('google_ad_format = "728x90_as";');
	document.write('google_ad_type = "text_image";');
	document.write('//2007-07-09: stangplanet.com/forum, stangplanet.com/classifieds');
	document.write('google_ad_channel = "7590813261+6393659175";');
	document.write('google_color_border = "FFFFFF";');
	document.write('google_color_bg = "FFFFFF";');
	document.write('google_color_link = "3e5c92";');
	document.write('google_color_text = "000000";');
	document.write('google_color_url = "011e6a";');
	document.write('google_ui_features = "rc:6";');
	document.write('//--></script>');
	document.write('<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">');
	document.write('</script>');
}
else{
document.write('<center><a href="'+theLinks[whichImage]+'" target="_blank">' + '<img src="'+theImages[whichImage]+'"  border="0"></a><br>');
}