Global variable functions

Hi all,

Can someone please help me understand what the following syntax for the function means and also how I can translate the global function into a local/normal function?

_global.MovieClip.prototype.hoverOn = function(quote) {
}

thank you