/*
HTML5 Backward Compatibility Script ver 1.0
By Sam Hooker at FrogSlayer Software Development
http://samhooker.net | http:frogslayer.com

Reference this script in the <head> of your document, to help older browsers understand the tags added in HTML5. 
*/

document.createElement("article");
document.createElement("aside");
document.createElement("audio");
document.createElement("canvas");
document.createElement("details");
document.createElement("figcaption");
document.createElement("figure");
document.createElement("footer");
document.createElement("header");
document.createElement("hgroup");
document.createElement("nav");
document.createElement("section");
document.createElement("video");
