//change the two variables below to match yoursite's own info
var bookmarkurl="http://www.a-z-mp3-players.com/index.htm"
var bookmarktitle="Your Complete A-Z Resource for MP3 Players, Accessories and Information"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
