$pbj(document).ready( function() {
	// select the topnav item for this blog
	jQuery('#page-nav li.entertaining a').addClass('active');
	
// set up the modal inputs
 var triggers = $pbj(".modalInput").overlay({
 mask: {
 color: '#000',
 loadSpeed: 200,
 opacity: .6
 },
 closeOnClick: true
 });

    $pbj(".scrollable").scrollable({
            circular:true,
            speed:800
    });
});

