var TrackTag = 'http://switch.atdmt.com/action/';

function GetActionTag(URL){
    document.getElementById('action_tag').src = TrackTag + URL + '?nocache=' + (new Date()).getTime(); ;
}
