
function SignUp(EMAIL) {
  
    urchinTracker("/subscription" );
    postvars = 'email=' + EMAIL;
    new Ajax.Request('/ajax/registration.php', {method: 'post', parameters: postvars});
}

