// JavaScript Document



	  if (getCookieValue("healthcare")!="" && getCookieValue("healthcare")!=null){
		document.write("<a class='grey-bg' href='healthcare/" + getCookieValue("healthcare") + ".html'>Back to " + getCookieValue("healthcare") + " homepage</a>");
	  	document.write(" <b><font color=white>|</font></b> <a href='Javascript:wipeCookies();' class='grey-bg'>Logout</a>");
	  } 
	  else{
	  	if (getCookieValue("youreap")!="" && getCookieValue("youreap")!=null){
			document.write("<a class='grey-bg' href='users/" + getCookieValue("youreap") + ".html'>Back to " + getCookieValue("youreap") + " homepage</a>");	  
			document.write(" <b><font color=white>|</font></b> <a href='Javascript:wipeCookies();' class='grey-bg'>Logout</a>");
		}
	  }

