$j(document).ready(function() {
	$j("a.kpn_bh_richdialog").click(function(){
		var omnitureTag = '';
		var tagging = $j(this).attr("tagging");
		if (tagging) {
			omnitureTag = tagging.toLowerCase();
		}

		//alert('omnitureTag = ' + omnitureTag + 
		//		'; s.pageName = ' + s.pageName + 
		//		'; s.channel = ' + s.channel + 
		//		'; s.hier1 = ' + s.hier1 + 
		//		'; s.prop1 = ' + s.prop1 + 
		//		'; s.prop2 = ' + s.prop2 + 
		//		'; s.eVar3 = ' + s.eVar3);
		s.pageName = omnitureTag + '-dl:' + pageNameDL;
		s.channel = channelDL;
		s.hier1 = hier1DL + '/dl-' + omnitureTag;
		s.prop1 = prop1DL;
		s.prop2 = omnitureTag + '-dl:' + prop2DL;
		s.eVar3 = eVar3DL;
		s.eVar17 = null;
		if ( omnitureTag == "kamcheck" ) {
			var productsstring = $j(this).attr("productsstring");
			if (productsstring) {
				s.products = '' + productsstring;
			}
			s.eVar19 = s.pageName;
			s.events = 'event14';
		} else {
			s.events = null;
			s.products = null;
		}
		
		if($j("select[name=top10]").length) {
			omnitureFilter(true);
		}else{
			s.t();
		}
		
		if(setPersonalisation) {
			setPersonalisation(s);
		}
		
	});
	$j("body").height($j(document).height());
});
