﻿$(function() {
    $('#information .anteriorapproachhip').click(
    function() {
        window.location = $(this).children('a').attr('href');
    });
});