var kid=3790;
var io, urlstring, querystring;
urlstring=window.location.href;
if(window.location.search){
	//io=urlstring.indexOf("?");
	//querystring=window.location.search+'&kid='+kid+'&ref='+urlstring.substring(0,io);
	querystring=window.location.search+'&kid='+kid+'&ref='+urlstring;
}else{
	querystring='?kid='+kid+'&ref='+urlstring;
}
var styleKnoten = document.createElement("link");
styleKnoten.rel="stylesheet";
styleKnoten.href="http://www.datefix.de/kalender/3790/kalender.css";
styleKnoten.type="text/css";
document.getElementsByTagName("head")[0].appendChild(styleKnoten);

  




document.write('<script language="JavaScript" type="text/javascript" src="http://www.datefix.de/dfx_output.js'+querystring+'">');
document.write('<\/script>');