﻿$(document).ready(function() {
						   
$('#home_animation').cycle({ 
    fx:    'fade', 
    speed:  4000 
 });
   
});



