
function _tf(pFile){
//alert(pFile);
	var myHash = new Hash({file:pFile});
	var tracker = new Request({method:'get',url:'/downloads/track.php',data:myHash.toQueryString()}).send();
	_tp('/files/'+pFile);
	
}
function _tp(p){
	pageTracker._trackPageview(p);
}