document.createElement('header');document.createElement('nav');document.createElement('section');document.createElement('article');document.createElement('aside');document.createElement('footer');$(document).ready(function(){$('.leadNav').click(function(){$(this).next().animate({width:['toggle','swing']});});$('.leadNav').click(function(e){e.preventDefault();});$(function(){$(".tabs").tabs(".panes > div");$(".nestedTabs").tabs(".nestedPanes > div");});});
