/*
 * Copyright (c) 2009, webvariants GbR, http://www.webvariants.de
 *
 * This file is published under the MIT license. The license text is contained
 * in the attached LICENSE file and online available at:
 *
 * http://www.opensource.org/licenses/mit-license.php
 */
(function(a){a.fn.hyphenate=function(b){myself=this;settings={selectorfunction:function(){return myself}};b&&a.extend(settings,b);Hyphenator.config(settings);Hyphenator.run();return this}})(jQuery);
