 //
 //$(document).ready(function(){
 //   $('#slideNewsContainer').cycle({ 
 //           fx: 'fade', 
 //           startingSlide: 1,  // start on the slide that was in the markup 
 //           timeout:  5000, 
 //           speed:    500, 
 //           prev:    '#prev', 
 //           next:    '#next'
 //       });
 //   
 //   
 //});
 //
 //
