function rbanner() {

IMG = new Array();
URL = new Array();
TITLE = new Array();
Description = new Array();

IMG[0] = "ss/dzbanner.gif"
URL[0] = "http://www.divide0.net/"
TITLE[0] = "Divide0"
Description[0] = "For all your hosting needs Divide0 is the place to go. Great service and awesome tech support. "

IMG[1] = "ss/trip.gif"
URL[1] = "http://www.trip.net/"
TITLE[1] = "TRIPnet"
Description[1] = "Thanks Trip.net for hosting ircN.com for us and for the great service. You guys are great!"

IMG[2] = "ss/techcellent.gif"
URL[2] = "http://www.techcellent.com/"
TITLE[2] = "Techcellent"
Description[2] = "Kickass shells and very good uptime!"

IMG[3] = "ss/unixr.gif"
URL[3] = "http://www.unixrules.net/"
TITLE[3] = "UnixRules"
Description[3] = "Very respectable uptimes and a full c-class of great vhosts make UnixRules stand out."


now = new Date();
Number = (now.getSeconds())%IMG.length
document.write("<A HREF=\"" + URL[Number] + "\" onMouseOver=\"window.status='" + TITLE[Number] + "'; return true\" onMouseOut=\"window.status=''; return true\"><IMG SRC=\"" + IMG[Number] + "\" ALT=\"" + TITLE[Number] + " - " + Description[Number] + "\"></A><BR>")
}
rbanner()

