jquery ile yaparsan bu tür şeyleri hiç bu tür şeylerle uğraşmak zorunda kalmazsın.

<a style="float: right;" href="javascript: reloadComments();"><img src="Themes/default/images/arrow_refresh.png" width="12px" height="12px" class="vtip" title="Sayfayı yenilemeden son<br />yorumlar panelini yeniler" /></a>

bunu:

<a style="float: right;" href="#yenile" class="bcn"><img src="Themes/default/images/arrow_refresh.png" width="12px" height="12px" class="vtip" title="Sayfayı yenilemeden son<br />yorumlar panelini yeniler" /></a>

yaptın sonra sayfanın üstünede:

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
<script>$(document).ready(function(){$('.bcn').click(function(){reloadComments();});});</script>
eklemeyi dene