var b = 1;
var bn = navigator.appName;
var bv = navigator.appVersion.substring(0,1);

if((bn == "Netscape") && (bv == "4")) b=2;

document.writeln("<link rel=\"stylesheet\" href=\"style"+b+".css\" type=\"text/css\">");