window.addEvent('domready', function() {
    Sexy = new SexyAlertBox();
});

function emailForm() {
	var email = "contactus@mvpfitnessmiami.com";
	var body_message = "New user " +returnvalue+ " signed up";
	var mailto_link = 'mailto:'+email+'?subject=New User&body='+body_message;
	win = window.open(mailto_link,'emailWindow');
	if (win && win.open &&!win.closed) win.close();
}


function test() {
    Sexy.prompt('<h1><p>MVP  Fitness wants to give you a <strong>FREE DAILY  FITNESS TIP</strong> and a <strong>FREE REPORT</strong> on  how to choose the <strong>Best IN-Home Personal  Trainer </strong>Sign up below for the latest Secrets and  Strategies on how to:</p></h1><div style="text-align:center;"><img src= images/cartoon_couple.png /></div><p>We\'re Jeozette and Marivel and we\'re here to help YOU get into the best shape of your life, faster than you\'ve ever thought possible. We\'ve already helped many women achieve their ultimate lifestyle through health and fitness and WE WANT YOU to be NEXT!</p>Tune in each day for the latest, secrets, and strategies on how to:<br />&#8226;Lose weight and gain muscle tone<br />&#8226;Eliminate unwanted belly fat<br />&#8226;Increase focus, confidence and self-discipline!<br />&#8226;Create radiant health and abundance in all areas of your life<br />','E-mail',
				{ onComplete:
		function(returnvalue) {
        if(returnvalue)
        {
        	var email = "contactus@mvpfitnessmiami.com";
			var body_message = "New user " +returnvalue+ " signed up";
			var mailto_link = 'mailto:'+email+'?subject=New User&body='+body_message;
			win = window.open(mailto_link,'emailWindow');
			if (win && win.open &&!win.closed) win.close();
          	Sexy.info('Your email '+returnvalue+' has been registered</h1>');
        }
      }
    });
}
