Mission.extend ( {

	setup : function ( ) {
		loadScript ( '/scripts/flashdetect.js', function ( s ) {
			if ( !s || !DetectFlashVer( 9, 0, 0 ) ) {
				document.location = '/whiterabbit/flash_upgrade/';
			}
		} );
	},

	end : function ( ) {
		doAction( '83a0f8' ); // Through the Looking Glass
		if ( !Portal.hintsUsed() ) {
			doAction( '462254' ); // Ten Feet Tall
		}
	}

} );

