/* * * * * * * * * * * * * * * * * * * * * * * * *
 * @script             LOL JS Fire
 * @description        Javascript autoloader for the lol-php framework.
 * @author             Weston Shaw
 * @written-on         November 03 2011
 * @last updated       January 13 2012 05:49pm
 * @rendered in        25.84 milliseconds
 * @files included     1 total
 *     html5.js
 * @inline scripts    0 total
 * @css files to load  0 total
 * * * * * * * * * * * * * * * * * * * * * * * * */

/*--------    Write dependent js files    --------*/
/*-- file: html5.js --*/
var html5 = ['header','footer','aside','hgroup','nav','section','article','command','datalist','details','embed','figure','figcaption','keygen','mark','meter'];
for(key in html5){ try{document.createElement(html5[key]);}catch(e){} } html5 = null;


