$(function() {

$('#homeanim').cycle({ 
	fx:     'fade', 
	timeout: 4000
});

$('marquee').marquee();

});