var whichquote=(Math.random()) *6
if (whichquote<=1)
			var image = '<img src="images/testimonials1.gif" />'
			else if (whichquote<=2)
			var image = '<img src="images/testimonials2.gif" />'
			else if (whichquote<=3)
			var image = '<img src="images/testimonials3.gif" />'
			else if (whichquote<=4)
			var image = '<img src="images/testimonials4.gif" />'
			else if (whichquote<=5)
			var image = '<img src="images/testimonials5.gif" />'
			else if (whichquote<=6)
			var image = '<img src="images/testimonials6.gif" />'



