var u = new Array(); var a=new Array();
u[0] = "http://topforall.com/RecreationSports/"
t[0] = "TopForAll Sports"
u[1] = "http://thefreesitez.com/FreeSports/";
t[1] = "Sports Freebies"
u[2] = "http://www.ultimategolfdirectory.com/top/php/in.php?id=ssaugolf"
t[2] = "Ultimate Golf"
u[3] = "http://realtimerpi.com"
t[3] = "Real Time RPI"
u[4] = "http://www.visittop100.com/cgi-bin/golfsites/rankem.cgi?action=in&id=ssavtop"
t[4] = "Top Golf Sites"

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

