var bookmarkurl="http://www.dvd-movie-rentals.com"
var bookmarktitle="Netflix "

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