<!-- Begin Car Rotations
var how_many_ads = 2;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
image="01";
}
if (ad==2) {
image="02";
}

document.write('<table width=\"623\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">');
document.write('<tr valign=\"top\">');
document.write('<td><img src=\"images/home-body-side2.jpg\" width=\"11\" height=\"269\"></td>');
document.write('<td><table width=\"252\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">');
document.write('<tr>');
document.write('<td><a href=\"cart/home.php\"><img src=\"images/btn-performance-parts.jpg\" width=\"252\" height=\"58\" border=\"0\"></a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td><a href=\"sr20det.php\"><img src=\"images/btn-nissan-engines'+image+'.jpg\" width=\"252\" height=\"48\" border=\"0\"></a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td><a href=\"gallery/index.php\"><img src=\"images/btn-customer-rides'+image+'.jpg\" width=\"252\" height=\"51\" border=\"0\"></a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td><a href=\"cart/news.php\"><img src=\"images/btn-news'+image+'.jpg\" width=\"252\" height=\"43\" border=\"0\"></a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td><img src=\"images/home-nav-btm'+image+'.jpg\" width=\"252\" height=\"69\"></td>');
document.write('</tr>');
document.write('</table></td>');
document.write('<td><img src=\"images/home-car1'+image+'.jpg\" width=\"360\" height=\"269\"></td>');
document.write('</tr>');
document.write('</table></td>');
document.write('</tr>')
document.write('<tr valign=\"top\">')
document.write('<td width=\"122\"><img src=\"images/home-btm.jpg\" width=\"122\" height=\"15\"></td>')
document.write('<td><img src=\"images/home-car2'+image+'.jpg\" width=\"263\" height=\"62\"><img src=\"images/home-car3'+image+'.jpg\" width=\"360\" height=\"62\"></td>')
document.write('</tr>')
document.write('</table>')

// End Car Rotations -->


