jQuery.noConflict();

jQuery('document').ready(function (){
	
	jQuery('#TR2').transition({
		duration : 3000,
		images : ['images/ad1.jpg', 'images/ad2.jpg', 'images/ad3.jpg', 'images/ad4.jpg', 'images/ad5.jpg'],
		type : 'fade'
	});
	

	
	
});

