/* Sophus3 logging request. http://www.sophus3.com
 * Site identifier code for Bravo MSN DE
 * Copyright (c) Sophus Ltd All rights reserved. Patent Pending.
 * Issued on 03/06/2009*/
 
 /* Change the value of tc_logging_active to switch off logging on the site.*/
 if (typeof tc_logging_active == 'undefined') tc_logging_active = true;

/*Add query string to page alias*/
if (typeof tc_page_alias != 'undefined') {
	if (location.search != null && location.search.length > 1) {
		if (tc_page_alias.indexOf('?') == -1) {
			tc_page_alias = tc_page_alias + location.search;
		} else {
			tc_page_alias = tc_page_alias + "&" + location.search.substring(1);
		}
	}
}
/* END */

tc_site_id = 76;
tc_server_url = "fiat.touchclarity.com";
tc_log_path = "http://estc.msn.com/br/intl/cars/carsfiat-bravo/DE"; /* Change this value to the path of the location of both logging scripts*/
document.write("<scr"+"ipt language='JavaScript' type='text/javascript' src='"+tc_log_path+"/logging-code.js'></scr"+"ipt>");
document.write("<scr" + "ipt language='JavaScript' type='text/javascript' src='http://estj.msn.com/br/intl/INTLChannels/js/1/detrack.js'></scr" + "ipt>");