new jqTooltip({  
 selector: "table tr td a",
	opacity: 0.8
});  


$(document).ready(
	function(){
	$('.topimage').innerFade({
		'animationType':'fade',
		'animate': true,
		'easing':'linear',
		'speed':2000,
		'type':'sequence',
		'timeout':4000,
		'startDelay': 0,
		'loop': true,
		'containerHeight':'auto',
		'runningClass':'innerFade'
	});
	}
);

