// HIC WEBSITE
// WEBSITE TOEVOEGEN AAN JE FAVORIETEN

var url="http://bierproeversclubhic.ingelmunster.org/index.php";
var title="Bierproeversclub H.I.C.";

function favorites(){
if(document.all)
window.external.AddFavorite(url,title)
}

// VIPKO 03/2005

