    $(window).load(function() {
				$.easing.def = "easeOutBounce";
		
				$(function(){
					$('#promosys').show("pulsate", { times:3 }, 700, showactivate);
				});		
				
				$('#replay').click(function(){
								$("#howcan").fadeOut(1000);
								$("#contact_us").hide("fold", { }, 1000);
								$("#replay").hide("fold", { }, 1000);
								$('#promosys').show("pulsate", { times:3 }, 700, showactivate);
								
				});
			
	});
			   
showactivate = function(){$("#activate").show("clip", { direction: "vertical" }, 1000, fadeintro)}
fadeintro = function(){
							$(this).oneTime(5000, function() {
								$(this).hide("clip", { direction: "vertical" }, 1000, function(){
							    	$('#promosys').fadeOut(1000, showwemotivate)
								});
					  		});		
					   }
showwemotivate = function(){$('#wemotivate').show("pulsate", { times:3 }, 200, fadewemotivate)}
fadewemotivate = function(){
							$(this).oneTime(10000, function() {
								$(this).fadeOut(1000, showtry)
					  		});		
						}
showtry = function(){
						$("#try1").show("clip", { direction: "vertical" }, 1000, function(){
							$("#try2").show("clip", { direction: "right" }, 1000, fadetry)
						});							
					}
fadetry = function(){
							$(this).oneTime(7500, function() {
								$(this).fadeOut(1000, function(){
									$('#try1').css('display','none');
									$('#try1a').css('display','inline');
							    	$('#try1a').fadeOut(1000, showlearn)
								});
					  		});		
					   }					
showlearn = function(){
						$("#learn1").show("clip", { direction: "vertical" }, 1000, function(){
							$("#learn2").show("clip", { direction: "right" }, 1000, fadelearn)
						});							
					}
fadelearn = function(){
							$(this).oneTime(12500, function() {
								$(this).fadeOut(1000, function(){
									$('#learn1').css('display','none');
									$('#learn1a').css('display','inline');
							    	$('#learn1a').fadeOut(1000, showengage)
								});
					  		});		
					   }
showengage = function(){
						$("#engage1").show("clip", { direction: "vertical" }, 1000, function(){
							$("#engage2").show("clip", { direction: "right" }, 1000, fadeengage)
						});							
					}
fadeengage = function(){
							$(this).oneTime(7500, function() {
								$(this).fadeOut(1000, function(){
									$('#engage1').css('display','none');
									$('#engage1a').css('display','inline');
							    	$('#engage1a').fadeOut(1000, showreact)
								});
					  		});		
					   }
showreact = function(){
						$("#react1").show("clip", { direction: "vertical" }, 1000, function(){
							$("#react2").show("clip", { direction: "right" }, 1000, fadereact)
						});							
					}
fadereact = function(){
							$(this).oneTime(7500, function() {
								$(this).fadeOut(1000, function(){
									$('#react1').css('display','none');
									$('#react1a').css('display','inline');
							    	$('#react1a').fadeOut(1000, showbuy)
								});
					  		});		
					   }
showbuy = function(){
						$("#buy1").show("clip", { direction: "vertical" }, 1000, function(){
							$("#buy2").show("clip", { direction: "right" }, 1000, fadebuy)
						});							
					}
fadebuy = function(){
							$(this).oneTime(7500, function() {
								$(this).fadeOut(1000, function(){
									$('#buy1').css('display','none');
									$('#buy1a').css('display','inline');
							    	$('#buy1a').fadeOut(1000, showcontact)
								});
					  		});		
					   }						   					   
					   	
			   
showcontact = function(){
							$('#howcan').show("slide", { direction: "left" }, 1000, function(){
								$("#contact_us").show("fold", { }, 1000);
								$("#replay").show("fold", { }, 1000);
									
							});	
					}					   
					
