/*

	08.06.09 - Latest stable version of Prototype causes CSS-base selectors to not work on these pages, among others:
			- rugged-toughbook-mounts.asp
			- fully-rugged-laptops-toughbook-30-details.asp
		Latest unstable version fixes it, but breaks in IE. This is a temporary solution until Prototype issue is resolved, Should eventually replace the contents of this file with the latest version of Prototype that works with all modern browsers.

*/
if(navigator.appVersion.indexOf('Safari')>-1){
	document.write('<script src="/business/toughbook/javascript/prototype_1_6_1.js"></script>');
}else{
	document.write('<script src="/business/toughbook/javascript/prototype_1_6_0_3.js"></script>');
}