<tr>
					<td class="pcm_contentbox_new" >
						<table width="98%" cellpadding="0" cellspacing="0" border=0 class="cart_listingtbl3">
							
							<?php 
$i = 1;
if (mysql_num_rows($rs) > 0) {
    while ($row = mysql_fetch_array($rs)) {
        echo "<tr>\n\t\t\t\t\t\t\t\t          <td width='5%' valign='top' class='message'>#" . ($page * $limit + $i - $limit) . "</td>\n\t\t\t\t\t\t\t\t          <td align='left' colspan=2>\n\t\t\t\t\t\t\t\t\t\t\t  <div align='left' class='innertext' >\n\t\t\t\t\t\t\t\t\t\t\t\t  <p>" . nl2br(htmlentities(stripslashes($row["feedback_content"]))) . "</p>\n\t\t\t\t\t\t\t\t\t\t\t  </div>\n\t\t\t\t\t\t\t\t\t\t  </td>\n\t\t\t\t\t\t\t\t\t  </tr>";
        echo "<tr class='prdetails_productprice' ><th width='5%' height='15' valign='top'>&nbsp;</th>\n\t\t\t\t\t\t\t\t           <th align='left' colspan=2 >By: <b>" . htmlentities($row["first_name"]) . " &nbsp;" . htmlentities($row["last_name"]) . "</b>&nbsp;&nbsp;&nbsp;&nbsp;\n\t\t\t\t\t\t\t\t\t\t   ";
        ?>
                                                        <?php 
        if (GetSellerRatingStar($row['artist_feedback_id']) != '') {
            ?>
									<div class="ratings"> <div class="rating_<?php 
            echo GetSellerRatingStar($row['artist_feedback_id']);
            ?>
"></div></div><?php 
        }
        ?>

										   </th>
									 </tr>
						<?php 
        //echo "<tr><td colspan=3>&nbsp;</td></tr>";
        $i++;
    }
} else {
    ?>
                                                            <tr><td colspan=3 align='center'><div class="text_information">No Feedbacks Found !</div></td></tr>
                                                       <?php 
</span></h5>
                            </div>
                            <div class="subsec">
                                <a href="javascript:;" class="jqReviewShowButton" title="View comment"><div class="commens_icon "> &nbsp;</div></a>
                                <div class="clear"></div>
                            </div>

                            <div class="revcmntsdiv jqReviewDetails" style="display:none">
                                <p>
                                            <?php 
        echo stripslashes($feedbackObj->feedback_content);
        ?>
                                </p>

                                <div class="ratings"> <div class="rating_<?php 
        echo GetSellerRatingStar($feedbackObj->artist_feedback_id);
        ?>
"></div></div>

                            </div>
                            <div class="clear"></div>
                        </div>
                                <?php 
    }
    ?>

                        <div class="viewmorefdback" > <a href="<?php 
    echo SITE_URL;
    ?>
/artistfeedbacks.php?artistid=<?php 
    echo $prow['artist_id'];