function modal_html() {
	return '<div class="modal" id="news_pop" style="display:none;">' +
	'<div><a href="#" class="close close_action"><img src="http://illes.covalentmedialab.com/App_Themes/illesfoods/images/modal/close.png" alt="Close window" title="Close window" /></a>' +
	'<h2>Connect with Illes</h2><form class="newsletter_form" method="post">' +
	'<fieldset class="inputs">' +
	'<p><label for="name">Your Name</label> <input type="text" name="name" id="name" class="text" title="Enter Your Name" /></p>' +
	'<p><label for="email">Your Email</label> <input type="text" name="email" id="email" class="text" title="Enter Your Email" /></p>' +
	'</fieldset>' +
	'<fieldset class="buttons"><p><a href="#" class="close close_action">' +
	'<img src="http://illes.covalentmedialab.com/App_Themes/illesfoods/images/modal/cancel.png" class="cancel" title="Cancel" /></a> ' +
	'<input type="image" id="get_notified" src="http://illes.covalentmedialab.com/App_Themes/illesfoods/images/modal/sign_in_form.png" class="news_pop" title="Sign Up" /></p></fieldset></form></div></div>' +
	'<div class="modal" id="thank_you" style="display:none;"><div><a href="#" class="close close_action">' +
	'<img src="http://illes.covalentmedialab.com/App_Themes/illesfoods/images/modal/close.png" alt="Close window" title="Close window" /></a>' +
	'<h2>Thank you for signing up for the Illes DineAround<sup>SM</sup> Newsletter.</h2><p>We work hard to make each and every issue informative and tasty for your business. Please keep an eye out for your first issue.</p>' +
	'<a href="#" class="buttons close_action"><img src="http://illes.covalentmedialab.com/App_Themes/illesfoods/images/modal/return_home.png" alt="Return to Home Page" class="return_home" /></a></div></div>' +
	'<div class="modal" id="contact_message" style="display:none;"><div><a href="#" class="close close_action">' +
	'<img src="http://illes.covalentmedialab.com/App_Themes/illesfoods/images/modal/close.png" alt="Close window" title="Close window" /></a>' +
	'<h2>We are currently taking phone orders only.</h2><p>Please call us at 1 (800) 284-8079 to place your order. Thank you.</p>' +
	'<a href="#" class="buttons close_action"><img src="http://illes.covalentmedialab.com/App_Themes/illesfoods/images/modal/return_home.png" alt="Return to Home Page" class="return_home" /></a></div></div>' +
	'<div class="modal" id="equipment_message" style="display:none;"><div><a href="#" class="close close_action">' +
	'<img src="http://illes.covalentmedialab.com/App_Themes/illesfoods/images/modal/close.png" alt="Close window" title="Close window" /></a>' +
	'<h2>Thank you for your interest!</h2><p>Our equipment will be available for purchase soon.</p>' +
	'<a href="#" class="buttons close_action"><img src="http://illes.covalentmedialab.com/App_Themes/illesfoods/images/modal/return_home.png" alt="Return to Home Page" class="return_home" /></a></div></div>' +
	'<div class="modal" id="thank_you_friend" style="display:none;"><div><a href="#" class="close close_action">' +
	'<img src="http://illes.covalentmedialab.com/App_Themes/illesfoods/images/modal/close.png" alt="Close window" title="Close window" /></a>' +
	'<h2>Thank you!</h2><p>Your friend will recieve a link to Platinum Goals shortly.</p>' +
	'<a href="#" class="buttons close_action"><img src="http://illes.covalentmedialab.com/App_Themes/illesfoods/images/modal/return_home.png" alt="Return to Home Page" class="return_home" /></a></div></div>' +
	'<div class="modal" id="error" style="display:none;"><div><a href="#" class="close close_action">' +
	'<img src="http://illes.covalentmedialab.com/App_Themes/illesfoods/images/modal/close.png" alt="Close window" title="Close window" /></a><h2>Error</h2><p>An error has occurred.</p>' +
	'<a href="#" class="buttons close_action"><img src="http://illes.covalentmedialab.com/App_Themes/illesfoods/images/modal/cancel.png" alt="Return to Home Page" class="return_home" /></a></div></div>' +
	'<div class="modal2" id="view360" style="display:none;">' +
    '<div><a href="#" class="close close_action"><img src="http://illes.covalentmedialab.com/App_Themes/illesfoods/images/modal/close.png" alt="Close window" title="Close window" /></a>' +
    '</div></div><script>var getEmail = $(".email-form #newsemail").val(); $("#news_pop #email").val(getEmail);</script>';
}
