//
// compatibility between common.js and jQuery
//
function addLoadEvent(func, priority) {
	jQuery.event.add(window, "load", func);
}
