;(function($){
$(document).ready(function() {
//.sf-sub-indicator $('img:first').css('position', 'absolute');
// if($.cookie('TEXT_SIZE')) {
//  $('body').addClass($.cookie('TEXT_SIZE')); 
// }
 $('.resizer a').click(function() {
  var textSize = $(this).parent().attr('class');
  $('body').removeClass('small medium large').addClass(textSize);
//  $.cookie('TEXT_SIZE',textSize, { path: '/', expires: 10 });
  return false;
 });
});  
})(jQuery);


