/*
* Sound Spot JavaScript
* Copyright (c) 2009 Ezekiel Victor
* http://ezekielvictor.com/
* Code may not be redistributed without explicit permission from the author.
*/
$(function(){$('#footboxes .box ul li').each(function(){var a=$(this).clone().css({opacity:0,position:'absolute',overflow:'visible',width:'209px',height:'auto'}).insertAfter(this);var b=$(a).height();$(a).remove();if(b>25)$(this).addClass('cut_short')})});