
<!--//
var TrackTag = "http://switch.atdmt.com/action/";

function GetActionTag(URL){
	//alert(URL);
	if (GetActionTag) {
		document.action_tag.src = TrackTag + URL;
		// The URL passed from the SWF will be appended to TrackTag.
		// The image will be loaded into the img src tags below the
		// Flash ads OBJECT tag.
	}
}

//-->