var CopyrightNotice='Color-picker for forumotion text editors. Copyright © 2005-2011 by Dion Designs. All Rights Reserved. Use and/or modification of this script is allowed, provided this entire copyright notice remains in the original or modified script. Distribution is not allowed without written consent from Dion Designs.';$(function(){if(document.getElementById('color')){var colors=new Array('00','33','66','99','CC','FF');var x='<div id="colorpicker"><table cellspacing="0" id="grid">';var y=x;for(i=5;i>=0;i--){x=x+'<tr>';y=y+'<tr>';for(j=5;j>=0;j--){for(k=5;k>=0;k--){var col=colors[j]+colors[i]+colors[k];x=x+'<td style="background: #'+col+';"><button style="background:#'+col+';" title="#'+col+'" onmouseover="this.className=\'selectHover\';" onmouseout="this.className=\'\';" onclick="bbfontstyle(\'[color=#'+col+']\', \'[/color]\');selectWysiwyg(this, \'color\');return false;"></button></td>';y=y+'<td style="background: #'+col+';"><button style="background:#'+col+';" id="text_editor_cmd_constructBBcode_select_color_#'+col+'"></button></td>'}}x=x+'</tr>';y=y+'</tr>'}document.getElementById('color').innerHTML=x+'</table></div>';document.getElementById('wcolor').innerHTML=y+'</table></div>'}});var CopyrightNotice='Add images to forumotion Reputation system. Copyright © 2011 by Dion Designs. All Rights Reserved. Use and/or modification of this script is allowed, provided this entire copyright notice remains in the original or modified script. Distribution is not allowed without written consent from Dion Designs.';$(function(){$('.vote-no-bar').before('<div style="height:10px;"></div>');$('.vote-no-bar').remove();var x=$('.vote-button a').get();for(i=0;i<x.length;i++){if(x[i].innerHTML=='+'){x[i].innerHTML='<img title="Like" src="http://i49.servimg.com/u/f49/17/19/06/55/001_1814.png" />'}else{x[i].innerHTML='<img title="Dislike" src="http://i49.servimg.com/u/f49/17/19/06/55/001_1813.png" />'}}});
