﻿$(function () {



    $('#imgRssOpen').click(function () {

   

        $("#rssMasterDialog").dialog({
            height: 400,
            width: 550,
            title: "Your Rss Feed ",
            modal: true,
            buttons: {
                Close: function () {
                    $(this).dialog("close");

                }
            }

        });

    });

    //  

    $('#myAlertsRssOpen').click(function () {


        $("#rssMasterDialog").dialog({
            height: 400,
            width: 550,
            title: "Your Rss Feed ",
            modal: true,
            buttons: {
                Close: function () {
                    $(this).dialog("close");

                }
            }

        });
    });


});


