$(document).ready(function() {

	$('#hider').hide();
 
 // toggles the slickbox on clicking the noted link  
  $('a#shower').click(function() {
    $('#hider').toggle(400);
    return false;
  });
  
  /*if (countme == 0) {
  	$.modal("<div id='biggyme'><h1>Vote for us!</h1><p>Pyjama Drama has been nominated for two prestigious awards hosted by Whats on 4 little ones. We have been nominated for the  Best National Pre-schooler Activity and Most Outstanding Activity Leader for the under fives (Pauline Gill) and we need your vote to get through to the finals.</p><p>Everyone at Pyjama Drama works hard to make sure we offer the very best creative experience for the children we work with so are delighted to have been recognised. We know how busy you are so thank you in advance for taking the time to vote for us.</p><p><a href='http://www.whatson4littleones.co.uk/awards.asp'>TAKE  ME TO THE VOTING PAGE!</a><br />(you need to scroll down to find Pyjama Drama)</p></div>");
  	}
  	*/
});