Здравствуйте. Хочу сделать кнопочку рейтинга материалов как в шаблоне - http://yraaa.ru/publ/7-1-0-1378 
 Вроде бы всё правильно скопировал, а не работает. 
 Код
<?if($RATING$)?> 
 <div onclick="heartPlus(1,$ID$,'blog');return false" style="cursor:pointer;height:16px;width:110px" onmouseover="classN('hr$ID$','heartplus_hover');getClass('frs$ID$','hear2')" onmouseout="classN('hr$ID$','heartplus');getClass('frs$ID$','heartx')"> 
 <table cellspacing="0" cellpadding="0"><tr><td><div id="hr$ID$" class="heartplus"> </div></td><td><div class="heartx" id="frs$ID$"><?if($RATED$)?>$RATED$<?endif?></div></td></tr></table> 
 </div> 
 <?endif?>
 и стили 
 Код
.heartplus {font-size:1pt;background:url('/img/sprites2.png') -360px -315px #FF0000;width:13px;height:11px;overflow:hidden;cursor:pointer;margin-right:4px;margin-top:2px} 
 .heartplus_hover {font-size:1pt;background:url('/img/sprites2.png') -360px -326px #FF0000;width:13px;height:11px;overflow:hidden;cursor:pointer;margin-right:4px;margin-top:2px} 
 .hear2 {font-size:8pt;font-weight:bold;color:#000000;} 
 .heartx {font-size:8pt;font-weight:bold;color:#828282;}
 а не работает. когда нажимаю ничего не происходит...