var Default = {}

Default.Redirect = function(sUrl){

	window.location.href = (sUrl);

}