$(document).ready(function(){$('.page, #archive').each(function(){$('<div class="pageBottom"></div>').appendTo(this)});$('img.aligncenter,img.alignleft,img.alignright,img.alignnone,.page img').each(function(){var imgSize=$(this).attr('width');$(this).wrap('<div class="imgWrapper" style="width:' + (imgSize+4) + 'px;">' + '</div>');$('<span class="tape"></span>').insertAfter(this)});$('.aligncenter').parent().css('margin', '15px auto 0');$('.prevAndNextPosts a:nth-child(1)').each(function(){$(this).addClass('prevPost');var previousPostTitle=$(this).text();$(this).html('<strong>'+previousPostTitle+'</strong><em>Entrada anterior</em>')});$('.prevAndNextPosts a:nth-child(2)').each(function(){$(this).addClass('nextPost');var nextPostTitle=$(this).text();$(this).html('<strong>'+nextPostTitle+'</strong><em>Entrada siguiente</em>')});$('.sideBarSection ul li:first, .blogroll li:first').each(function(){$(this).addClass('firstItem')});$('#sidebar h3').each(function(){$('<span class="sectionIcon"></span>').appendTo(this)});$('#sideBarExternalLinks ul li ul').each(function(){$(this).wrap('<div class="sideBarSection"></div>')});$('#sidebar .sideBarSection:nth-child(5) h3').each(function(){$(this).parent().addClass('recentComments');var textoUltimosComentarios=$(this).text();$(this).html('<strong>'+textoUltimosComentarios+'</strong><span class="sectionIcon"></span>')});$('#sidebar .sideBarSection:nth-child(6) h3').each(function(){$(this).parent().addClass('tagCloud');var textoEtiquetas=$(this).text();$(this).html('<strong>'+textoEtiquetas+'</strong><span class="sectionIcon"></span>')});$('.comment-info').each(function(){$('<div class="pointer"></div>').appendTo(this)});$('#search input, #subscribe input, .respond input[type="text"], .respond textarea, .respond button').each(function(){$(this).stop().animate({'opacity':.3})});$('#search input, #subscribe input, .respond input[type="text"], .respond textarea').focus(function(){$(this).stop().animate({'opacity':1})});$('#search input, #subscribe input, .respond input[type="text"], .respond textarea').blur(function(){$(this).stop().animate({'opacity':.3})});$('.respond input[type="text"], .respond textarea').each(function(){var labelText=$(this).prev().text();$(this).val(labelText)});$('.respond button').hover(function(){$(this).addClass('commentBtnHover');$(this).stop().animate({'opacity':1})},function(){$(this).stop().animate({'opacity':.3})});$('.recentComments ul li div strong a').each(function(){var recentCommentsEmptyLinks=$(this).attr('href');var recentCommentsEmptyLinksText=$(this).text();if(recentCommentsEmptyLinks==''){$(this).replaceWith(recentCommentsEmptyLinksText);}if (recentCommentsEmptyLinks == 'http://'){$(this).replaceWith(recentCommentsEmptyLinksText);}});$('#rss a, .recentComments ul li div strong a, #sideBarExternalLinks a, .authorAndDate cite a, #footer a').attr('target','_blank');$('.ctc').wrap('<li>', '</li>');
/*AdminBar*/
$("#wpabar div ul li ul").hide();
$("#wpabar div ul > li > a").hover(function(){$(this).next("ul").fadeIn("slow");},function(){$(this).next("ul").hide();});
$("#wpabar div ul li ul").hover(function(){$(this).show();},function(){$(this).hide();});
});
