var dtmSrc = window.location.protocol + "//login.dotomi.com/ucm/UCMController?"+
	"dtm_com=28&dtm_fid=101&dtm_cid=2000&dtm_cmagic=7d619c&dtm_format=5";

var dtmTag = new Array();
/* custom fields SUBSTITUTE DYNAMIC VALUES ONLY IN THIS BLOCK */
dtmTag.cli_promo_id = "1";
dtmTag.dtmc_loc = document.location.href;
/* 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 = "";}

