<!-- Hide script from old browsers
	mypath = window.location.pathname
	prefix = ""
                col = readcookie('userColour')
	if (col == ""){oldColour = "red"}
	else {oldColour = col}
	if (mypath.indexOf("/archives/") >= 0 || mypath.indexOf("/resources/") >= 0 || mypath.indexOf("/rotas/") >= 0 || mypath.indexOf("/notices/") >= 0)
	{prefix="../"}
	else {prefix = ""}
	if (oldColour == "green")
	{document.write("<LINK rel='stylesheet' href='"+prefix+"stjohngreen.css' type='text/css' media='screen'>")}
	if (oldColour == "blue")
	{document.write("<LINK rel='stylesheet' href='"+prefix+"stjohnblue.css' type='text/css' media='screen'>")}
// End hiding script from old browsers -->
