
function writeJS23(){
var components2 = [];
components2.push("<tr align=center><td><img src='gfx/sponsors/ChallengerRacingEngines.gif' width='200' height='78' border='0'></td></tr>");
components2.push("<tr align=center><td><a href='http://www.speedwayracefuels.com' target='_blank'><img src='gfx/sponsors/SpeedwayRaceFuels.jpg' width='205' height='94' border='0'></a></td></tr>");
components2.push("<tr align=center><td><a href='http://www.rodscarburetor.com//' target='_blank'><img src='gfx/sponsors/RodsCarbs.jpg' width='200' height='127' border='0'></a></td></tr>");
components2.push("<tr align=center><td><a href='http://www.farwestwell.com/aboutus.html' target='_blank'><img src='gfx/sponsors/DrillingServices.jpg' width='200' height='98' border='0'></a></td></tr>");
components2.push("<tr align=center><td><a href='http://www.prattstergraphics.com' target='_blank'><img src='gfx/sponsors/PrattsterGraphics2.jpg' width='200' height='121' border='0'></a></td></tr>");
components2.push("<tr align=center><td><a href='http://www.bigdaddysaz.com' target='_blank'><img src='gfx/sponsors/Big_Daddy_1.jpg' border='0'></a></td></tr>");
components2.sort(function() {return 0.5 - Math.random()});

var compstr2 = '';
compstr2+='<tr>';
compstr2+='<td><img src="http://www.ababmx.com/member/3/new/images\/spacer.gif" width="1" height="6"><\/td>';
compstr2+='<\/tr>';
for (x=0;x<components2.length;x++)
 {
	compstr2+=components2[x];
	compstr2+='<tr>';
	compstr2+='<td><img src="http://www.ababmx.com/member/3/new/images\/spacer.gif" width="1" height="8"><\/td>';
	compstr2+='<\/tr>';
}

var cats = [];
cats.push(compstr2);
cats.sort(function() {return 0.5 - Math.random()});

var str='';
str+='<table width="100%" border="0" cellspacing="0" cellpadding="0">';
str+=cats[0];
str+='<tr>';
str+='<td><img src="http://www.ababmx.com/member/3/new/images\/spacer.gif" width="1" height="4"><\/td>';
str+='<\/tr>';
str+='<\/table>';

document.write(str);
}
writeJS23();

