// this piece of code displays a warning if the browser does support javascript

if (!document.getElementById) {
	document.write('Please note that you are using a browser which does not support the standards-compliant code of this site.');
}


