$(document).ready(function(){});$(window).load(function(){$('#left #twitter-3 ul.tweets > li:last-child').addClass('last');$('#comments ol.commentlist li.comment').each(function(){var date=$(this).children('div.comment-body').children('div.comment-meta').children('a[class!=comment-edit-link]').text();$(this).children('div.comment-body').children('div.comment-meta').children('a[class!=comment-edit-link]').text(date+" EST");});$('div.embed a.share').toggle(function(){$(this).text('Cancel');$(this).parent('div.embed').children('form').children('div.form').show();return false},function(){$(this).text('Share This Video');$(this).parent('div.embed').children('form').children('div.form').hide();return false});$('div.embed div.form textarea').focus(function(){$(this).select();});});