$(document).ready( function(){
   $('#scroll_container').jScrollPane({showArrows:true});
   // alert($("#scroll_container div").height());
   
   /*
   $('#scroll_container a').click(function(){
	   window.open($(this).attr("href"));
	   return false;
  });
  */
   
   var currentTime = new Date();
       var year = currentTime.getFullYear();
       
       $(".footer").append(year + ".");
 });


