var $common={
    contextPath:""
};

$common.load=function(){
    $('#head1').pan({fps: 30, speed: 1, dir: 'left', depth: 70});
    $("#imgBuscar").click(function(){
        $("#frmBusc").submit();
    });
}
