function createUtilityLinks() { if (!document.getElementsByTagName){ return; } //Look only in the Portlet Grid for Links var portletGrid = document.getElementById('PORTLETGRID'); var anchors = portletGrid.getElementsByTagName('a'); //alert(anchors.length) // loop through all anchor tags var intCount = anchors.length var i=0 for (i=0;i-1 ){ strLink = strLink + "&style=utility" anchor.parentNode.innerHTML = anchor.parentNode.innerHTML + "    " i=i+1 } } }