var OPER=navigator.userAgent.indexOf("Opera");

if (document.layers){ //Netscape 4.x
  document.write("<link rel=\"shortcut icon\" href=\"favicon.ico\" type=\"image/x-icon\">");
}
else if((OPER>-1)) {
  document.write("<link rel=\"shortcut icon\" href=\"favicon.ico\" type=\"image/x-icon\">");
}
else if (document.all){ // Explorer
  document.write("<link rel=\"shortcut icon\" href=\"favicon.ico\" type=\"image/x-icon\">");
}
else if (document.getElementById){ //Browser moderni
  document.write("<link rel=\"icon\" href=\"favicon_callinox.gif\" type=\"image/gif\">");
}