|
//configure the two variables below to match yoursite's own info
var bookmarkurl="http://www.BlackHillsForSaleByOwner.com"
var bookmarktitle="List Your Home For FREE!!! BlackHillsForSaleByOwner.com"
function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
| |