 jQuery(document).ready(function() {	
   $('#applyDiv').click(function(){
     $('#applyNowDiv').show();
   });    
   return false;
 });
