// Section to annouce when forms will be live
	  
	  //$(function(){
		//$("#ClosedNotice").html("<span class='red'>Registration is currrently closed.  All future registration will be done on site.</span>");
		
		//$("#ClosedNotice").html("<span class='red'>Registration is currrently closed.  All future registration will be done on site.</span>");
		    
    //$("#ClosedNotice")
	
	$(document).ready(function(){
							   
      var htmlStr = ("<span class='red'>Registration is currrently closed.  All future registration will be done on site.</span>");
      $("#ClosedNotice").text(htmlStr);
		      });
    //$("p").click(function () {
    //  var htmlStr = $(this).html();
    //  $(this).text(htmlStr);
    //});

  //});


				 });
