/**
 * Detect Macintosh browsers, and add a CSS reference.
 */
var os = navigator.platform || false;
if (os) {
	if (os.indexOf('Mac') >= 0) {
		document.write('<link href="/global/virtualization/en/us/RenderingAssets/Custom-Mac.css" rel="stylesheet" type="text/css" />');
	}
}


/* Deprecated emergency fix - safety copy */
/*
if (typeof jQuery != 'undefined'){
	$(document).ready(function(){  
		document.getElementById('ctl00_SearchControl_msviLSBssearch').src = '/shared/templates/components/virSearchControl/images/Search_icon.gif';
	});
}
*/