﻿<!--
var dtmSrc = window.location.protocol + "//login.dotomi.com/ucm/UCMController?"+
	"dtm_com=28&dtm_fid=101&dtm_cid=2155&dtm_cmagic=a381c2&dtm_format=5";

var dtmTag = new Array();
/* custom fields SUBSTITUTE DYNAMIC VALUES ONLY IN THIS BLOCK */
dtmTag.cli_promo_id = promoid;
dtmTag.dtm_email_hash = emailhash;
dtmTag.dtmc_keyword = keyword;
/* custom fields end */

dtmTag.dtmc_ref = document.referrer;
for (var item in dtmTag){
	if(typeof dtmTag[item] != "function" && typeof dtmTag[item] != "object")
		dtmSrc += "&" + item + "=" + escape(dtmTag[item]);
}   
setTimeout('timeOutDotomi()',2000);
document.write('<div id="dtmdiv" style="display:none;"><iframe name="response_frame" src="' + dtmSrc +
'"></iframe></div>');
 
function timeOutDotomi() { document.getElementById("dtmdiv").innerHTML = "";}
//-->

