function changeFormActionForTackingLightBox(myUrl)
{
  $("form#frmCampaignTracking").attr({ action: myUrl });
}

