/*@cc_on
// These commands will force IE to deal better with 
// the HTML5 elements that I am using. This is based
// on  Sjoerd Visscher's comments at http://intertwingly.net/blog/2008/01/22/Best-Standards-Support#c1201006277

document.createElement("figure");
document.createElement("article");
document.createElement("section");
document.createElement("nav");
document.createElement("header");
@*/