IE console fix by peterbenoit September 04, 2012 JavaScript if(!this.console){ window.console = { log: function(){} }; }