//For Home Page Header
$j(document).ready(function(){
    //Setup the main rotater on the home page
    $j('#divMainRotator').cycle({
      speed:       900,
      timeout:     6000,
      prev:    '#divMainRotatorPrev',
      next:    '#divMainRotatorNext',
      fastOnEvent: true
    });
  });

//For Agro Product Page Slider
jQuery(document).ready(function() {
    jQuery('#mycarousel').jcarousel({
        start: 3
    });
});
