Mission.tasks(3).extend ( {

	setup : function ( cb ) {
		Portal.loadPage ( this, 'flash_holder/', null, cb );
	},
	start : function ( cb ) {
		setStoppableTimeout ( this, function ( ) {
			setupScenes( {
				'scene7' : {
					file : 'Location7',
					id : 'scene_7',
					audio : '8007.mp3',
					next : cb
				}
			} );
		}, 500 );
	}

} );

