var ct = new Date();
var ThisYear = ct.getFullYear();

// This will update status bar copyright accordingly to current year
defaultStatus="© 1996-"+ThisYear+" Recom Industriale";

// Allow both Microsoft IE and FireFox users to bookmark this website
function BookmarkMe()
{
    if (document.all) {
        window.external.AddFavorite("http://www.recomindustriale.com/it/","Recom Industriale");
    } else if (window.sidebar) {
        window.sidebar.addPanel("Recom Industriale","http://www.recomindustriale.com/it/","");
    }
}

// Brake external frames 	
if (top.frames.length != 0) {
	top.location = self.document.location;
}