$(document).ready(function() {
	$('#sections ul a').click(function(e) {
    var url = $(this).attr('href') + ' #description';
    $('#ajaxContent').html('<p id="loading">loading...</p>').load(url);
    e.preventDefault();
  })
    $("#footer").pinFooter();
});

$(window).resize(function() {
    $("#footer").pinFooter();
});
$("#footer").pinFooter("relative"); // Footer pinned if content less than window height.
$(function()
{
	$('.scroll-pane').jScrollPane(
		{
			showArrows: true,
			arrowScrollOnHover: true
		}
	);
	$("a[rel='celeb']").colorbox();
});
