// JavaScript Document
var bookmarkurl=document.location;
var bookmarktitle="MANGIAFUOCO Inibitore di fiamma";
function addbookmark(){
	if (document.all)
	window.external.AddFavorite(bookmarkurl,bookmarktitle)
}


