$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
  $('#slickbox').hide();
  
 // toggles the slickbox on clicking the noted link
  $('a#slick-toggle_01').click(function() {
 $('#slickbox_01').toggle(400);
 return false;
  });
  
 // toggles the slickbox on clicking the noted link
  $('a#slick-toggle_02').click(function() {
 $('#slickbox_02').toggle(400);
 return false;
  });
  
 // toggles the slickbox on clicking the noted link
  $('a#slick-toggle_03').click(function() {
 $('#slickbox_03').toggle(400);
 return false;
  });
  
 // toggles the slickbox on clicking the noted link
  $('a#slick-toggle_04').click(function() {
 $('#slickbox_04').toggle(400);
 return false;
  });
  
 // toggles the slickbox on clicking the noted link
  $('a#slick-toggle_05').click(function() {
 $('#slickbox_05').toggle(400);
 return false;
  });
  
 // toggles the slickbox on clicking the noted link
  $('a#slick-toggle_06').click(function() {
 $('#slickbox_06').toggle(400);
 return false;
  });
  
 // toggles the slickbox on clicking the noted link
  $('a#slick-toggle_07').click(function() {
 $('#slickbox_07').toggle(400);
 return false;
  });
  
 // toggles the slickbox on clicking the noted link
  $('a#slick-toggle_08').click(function() {
 $('#slickbox_08').toggle(400);
 return false;
  });
  
 // toggles the slickbox on clicking the noted link
  $('a#slick-toggle_09').click(function() {
 $('#slickbox_09').toggle(400);
 return false;
  });
  
 // toggles the slickbox on clicking the noted link
  $('a#slick-toggle_10').click(function() {
 $('#slickbox_10').toggle(400);
 return false;
  });
  
 // toggles the slickbox on clicking the noted link
  $('a#slick-toggle_11').click(function() {
 $('#slickbox_11').toggle(400);
 return false;
  });

});
