$(function(){
    $("input[type=text]:not(:hidden):first").focus();
    $("a.thumbnail").click(function(){ return false; });
});

