
	
	/*
	JavaScript Include

	Name:	 	: SMI Client Script
	Address		: http://www.bernhoven.nl	
	Copyright	: Seneca
	Author	 	: Site Administrator
	Created	 	: 2009-02-05T11:14:39

	About this JavaScript include:
	Smartsite Management Information client-side script
*/

try {
document.cookie="resolution="+screen.width+"x"+screen.height;
document.cookie="colordepth="+screen.colorDepth;
document.cookie="timezone=" + Math.round (new Date ().getTimezoneOffset()/60);
document.cookie="javaEnabled=" + (navigator.javaEnabled() ? "yes" : "no");
}
catch (e) { }



