//change the two variables below to match yoursite's own info
var bookmarkurl="http://www.cell-phone-accessories-discount.com"
var bookmarktitle="cell phone relatived articles"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
