function trackplay(theId) {
	if (document.getElementById("AudioPlayer-object")) { 
		document.getElementById("AudioPlayer-object").sendFlashTheTrack(theId);
	}
}

$(document).ready(function () {
	jQuery("a[rel=external]").attr("target", "_blank");
	
	jQuery('.listNewsArchive').accordion({ 
		header: 'h3',
		autoheight: false,
		active: '.selected'
	});
	
	jQuery('.listNewsArchive ol').accordion({ 
		header: 'h4',
		autoheight: false,
		active: '.selected'
	});
	
});