<!-- Begin
var bookmarkurl="http://huntingthecimarronriver.com"
var bookmarktitle="500 Acres of Prime Hunting Land. We have Deer, Wild Turkey, Quail, and Dove that Grace the Breck Hunting Preserve."

function addbookmark()
{
	if (window.clipboardData) 
	{
		if (document.all)
		window.external.AddFavorite(bookmarkurl,bookmarktitle)
	}
	else
	{
		alert(" You need to press Control + D to bookmark our site");
	}
}
//  End -->

