var url_destinazione =	"http://www.ilgrecale.it/advplanet/red.asp?ref=orni";
var img_banner		 = "banner_ornitologico.jpg";

var np_width = 300;
var np_height= 325;
var url_apertura	 =	"<a href='" + url_destinazione + "' target='_blank'>";
var url_chiusura	 =	"</a>";
var imsg_home 		 =   url_apertura + "<img src='http://www.ilgrecale.it/advplanet/immagini/" + img_banner +  "' width='"+np_width+"' height='"+np_height+"'>" + url_chiusura;

// per disattivare il banner occorre inserire // alla riga di sotto.
//document.write(imsg_home);		

