	function goToLink(link)
	{
		if(link !='')
		{
			window.location.href =link;
		}
	}
