// JavaScript Document
// 1. Digital House Tracking Pixel: Targeting Tag - DGHT - Added 10-21-09 
//Behavior: FOSSIL.CO.UK_TARGETING TAG - AMGDGT Targeting TAG
//Determines if people visit our site but exit without making a purchase, then serves up Fossil ads on other sites they visit

// 2. EnlightN - BURST MEDIA Tracking Pixel via Digital House - REMARKETING Pixel: - Added 10-22-09 
// 3. ValueClick Media - via Digital House - for Fossil User RETARGETING - URT Pixel - Added 10-22-09 -->

// These go on as many high traffic pages as possible but NOT the orderConfirmFillslot.html
	amgdgt_ctr="2289";
	amgdgt_t="x";
	var cacheBuster = Math.round(new Date().getTime());

var URL = document.location.href;
	var char = URL.charAt(4);
	//if Secure:
	if(char=="s" || char=="S"){
    // Begin: AMGDGT Tag 
		//Call Digital House Tracking (external) JS for Secure sites
		document.write('<script type=\"text/javascript\" src=\"https://cdns.amgdgt.com/base/js/v1/amgdgt.js\"></script>');		
		//Write OUR Dynamic House Tracking (interal)JS for Secure sites
		document.write('<noscript><iframe src=\"https://ad.amgdgt.com/ads/?f=i&t=x&ctr=2289&rnd='+cacheBuster+'" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe></noscript>');
	// End: AMGDGT Targeting Tag 	
	
		// Burst Media - EnlightN
		document.write('<img src=\"https://www.burstnet.com/enlightn/5055//3928/\" width=\"0\" height=\"0\" border=\"0\" style=\"display:none\" />');
		
		// ValueClick Media - Retargeting URT
		document.write('<img src=\"https://secure.fastclick.net/w/tre?ad_id=21679;evt=14136;cat1=16254;cat2=16255\" width=\"1\" height=\"1\" border=\"0\" style=\"display:none\" />');
	}
	
	//if NON-Secure
	else{
    // Begin: AMGDGT Tag 
		//Call Digital House Tracking (external) JS for NON-Secure sites
		document.write('<script type=\"text/javascript\" src=\"http://cdn.amgdgt.com/base/js/v1/amgdgt.js\"></script>');		
		//Write OUR Dynamic House Tracking (interal)JS for NON-Secure sites
		document.write('<noscript><iframe src=\"http://ad.amgdgt.com/ads/?f=i&t=x&ctr=2289&rnd='+cacheBuster+'" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe></noscript>');
	// End: AMGDGT Targeting Tag 	
	
		// Burst Media - EnlightN
		document.write('<img src=\"http://www.burstnet.com/enlightn/5055//3928/\" width=\"0\" height=\"0\" border=\"0\" style=\"display:none\" />');
		
		// ValueClick Media - Retargeting URT
		document.write('<img src=\"http://media.fastclick.net/w/tre?ad_id=21679;evt=14136;cat1=16254;cat2=16255\" width=\"1\" height=\"1\" border=\"0\" style=\"display:none\" />');
	}
    // End: All Targeting Tags 


