 //Setup slideshow with fade fx. Using JQuery Cycle Plugin.
 //Override this file if you want to change the settings
$(document).ready(function() { $('#slide').cycle({ fx: 'fade', timeout: 7000 }); });
