/* 
 *	Get Semantic
 *		-an attempt to get started on semantic markup today
 *		
 *	Author: Phillip Salfity www.phillipsalfity.com 
 */function createElement(a){if(typeof document.createElementNS!="undefined"){return document.createElementNS("http://www.w3.org/1999/xhtml",a)}if(typeof document.createElement!="undefined"){return document.createElement(a)}return false}var e=("section,header,nav,article,aside,hgroup,footer,time,mark").split(",");for(var i=0;i<e.length;i++){document.createElement(e[i])};
