<!-- 

if (parseInt(navigator.appVersion) < 4) {
var fquote = "Never say it can not be done."
}else{

var upperbound = 6
var lowerbound = 1
pick = Math.round((upperbound - lowerbound + 1) * Math.random())
quotes = new Array
quotes[0]="Files of Interest"
quotes[1]="Files of Interest"
quotes[2]="Files of Interest"
quotes[3]="Files of Interest"
quotes[4]="Files of Interest"
quotes[5]="Files of Interest"
quotes[6]="Files of Interest"
fquote = quotes[pick]
document.write("<FONT STYLE='font-family:tahoma;font-size:14'><B>" + fquote + "</B></FONT><BR><BR>")
}
//-->