/*
Add-to-favorites Script
Permission granted to Dynamic Drive (http://dynamicdrive.com) 
to post and feature this script on their DHTML archive
*/
//
var bookmarkurl="http://www.want2buyit.com"
var bookmarktitle="UK's # 1 On-Line Shopping Mall 24/7"
function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}