$(document).ready(function(){
	$('.click-through-link > a[href^="http://galleries"]')
    .css('display','block');
});
