// JavaScript Document
function Bookmark()
{
	bookmarkurl = "http://www.incaringhands.com/";
	bookmarktitle = "D & R Tender Loving Care Home Health Services ";
	if (document.all)
		window.external.AddFavorite(bookmarkurl,bookmarktitle)
	else if ( window.sidebar ) {
		window.sidebar.addPanel(bookmarktitle, bookmarkurl,"");
	}
}



