


function leftNav() {
  var theLeftNav = "Hi there frankie"; 
 
 return(theLeftNav);
}