(function (){
var CertificaCatch = {

	url:'http://www.terra.com.ar/canales/catch.gif?DATA=',

	detectCertifica: function() {
		// detectar certifica nuevo
		if (typeof (terra_info_service) != 'undefined') {
			CertificaCatch.url += "1:" + location.pathname + ":" + terra_info_service + ":" + terra_info_channel + ":" + terra_info_channeldetail + ":" + terra_info_type + ":" + terra_info_id + ":" + terra_stats_idCrtfc;
		} else {
			CertificaCatch.url += "2:" + location.pathname;
		}
	},

	notify: function() {
		document.write('<img "src=' + CertificaCatch.url + '" WIDTH="1" HEIGHT="1">');
	},

	run: function() {
		CertificaCatch.detectCertifica();
		CertificaCatch.notify();
	}
}


CertificaCatch.run();
})();

