var SITE = {

	openUrl : function(newUrl){
		location.href=newUrl;
	}

};
