$(function (){
	$('#news1Paragraph, #news2Paragraph, #news3Paragraph, #news4Paragraph, #news5Paragraph, #news6Paragraph, #news7Paragraph, #news8Paragraph, #news9Paragraph, #news10Paragraph, #news11Paragraph, #news12Paragraph, #news13Paragraph, #news14Paragraph, #news15Paragraph, #news16Paragraph').hide();
	$('#news1Title').click(function(){
		$('#news1Paragraph').toggle('fast');	
	});
	$('#news2Title').click(function(){
		$('#news2Paragraph').toggle('fast');	
	});	
		$('#news3Title').click(function(){
		$('#news3Paragraph').toggle('fast');	
	});	
		$('#news4Title').click(function(){
		$('#news4Paragraph').toggle('fast');	
	});	
		$('#news5Title').click(function(){
		$('#news5Paragraph').toggle('fast');	
	});	
		$('#news6Title').click(function(){
		$('#news6Paragraph').toggle('fast');	
	});	
		$('#news7Title').click(function(){
		$('#news7Paragraph').toggle('fast');	
	});	
		$('#news8Title').click(function(){
		$('#news8Paragraph').toggle('fast');	
	});	
		$('#news9Title').click(function(){
		$('#news9Paragraph').toggle('fast');	
	});	
		$('#news10Title').click(function(){
		$('#news10Paragraph').toggle('fast');	
	});	
		$('#news11Title').click(function(){
		$('#news11Paragraph').toggle('fast');	
	});	
		$('#news12Title').click(function(){
		$('#news12Paragraph').toggle('fast');	
	});	
		$('#news13Title').click(function(){
		$('#news13Paragraph').toggle('fast');	
	});	
		$('#news14Title').click(function(){
		$('#news14Paragraph').toggle('fast');	
	});	
		$('#news15Title').click(function(){
		$('#news15Paragraph').toggle('fast');	
	});	
		$('#news16Title').click(function(){
		$('#news16Paragraph').toggle('fast');	
	});	
});