//LOAD THIS ON EVERY PAGE EXCEPT DURING AJAX EXECUTIONS.
$(function(){
    $( '#target' ).fold({
        directory: '/_img/fold',
        turnImage: 'fold_corner.png',
    	side: 'right',
        autoCurl: true,
        maxHeight: 188,
        maxWidth: 274,
        startingWidth: 78,
        startingHeight: 60
    });

    $('#turn_fold').click(
    function(){
      window.location = 'http://www.p2pideology.com';
      return false;
     }
    )
});
