Mission.tasks(0).extend ( {

	setup : function ( cb ) {
		Portal.loadPage ( this, 'inbox/', function ( ) { cb(); } );
	},
	start : function ( cb ) {
		setStoppableTimeout ( this, function ( ) {
			var audio = new Audio ( window.scripts.INTRO, true, function ( ) { cb(); } );
		}, 500 );
	}

} );
