var how_many_ads = 0;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
//copy from here
if (ad==1) {
txt="Kalenara";
url="/adall.asp?uid=19979";
alt="Golden Member!";
banner="/upload/members/thumbs/19979.gif";
width="53";
height="53";
}
//end copy
//copy from here
if (ad==2) {
txt="Marina2005";
url="/adall.asp?uid=19956";
alt="Golden Member!";
banner="/upload/members/thumbs/19956.gif";
width="53";
height="53";
}
//end copy
document.write('<center>');
//Uncoment Following
if (how_many_ads!=0)
{
document.write('<br><br>');
document.write('<table cellspacing=0 cellpadding=0 width=150 border=1 bordercolor=#66cc66>');
document.write('<tr><td align=center>');
document.write('<table width=100% cellspacing=0 cellpadding=0 border=0>');
document.write('<tr><td align=center>');
document.write('<font color=red>Golden Member</font>');
document.write('</tR><tr><td align=center>');
document.write('<a target="_top" href=\"' + url + '\" target=\"_top\">');
document.write('<img border=0 src=\"' + banner + '\" width=')
document.write(width + ' ');
document.write('alt=\"' + alt + '\" border=2><br>');
document.write('<small>' + txt + '</small></a>');
document.write('</td></tr><tr><td align=center>');
document.write('<a target=_top href="/gm.asp">Click here</a> to get Golden membership');
document.write('</td></tr></table></td></tr></table>');
//End Uncoment
document.write('</center>');
}
// End -->
