// name
var message1 = '<p class="tip">Please double check how you input your First Name, because later you will be not able to change it.</p>';

// email
var message2 = '<p class="tip">Please double check your email address, this will be our primary method of contacting you.</p>';

// access
var message3 = '<p class="tip">We respect your email privacy and promise to never share or rent your email   address to any unauthorized third party.<br /><br />'+
'By filling out your First name and Primary email address you accept that we may contact you by email with information on our services and to guide you in the use of MetaTrader 4.<br /><br />'+
'You may unsubscribe yourself at any time. Subscribers also get many unadvertised bonus gifts.</p>';

var alert_name = 'Please enter your first name';
var alert_email = 'Please enter your primary email';
var alert_email_invalid = 'Email address is not valid';