//library 1 var myFunc = function (arg) { alert(arg); } //library 2 (function () { return 'O_o'; }());