<!-- Begin
var how_many_ads = 2;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="http://fruity.net.tc"
url="http://lc.6te.net/ababab.php";
alt="Fruity Free Banner Advertisement! Click to join!";
banner="http://www.filehigh.com/serve/2642/95525.jpg";
width="350";
height="88";
}
if (ad==1) {
txt="http://fruity.net.tc"
url="http://lc.6te.net/ababab.php";
alt="Fruity Free Banner Advertisement! Click to join!";
banner="http://www.filehigh.com/serve/17354/237481.jpg";
width="350";
height="88";
}

document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_blank\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=1></a><br>');
document.write('<a href=\"' + txt + '\" target=\"_blank\">');
document.write('<img src="http://www.filehigh.com/serve/2642/157159.gif" border=0>');
document.write('</a>');
document.write('</center>');

// End -->