$(function() {
	
/*	$("#menu li").hover(
	function(){
		
		//$(this).height('40px');
		 $(this).animate({
    top: ['0','swing']
  }, 200, function() {
    // Animation complete.
  });
		},
	function(){
		//$(this).height('29px');
		 $(this).animate({
    top: ['20','swing']
  }, 100, function() {
    // Animation complete.
  });
		});	
		
	*/	
	$('.cycle').cycle();
		
});

 
document.createElement('header');
document.createElement('nav');
document.createElement('section');
document.createElement('article');
document.createElement('aside');
document.createElement('footer');

