/*
Add-to-favorites Script
*/

//configure the two variables below to match yoursite's own info
var bookmarkurl="http://allaboutmedicalsales.com"
var bookmarktitle="AllAboutMedicalSales.com"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
