
function gdsrWait(rater, loader) {
    jQuery("#"+rater).css("display", "none");
    jQuery("#"+loader).css("display", "block");
}

function gdsrEmpty() { }

jQuery(document).ready(function() {
    if (jQuery.browser.msie) jQuery(".gdsr_rating_as > a").attr("href", "javascript:gdsrEmpty()");
    jQuery(".gdsr_rating_as > a").click(function() {
        var el = jQuery(this).attr("id").split("X");
        gdsrWait(el[5], el[6]);
        jQuery.getJSON('STARRATING_AJAX', {vote_id: el[1], vote_value: el[2], vote_type: el[4], vote_tpl: el[7], vote_size: el[8] }, function(json) {
            gdsrWait(el[6], el[5]);
            if (json.status == 'ok') {
                jQuery("#gdr_stars_" + el[4] + el[1]).html("");
                jQuery("#gdr_vote_" + el[4] + el[1]).css("width", json.value);
                jQuery("#gdr_text_" + el[4] + el[1]).addClass("voted");
                jQuery("#gdr_text_" + el[4] + el[1]).html(json.rater);
            }
        });
    });
    <br />
<b>Warning</b>:  include(STARRATING_PATHcode/js/integration.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in <b>/home/brevkass/public_html/mimmofischetti.com/wp-content/plugins/gd-star-rating/code/js/main.php</b> on line <b>26</b><br />
<br />
<b>Warning</b>:  include() [<a href='function.include'>function.include</a>]: Failed opening 'STARRATING_PATHcode/js/integration.php' for inclusion (include_path='.:/usr/local/php52/pear') in <b>/home/brevkass/public_html/mimmofischetti.com/wp-content/plugins/gd-star-rating/code/js/main.php</b> on line <b>26</b><br />
    <br />
<b>Warning</b>:  include(STARRATING_PATHcode/js/thumbs.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in <b>/home/brevkass/public_html/mimmofischetti.com/wp-content/plugins/gd-star-rating/code/js/main.php</b> on line <b>27</b><br />
<br />
<b>Warning</b>:  include() [<a href='function.include'>function.include</a>]: Failed opening 'STARRATING_PATHcode/js/thumbs.php' for inclusion (include_path='.:/usr/local/php52/pear') in <b>/home/brevkass/public_html/mimmofischetti.com/wp-content/plugins/gd-star-rating/code/js/main.php</b> on line <b>27</b><br />
    });

