Josh what really bamboozles me about your code is this..the console function returns an object, yet at no time is the text being forwarded to the function
ie.
var console = function(text) {
...
}
so when you say console.log("information...") how is function getting the string??<p>cheers
PK