var detect = navigator.userAgent.toLowerCase(); var place,total,thestring; var style = ""; function client_check() { style = "/public/css/infomatic.se/dom.css"; } function checkIt(string) { place = detect.indexOf(string) + 1; return place; } // Run check = new client_check(); print_css();