;(function () { // your code here... })()
Alternative Method a la jQuery
;(function (window, undefined) { // your code here... })(window)