var b=0;
var v = 0;
var tabel1="<table width='100%'>";
var tabel2="</table>";
var row1="<tr>";
var row2="</tr>";
var cell1="<td>";// class="oops"
var cell2="</td>";
var totalupdates=20;
var i=0;
var updates=new Array(totalupdates);
var descriptions=new Array(totalupdates);

p = new Array(9);
p[0] = 'http://new.topsitelists.com/topsites.cgi?ID=186&user=gokuworld&area=homestead'
p[1] = 'http://www.topsitelists.com/topsites.cgi?ID=36&user=animezen&area=start'
p[2] = 'http://www.topsitelists.com/area51/ShenLon99/topsites.cgi?ID=175'
p[3] = 'http://www.topsitelists.com/run/piccolo/topsites.cgi?ID=68'
p[4] = 'http://new.topsitelists.com/topsites.cgi?ID=117&user=ultimatezwarrior&area=homestead'
p[5] = 'http://www.starteasy.com/cgi-bin/topanime/rankem.cgi?id=sonjohan'
p[6] = 'http://www.topsitelists.com/area51/ssjchibitrunks/topsites.cgi?ID=35'
p[7] = 'http://www.topsitelists.com/area51/Rampage/topsites.cgi?ID=53'
p[8] = 'http://www.topsitelists.com/actionpack/yaxa/topsites.cgi?ID=6'
p[9] = 'http://new.topsitelists.com/topsites.cgi?ID=186&user=gokuworld&area=homestead'

updates[0] = "15/11/1999";
updates[1] = "05/12/1999";
updates[2] = "12/12/1999";
updates[3] = "18/12/1999";
updates[4] = "01/01/2000";
updates[5] = "11/01/2000";
updates[6] = "18/01/2000";
updates[7] = "27/01/2000";
updates[8] = "01/02/2000";
updates[9] = "25/02/2000";
updates[10]= "16/08/2000";
updates[11]= "31/08/2000";
updates[12]= "03/10/2001";
updates[13]= "16/05/2002";
updates[14]= "26/02/2003";
updates[15]= "26/03/2003";
updates[16]= "25/04/2003";
updates[17]= "15/05/2003";
updates[18]= "30/09/2003";
updates[19]= "05/12/2003";
updates[20]= "05/09/2004";

descriptions[0] = "Added 4 new Shenron logos";
descriptions[1] = "activated French version of the site";
descriptions[2] = "added 3 new animated gifs with Saibaimen fights(unfinished)";
descriptions[3] = "finished the Saibaimen fights";
descriptions[4] = "*no updates during exams";
descriptions[5] = "added a fusions screensaver<br>activated the Dutch version of the site";
descriptions[6] = "added an engines page<br>added a sounds page";
descriptions[7] = "added a Ginyu character page<br>added a Ginyu character page";
descriptions[8] = "joined pIccolo's top 100";
descriptions[9] = "created the updates page";
descriptions[10]= "added 3 Shenron animated logos";
descriptions[11]= "added 8 Krilin animated logos";
descriptions[12]= "I did make updates in between, but didn't post them here";
descriptions[13]= "For those who check this page to know the last time the site was updated, or IF the site gets updated: this site will get updated at least till 31/06/2003(date that I should graduate).<br>Updates are being made permanently.<br>Currently bringing the Dutch&French version upto-date";
descriptions[14]= "crosswinds deleted all files: everythings has been re-uploaded!<br>Installation of firewall on the university diminishes my ftp access to the site, everything will be slower for me(especially uploads)";
descriptions[15]= "The/This updates page was halted as I set updates in a message pop-up on the main page;" + '\n' + "now that I revamped the updates page to be completely javascript-controlled, it should work& update correctly all future updates like the main page message.";
descriptions[16] = "changed the award form to a more reliable service";
descriptions[17] = "crosswinds will stop free hosting(all files>1MB are hosted there)." + '\n' + "Lycos account has been created as backup." + '\n' + "1/05/2003 It seems Crosswinds couldn't wait, and Lycos is dissapointing";
descriptions[18] = "Corrected the errors in the menubar, which made IE crash" + '\n' + "Lycos account is insufficient, looking for other free hosts." + '\n' + "Themes, sounds and dragonballnet screensavers inoperative, due to insufficient webspace.";
descriptions[19] = "Modified the CSS colours... for better viewing ;)" + '\n' + "French and Dutch part are not up-to-date due to crosswinds deletion... please use English part of site.";
descriptions[20] = "Changed counter software, as fxweb went down for good. Last time I checked, I had 80000+ visitors";

var mess=updates[totalupdates]+ " : " +descriptions[totalupdates];

function bericht(){
if (b<1){
alert(mess);
b=1;}
}

function berichtc(){
b=0;
bericht();
}

function Vote(){
if (v<=9){window.open(p[v],"votes1");
window.open(p[v+1],"votes2");v=v+2;}
}

function updates(url){
window.open(url,"updates","toolbar=no,scrollbars=no,directories=no, status=no,menubar=no,resizable=no,width=400,height=200")
}