$(function() {
 $('#feature').crossSlide({
    sleep: 4, //in sec
    fade: 2   //in sec
 },
 [
	{ src: './img/bnr_ski_sp.jpg', href: 'http://www.resortbaito.com/ski_sp.html' },
	{ src: './img/bnr_high_income.jpg', href: 'http://www.resortbaito.com/index.php?cmd=sel&BaitoRelation[]=12' },
	{ src: './img/feat_pitame.jpg', href: './pitame_edit.php' }
 ]);
});
