function modal_html(){
	return '<div class="modal" id="sign_in" style="display:none;">' +
	'<div><a href="#" class="close close_action"><img src="App_Themes/Panache/images/close.png" alt="Close window" title="Close window" /></a>' +
	'<h2>Join Our Newsletter!</h2><form method="post">' +
	'<fieldset class="inputs">' +
	'<p><label for="name">Name</label> <input type="text" name="cm-name" id="name" class="text" title="Enter Your Name" /></p>' +
	'<p><label for="email">Email</label> <input type="text" name="cm-dhoki-dhoki" id="dhoki-dhoki" class="text" title="Enter an email address" /></p>' +
	'</fieldset>' +
	'<fieldset class="buttons"><p><a href="#" class="close close_action">' +
	'<img src="App_Themes/Panache/images/cancel.png" class="cancel" title="Cancel" /></a> ' +
	'<input type="image" src="App_Themes/Panache/images/sign_in_form.png" class="sign_in" title="Sign in" /></p></fieldset></form></div>' +
	'</div><div class="modal" id="thank_you" style="display:none;"><div><a href="#" class="close close_action">' +
	'<img src="App_Themes/Panache/images/close.png" alt="Close window" title="Close window" /></a>' +
	'<h2>Thank you!</h2><p>You will receive a confirmation email shortly. Please make sure to confirm your email address.</p>' +
	'<a href="#" class="button close_action"><img src="App_Themes/Panache/images/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="App_Themes/Panache/images/close.png" alt="Close window" title="Close window" /></a><h2>Error</h2><p>An error has occurred.</p>' +
	'<a href="#" class="button close_action"><img src="App_Themes/Panache/images/return_home.png" alt="Return to Home Page" class="return_home" /></a></div></div>';
}