// JavaScript Document
function loadLatestNews() {
  location.href="documents/2012-02-01.pdf";
  
  return true;
}

