// JavaScript Document<SCRIPT type=text/javascript>
$().ready(function(){
	$("#hp_accordian").show();
	$('#hp_accordian').accordion({ 
		header: 'div.header', 
		active: 'div.selected',
		autoHeight: false 
	});
});

