$(document).ready(function() {
    //ugly hack to take out the "press" link  this should be removed as soon as full access to the CMS is restored
    $("#navigation > li:has(a:contains('Press'))").remove();
});