jQuery.noConflict();

jQuery('document').ready(function (){
	

	
	jQuery('#TR2').transition({
		duration : 3000,
		images : ['img1.png', 'img2.png', 'img3.png'],
		type : 'fade'
	});
	
	
});