

var timeline = new TimelineBuilder();

// Hide is the uploader applet callback
function hide(){
	document.getElementById('uploaderapplet').style.display = 'none';
	timeline.imagebank.checkImages();
}
