function stayPut() {
	stayObj = document.getElementById("stay");
	//alert("i n");
	if (stayObj) {
		stayObj.style.position = "fixed";
		stayObj.style.top = "390px";
		stayObj.style.left = (window.innerWidth / 2 + 54) + "px";
	}
	
	stayObj = document.getElementById("stay-info");
	if (stayObj) {
		stayObj.style.position = "fixed";
		stayObj.style.top = "141px";
		stayObj.style.left = (window.innerWidth / 2 + 54) + "px";
	}	
}

function stayPutConsumer() {
	stayObj = document.getElementById("stay");
	//alert("i n");
	if (stayObj) {
		stayObj.style.position = "fixed";
		stayObj.style.top = "225px";
		stayObj.style.left = (window.innerWidth / 2 + 54) + "px";
	}
	
	stayObj = document.getElementById("stay-info");
	if (stayObj) {
		stayObj.style.position = "fixed";
		stayObj.style.top = "27px";
		stayObj.style.left = (window.innerWidth / 2 + 54) + "px";
	}	
}
