var pdPr = new Array();
pdPr[0] = new Object();
pdPr[0].reviewId = "105";
pdPr[0].productId = "cfentls7";
pdPr[0].name = "jose luna";
pdPr[0].location = "tx";
pdPr[0].rating = "5";
pdPr[0].reviewTitle = "best price";
pdPr[0].reviewBody = "very good set";
pdPr[0].reviewPros = "number de blades";
pdPr[0].reviewCons = "";
pdPr[0].response = "";
pdPr[0].isRecommended = "1";
pdPr[0].img1 = "";
pdPr[0].img2 = "";
pdPr[0].img3 = "";
pdPr[0].dateSubmitted = "January 23, 2010";

pdPr[1] = new Object();
pdPr[1].reviewId = "70";
pdPr[1].productId = "cfentls7";
pdPr[1].name = "Jamara";
pdPr[1].location = "Brasil, So Paulo";
pdPr[1].rating = "4";
pdPr[1].reviewTitle = "Very easy to use.";
pdPr[1].reviewBody = "Very easy to use, important to have one of this.";
pdPr[1].reviewPros = "";
pdPr[1].reviewCons = "";
pdPr[1].response = "";
pdPr[1].isRecommended = "1";
pdPr[1].img1 = "";
pdPr[1].img2 = "";
pdPr[1].img3 = "";
pdPr[1].dateSubmitted = "January 17, 2010";

var pdPrOverall = new Object();
pdPrOverall.productId = 'cfentls7';
pdPrOverall.productName = 'Tactical Laryngoscope Set';
pdPrOverall.rating = 4.5;
pdPrOverall.reviewCount = 2;

prItemRatingDisplay();
prProductReviewsDisplay();

