var dtmSrc = window.location.protocol + "//login.dotomi.com/ucm/UCMController?"+
    "dtm_com=28&dtm_fid=101&dtm_cid=2383&dtm_cmagic=3baa27&dtm_format=5&cli_promo_id=700";

var dtmTag = new Array();
/* custom fields SUBSTITUTE VALUES ONLY IN THIS BLOCK */

dtmTag.dtmc_artist_team = "AMNH-TM";

/* custom fields end */

dtmTag.dtmc_ref = document.referrer;
dtmTag.dtmc_loc = document.location.href;
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 = "";}

