	$(document).ready(function()
	{
				
		$("#tabs").tabs();
		
		
				
		$('#newsticker').innerfade({ 
			animationtype: 'slide', speed: 750, timeout: 5000, type: 'random' 
		}); 
		
		$("#findus").tabs();
	
	});
	
	


