<!-- Begin
var how_many_ads = 11;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;

if (ad==1) {
txt="";
url="/index.php?option=com_content&task=view&id=150&Itemid=252";
alt="";
banner="/images/badges/free/sqr-NewsletterA.gif";
width="180";
height="180";
}

if (ad==2) {
txt=""; 
url="/index.php?option=com_content&task=view&id=146&Itemid=267";
alt="";
banner="/images/badges/free/sqr-othA.gif";
width="180";
height="180";
}
if (ad==3) {
txt=""; 
url="/index.php?option=com_content&task=view&id=146&Itemid=267";
alt="";
banner="/images/badges/free/sqr-othB.gif";
width="180";
height="180";
}
if (ad==4) {
txt=""; 
url="/index.php?option=com_content&task=view&id=146&Itemid=267";
alt="";
banner="/images/badges/free/sqr-othC.gif";
width="180";
height="180";
}
if (ad==5) {
txt=""; 
url="/index.php?option=com_juser&task=UserRegistration&Itemid=73";
alt="";
banner="/images/badges/free/sqr-registrationA.gif";
width="180";
height="180";
}
if (ad==6) {
txt=""; 
url="/index.php?option=com_juser&task=UserRegistration&Itemid=73";
alt="";
banner="/images/badges/free/sqr-registrationB.gif";
width="180";
height="180";
}
if (ad==7) {
txt=""; 
url="/index.php?option=com_juser&task=UserRegistration&Itemid=73";
alt="";
banner="/images/badges/free/sqr-registrationC.gif";
width="180";
height="180";
}
if (ad==8) {
txt=""; 
url="/index.php?option=com_juser&task=UserRegistration&Itemid=73";
alt="";
banner="/images/badges/free/sqr-registrationD.gif";
width="180";
height="180";
}
if (ad==9) {
txt=""; 
url="/index.php?option=com_content&task=view&id=93&Itemid=126";
alt="";
banner="/images/badges/free/sqr-tour-1.gif";
width="180";
height="180";
}
if (ad==10) {
txt=""; 
url="/index.php?option=com_content&task=view&id=93&Itemid=126";
alt="";
banner="/images/badges/free/sqr-tour-2.gif";
width="180";
height="180";
}
if (ad==11) {
txt=""; 
url="/index.php?option=com_content&task=view&id=146&Itemid=267";
alt="";
banner="/images/badges/free/sqr-othD.gif";
width="180";
height="180";
}

document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_top\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0></a><br>');
document.write('</center>');
// End -->
