$(document).ready(function () {
// toggle customise edit panel
	$('a.toggle_spotlight_panel').click(function () {
		$('div#spotlight_panel').slideToggle("fast");
		return false;
	}); 
}); /* end document ready function */
