var strMediaPlexURL = 'http://altfarm.mediaplex.com/ad/bk/1272-4317-2054-1';
var strDCURL = 'http://ad.doubleclick.net';

var spotlighttag;
var mediaplextag;

function MediaPlex (strPage) {
	var objDate = new Date();
	var currentTime = objDate.getTime() - objDate.getTimezoneOffset();
	
	mediaplextag = strMediaPlexURL + '?' + strPage + '=1&Unique_ID=' + currentTime;
	document.write('<img name=mpimage src=/m/static/i/spacer.gif width=1 height=1 border=0>');
	
	document.onload = setTimeout("swapCRMImage('document.images.mpimage.src = mediaplextag')",100);
}

function DCUniqueTag (strCategory, strOrd) {
	var axel = Math.random() + "";
	var a = axel * 10000000000000;

	spotlighttag = strDCURL + '/activity;src=563775;type=pv1;cat=' + strCategory + ';ord=' + strOrd + ';num=' + a + '?';
	document.write('<img name=dcuimage src=/m/static/i/spacer.gif width=1 height=1 border=0>');

	document.onload = setTimeout("swapCRMImage('document.images.dcuimage.src = spotlighttag')",100);	
	//document.onload = setTimeout("document.images.dcuimage.src = spotlighttag",5000);
}

function DCStandardTag (strCategory) {
	var axel = Math.random() + "";
	var a = axel * 1000000000000000000;

	spotlighttag = strDCURL + '/activity;src=563775;type=pv1;cat=' + strCategory + ';ord=' + a + '?';
	document.write('<img name=dcsimage src=/m/static/i/spacer.gif width=1 height=1 border=0>');

	document.onload = setTimeout("swapCRMImage('document.images.dcsimage.src = spotlighttag')",100);
	//document.onload = setTimeout("document.images.dcsimage.src = spotlighttag",5000);
}
