$(document).ready(function(){

// Load Numbers
$('#one').fadeOut('1');						   
$('#one').fadeIn('fast');
$('#five').fadeOut('1');						   
$('#five').fadeIn('fast');
$('#eight').fadeOut('1');						   
$('#eight').fadeIn('fast');
$('#eleven').fadeOut('1');						   
$('#eleven').fadeIn('fast');
$('#thirteen').fadeOut('1');						   
$('#thirteen').fadeIn('fast');
$('#sixteen').fadeOut('1');						   
$('#sixteen').fadeIn('fast');
$('#twenty').fadeOut('1');						   
$('#twenty').fadeIn('fast');

// Load Images
$('#two').fadeOut('1');						   
$('#two').fadeIn('slow');
$('#three').fadeOut('1');						   
$('#three').fadeIn('slow');
$('#four').fadeOut('1');						   
$('#four').fadeIn('slow');
$('#six').fadeOut('1');						   
$('#six').fadeIn('slow');
$('#seven').fadeOut('1');						   
$('#seven').fadeIn('slow');
$('#nine').fadeOut('1');						   
$('#nine').fadeIn('slow');
$('#ten').fadeOut('1');						   
$('#ten').fadeIn('slow');
$('#twelve').fadeOut('1');						   
$('#twelve').fadeIn('slow');
$('#fourteen').fadeOut('1');						   
$('#fourteen').fadeIn('slow');
$('#fifteen').fadeOut('1');						   
$('#fifteen').fadeIn('slow');
$('#seventeen').fadeOut('1');						   
$('#seventeen').fadeIn('slow');
$('#eighteen').fadeOut('1');						   
$('#eighteen').fadeIn('slow');
$('#nineteen').fadeOut('1');						   
$('#nineteen').fadeIn('slow');

$("#one").click(function(){		 
	$('#225').fadeOut('1000', function(){
	$(hideAll());
	$('#oneCenter').fadeIn('3000');							 
								 });				 	
							});
$("#onel").click(function(){		 
	$('#225').fadeOut('1000', function(){
	$(hideAll());
	$('#oneCenter').fadeIn('3000');							 
								 });				 	
							});
$("#two").click(function(){		 
	$('#225').fadeOut('1000', function(){
	$(hideAll());
	$('#twoCenter').fadeIn('3000');							 
								 });				 	
							});
$("#three").click(function(){		 
	$('#225').fadeOut('1000', function(){
	$(hideAll());
	$('#threeCenter').fadeIn('3000');							 
								 });				 	
							});
$("#four").click(function(){		 
	$('#225').fadeOut('1000', function(){
	$(hideAll());
	$('#fourCenter').fadeIn('3000');							 
								 });				 	
							});
$("#five").click(function(){		 
	$('#225').fadeOut('1000', function(){
	$(hideAll());
	$('#fiveCenter').fadeIn('3000');							 
								 });				 	
							});
$("#six").click(function(){		 
	$('#225').fadeOut('1000', function(){
	$(hideAll());
	$('#sixCenter').fadeIn('3000');							 
								 });				 	
							});
 
$("#seven").click(function(){		 
	$('#225').fadeOut('1000', function(){
	$(hideAll());
	$('#sevenCenter').fadeIn('3000');							 
								 });				 	
							});
$("#eight").click(function(){		 
	$('#225').fadeOut('1000', function(){
	$(hideAll());
	$('#eightCenter').fadeIn('3000');							 
								 });				 	
							});
$("#nine").click(function(){		 
	$('#225').fadeOut('1000', function(){
	$(hideAll());
	$('#nineCenter').fadeIn('3000');							 
								 });				 	
							});
$("#ten").click(function(){		 
	$('#225').fadeOut('1000', function(){
	$(hideAll());
	$('#tenCenter').fadeIn('3000');							 
								 });				 	
							});

$("#eleven").click(function(){		 
	$('#225').fadeOut('1000', function(){
	$(hideAll());
	$('#elevenCenter').fadeIn('3000');							 
								 });				 	
							});

$("#twelve").click(function(){		 
	$('#225').fadeOut('1000', function(){
	$(hideAll());
	$('#twelveCenter').fadeIn('3000');							 
								 });				 	
							});

$("#thirteen").click(function(){		 
	$('#225').fadeOut('1000', function(){
	$(hideAll());
	$('#thirteenCenter').fadeIn('3000');							 
								 });				 	
							});

$("#fourteen").click(function(){		 
	$('#225').fadeOut('1000', function(){
	$(hideAll());
	$('#fourteenCenter').fadeIn('3000');							 
								 });				 	
							});

$("#fifteen").click(function(){		 
	$('#225').fadeOut('1000', function(){
	$(hideAll());
	$('#fifteenCenter').fadeIn('3000');							 
								 });				 	
							});

$("#sixteen").click(function(){		 
	$('#225').fadeOut('1000', function(){
	$(hideAll());
	$('#sixteenCenter').fadeIn('3000');							 
								 });				 	
							});


$("#seventeen").click(function(){		 
	$('#225').fadeOut('1000', function(){
	$(hideAll());
	$('#seventeenCenter').fadeIn('3000');							 
								 });				 	
							});

$("#eighteen").click(function(){		 
	$('#225').fadeOut('1000', function(){
	$(hideAll());
	$('#eighteenCenter').fadeIn('3000');							 
								 });				 	
							});


$("#nineteen").click(function(){		 
	$('#225').fadeOut('1000', function(){
	$(hideAll());
	$('#nineteenCenter').fadeIn('3000');							 
								 });				 	
							});

$("#twenty").click(function(){		 
	$('#225').fadeOut('1000', function(){
	$(hideAll());
	$('#twentyCenter').fadeIn('3000');							 
								 });				 	
							});

function hideAll()
{
$('#ajaxCenter').fadeOut('1');
$('#oneCenter').fadeOut('1');
$('#twoCenter').fadeOut('1');
$('#threeCenter').fadeOut('1');
$('#fourCenter').fadeOut('1');
$('#fiveCenter').fadeOut('1');
$('#sixCenter').fadeOut('1');
$('#sevenCenter').fadeOut('1');
$('#eightCenter').fadeOut('1');
$('#nineCenter').fadeOut('1');
$('#tenCenter').fadeOut('1');
$('#elevenCenter').fadeOut('1');
$('#twelveCenter').fadeOut('1');
$('#thirteenCenter').fadeOut('1');
$('#fourteenCenter').fadeOut('1');
$('#fifteenCenter').fadeOut('1');
$('#sixteenCenter').fadeOut('1');
$('#seventeenCenter').fadeOut('1');
$('#eighteenCenter').fadeOut('1');
$('#nineteenCenter').fadeOut('1');
$('#twentyCenter').fadeOut('1');
}

});