<!-- 
function leapTo(link) {
var new_url = link;
window.location = new_url;
}
// -->