 $(document).ready(function(){
     $('#feature').crossSlide({
        sleep: 4,
        fade: 2
     },
     [
        { src:'./img/feat_beach.jpg',href:'./index.php?cmd=search&BaitoRelation[]=5' },
        { src:'./img/feat_pitame.jpg',href: './pitame_edit.php' }
     ]
     );
});
