function upToDate()
{
	if (!browserOk_)
	{
		document.write("<div class='error'>Your browser is out of date. In order to play samples of Vivien's recordings please update to a more recent browser.</div>");
	}
}
// function javaOk()
// {
// 	if (!navigator.javaEnabled())
// 	{
// 		document.write("<div class='error'>Your browser is not java enabled. In order to play samples of Vivien's recordings please enable java in your browser settings.</div>");
// 	}
// }

upToDate();
//javaOk();

