$(document).ready(function() {
		// simple accordion
		jQuery('#blogs').accordion({
			autoheight: false
		});
});