
function ObtenirScriptName()
{
  var sUrl, iPos;
  
  sUrl = String(document.location);
  iPos = sUrl.indexOf(document.domain) + String(document.domain).length; 
  sUrl = sUrl.substr(iPos);
  iPos = sUrl.indexOf("?");
  if (iPos > 0)  
  	sUrl = sUrl.substr(0, iPos);

  return sUrl;
}

img = new Image();
img.src = 'http://stat.soleweb.com/stat.asp?section='+escape(ObtenirScriptName())+'&ref='+escape(document.referrer); 
