function newWindow(object) {
    window.open(object.href);
    return true;
}