$(window).load(function(){

	var isMSIE = /*@cc_on!@*/false; 
	var animationtype = (isMSIE) ? 'slide' : 'fade';

	$('#slider').innerfade({
		animationtype: animationtype,
		speed: 2000,
		timeout: 10000,
		type: 'random_start',
		containerheight: '680px'
	});

	$('#planslider').bxSlider({
		displaySlideQty: 3,
//		controls: false
		moveSlideQty: 3,
//		auto: true,
//		speed: 1000,
//		pause: 4000,
		infiniteLoop: false,
		pager: true
	});
});

$(function(){
	$('#stayplan li').biggerlink();
	$('#planslider').preloader();
});

