jQuery(function($) {
   $(".navigation").click( function() {
     location.href = $(this).attr("ref")+".php";
   });
});
