/**
 * Created by Innov8 Interactive, LLC
 * User: mlilli
 * Date: Nov 4, 2011
 */

(function($){

try
{
	Typekit.load();
}
catch(ex)
{
	var html = $('html')[0];
	html.className = (html.className || '') + ' wf-inactive';
}

})(jQuery);
