<!-- Begin
var how_many_ads = 4;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;

if (ad==1) {
url="http://#";
alt="Before";
banner1="http://www.swiftsupply.com/images/rotation/1.jpg";
banner2="http://www.swiftsupply.com/images/rotation/2.jpg";
targ="_self";
width="440";
height="295";
}

if (ad==2) {
url="http://#";
alt="Before";
banner1="http://www.swiftsupply.com/images/rotation/3.jpg";
banner2="http://www.swiftsupply.com/images/rotation/4.jpg";
targ="_self";
width="440";
height="295";
}

if (ad==3) {
url="http://#";
alt="Before";
banner1="http://www.swiftsupply.com/images/rotation/5.jpg";
banner2="http://www.swiftsupply.com/images/rotation/6.jpg";
targ="_self";
width="440";
height="295";
}

if (ad==4) {
url="http://#";
alt="Before";
banner1="http://www.swiftsupply.com/images/rotation/7.jpg";
banner2="http://www.swiftsupply.com/images/rotation/8.jpg";
targ="_self";
width="440";
height="295";
}



document.write('<center>');
document.write('<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"470\">');
document.write('<tr>');
document.write('<td align=\"center\">');
document.write('<img src=\"' + banner1 + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br><br>');
document.write('<img src=\"' + banner2 + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
document.write('</center>');

// End -->
