var pdPr = new Array();
pdPr[0] = new Object();
pdPr[0].reviewId = "1488";
pdPr[0].productId = "nike-dart-vii-running-shoes354491001";
pdPr[0].name = "Bo";
pdPr[0].location = "Oregon";
pdPr[0].rating = "5";
pdPr[0].reviewTitle = "Sneakerhead is the best!";
pdPr[0].reviewBody = "My husband had previously owned a pair of Nike Dart VII shoes and LOVED them! ";
pdPr[0].reviewPros = "Lightweight. Comfortable. Perfect fit. Nice for walking.";
pdPr[0].reviewCons = "There is nothing to dislike. They are perfect.";
pdPr[0].response = "";
pdPr[0].isRecommended = "1";
pdPr[0].img1 = "";
pdPr[0].img2 = "";
pdPr[0].img3 = "";
pdPr[0].dateSubmitted = "March 17, 2010";

var pdPrOverall = new Object();
pdPrOverall.productId = 'nike-dart-vii-running-shoes354491001';
pdPrOverall.productName = 'Nike Dart VII';
pdPrOverall.rating = 5;
pdPrOverall.reviewCount = 1;

prItemRatingDisplay();
prProductReviewsDisplay();

