
// Common scripts based on Prototype, written by janlay

function orderIssue() {
	var el = Event.element(event);
	alert(el.inspect());
	el.up().submit();
}

