
var enableanalytics = 'Y';	// Set to Y to enable Analytics Tracking.

if(enableanalytics =='Y'){
	document.write('<script type="text/javascript">');
	document.write('var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");');
	document.write('document.write(unescape("%3Cscript src=\'" + gaJsHost + "google-analytics.com/ga.js\' type=\'text/javascript\'%3E%3C/script%3E"));');
	document.write('</script>');
}
