  $(document).ready(function(){
    $("#tab2-coming-soon").hide();
    $(".coming-soon a").click(function(){
      $("#tab2-coming-soon").show();
      $("#tab1-in-theaters").hide();
    });

    $(".in-theaters a").click(function(){
      $("#tab2-coming-soon").hide();
      $("#tab1-in-theaters").show();
    });

    $("#revamp-restos-cuisine-content").hide();
    $("#revamp-restos-cuisine-header a").click(function(){
      $("#revamp-restos-cuisine-content").show();
      $("#revamp-restos-keyword-content").hide();
    });

    $("#revamp-restos-keyword-header a").click(function(){
      $("#revamp-restos-keyword-content").show();
      $("#revamp-restos-cuisine-content").hide();

    });

  });
  featuredcontentglider.init({
    gliderid: "revamp-restos-keyword-content", //ID of main glider container
    contentclass: "glidecontent", //Shared CSS class name of each glider content
    togglerid: "p-select", //ID of toggler container
    remotecontent: "", //Get gliding contents from external file on server? "filename" or "" to disable
    selected: 0, //Default selected content index (0=1st)
    persiststate: false, //Remember last content shown within browser session (true/false)?
    speed: 1, //Glide animation duration (in milliseconds)
    direction: "leftright", //set direction of glide: "updown", "downup", "leftright", or "rightleft"
    autorotate: false, //Auto rotate contents (true/false)?
    autorotateconfig: [3000, 2] //if auto rotate enabled, set [milliseconds_btw_rotations, cycles_before_stopping]
  })

  featuredcontentglider.init({
    gliderid: "revamp-restos-cuisine-content", //ID of main glider container
    contentclass: "glidecontent", //Shared CSS class name of each glider content
    togglerid: "p-select2", //ID of toggler container
    remotecontent: "", //Get gliding contents from external file on server? "filename" or "" to disable
    selected: 0, //Default selected content index (0=1st)
    persiststate: false, //Remember last content shown within browser session (true/false)?
    speed: 1, //Glide animation duration (in milliseconds)
    direction: "leftright", //set direction of glide: "updown", "downup", "leftright", or "rightleft"
    autorotate: false, //Auto rotate contents (true/false)?
    autorotateconfig: [3000, 2] //if auto rotate enabled, set [milliseconds_btw_rotations, cycles_before_stopping]
  })

