$(document).ready(function() {
    $('textarea.expanding').autogrow();
    $('a[rel="enlarge"]').colorbox();
    $(document).pngFix();
});
