//change the two variables below to match yoursite's own info
var bookmarkurl="http://www.plus-size-womens-clothing.net/"
var bookmarktitle="Plus Size Women's Clothing"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
