/********************************************************************************
 Roy Lindauer Development
 www.roylindauer.com
 4/10/2010
********************************************************************************/
$(document).ready(function(){
	//start
	$('#Messaging .content').hide();
	//$('#Messaging .content').load('assets/tpl/slideshow.html', function(){
		$('#Messaging .content').fadeIn('slow', function(){
			$(this).cycle({
				fx: 'fade',
				speed: 5000
			});
		});
	//});
});
