var bookmarkurl="http://www.kbbc.co.uk"
var bookmarktitle="KBBC Kitchens and Bedrooms"
function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}