    $(function() {
		 	
		   
		   $("#newsSection").accordion({ header: "h2", navigation: true, fillspace: true, clearStyle: true});
		  
		   
		   $("#newsSection2").accordion({ header: "h2", navigation: true, fillspace: true, clearStyle: true });
		    $("#newsSection3").accordion({ header: "h2", navigation: true, fillspace: true, clearStyle: true });
		//   $("#newsSection2").filter(":not(:has(.selected))");
           $("#newsSection2").accordion("activate", 0);
		   $("#newsSection3").accordion("activate", 0);
		 
//getter
			var collapsible = $('#newsSection, #newsSection2, #newsSection3').accordion('option', 'collapsible');
			//setter
			$('#newsSection, #newsSection2, #newsSection3').accordion('option', 'collapsible', true);
			//   getter
			var autoHeight = $('#newsSection, #newsSection2, #newsSection3').accordion('option', 'autoHeight');
		
			$('#newsSection, #newsSection2, #newsSection3').accordion('option', 'autoHeight', true);
		
		
			$("div.subject a[href$=.pdf]").before(" <img src='../layout/pdf.gif' width='16' height='16' border='0' alt='case' align='absbottom' />");
			
		    $("p a[href$=.pdf]").before("<img src='../layout/pdf.gif' width='16' height='16' border='0' alt='case' align='absbottom' /> ");
	;
		    $("#newsSection").accordion("activate", 0);
			$("#newsSection").show();
        });
	