// JavaScript Document
facts = new Array(19);

	facts[0] = 'On behalf of Medi-Weightloss Clinics, I would like to thank you and highly recommend you to anyone with media/graphics/ad needs.The service we received was absolutely superior, from the cameramen all the way to the top.<br><br><span class="menu52" style="margin-left:0px"><a href="testimonials.php">Medi-Weightloss Clinics</a></span>';
	
	facts[1] = 'The moment I saw a biz card, I knew I wanted to have one for my books and video. 5 Pints patiently worked with me to design exactly what I wanted in a matter of hours. Im hooked. Im coming back for two more projects.<br><br><span class="menu52" style="margin-left:0px"><a href="testimonials.php">Nadine Laman - Author</a></span>';
	
	facts[2] = 'It was our pleasure to work with 5 Pints Productions. They listened, understood our needs, and developed a product that worked for us. We would hire them again in a heartbeat.<br><br><span class="menu52" style="margin-left:0px"><a href="testimonials.php">Vision Abolition</a></span>';
	
	facts[3] = 'I wanted to express my thanks and voice my appreciation to the 5 Pints Team for all of your work. You guys made SEO easy to understand and definitely stood apart from the other companies that I interviewed.<br><br><span class="menu52" style="margin-left:0px"><a href="testimonials.php">Phantom Skinz</a></span>';
	
	facts[4] = '5 Pints Production did a great job on my website video.  I had never done a video before and was quite nervous about doing a &ldquo;speech&rdquo; on camera. It was a very positive experience.<br><br><span class="menu52" style="margin-left:0px"><a href="testimonials.php">Healthy Habits Wellness Center</a></span>';
	
	facts[5] = 'I can&#39;t thank everyone at 5 Pints enough for their superior product, response, ideas, and support. The expertise provided was not only brilliant but affordable.<br><br><span class="menu52" style="margin-left:0px"><a href="testimonials.php">RideSmart Motorcycle Training</a></span>';
	
	facts[6] = 'We have received numerous positive comments about our site and what an improvement it is over our previous site. 5 Pints has been quick to respond on any changes that we&#39;ve made.<br><br><span class="menu52" style="margin-left:0px"><a href="testimonials.php">Power Product Services</a></span>';
	
	facts[7] = 'I know we only gave you a few days notice and I never worked with you before but you and the staff at 5 Pints Productions understood our goal and made it happen.<br><br><span class="menu52" style="margin-left:0px"><a href="testimonials.php">Mentor Corporation</a></span>';
	
	facts[8] = 'It has been my privilege working with the 5pints team. From start to end of our production, they were professional and their schedule was easy to work with.<br><br><span class="menu52" style="margin-left:0px"><a href="testimonials.php">Secure Medical</a></span>';
	
	facts[9] = 'From planning and pre-production through setup and execution and finally the strike, 5 Pints Production is without peer.<br><br><span class="menu52" style="margin-left:0px"><a href="testimonials.php">Herbalife</a></span>';
	
	facts[10] = 'I would like to thank you and your team for not only producing an exceptional video that exceeded even my high expectations, but also for making the whole process simple, smooth and enjoyable.<br><br><span class="menu52" style="margin-left:0px"><a href="testimonials.php">WhitelistNow.com</a></span>';
	
	facts[11] = 'Not only are we very happy with our new Gilbert Small Business Alliance website, but it has been an absolute pleasure working with 5 Pints Productions.<br><br><span class="menu52" style="margin-left:0px"><a href="testimonials.php">Gilbert Small Business Alliance</a></span>';
	
	facts[12] = 'You can stop looking now - you&rsquo;ve found the best. 5 Pints Productions was incredibly helpful in turning our concept into a reality.<br><br><span class="menu52" style="margin-left:0px"><a href="testimonials.php">COX Northern Virginia</a></span>';
	
	facts[13] = 'Since my initial meeting with Justin and the team at Five Pints I have been nothing but impressed. They are professional, creative and very easy to work with.<br><br><span class="menu52" style="margin-left:0px"><a href="testimonials.php">Skinsational Aesthetics of Arizona</a></span>';
	
	facts[14] = 'I was very impressed with the quality of service and technical expertise we received with our flipbook.<br><br><span class="menu52" style="margin-left:0px"><a href="testimonials.php">Celebrity Fight Night</a></span>';
	//entered twice purposely
	facts[15] = 'I was very impressed with the quality of service and technical expertise we received with our flipbook.<br><br><span class="menu52" style="margin-left:0px"><a href="testimonials.php">Celebrity Fight Night</a></span>';
	
	facts[16] = 'I was stunned that I could get such a professional looking and sounding video in such a short time with 5 Pints.<br><br><span class="menu52" style="margin-left:0px"><a href="testimonials.php">Sudden Values</a></span>';
	
	facts[17] = 'Justin and his company are very good at what they do! He has a great knowledge of the business at hand and uses this to your advantage to give you best results possible. I highly recommend him and his company.">The Sign Guys</a></span>';
		
	facts[18] = '5 Pints Productions and Justin stood apart from every comparable company we had researched.<br><br><span class="menu52" style="margin-left:0px"><a href="testimonials.php">Sudden Values Corporate</a></span>';

factsNumber = Math.floor (facts.length * Math.random());
	document.getElementById('randomTip').innerHTML = ''+ facts[factsNumber] ;
factsNumber = -1;
function newFact(){
	factPrevNumber = factsNumber;
	while(factsNumber == factPrevNumber){
		factsNumber = Math.floor (facts.length * Math.random());
	}
	document.getElementById('randomTip').innerHTML = ''+ facts[factsNumber] ;
}

