// bad way but it runs :-(
document.write('<script type="text/javascript" src="components/com_bzc_clubechangiste/js/bzc_clubechangiste.js"></script>');

// validation and ajax call
function addEmailAlert(email)
{

	if(!email)
	{
		alert('Email invalide');
		return false;
	}
	else
	{
	
	a= new Object()
a.location= window.location
a.email = email

      var 	loc = window.location ;
  		ajax_addEmailAlert(email,window.location);
  		}

	return true;

}

