var pcCSS = '<link type="text/css" rel="stylesheet" href="_styles/bfPcStyle.css" />';

if (window.navigator.platform.toLowerCase().indexOf('win') != -1){
	document.write(pcCSS);
}