From: surendra on
<script type="text/javascript">
var hlink = document.links;

for (var i=0; i < hlink.length; i++)

{

var nlink = hlink[i].innerText.replace(/ /g,'Respond to this Survey');

if (nlink == ' Respond to this Survey')

{

hlink[i].innerText = 'Respond to this Proposal';

hlink[i].title = 'Make a Bid';

}

}

</script>

I have put up this script overview & all item .aspx
but not working , which asp content use for this script