//change the two variables below to match yoursite's own info
var bookmarkurl="http://www.antivirus-report.com/"
var bookmarktitle="The FREE Antivirus Report"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}