// Text Loader for schedule pages

function show(src) {
	new Ajax.Updater('schedule', 'data/'+src+".html");
}