/*
#
# SPHERE UTILITIES LIBRARY v1.5 - Copyright © Sphere sprl - 2007
# This work is licensed under the Creative Commons Attribution-NoDerivs 2.0 License. 
# To view a copy of this license, visit http://creativecommons.org/licenses/by-nd/2.0/be/ 
# or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA.
# With Creative Commons Attribution-NoDerivs 2.0 License you are free to share — to copy, distribute and transmit the work.
# You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work).
# You may not alter, transform, or build upon this work.
# For any reuse or distribution, you must make clear to others the license terms of this work.
#
*/

/* NAVIGATION FUNCTIONS AND UTILS */
function getUrl(url){
	window.location.href = url;	
}

