/**	SiteCatalyst code version: H.17. Copyright 1997-2008 Omniture, Inc. More info available at http://www.omniture.com
	This version can be used as the generic example where the basic tracking will be performed and no customisation
	
	**Insert all listed below into bottom of the body of the page** 
	Needs the following js files pre-included (remember the https for secure): 
	--------------------------------------------------------------------------
	<script type="text/javascript" src="http://www.which.co.uk/assets/scripts/jquery.js"></script>
	<script type="text/javascript">function omnitureAccount(){return "xxx";}</script>
	<script type="text/javascript" src="http://www.which.co.uk/assets/scripts/omniture/s_code.js"></script>
	<script type="text/javascript" src="http://www.which.co.uk/assets/scripts/omniture/which.js"></script>
	
	Please note the xxx of omnitureAccount is the value of the which Site Catalyst Tracking account
	
	If you have the capability of of naming the pages and increasing the value of the tracking, insert:
	---------------------------------------------------------------------------------------------------
	<script type="text/javascript">function fnOmniturePageName(){return "hierarchy 1: hierarchy 2: hierarchy 3: page name";}</script>
**/
	$(document).ready(function (){
		var omniturePageName = "";
		if (window.fnOmniturePageName) {var omniturePageName = fnOmniturePageName();}
		var omnitureVariables = setOmnitureVariables(omniturePageName);
		s.pageName=omnitureVariables["pageName"];
		s.server=""
		s.channel=omnitureVariables["channel"];
		s.pageType=""
		s.prop1=""
		s.prop2=""
		s.prop3=""
		s.prop4=""
		s.prop5=""
		s.prop6=""
		s.prop7=omnitureVariables["prop7"];
		s.prop8=omnitureVariables["prop8"];
		s.prop9=omnitureVariables["prop9"];
		s.prop10=""
		s.prop11=""
		s.prop12=""
		s.prop13=""
		s.prop14=""
		s.prop15=""
		s.prop16=""
		s.prop17=""
		s.prop18=""
		s.prop19=""
		s.prop20=""
		s.prop21=""
		s.prop22=""
		s.prop23="generic"
		s.prop24=""
		s.prop25=""
		/* Conversion Variables */
		s.campaign=""
		s.state=""
		s.zip=""
		s.events=""+omnitureVariables["events"];
		s.products=""
		s.purchaseID=""
		s.eVar1=""
		s.eVar2=""
		s.eVar3=""
		s.eVar4=""
		s.eVar5=""
		s.eVar6=""
		s.eVar7=""
		s.eVar8=""
		s.eVar9=""
		s.eVar10=""
		s.eVar11=""
		s.eVar12=""
		s.eVar13=""
		s.eVar14=""
		s.eVar15=""
		s.eVar16=""
		s.eVar17=""
		s.eVar18=""
		s.eVar19=""
		s.eVar20=""
		s.eVar22=""
		s.eVar26=""
		/* Hierarchy Variables */
		s.hier1=omnitureVariables["hier1"];
		/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
		var s_code=s.t();if(s_code)document.write(s_code)
 
	});
/**End SiteCatalyst code version: H.17.**/