function xt_clic(typecl,section,page,url,nvlle)
{
Xt_r = document.referrer;
Xt_h = new Date();
xt_img = new Image();
//FR s2=2
//NL s2=1
Xt_i = 'http://logp.xiti.com/hit.xiti?s=177926&s2=2';
Xt_i += '&p='+page+'&clic='+typecl+'&hl=' + Xt_h.getHours() + 'x' + Xt_h.getMinutes() + 'x' + Xt_h.getSeconds();
if(parseFloat(navigator.appVersion)>=4)
{Xiti_s=screen;Xt_i += '&r=' + Xiti_s.width + 'x' + Xiti_s.height + 'x' + Xiti_s.pixelDepth + 'x' + Xiti_s.colorDepth;}
Xt_i += '&ref=' + Xt_r.replace(/[<>"]/g, '').replace(/&/g, '$');
xt_img.src = Xt_i;
if ((url != null)&&(url!=undefined))
{ if ((nvlle=='')||(nvlle==null)) { document.location = url;} else {xfen = window.open(url,'xfen',''); xfen.focus();}}
else
{return;}
}


function xt_clic2(typecl,page,url,nvlle)
{
	hsh = new Date();
	hsd = document;
	hsr = hsd.referrer.replace(/[<>]/g, '');
	xt_img = new Image();
	//FR s2=2
	//NL s2=1
	hsi = 'http://logp.xiti.com/hit.xiti?s=177926&s2=2';
	hsi += '&p='+page+'&clic='+typecl+'&hl=' + hsh.getHours() + 'x' + hsh.getMinutes() + 'x' + hsh.getSeconds();
	if(parseFloat(navigator.appVersion)>=4)
	{
		Xiti_s=screen;
		hsi += '&r=' + Xiti_s.width + 'x' + Xiti_s.height + 'x' + Xiti_s.pixelDepth + 'x' + Xiti_s.colorDepth;
	}
	hsi += '&ref=' + hsr.replace(/&/g, '$');
	xt_img.src = hsi;
	if (url != null)
		{
			if( nvlle=='' || nvlle==null ) hsd.location = url;
			else
				{
				xfen = window.open(url,'xfen','');
				xfen.focus();
				}
		}
	else
	return;
}