//change the two variables below to match yoursite's own info
var bookmarkurl="http://www.bedroom-designs-and-decorations.com"
var bookmarktitle="Bedroom Designs And Decorations"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
