// work around for IE and eolas click to activate
var beboWrite = {
   write : function(str) {
       _proxy_jslib_handle(document, 'write', '', 1, 0)(str);
   }
};