// EDIT
var mac_css='/v/vspfiles/templates/JailbreakToys/css/MacFix.css' //mac stylesheet location

// NO EDIT
var mactest=navigator.userAgent.indexOf("Mac")!=-1

if (mactest) {
	document.write('<link rel="stylesheet" type="text/css" href="'+ mac_css +'">')
}
