// If the browser is too old, redirect to the browser upgrade page.
if(!document.getElementById)
	top.location.replace('Templates/BrowserUpgrade.html');
