//change the two variables below to match yoursite's own info
var bookmarkurl="http://gas-grills-4u.com.htm"
var bookmarktitle="Gas Grills 4U.com"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}