function Navigate() {
}

Navigate.redirect_to = function( where  ){

	document.location.href = where;
	
}

Navigate.to = function( where  ){

	document.location.href = where;
	
}
