$(document).ready(function(){
	$("div.panel-header-home").cycle({
		effect: 'fade',
		speed:    2000,
		timeout:  5000
	});
});
