jQuery(document).ready(function($){
								
	$('#heart,#platicas,#news').css('display', 'none'); //make the content divs invisible
	
	$('.welcomeLeft img').addClass(function(n){
      return 'welcome' + n;
    }); // add new classes to the header words
	
	$('#img1,#img2,#img3,#img4,#img5,#img6,#img7,#img8,#img9,#img10,#img11,#img12,#img13,#img14,#img15').css({'opacity':'0', 'position':'relative', 'top':'0px', 'left':'0px'}); //reset id CSS for the header words
	
	$('.welcome0').css({'position':'relative', 'top':'20px'}); //set the words to the correct starting positions according to the new classes
	$('.welcome1').css({'position':'relative', 'top':'-10px', 'left':'-18px'});
	$('.welcome2').css({'position':'relative', 'top':'30px', 'left':'100px'});
	
	$('.welcome3').css({'position':'relative', 'top':'20px'}); //set the words to the correct starting positions according to the new classes
	$('.welcome4').css({'position':'relative', 'top':'-10px', 'left':'-57px'});
	$('.welcome5').css({'position':'relative', 'top':'30px', 'left':'100px'});
	
	$('.welcome6').css({'position':'relative', 'top':'20px'}); //set the words to the correct starting positions according to the new classes
	$('.welcome7').css({'position':'relative', 'top':'-10px', 'left':'-65px'});
	$('.welcome8').css({'position':'relative', 'top':'30px', 'left':'100px'});
	
	$('.welcome9').css({'position':'relative', 'top':'20px'}); //set the words to the correct starting positions according to the new classes
	$('.welcome10').css({'position':'relative', 'top':'-10px', 'left':'-98px'});
	$('.welcome11').css({'position':'relative', 'top':'18px', 'left':'80px'});
	
	$('.welcome12').css({'position':'relative', 'top':'8px'}); //set the words to the correct starting positions according to the new classes
	$('.welcome13').css({'position':'relative', 'top':'4px', 'left':'-18px'});
	$('.welcome14').css({'position':'relative', 'top':'30px', 'left':'100px'});
							
	$(".welcome0").animate({opacity:1.0,left:115,'filter': ''},1200, 'swing');// drift 'em, fade 'em
	$(".welcome1").animate({opacity:1.0,'filter': ''},1600);
	$(".welcome2").animate({opacity:1.0,left:25,'filter': ''},1400, 'swing');
	
	$(".welcome3").animate({opacity:1.0,left:160,'filter': ''},1200, 'swing');// drift 'em, fade 'em
	$(".welcome4").animate({opacity:1.0,'filter': ''},1600);
	$(".welcome5").animate({opacity:1.0,left:75,'filter': ''},1400, 'swing');
	
	$(".welcome6").animate({opacity:1.0,left:160,'filter': ''},1200, 'swing');// drift 'em, fade 'em
	$(".welcome7").animate({opacity:1.0,'filter': ''},1600);
	$(".welcome8").animate({opacity:1.0,left:175,'filter': ''},1400, 'swing');
	
	$(".welcome9").animate({opacity:1.0,left:115,'filter': ''},1200, 'swing');// drift 'em, fade 'em
	$(".welcome10").animate({opacity:1.0,'filter': ''},1600);
	$(".welcome11").animate({opacity:1.0,left:130,'filter': ''},1400, 'swing');
	
	$(".welcome12").animate({opacity:1.0,left:-2,'filter': ''},1200, 'swing');// drift 'em, fade 'em
	$(".welcome13").animate({opacity:1.0,left:80,'filter': ''},1600);
	$(".welcome14").animate({opacity:1.0,left:25,'filter': ''},1400, 'swing');

setTimeout(function(){
	$("#heart").slideDown(800, 'swing');
setTimeout(function(){
	$("#platicas").slideDown(1200, 'swing');
	}, 1300);
setTimeout(function(){
	$("#news").slideDown(1000, 'swing');
	}, 1700);
	}, 1200);// wait about a second, then start the content animation

});// of course, if you ain't got javascript, you ain't seeing none of this...
