1+/*Rendered nonfunctional as of 1/6/15 by request of Jamie Locke of Spritz Technology, Inc.*/
2+/*Uncommenting the call/listener to main would result in an ...apparently... infringing program... so beware!*/
3+/*What this tells about technology patents and the diligent 3 years of work Spritz did developing their serial reader I'll leave unsaid.*/
4+15(function(W,D){
26function main(){
37/**DOM Handles**/
303431353236/**Style shortcuts and global colors**/
33-var containerText = "<div class='spreeaftwrap'><span class='spreeText' style='margin-left:-50px'>Spree...</span></div>";
37+var containerText = "<div class='spreeaftwrap'><span class='spreeText' style='margin-left:-50px'>Infringer!</span></div>";
3438var borderStyle;
3539var cssText;
3640var colors = ["#FFA500","#99793D","#FF6200","#40FFCE","#00FF76","#FFCF40","#1500FF","#773D99","#A000FF","#FF8700","#5E3D99","#444444","#00B5FF","#998B3D","#00F8FF","#FF0F26"];
687691} /**Exit main**/
688692689693/**Run main once the DOM has loaded**/
690-if(D.readyState === "loaded"||D.readyState === "complete") main();
691-else W.addEventListener("DOMContentLoaded",main);
694+//if(D.readyState === "loaded"||D.readyState === "complete") main();
695+//else W.addEventListener("DOMContentLoaded",main);
692696})(window,document);