/*
 * jQuery Form Plugin
 * version: 2.02 (12/16/2007)
 * @requires jQuery v1.1 or later
 *
 * Examples at: http://malsup.com/jquery/form/
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 *
 * Revision: $Id$
 */



 $(document).ready( function($) {
    var options = { target: '#signup-response', url: '/monkeywrench_signup.php' };
    $('#subscribe-form').ajaxForm(options);
    $('.demo').fancyZoom({width:655, height:510});
    $('#slider').cycle({
      fx: 'scrollVert',
      speed: 1000,
      pause: 1,
      timeout: 7000,
      delay: 500,
      prev: '#slider_next',
      next: '#slider_prev'
    });
  });



(function($){
$.fn.fancyZoom = function(options){


}
})(jQuery);


(function($) {

$.extend($.fn, {
	
	
});


})(jQuery);



 (function($) {

$.fn.ajaxSubmit = function(options) {
    


};


$.fn.ajaxForm = function(options) {
   
};



})(jQuery);



