/*
 * http://shanearmitage.com/
 *
 * Copyright (c) 2009 Shane Armitage
 * Dual licensed under the MIT and GPL licenses.
 *
 */

$(function() {
		
	$('#accordion').accordion({	
		collapsible: true,
		autoHeight: false
		});

	$('#accordion').accordion('activate', false);
	
	$('<span>&nbsp;</span>').prependTo('ul.fat_list li a');
	$('<span>&nbsp;</span>').prependTo('ul.fat_list li em');

});
