/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

$(document).ready(function(){
    $("div.newsofficeNewsPost div a:last-child").text("< Back to news");
    $("div.newsofficeNewsPage div a:last-child").text("Read more >");
    $("div.newsofficeNewsPage div a.important").click(function(){return false;});
    $("div.newsofficeNewsPost div a.important").click(function(){return false;});
});


