function gotoStore(){
	var storeUrl = "http://www.concordresort.com/store/";
	document.location.href=storeUrl;
}