
	var mySettings = "&window=new&TitleFontColor=green&Font=Verdana%2CAarial%2CHelvetica&BorderColor=red&TitleBackgroundcolor=white&ButtonFontColor=red&FontSize=10px"
	var myQueryString = ""
	var myCaller = self.document.URL
	if (myCaller.indexOf("?")>=0){
		var myURL = myCaller.split("?")
		myQueryString = myURL[1]
		myCaller = myURL[0]
	}
	if (myQueryString!="") myQueryString = "&" + myQueryString
	myQueryString = myQueryString + '&cookiedomain=' + self.location.hostname
	var myScript='<script src="/scripts/webmail/SmartMonitor.asp?caller='+escape(myCaller)+mySettings+myQueryString+'"></script>'
	document.write(myScript);
	