var bname = navigator.appName;

function faviconIndex() {
if (bname == "Microsoft Internet Explorer") {
	document.write ("<link rel=\"Shortcut Icon\" href=\"images/favicon.ico\" type=\"image/x-icon\" />");
}
else {
	document.write ("<link rel=\"icon\" type=\"image/png\" href=\"images/fia_a_ic.gif\" />");

}
}

function faviconSub() {
if (bname == "Microsoft Internet Explorer") {
	document.write ("<link rel=\"Shortcut Icon\" href=\"../images/favicon.ico\" type=\"image/x-icon\" />");
}
else {
	document.write ("<link rel=\"icon\" type=\"image/png\" href=\"../images/fia_a_ic.gif\" />");

}
}

function faviconSub2() {
if (bname == "Microsoft Internet Explorer") {
	document.write ("<link rel=\"Shortcut Icon\" href=\"../../images/favicon.ico\" type=\"image/x-icon\" />");
}
else {
	document.write ("<link rel=\"icon\" type=\"image/png\" href=\"../../images/fia_a_ic.gif\" />");

}
}