//accordian widget
$(document).ready(function(){	
	
	jQuery('div.index_accord').accordion({ active: 0 });
								
});;
