window.onload = function () {
/*	Nifty("div#header", "big top");
	Nifty("div#middle div", "none same-height");
	Nifty("div#footer", "big bottom fixed-height"); */
	
}

function addbookmark() {
	if (document.all) {
		window.external.AddFavorite("http://www.aerre-elettronica.it/", "A.Erre Elettronica");
	}
}

if(typeof String.prototype.trim !== 'function') {
  String.prototype.trim = function() {
    return this.replace(/^\s+|\s+$/g, ''); 
  }
}
