<!--

	$(document).ready(function(){
		
		$('.home-loader').hide();
		$('.home-order').animate({left: '0px', opacity: .99}, 600);
		$('.home-create').animate({right: '0px', opacity: .99}, 600);
		
		setTimeout(function(){ $('.home-or').animate({opacity: .99}, 600); }, 800);
		
		$('.home-btn').hover(function(){
			$(this).children('a').addClass('home-alpha');		
		}, function(){
			$(this).children('a').removeClass('home-alpha');		
		});
		
	}); 
	
//-->
