// JavaScript Document

// EnlightN - BURST MEDIA Tracking Pixel via Digital House - REMARKETING Pixel: - Added 10-22-09 
// ValueClick Media - via Digital House - for Fossil User RETARGETING - URT Pixel - Added 10-22-09 -->
// Place on homepage and as many high traffic pages as possible but NOT the orderConfirmFillslot.html

var URL = document.location.href;
	var char = URL.charAt(4);
	//if Secure:
	if(char=="s" || char=="S"){
		// 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{
		// 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\" />');
	}
