// put the function inside of the create event!
function youFunction(args) {
}
yourFunction = function(args) {
}
// It's important that this method is defined before it's being used
// put the function inside of the create event!
methodName = function(args) {
// Do stuff
}