$(document).ready(function() {
   $('div#side1').append("<span class='addr'>435 West Main Street<br >Tilton, NH 03276<br />603.286.4531 Phone<br />603.286.2006 Fax</span>");
   $('div#copyw').replaceWith("<div id='copyw2' class='sepa'><p>Email <a href='mailto:mpearson@wrsdsau59.org'>Webmaster</a><br />&copy; 2011 All Rights Reserved<br>Winnisquam Regional<br>School District.</p></div>");   
});


;(function($){


	$('#navigation').accordion({ 
		active: true, 
		header: '.head', 
		navigation: true, 
		event: 'click', 
		fillSpace: false,
		autoheight: false,
		animated: 'easeslide',		// 'easeslide' with single quotes or simply false for fastest non-animated movement
	 	alwaysOpen: false
		});

	

})(jQuery);

