﻿function EmbededFormValidateSend(URL_GoogleAnalytics)
{
  if (Page_ClientValidate("Form_ContactezAnnonceur") == true)
  {
    _gaq.push(['_trackEvent', 'EmbeddedForm', 'Contactez annonceur _Send',URL_GoogleAnalytics]);
  }
}

