window.addEvent('domready', function() {
	
	//alert('DOMREADY');
	
	utils.emptyInputBox("email","email address");
	
});
