function articolo(str) {searchWin = window.open(str,'articolo','scrollbars=yes,resizable=yes,width=400,height=200,status=no,location=no,toolbar=no');

//        searchWin.refer = self;

}//configure the two variables below to match yoursite's own info 

var bookmarurl="http://www.calcionew.it"

var bookmarktilte="calcionew"

function addbookmark(){

if (document.all)

window.external.AddFavorite(bookmarkurl,bookmarktitle)

}
