var bookmarkurl="http://www.document-do-it-yourself-service.com"
var bookmarktitle="Document Do It Yourself Service"

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

//if the user is using IE 4+
if (document.all)
document.write('<a href="javascript:addbookmark()"><font size="1" face="Arial, Helvetica, sans-serif" color="#3333CC"><b>OFFICIAL SITE  -  Add to Favorites List</b></font></a>')
