//change the two variables below to match yoursite's own info
var bookmarkurl="http://www.OnlineSuccessReviews.com"
var bookmarktitle="Online Success Reviews from TechTamers"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}