$(function() {
    $('#slideshow').cycle({ timeout: 8000, cleartype: 1, speed: 1000 });
});
	  $(document).ready(function(){
	    $( '#target' ).fold({side: 'left', directory: 'http://sixbridgesdesign.com/wp-content/themes/SBD/images/turn/', maxHeight: 400, startingWidth: 15,startingHeight: 15, autoCurl: false});
	  });
