//These are the tips give them whatever id / tip name you want replace tip1 with something more descriptive if you want... and you can put them in any order it doesn't matter. (delete this to save space kb's)

var tips =  {
	'tip1' : '<strong>This is brought in through JSON format (JavaScript Object Notation)</strong>', 
	
	'tip2' : '<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/GP5gWbyuXrs&hl=en_US&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/GP5gWbyuXrs&hl=en_US&fs=1&autoplay=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>',
	
	'tip3' : '<img src="http://www.pwrc.usgs.gov/neparc/images/BoxTurlePostcardimage2.bmp" width="275" border="0" /> Be nice to turles. I always used to see turtles on the road.  Once I saw this huge snapping turtle in my neighborhood the size of a beachball.  It was just walking around.'
	
}