    var main_content_array = new Array();

 	main_content_array[0] = new Array("Monk Smashes Iron Bar Over Head","07.12.2007","An example of you tube within the RMCC website",'<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/9oQ0bOxSSj0&rel=0&color1=0x2b405b&color2=0x6b8ab6&border=0"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/9oQ0bOxSSj0&rel=0&color1=0x2b405b&color2=0x6b8ab6&border=0" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object>',"movie");
	main_content_array[1] = new Array("Charity Run","07.12.2007","An example of Flickr images within the RMCC website.<br />For more images from this volunteer <a href='' target='_blank'>click here</a>.",'<img alt="Charity Run" border="0" src="../media/jpg/425/dummy_425.jpg" />',"photo");
	main_content_array[2] = new Array("Led Zeppelin Backstage and live on stage at O2 in London","07.12.2007","An example of you tube within the RMCC website",'<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/QEfchJ-tUeo&rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/QEfchJ-tUeo&rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object>',"movie");
							 

	function fn_update_content(content_array)
	 {
		content_title = content_array[0];
		content_date = content_array[1];
		content_text = content_array[2];
		content_media_code = content_array[3];
		content_icon = content_array[4];
				
		content_html = content_media_code + '<div class="generated_content_text ico_lrg_' + content_icon + '">' + "<h2>" + content_title + "</h2><p><strong>" + content_date +  "</strong><br />" + content_text + "</p></div>";
		document.getElementById('update_content').innerHTML = content_html;
	}
