var Menge=8;
Txtl = new MakeArray( Menge );
Txtl[1] = '&nbsp; <A HREF="http://www.deutsche-promis.de" TARGET="_blank" CLASS="small2">deutsche promis</A> &nbsp;.';
Txtl[2] = '&nbsp; <A HREF="http://www.modelscentral.com/cgi-bin/top100/rankem.cgi?id=arsenal" TARGET="_blank" CLASS="small2">sexy models</A> &nbsp;.';
Txtl[3] = '&nbsp; <A HREF="http://www.weltstars.net" TARGET="_blank" CLASS="small2">weltstars</A> &nbsp;.';
Txtl[4] = '&nbsp; <A HREF="http://www.toplistenservice.de/generator.php?id=14132&sub_uid=34611" TARGET="_blank" CLASS="small2">starliste</A> &nbsp;.';
Txtl[5] = '&nbsp; <A HREF="http://www.modelscentral.com/cgi-bin/top100/rankem.cgi?id=arsenal" TARGET="_blank" CLASS="small2">models</A> &nbsp;.';
Txtl[6] = '&nbsp; <A HREF="http://www.hitsnet.de/cgi-bin/rankem.cgi?id=arsenal" TARGET="_blank" CLASS="small2">hitsnet</A> &nbsp;.';
Txtl[7] = '&nbsp; <A HREF="http://www.alphababes.com/cgi-bin/autorank/rankem.cgi?id=arsenal" TARGET="_blank" CLASS="small2">hot babes</A> &nbsp;.';
Txtl[8] = '&nbsp; <A HREF="http://celebsinc.com/" TARGET="_blank" CLASS="small2">celebsinc</A> &nbsp;.';
function MakeArray( n ) {
this.lenght = n;
for (var i = 1; i <= n; i++)
{ this[i] = 0 }
return this ;
}