{
MarlinBean skipLink = new MarlinBean(UIConstants.IMAGE_NAME);
skipLink.setAttributeValue(UIConstants.DESTINATION_ATTR, "#"+skipNavigationAnchor);
skipLink.setAttributeValue(UIConstants.SHORT_DESC_ATTR,
altText);
skipLink.setAttributeValue(UIConstants.SOURCE_ATTR, new IconURIBoundValue(TRANSPARENT_GIF));
//--pu-- Hack: Use the existing label hiding class for hiding images as well
skipLink.setStyleClass(XhtmlLafConstants.HIDDEN_LABEL_STYLE_CLASS);
skipLink.render(context);
}