mesg="last update 22/07/2010 by P.R. GOLIA PGT COMPUTER SC"
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;isNS = (navigator.appName == "Netscape")
isIE = (navigator.appName == "Microsoft Internet Explorer")
text = (mesg)
if (isNS) {
document.write("")}
else if (isIE) {
document.write("")}