$(document).ready(function() {

	// toggles the slickbox on clicking the noted link
	$('a#sm_toggle').click(function() {
		$('#sitemap').slideToggle("400");
		return false;
	});
});