var pdPr = new Array();
pdPr[0] = new Object();
pdPr[0].reviewId = "731";
pdPr[0].productId = "308866-011";
pdPr[0].name = "Nick";
pdPr[0].location = "Raleigh, nc";
pdPr[0].rating = "5";
pdPr[0].reviewTitle = "Great shoe";
pdPr[0].reviewBody = "Broke them out the next day of school and recieved countless compliments. People loved the slightly outlandish colorway. Truley classic shoe and hot colorway";
pdPr[0].reviewPros = "Very comfy, stylish, and a true crowd pleaser";
pdPr[0].reviewCons = "Kinda narrow";
pdPr[0].response = "";
pdPr[0].isRecommended = "1";
pdPr[0].img1 = "";
pdPr[0].img2 = "";
pdPr[0].img3 = "";
pdPr[0].dateSubmitted = "January 27, 2010";

var pdPrOverall = new Object();
pdPrOverall.productId = '308866-011';
pdPrOverall.productName = 'Nike Air Max 1';
pdPrOverall.rating = 5;
pdPrOverall.reviewCount = 1;

prItemRatingDisplay();
prProductReviewsDisplay();

