var iarr= new Array(); var u = new Array(); var a=new Array(); var t=new Array();

u[3] = "http://topforall.com/Wallpapers/"
t[3] = "Top Wallpapers"
a[3] = "TopForAll Wallpapers"
u[4] = "http://free.sinoa.com/FreeWallpapers/"
t[4] = "Free Wallpapers"
a[4] = "Free.Sinoa.com"
u[5] = "http://thefreesitez.com/FreeWallpapers/"
t[5] = "Free Wallpaper Sites"
a[5] = "TheFreeSitez.com"
u[6] = "http://www.themindseyes.com/?tt=344"
t[6] = "TME Wallpapers"
a[6] = "TheMindsEyes.com"
u[7] = "http://psafree.top20free.com"
t[7] = "Top Free Wallpapers"
a[7] = "Top 20 Free Wallpapers"
u[0] = "http://www.mikebonnell.com/cgi-bin/top/rankem.cgi?id=psamb"
t[0] = "MikeBonnell.com"
a[0] = "MikeBonnell.com"
u[1] = "http://www.stargrass.com/topsites/index.cgi?psasg"
t[1] = "StarGrass.com"
a[1] = "StarGrass.com"
u[2] = "http://topforall.com/Wallpapers/"
t[2] = "Top Wallpapers"
a[2] = "TopForAll Wallpapers"

for(i=0;i<u.length; i++)
{ document.write("&nbsp;&nbsp;&nbsp;&nbsp;<a href='" +u[i] +"' title='" + a[i] + "' target=new>" + t[i] + "</a><br>")
  //if( (i+1) % 5 == 0) {	document.write("<br>") }
}
