// JavaScript Document
GoToLocation = function(url) {
	window.location = url;
}