	$(document).ready(function() {
			$('a.tTip').tinyTips('light', 'title');
			$('a.imgTip').tinyTips('yellow', '<img src="images/demo-image.jpg" /><br />You can even put images or any other markup in the tooltips.');
			$('img.tTip').tinyTips('green', 'title');
			$('h1.tagline').tinyTips('blue', 'tinyTips are totally awesome!');
		});// JavaScript Document
