$(document).ready(function() {
 
  $('#slickbox').hide();
 
   
 // toggles the slickbox on clicking the noted link  
  $('a#slick-toggle').click(function() {
    $('#content-ebb').toggle(300);
    return false;
  });

 $('#slickbox2').hide();
 
   
 // toggles the slickbox on clicking the noted link  
  $('a#slick-toggle2').click(function() {
    $('#content-ebp').toggle(300);
    return false;
  });

$('#slickbox3').hide();
 
   
 // toggles the slickbox on clicking the noted link  
  $('a#slick-toggle3').click(function() {
    $('#content-sb').toggle(300);
    return false;
  });

$('#slickbox4').hide();
 
   
 // toggles the slickbox on clicking the noted link  
  $('a#slick-toggle4').click(function() {
    $('#content-lat').toggle(300);
    return false;
  });

$('#slickbox5').hide();
 
   
 // toggles the slickbox on clicking the noted link  
  $('a#slick-toggle5').click(function() {
    $('#content-hsa').toggle(300);
    return false;
  });

$('#slickbox6').hide();
 
   
 // toggles the slickbox on clicking the noted link  
  $('a#slick-toggle6').click(function() {
    $('#content-bcp').toggle(300);
    return false;
  });

$('#slickbox7').hide();
 
   
 // toggles the slickbox on clicking the noted link  
  $('a#slick-toggle7').click(function() {
    $('#content-stb').toggle(300);
    return false;
  });

$('#slickbox8').hide();
 
   
 // toggles the slickbox on clicking the noted link  
  $('a#slick-toggle8').click(function() {
    $('#content-ebp').toggle(300);
    return false;
  });
});