var s_url="http://www.liceogiusti.it/";
var s_mouseo="Imposta Liceo Giusti come homepage";
var s_text="Imposta come homepage";
var s_nn="Imposta Liceo Giusti come homepage";
var s_op="Imposta Liceo Giusti come homepage";
var s_other="Imposta Liceo Giusti come homepage";
//
if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4)) {
document.write('<a href="javascript:void(0);" ');
document.write('onclick="this.style.behavior=');
document.write("'url(#default#homepage)'");
document.write("; this.setHomePage(s_url);");
document.write('" onmouseover="window.status=');
document.write("(s_mouseo); return true");
document.write('">'+ s_text +'</a>'); }
else if (navigator.appName == "Netscape") {
document.write('<a href="javascript:void(0);" onclick="alert(s_nn);">'+ s_text +'</a>'); }
else if (navigator.appName == "Opera") {
document.write('<a href="javascript:void(0);" onclick="alert(s_op);">'+ s_text +'</a>'); }
else {
document.write(""+ s_other +""); }
