/*global jQuery */
/*!	
* FitText.js 1.0
*
* Copyright 2011, Dave Rupert http://daverupert.com
* Released under the WTFPL license 
* http://sam.zoy.org/wtfpl/
*
* Date: Thu May 05 14:23:00 2011 -0600
*/
(function(a){a.fn.fitText=function(b){return this.each(function(){var c=a(this),d=parseFloat(c.css("font-size")),e=b||1,f=function(){c.css("font-size",Math.min(c.width()/(e*10),d))};f(),a(window).resize(f)})}})(jQuery)
