adline = new Array(14)

adline[0]  = "<A HREF=\"http://junior.apk.net/~jbarta/webtutorads.html\" TARGET=\"_top\"><IMG SRC=\"" + depth + "tutor/other/ads/webtutor1.gif\" WIDTH=\"468\" HEIGHT=\"60\" BORDER=\"1\" ALT=\"Click here to advertise in WebTutor for FREE!\"></A>"
adline[1]  = "<A HREF=\"http://junior.apk.net/~jbarta/webtutorads.html\" TARGET=\"_top\"><IMG SRC=\"" + depth + "tutor/other/ads/webtutor2.gif\" WIDTH=\"468\" HEIGHT=\"60\" BORDER=\"1\" ALT=\"Click here to advertise in WebTutor for FREE!\"></A>"

adline[2]  = "<A HREF=\"http://triton.whitelakeweb.com/~tina/cgi-bin/refid.cgi?id=webtutor\" TARGET=\"_top\"><IMG SRC=\"" + depth + "tutor/other/ads/affordablehost1.gif\" WIDTH=\"468\" HEIGHT=\"60\" BORDER=\"0\" ALT=\"Click here to visit our sponsor.\"></A>"
adline[3]  = "<A HREF=\"http://triton.whitelakeweb.com/~tina/cgi-bin/refid.cgi?id=webtutor\" TARGET=\"_top\"><IMG SRC=\"" + depth + "tutor/other/ads/affordablehost2.gif\" WIDTH=\"468\" HEIGHT=\"60\" BORDER=\"1\" ALT=\"Click here to visit our sponsor.\"></A>"

adline[4]  = "<A HREF=\"http://www.notetab.com/pwd.htm\" TARGET=\"_top\"><IMG SRC=\"" + depth + "tutor/other/ads/notetab1.gif\" WIDTH=\"468\" HEIGHT=\"60\" BORDER=\"0\" ALT=\"Click here to visit our sponsor.\"></A>"
adline[5]  = "<A HREF=\"http://www.notetab.com/pwd.htm\" TARGET=\"_top\"><IMG SRC=\"" + depth + "tutor/other/ads/notetab1.gif\" WIDTH=\"468\" HEIGHT=\"60\" BORDER=\"0\" ALT=\"Click here to visit our sponsor.\"></A>"

adline[6]  = "<A HREF=\"http://www.hyperionics.com/\" TARGET=\"_top\"><IMG SRC=\"" + depth + "tutor/other/ads/hyperionics1.jpg\" WIDTH=\"468\" HEIGHT=\"60\" BORDER=\"1\" ALT=\"Click here to visit our sponsor.\"></A>"
adline[7]  = "<A HREF=\"http://www.hyperionics.com/\" TARGET=\"_top\"><IMG SRC=\"" + depth + "tutor/other/ads/hyperionics1.jpg\" WIDTH=\"468\" HEIGHT=\"60\" BORDER=\"1\" ALT=\"Click here to visit our sponsor.\"></A>"

adline[8]  = "<A HREF=\"http://www.rtlsoft.com/animagic/\" TARGET=\"_top\"><IMG SRC=\"" + depth + "tutor/other/ads/rtlsoft1.gif\" WIDTH=\"468\" HEIGHT=\"60\" BORDER=\"0\" ALT=\"Click here to visit our sponsor.\"></A>"
adline[9]  = "<A HREF=\"http://www.rtlsoft.com/animagic/\" TARGET=\"_top\"><IMG SRC=\"" + depth + "tutor/other/ads/rtlsoft1.gif\" WIDTH=\"468\" HEIGHT=\"60\" BORDER=\"0\" ALT=\"Click here to visit our sponsor.\"></A>"

adline[10] = "<A HREF=\"http://www.sausage.com/hotdog6/\" TARGET=\"_top\"><IMG SRC=\"" + depth + "tutor/other/ads/hotdog1.gif\" WIDTH=\"468\" HEIGHT=\"60\" BORDER=\"0\" ALT=\"Click here to visit our sponsor.\"></A>"
adline[11] = "<A HREF=\"http://www.sausage.com/hotdog6/\" TARGET=\"_top\"><IMG SRC=\"" + depth + "tutor/other/ads/hotdog2.gif\" WIDTH=\"468\" HEIGHT=\"60\" BORDER=\"0\" ALT=\"Click here to visit our sponsor.\"></A>"

adline[12] = "<A HREF=\"http://www.positionweaver.com/\" TARGET=\"_top\"><IMG SRC=\"" + depth + "tutor/other/ads/positionweaver1.gif\" WIDTH=\"468\" HEIGHT=\"60\" BORDER=\"0\" ALT=\"Click here to visit our sponsor.\"></A>"
adline[13] = "<A HREF=\"http://www.positionweaver.com/\" TARGET=\"_top\"><IMG SRC=\"" + depth + "tutor/other/ads/positionweaver2.gif\" WIDTH=\"468\" HEIGHT=\"60\" BORDER=\"0\" ALT=\"Click here to visit our sponsor.\"></A>"

var NumberOfAds = adline.length;

function allads()
{
   for (var i = 0; i < NumberOfAds; i++) {
      document.write("<P ALIGN=\"center\">" + adline[i] + "</P>");
   }
}

function grabad()
{
   document.write("<P ALIGN=\"center\">" + adline[(getRandom(NumberOfAds))-1] + "</P>");
}

grabad();





