function right() {
if (navigator.appName == "Microsoft Internet Explorer") {
if (event.button == "2") {
document.body.style.behavior='url(#default#homepage)';
    document.body.setHomePage('http://marcio.altervista.org/index.php');
}
}
}
document.onmousedown = right;