/**
 * @author kchevalier@suntouchdesign.com
 */

function closeSplash() {
	$('#splash').remove();
}