//file created by NXG Group Inc to be used within template.ascx for HTML Tracking for WPromotions.
if (parent.location.href.indexOf("/p-") < 0 &
parent.location.href.indexOf("/pc-") < 0 &
parent.location.href.toLowerCase().indexOf("/shoppingcart") < 0 
) {
	// Set path to the iframe file
	var filePath = 'https://pixel.fetchback.com/serve/fb/pdc?cat=&name=landing&sid=2344';
	if (parent.location.protocol.indexOf("https:") >= 0)
	  {
	  filePath = 'https://pixel.fetchback.com/serve/fb/pdc?cat=&name=landing&sid=2344';
	  }
	
	// Setup the iframe target
	var iframe='<iframe id="frame" name="widget" src ="#" width="100%" height="1" marginheight="0" marginwidth="0" frameborder="no" scrolling="no"></iframe>';
	// Write the iframe to the page
	document.write(iframe);
	var myIframe = parent.document.getElementById("frame");
	myIframe.height = 1;
	myIframe.width = 1;
	myIframe.scrolling = "no";
	myIframe.marginheight = 0;
	myIframe.marginwidth = 0;
	myIframe.frameborder = 0;
	myIframe.src = filePath;
}




