function page_init (){

	if (window.location.hash.indexOf('email-signup-success') != -1){
		$("#email-signup legend").html("Thank You!");
	}

}


$(page_init);