/*
'	$Id: logging.js 1519 2007-10-23 08:40:21Z bernd $
'	$Date: 2007-10-23 10:40:21 +0200 (Di, 23 Okt 2007) $
'	$HeadURL: svn://server01/Fiat/trunk/touchclarity/logging.js $
'	$Revision: 1519 $
'
'	Name:		/touchclarity/logging.js
'	Funktion:	logging
'
'	Aufruf:		-
'				
'	Projekt:	Fiat: wartung 2007
'				
'	Änderungen:	02.04.2007, BOH: +netmining
*/
/* Touch Clarity logging request. http://www.touchclarity.com
 * Site identifier code for Fiat Germany website
 * Copyright (c) Touch Clarity Ltd 2001-2002. All rights reserved. Patent Pending.
 */
 
/* Sophus3 logging request. http://www.sophus3.com
 * Site identifier code for Fiat Germany website
 * Copyright (c) sophus3. All rights reserved. Patent Pending.
 *
 * Change the value of tc_logging_active to switch off logging on the site.
 */


if (typeof tc_logging_active == 'undefined') 
	tc_logging_active = true;

// required configuration parameters
if (tc_logging_active) {
	tc_site_id = 76;
	tc_server_url = "fiat.touchclarity.com";
	tc_log_page = "/touchclarity/logging.html";
document.write("<scr"+"ipt type='text/javascript' src='/touchclarity/logging-code.js'></scr"+"ipt>\n");
document.write("<scr"+"ipt type='text/javascript' src='http://de.fiat.netmining.com/'></scr"+"ipt>\n");
}
/*	       END $Id: logging.js 1519 2007-10-23 08:40:21Z bernd $ END   '*/

