<script type="text/javascript">
window.onload = function () {
var str = document.getElementsByTagName("a");
str[4].style.display = "none";
str[5].style.display = "none";
str[7].style.display = "none";
str[8].style.display = "none";
str[9].style.display = "none";
str[10].style.display = "none";
};
</script>