var pdPr = new Array();
pdPr[0] = new Object();
pdPr[0].reviewId = "11";
pdPr[0].productId = "baby-mini";
pdPr[0].name = "Jen";
pdPr[0].location = "Indianapolis, Indiana";
pdPr[0].rating = "5";
pdPr[0].reviewTitle = "Love, Love, Love It!";
pdPr[0].reviewBody = "Like the previous comment, we did all of our research on strollers, and picked this one. My son is now 10 mos. old and has been in this stroller since 1 mos. old. It folds quickly and easily and stores practically flat. It turns on a dime and can manuver around the tightest of corners with ease. I have the optional parent console (wonderful except you cannot have an open beverage due to splashing!), the belly bar and the travel bag. The stroller works great in the travel bag for an airplane gate check. I would reccommend this stroller to anyone.  ";
pdPr[0].reviewPros = "Easy to fold, quick open, manuverability, rubber tires (so they are quiet on pavement), large sun shade.";
pdPr[0].reviewCons = "must have a lidded beverage otherwise it splashes everywhere, undercarrage bag is a little small, handle is stationary so no adjustments can be made for height. ";
pdPr[0].response = "";
pdPr[0].isRecommended = "1";
pdPr[0].img1 = "";
pdPr[0].img2 = "";
pdPr[0].img3 = "";
pdPr[0].dateSubmitted = "August 7, 2010";

pdPr[1] = new Object();
pdPr[1].reviewId = "5";
pdPr[1].productId = "baby-mini";
pdPr[1].name = "Traci";
pdPr[1].location = "NY, NY";
pdPr[1].rating = "5";
pdPr[1].reviewTitle = "Best stroller!";
pdPr[1].reviewBody = "I love this stroller.  After shopping around and doing a ton of research we finally decided on the City Mini and we couldn\'t be happier!  This stroller is so lightweight and easy to manuever it makes getting around the City a breeze.  I love the one handed fold I can hold my daughter in one arm and pull the stroller closed.  It makes jumping on a bus or hopping in a taxi so quick and easy.  We tell anyone that asks, to get this stroller.  The only downside is that when our daughter is strapped in, she can\'t sit forward and hold on to the belly bar which is how she\'d prefer to ride.  It\'s a very minor complaint compared to all the positives of this stroller.";
pdPr[1].reviewPros = "Easy to fold<br>Lightweight<br>Great steering and 360 degree turn radius.";
pdPr[1].reviewCons = "Baby can\'t sit up forward and hold on to belly bar when strapped in.";
pdPr[1].response = "";
pdPr[1].isRecommended = "1";
pdPr[1].img1 = "";
pdPr[1].img2 = "";
pdPr[1].img3 = "";
pdPr[1].dateSubmitted = "June 29, 2010";

var pdPrOverall = new Object();
pdPrOverall.productId = 'baby-mini';
pdPrOverall.productName = 'Baby Jogger City Mini Single Stroller';
pdPrOverall.rating = 5;
pdPrOverall.reviewCount = 2;

prItemRatingDisplay();
prProductReviewsDisplay();

