function functionName() {
  // the JavaScript you want to run
}

function my_function (some_value, some_other_value)
{
}

Function Included In Definition


$('#your-element-id').live('vmousedown', function()
{
	alert("Down")
});