$(document).ready(function() {
	        $('img.tips').tinyTips('title');
		  $('img.left').tinyTips('title');
		  $('img.right').tinyTips('title');
		  $('img.mybbtiny1').tinyTips('<img src="images/mybbbig1.gif" alt="MyBB Admin CP"/><br/><br/>This is the MyBB Admin CP.  This powerful control panel is where you can administer your free MyBB forum.');
		  $('img.mybbtiny2').tinyTips('<img src="images/mybbbig2.gif" alt="MyBB CSS Editor"/><br/><br/>MyBB allows you to change the CSS styling of your forum.  Full CSS control means you can style your forum any way you want, with any color scheme that you want!');
		  $('img.mybbtiny3').tinyTips('<img src="images/mybbbig3.gif" alt="MyBB Forum Manager"/><br/><br/>MyBB makes adding a new forum or category super easy.  A simple form guides you through the process from start to finish.');

});