var SITE = {

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

};

$(document).ready(function(){
	//
});