var mySettings = "&window=new&TitleFontSize=11px&TitleFontColor=CC0066&TitleBackgroundColor=f3f7fa&FontSize=11px&FontColor=333333&ErrorFontColor=ff0000&BorderColor=f3f7fa&BackgroundColor=f3f7fa&ButtonFontSize=10px&ButtonColor=FFFFFF&ButtonFontColor=CC0066"
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);
