//change the two variables below to match your sites info
var bookmarkurl="http://www.cdrom2go.com/index-1.asp"
var bookmarktitle="CDROM2GO.COM: Complete CD and DVD Solutions"
function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
