
    function openFeedbackWindow(feedbackLink)
    {
        window.open(feedbackLink.href + "&r=" + window.location,"_blank","height=630,width=630,status=yes,toolbar=no,menubar=no,location=no,scrollbars=yes");
        return false;
    }