$(document).ready(function()
{
  //toggle the componenet with class msg_body
  $(".msg_head").click(function()
  {
    $(this).next(".msg_body").slideToggle(600);
  });
  
  $('#flyer').innerfade({ speed: 'slow', timeout: 6000, type: 'sequence', containerheight: '630px' }); 
  
  $(".mp3").jmp3({
				showfilename: "false",
				backcolor: "000000",
				forecolor: "FF9900",
				width: 120,
				showdownload: "true",
				filepath: "/podcasts/"			
			});

});
