function onstage(img) {
	$('#stageImg').attr('src', 'images/' + img);
}
