$.wait = function(ms, callback){
	return window.setTimeout(callback, ms);
}
