// JavaScript Document
var agt=navigator.userAgent.toLowerCase();
document.write('<link rel=stylesheet type="text/css" href="http://www.najoomi.com/styles/style.css">');
if (agt.indexOf('firefox')!=-1) {
	document.write('<link rel=stylesheet type="text/css" href="http://www.najoomi.com/styles/style_firefox.css">');
} else if (agt.indexOf('msie')!=-1) {
	document.write('<link rel=stylesheet type="text/css" href="http://www.najoomi.com/styles/style_ie.css">');
} else {
	document.write('<link rel=stylesheet type="text/css" href="http://www.najoomi.com/styles/style_firefox.css">');
}
