
	jQuery(document).ready(function(){
	
			
			$("a#various2").fancybox({
		'width':	500,
		'height': 300
	});

				
		$('img[title]').tooltip(
		{ 
			track: true, 
			delay: 0, 
			showURL: false, 
			showBody: " - ", 
			fade: 250 
		});

	});

