//$(document).ready(function () {
//  
//  if(getCookie('state') == 'open')
//  {
//    showApp();
//  }
//  
//  $('.appButton').click(function() {
//    showApp();
//  });
//  
//  
//});

//function showApp()
//{
//    $('.jobApp').show('slow', function() {
//      document.cookie = "state=open";
//      
//      $('.footerZone').css({'position' : 'absolute', 'bottom' : '0'});
//      
//    });
//}

//$('.appButton').click(function() {
//  $('.jobApp').show('slow', function() {
//    document.cookie = "state=open";
//  });
//});

//
//function getCookie(cookie_name)
//{
//  var results = document.cookie.match ( '(^|;) ?' + cookie_name + '=([^;]*)(;|$)' );
//
//  if ( results )
//    return ( unescape ( results[2] ) );
//  else
//    return null;
//}
