/*
 * Create HTML5 elements for IE's sake
 * Reference: http://ejohn.org/blog/html5-shiv/
 * Reference: http://remysharp.com/2009/01/07/html5-enabling-script/
 */
//alert("hello");

//alert("jQuery working here!");
	document.createElement("header");
	document.createElement("article");
	document.createElement("footer");
	document.createElement("hgroup");
	document.createElement("nav");
	document.createElement("section");
	

