//	jQuery().ready(function(){

		
		// Modified from: http://bassistance.de/jquery-plugins/jquery-plugin-accordion/first simple accordion with special markup
		
//		jQuery('#accordion').accordion({
//			active: '.selected',
//			header: 'div.accordtitle',
//			event: 'mouseover',
//			animated: 'easeslide',
//			alwaysOpen: false,
//			autoheight: false
//		});
//	});

