function addbookmark()
{
var msg = "Netscape Users!Press Ctrl+D to Bookmark This Site!";
bookmarkurl="http://www.votesindia.com"
bookmarktitle="VotesIndia.com -India's Home for Online Voting & Polling!"
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
else
alert(msg);
}