$(document).ready(function() {
	 if ( ($.browser.msie && $.browser.version < 7 )  ) 
	 {
	    $("#dbg").html( "<div style='font-size: 0.8em;margin-top: 10px;'>The District 88 Newsletter requires either <strong>Internet Explorer 7 or higher</strong>, <strong><a href='http://firefox.com' target='_blank'>Firefox</a></strong>, <strong><a href='https://www.google.com/chrome' target='_blank'>Google Chrome</a></strong> or <strong>Safari</strong>.</div>" );
	    $("#box_signup").height(250);
	 }
 });

