$j=jQuery.noConflict();
 
// Use jQuery via $j(...)
$j(document).ready(function(){
  $j('#homeslide').cycle({ 
     
    random: 1,
    timeout : 6000
});

 $j('#aboutslide').cycle({ 
     
        random: 1,
        timeout : 6000

});


   
 });

