navigator.userAgent.match(/iPad/i)&&(viewport=document.querySelector("meta[name=viewport]"),viewport.setAttribute("content","initial-scale=1.0"));
var bodyTag = document.getElementsByTagName("body")[0];if(bodyTag.className=="photo"){if(window.location.hash.indexOf("#")!=-1){bodyTag.className+=' hide';}}
// check to see what section the tabs are in in the profile page (Nicey Bookmarking)
var pathname = window.location.hash;if (pathname == '#!/news/') {myFeed();} else if (pathname == '#!/jollys/') {myJollys();}
function myJollys() {
  window.location.hash = "#!/jollys/";
  //$("#newsfeed, #map_wrapper").hide();
  //$("#jollys").show();
  //$('#subnav ul li').removeClass('selected');
  //$('#user_jollys').addClass('selected');
}

function myFeed() {
  window.location.hash = "#!/news/";
  //alert("News");
  //$("#jollys, #map_wrapper").hide();
  //$("#newsfeed").show();
  //$('#subnav ul li').removeClass('selected');
  //$('#user_feed').addClass('selected');
}
