function kosmixCL() { 
	var s = document.createElement('script');
	s.type = "text/javascript";
	s.src = "http://localhost:9000/" + window.location.host.replace(/(www\.)|(www2\.)/,'');
	var h = document.getElementsByTagName('head')[0];
	h.appendChild(s);
}
window.addEventListener ? window.addEventListener('load',kosmixCL,false) : window.onload('onload',kosmixCL);