// JavaScript Document

<!-- Begin 
var how_many_ads = 13; 
var now = new Date() 
var sec = now.getSeconds() 
var ad = sec % how_many_ads; 
ad +=1; 

if (ad==1) {
url=""; 
alt=""; 
banner="/sw/themes/10220/site_images/2349_medium.jpg"; 
width="435"; 
height="150";
} 

if (ad==2) { 
url="#"; 
alt=""; 
banner="/sw/themes/10220/site_images/4103_medium.jpg"; 
width="435"; 
height="150";
} 

if (ad==3) { 
url="#"; 
alt=""; 
banner="/sw/themes/10220/site_images/Barcelona.jpg"; 
width="435"; 
height="150";
} 

if (ad==4) { 
url="#"; 
alt=""; 
banner="/sw/themes/10220/site_images/Chadwick.jpg"; 
width="435"; 
height="150";
}
if (ad==5) { 
url="#"; 
alt=""; 
banner="/sw/themes/10220/site_images/Crinion.jpg"; 
width="435"; 
height="150";
}
if (ad==6) { 
url="#"; 
alt=""; 
banner="/sw/themes/10220/site_images/Currents.jpg"; 
width="435"; 
height="150";
}
if (ad==7) { 
url="#"; 
alt=""; 
banner="/sw/themes/10220/site_images/Currents-2.jpg"; 
width="435"; 
height="150";
}
if (ad==8) { 
url="#"; 
alt=""; 
banner="/sw/themes/10220/site_images/Dividends-Horizon.jpg"; 
width="435"; 
height="150";
}
if (ad==9) { 
url="#"; 
alt=""; 
banner="/sw/themes/10220/site_images/Reception.jpg"; 
width="435"; 
height="150";
}
if (ad==10) { 
url="#"; 
alt=""; 
banner="/sw/themes/10220/site_images/Saarinen-Executive.jpg"; 
width="435"; 
height="150";
}
if (ad==11) { 
url="#"; 
alt=""; 
banner="/sw/themes/10220/site_images/Studio.jpg"; 
width="435"; 
height="150";
}
if (ad==12) { 
url="#"; 
alt=""; 
banner="/sw/themes/10220/site_images/Tulip.jpg"; 
width="435"; 
height="150";
}
if (ad==13) { 
url="#"; 
alt=""; 
banner="/sw/themes/10220/site_images/Tulip-2.jpg"; 
width="435"; 
height="150";
}
document.write('<center>'); 
document.write('<img src=\"' + banner + '\" width=') 
document.write(width + ' height=' + height + ' '); 
document.write('alt=\"' + alt + '\" border=0>'); 
document.write('</center>'); 
// End --> 

