function pickerEvents(picker){
	$("#upcoming").load("ajax/picker.cfm",{
		'picker': picker
	});
}
