function help(message) {
	self.status = message;
	return true;
}

var name = navigator.appName;
var platform = navigator.userAgent;

if ((name != "Netscape") || (platform.indexOf("Macintosh")!=-1)) {
document.write("<LINK REL='STYLESHEET' TYPE='TEXT/CSS' 
HREF='http://lisaredford.com/stylesheet.css'>");
} else {
document.write("<LINK REL='STYLESHEET' TYPE='TEXT/CSS' 
HREF='http://lisaredford.com/stylesheet2.css'>");
}
