/** * Banner Slide Code for bobstephens.com template * Patrick Sullivan * Uses jquery with the cycle plugin * see * http://jquery.com/ and * http://www.malsup.com/jquery/cycle/ */ $(document).ready(function(){ $('#pics').cycle('fade'); });