}
} else {
add(mailIcon);
}
mailIcon.addClickHandler(clickHandler);
emailLabel.addClickHandler(clickHandler);
mailIcon.setTitle("Email this!");
emailLabel.setTitle("Email this!");
DOM.setStyleAttribute(emailLabel.getElement(), "cursor", "hand");
DOM.setStyleAttribute(emailLabel.getElement(), "cursor", "pointer");
DOM.setStyleAttribute(mailIcon.getElement(), "cursor", "hand");