$(document).ready(function(){ 

    $('#container #container_inn .contentwrapper #content table.post_rating tbody tr:last').show();

    var str = $('#container_inn #content #comments .categorytitle').html();
    var str1 = '<a href="#" name="read_review"></a>Customer Reviews';
    

    if( str == str1){

        $()

        $('#container #container_inn .contentwrapper #content table.post_rating').after("<div id='BVRRRatingSummaryLinkReadID' class='BVRRRatingSummaryLink BVRRRatingSummaryLinkRead'><span class='BVRRRatingSummaryLinkReadPrefix'></span> <a href='#read_review' title='Read all reviews' name='BV_TrackingTag_Rating_Summary_1_ReadReviews_29286'><span class='BVRRCount BVRRNonZeroCount'>Read review</span></a> <span class='BVRRRatingSummaryLinkReadSuffix'></span></div><span class='BVRRRatingSummaryLinkSeparator'> | </span> <div id='BVRRRatingSummaryLinkWriteID' class='BVRRRatingSummaryLink BVRRRatingSummaryLinkWrite'><span class='BVRRRatingSummaryLinkWritePrefix'></span><a href='#write_review' title='Write a review'>Write a review</a> <span class='BVRRRatingSummaryLinkWriteSuffix'></span></div><div style='clear:both;'></div>    ");

    } else {

        $('#container #container_inn .contentwrapper #content table.post_rating').after("<div id='BVRRRatingSummaryLinkReadID' class='BVRRRatingSummaryLink BVRRRatingSummaryLinkRead'><span class='BVRRRatingSummaryLinkReadPrefix'></span> <a href='javascript:void(0)' title='Read all reviews' name='BV_TrackingTag_Rating_Summary_1_ReadReviews_29286'><span class='BVRRCount BVRRNonZeroCount'>No review</span></a> <span class='BVRRRatingSummaryLinkReadSuffix'></span></div><span class='BVRRRatingSummaryLinkSeparator'> | </span> <div id='BVRRRatingSummaryLinkWriteID' class='BVRRRatingSummaryLink BVRRRatingSummaryLinkWrite'><span class='BVRRRatingSummaryLinkWritePrefix'></span><a href='#write_review' title='Write a review'>Write a review</a> <span class='BVRRRatingSummaryLinkWriteSuffix'></span></div><div style='clear:both;'></div>    ");



    }



});


