$(document).ready(function()
{
//    $("body").prepend("	<div style=\"display: none;\" id='herbGardenPic'>hello there</div>");
//
//
//        $(".herbGardenPic").live("click", function(event)
//        {
//            event.preventDefault;
//        $('#herbGardenPic').dialog(
//        {
//            buttons:
//            {
//                "Close": function()
//                {
//                    $(this).dialog("close");
//                }
//            },
//            autoOpen: true,
//            closeOnEscape: true,
//            draggable: true,
//            modal: true,
//            resizable: true,
//            open: function(event, ui)
//            {
//                //$("#herbGardenPic").css("display", "block");
//            },
//            close: function(event, ui)
//            {
//                //$("#herbGardenPic").css("display", "none");
//            }
//        });
//            return false;
//        });
});




