//change the two variables below to match yoursite's own info
var bookmarkurl="http://www.a-z-digital-cameras.com/index.htm"
var bookmarktitle="Digital Cameras A-Z - Information, Accessories, Photo Processing & More"

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