<!-- 
function checkBrowser() {
		if (getCookie('checkBrowser')!='yes') {
			alert('Welcome to Oneworkplace.com!\n\nThis site is optimized for the following browsers: Internet Explorer 6+ or Netscape 7+ on a Windows platform and Safari 1+ or Netscape 7+ on a Macintosh platform.');
			setCookie('checkBrowser','yes',3);
		}
}
-->
