function stopError()
  	{
   	return true;
    }
	 window.onerror = stopError;
	

	if (navigator.platform == "Linux i686"){
		document.write('<link href="http://www.monash.edu.au/assets/monash_mac.css" rel="stylesheet" type="text/css">'); 
	}
	else if (navigator.platform == "MacPPC") {
		if (navigator.userAgent.indexOf("MSIE 5")>=0) {
		document.write('<link href="http://www.monash.edu.au/assets/monash_macie5.css" rel="stylesheet" type="text/css">'); 
		}
		else {
		document.write('<link href="http://www.monash.edu.au/assets/monash_mac.css" rel="stylesheet" type="text/css">'); 
		}
	}
	else if (navigator.appName == "Microsoft Internet Explorer") {
		if (navigator.appVersion <= "3") {
		document.write('<!--No stylesheet linked -->');
		}
		else {
		document.write('<link href="http://www.monash.edu.au/assets/monash_ie.css" rel="stylesheet" type="text/css">');
		}
	}
	else if (navigator.userAgent.indexOf("Netscape6")>=0) {
		document.write('<link href="http://www.monash.edu.au/assets/monash_nn6.css" rel="stylesheet" type="text/css">');
	}
	else {	
	  	 document.write('<link href="http://www.monash.edu.au/assets/monash_nn.css" rel="stylesheet" type="text/css">'); 
	}