$(function(){
var fav_msg = 'Quasi fatto, Premi CTRL + D nella tastiera per aggiungere il sito ai preferiti !';
var homepage = 'http://www.giocogirl.it/';
$('.add-jfav').jFav({msg: fav_msg});
$('.set-hp').click(function(){this.style.behavior='url(#default#homepage)';this.setHomePage(homepage)});
});