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


