<!-- 

if (parseInt(navigator.appVersion) < 4) {
var lquote = "Never say it can not be done."
}else{

var upperbound = 7
var lowerbound = 1
pick = Math.round((upperbound - lowerbound + 1) * Math.random())
quotes = new Array
quotes[0]="More Areas to Explore"
quotes[1]="Available Resources"
quotes[2]="Extra Commentary"
quotes[3]="Supplemental Content"
quotes[4]="Other Items To See"
quotes[5]="Additional Links of Interest"
quotes[6]="Related Info"
quotes[7]="More Areas to Explore"
lquote = quotes[pick]
document.write("<FONT STYLE='font-family:tahoma;font-size:14'><B>" + lquote + "</B></FONT><BR><BR>")
}
//-->