$(document).ready(function() {
/*
    $("#infoclick").click(function(){
    	$('#infobar').animate({
 			height: 'toggle'
    	}, 350, function() {
    	});
    });
*/
    
/*
    // When ready...
window.addEventListener("load",function() {
  // Set a timeout...
  setTimeout(function(){
    // Hide the address bar!
    window.scrollTo(0, 1);
  }, 0);
});
*/
    
});
