/* IE HTML5 compliance */
document.createElement('header');
document.createElement('footer');
document.createElement('section');
document.createElement('aside');
document.createElement('nav');
document.createElement('article');


var $ = jQuery.noConflict();

$(document).ready(function(){


  


//end document ready
});
