function xt_flash(typefl,page){
  Xt_r = document.referrer;
  Xt_h = new Date();
  xt_img = new Image();
  Xt_i = 'http://logi8.xiti.com/hit.xiti?s=197247&s2=3';
  Xt_i += '&p='+page+'&type='+typefl+'&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;
  return;
}
