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