<!-- 

if (parseInt(navigator.appVersion) < 4) {
var lquote = "Never say it can not be done."
}else{

var upperbound = 1
var lowerbound = 1
pick = Math.round((upperbound - lowerbound + 1) * Math.random())
lquotes = new Array
lquotes[0]=" "
lquotes[1]=" "
lquote = lquotes[pick]
document.write(lquote)
}
//-->