// JavaScript Document

function tracking()
{

	_ref = escape(document.referrer);
	_url = escape(document.URL);

	track_img = new Image();
	track_img.src = "http://tracker.argutus.biz/tracker.jpg?ref="+_ref+"&pid="+_pid+"&typ="+_typ+"&src="+_src+"&url="+_url+"";
	
}