// used for sitestat statistics please do not remove
function sitestat(ns_l){
	ns_l+="&ns__t="+(new Date()).getTime();
	ns_pixelUrl=ns_l;

	if(document.images){
		ns_1=new Image();
		ns_1.src=ns_l;
	}else{
		document.write("<img src="+ns_l+" width='1' height='1' alt='' />");
	}
	
	
	//alert(ns_l);
}