




/*
     FILE ARCHIVED ON 18:12:48 июл 29, 2007 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:31:59 дек 1, 2011.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
Add-to-favorites Script
Created by David Gardner (toolmandav@geocities.com)
No warranty of any kind comes with this script!
Permission granted to Dynamic Drive (http://web.archive.org/web/20070729181248/http://dynamicdrive.com) 
to post and feature this script on their DHTML archive
*/

//configure the two variables below to match yoursite's own info
var bookmarkurl="http://web.archive.org/web/20070729181248/http://www.satellite-dish-directtv.com"
var bookmarktitle="satellite-dish-directtv"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
