$(function() {
 
    $("a.external").click(function() {
        GB_Show(1, this.href, 250, 450);
        return false;
    });
    
});
