/*

//This is the set for the visual studio based orchard
$(document).ready(function () {

// Here we're adding calling pinify and passing it a set of options
// pinify will then automatically create the correct <meta> tags and
// insert them into the head of your document

// Make sure jQuery and pinify are included
// The tasks array below adds Static Jump List items to the Tasks list
// on our pinned site's Jump List menu
$("head").pinify({
applicationName: "Build My Pinned Site",
favIcon: "/favicon.ico",
navColor: "#f0f0f0",
startUrl: "http://localhost:30320/OrchardLocal/",
tooltip: "Start Build My Pinned Site",
window: "width=1024;height=768",
tasks: [{
'name': "Home",
'action': "http://localhost:30320/OrchardLocal/home-new",
'icon': "/OrchardLocal/Media/Default/pp/favicon.ico"
},
{
'name': "Contact Us",
'action': "http://localhost:30320/OrchardLocal/contact-us",
'icon': "/OrchardLocal/Media/Default/pp/favicon.ico"
},
{
'name': "Gallery",
'action': "http://localhost:30320/OrchardLocal/gallery",
'icon': "/OrchardLocal/Media/Default/pp/favicon.ico"
}]
});

// pinify() can be called with no parameters,
// if it is, the plugin will use current information available
// to the browser to set the needed values.

});
*/
$(document).ready(function () {

    // Here we're adding calling pinify and passing it a set of options
    // pinify will then automatically create the correct <meta> tags and
    // insert them into the head of your document

    // Make sure jQuery and pinify are included
    // The tasks array below adds Static Jump List items to the Tasks list
    // on our pinned site's Jump List menu
    $("head").pinify({
        applicationName: "HOTEL NIRAJ INTERNATIONAL",
        favIcon: "/Media/Default/favicon/hotel.ico",
        navColor: "#FF8C00",
        startUrl: "http://www.hotelnirajint.com/",
        tooltip: "HOTEL NIRAJ INTERNATIONAL",
        window: "width=1024;height=768",
        tasks: [{
            'name': "Home",
            'action': "http://www.hotelnirajint.com/",
            'icon': "/Media/Default/favicon/hotel.ico"
        }, /*
         {
                'name': "Facilities",
                'action': "http://www.Thelagoonaresortlonavala.com/facilities",
                'icon': "/Media/Default/favicon/hotel.ico"
            },*/
             {
                'name': "Tariff",
                'action': "http://www.hotelnirajint.com/tariff",
                'icon': "/Media/Default/favicon/hotel.ico"
            },
             {
                'name': "Photo Gallery",
                'action': "http://www.hotelnirajint.com/photo-gallery",
                'icon': "/Media/Default/Page/cheff.ico"
            },
              {
                  'name': "Contact Us",
                  'action': "http://www.hotelnirajint.com/contact-us",
                  'icon': "/Media/Default/favicon/hotel.ico"
              }/*,
            {
                'name': "Our Menu",
                'action': "http://www.sreelakshmicaterers.com/our-menu",
                'icon': "/Media/Default/favicon/hotel.ico"
            }*/]
    });
    // pinify() can be called with no parameters,
    // if it is, the plugin will use current information available
    // to the browser to set the needed values.

});
