/**** Add application wide javascripts below this point  ******/
 $(document).ready(function(){
    $("#page-content").accordion({ 
	      autoheight: false,
			animated: 'easeslide',
			active: '.selected'
	});
 });