jQuery(document).ready(function($){
$(".post-content a:has(img)").slimbox();//slimbox

$('#return_top').click(function(){$('html,body').animate({scrollTop: '0px'}, 800);return false;});

}); 
