var whichquote=(Math.random()) *6
if (whichquote<=1)
			var image = '<img src="rn_images/hd_arrow.gif" />'
			else if (whichquote<=2)
			var image = '<img src="rn_images/hd_chess.gif" />'
			else if (whichquote<=3)
			var image = '<img src="rn_images/hd_crowd.gif" />'
			else if (whichquote<=4)
			var image = '<img src="rn_images/hd_pool.gif" />'
			else if (whichquote<=5)
			var image = '<img src="rn_images/hd_race.gif" />'
			else if (whichquote<=6)
			var image = '<img src="rn_images/hd_shakinghands.gif" />'


var whichquote=(Math.random()) *5
if (whichquote<=1)
			var quote = '<img src="rn_images/quote1.gif" />'
			else if (whichquote<=2)
			var quote = '<img src="rn_images/quote2.gif" />'
			else if (whichquote<=3)
			var quote = '<img src="rn_images/quote3.gif" />'
			else if (whichquote<=4)
			var quote = '<img src="rn_images/quote4.gif" />'
			else if (whichquote<=5)
			var quote = '<img src="rn_images/quote5.gif" />'
			
			
