$(document).ready(function() {

//news block
$("div.block:has(.feedreader_box)").addClass("newsblock");
$("div.newsblock table").find("tr:first-child td").addClass("first");
$("div.newsblock table").find("tr:last-child td").addClass("last");
$("div.newsblock div.pad").append('<a href="/Eye-care-news/" class="read-more"><img src="/Portals/60407/style/read-more.png" alt="Read More" /></a>');



});
