var mySettings = "&window=new&Font=Verdana%2cAarial%2cHelvetica&TitleFontSize=10px&TitleFontColor=FFFFFF&TitleBackgroundColor=FFFFFF&FontSize=10px&FontColor=000000&ErrorFontColor=ff0000&BorderColor=FFFFFF&BackgroundColor=FFFFFF&ButtonFontSize=10px&ButtonColor=666666&ButtonFontColor=FFFFFF"
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="/_wlscripts/smartmonitor/SmartMonitor.aspx?caller='+escape(myCaller)+mySettings+myQueryString+'"></script>'
document.write(myScript);
