`8kɖp> NuG@`  @`! #@%`')+-/1 3@5`79;=?A C@E`GIKMOQ S@U`WY[]_a c@e`gikmoq s@u`wy{} @` @ ` @ ` @ ` @ ` ǀ @ ` ׀ ٠  @`@`!Aa   !Aa!!#A%a')+-/1!3A5a79;=?A!CAEaGIKMOQ!SAUaWY[]_a!cAeagikm@`  @`! #@%`')+-/1 3@5`79;=?A C@E`GIKMOQ S@U`WY[]_a c@e`gikmoq s@u`wy{} @` @ ` @ ` @ ` @ ` ǀ @ ` ׀ ٠  @`@`!Aa   !Aa!!#A%a')+-/1!3A5a79;=?A!CAEaGIKMOQ!SAUaWY[]_a!cAeagikmTHEDEMOCLUBANIMATE4DOC ANIMATE4PRG  8UNICYCLESEQ WORLD SEQ @BUZZBEE SEQ SCUBE1 SEQ $READ_MEoDESKTOP INFp ANIMATE4.PRG (9/88) (c) 1988 by Tom Hudson Program & Documentation by Tom Hudson This is a Public Domain utility. ANIMATE4.PRG is the fourth generation animation display program for the CYBER family of products: CYBER STUDIO CYBER CONTROL CYBER PAINT CYBER VCR and CYBER SCUUULPT This program will display delta-file AND sequence animations, created either by CYBER PAINT in .DLT or .SEQ format, or CYBER STUDIO/CONTROL in .DLT format. Delta files (with initial .PI1 files and data files with a .DLT extender) take up more space on disk than sequence files (composed of only file file, which takes up about 30-40% less disk space than a comparable .PI1/.DLT combination). Sequence files take up the same amount of space in memory as delta files, however. This version of ANIMATE will also display all color-palette changes in .SEQ files created with CYBER PAINT 2.0, and no longer uses the double-buffering command of the previous animation programs. (The buffering is now automatic, and very fast.) To display .DLT files, click on the .DLT button in the custom file selector. Likewise, to display .SEQ files, click on the .SEQ button. Disk drives may be altered with the drive-letter buttons. Paths may be moved through with the "Back" and Reread" buttons. As with my previous animate programs, there are 2 operating modes: Batch and manual. Animations can be run in sequence from a hard disk and/or floppy drives in batch modes, with chained animation files easily accomodated. NOTE: You can only chain delta files -- sequence files are NOT chainable. MANUAL MODE The manual mode is invoked by simply double-clicking on the ANIMATE4.PRG icon. The program will display help information -- take some time to read it for the basic commands such as (F)orward, etc.) Click on OK, and you will be presented with my new file selector. Loading Delta Files: Select the delta file you want to run (it can be either stereo or monoscopic). The program will load the delta file and its associated .PI1 file (L_ and R_ versions, if the animation is in stereo). It will ask if you have more delta file sections (this will only happen if you chained the animation), click on the appropriate button. If there are more delta files, the file selector will reappear, and you must select the name of the chained delta file. After all delta files are loaded, the program will start animation. Loading Sequence Files: Click on the .SEQ button, and the sequence files on the disk will be displayed. Select the sequence file you want to run (sequence files can only be monoscopic). The program will load it and begin running automatically. Press the F key to turn Ping-pong mode on or off. BATCH MODE The animator program will run in a batch mode for continuous demonstrations of animations. This is done through the use of a run control file, which has the extension .RUN. To work properly, the ANIMATE4.PRG program must be installed via the "Install application" selection on the desktop. Install ANIMATE4.PRG as a GEM application with document type RUN. To execute the animator in batch mode, just double-click on the appropriate .RUN file. The .RUN file format is discussed after the keyboard command section. KEYBOARD COMMANDS Once you have an animation sequence running, the following keys are operational: F1-F10 -- Control the speed of the animation from slow (F1) to fast (F10). Default speed is F6. Help -- Aborts the animation and displays the file selector for a new animation in both batch and manual modes. Changes to manual mode if running in batch mode. Undo -- Quits the program, returning to the desktop. F -- Toggles the animation direction from forward-only to a forward-reverse ping-pong effect. Default is forward-only. Space bar -- Pauses and single-steps the animation. Press any other key to resume normal operation. Alt-L -- Locks the keyboard to prevent tampering during demonstrations, no keys will have any effect. Press Alt-L again to unlock the keyboard. .RUN FILE FORMAT The .RUN file is a simple text file, which can be created with any text editor or 1st Word. Each line has the following format: PATH,FILE,MORE[,FWDBAK,BUFFER,SPEED,TIMES] PATH -- Drive and path of animation delta file or sequence file, may be upper or lower case. Example: A:\ANIMATIONS\ FILE -- Filename of animation delta file, in upper or lower case. Example: CARGO.DLT. If it is a sequence file, the example would be CARGO.SEQ. MORE -- Indicates whether or not there are more delta files to be chained to this one. Enter Y if there are more, or N if there are not. May be upper or lower case. If the Y is entered, the next line contains the filename of the next delta file in the chain, and the extra parameters on this line are not used. Any number of files may be chained. For sequence files, use an N. FWDBAK -- Indicates whether the animation should be run forward only (F) or forward/reverse (R). May be upper or lower case. Not used if the file has more delta files chained to it. BUFFER -- This parameter is no longer used in ANIMATE4.PRG, but should be included for compatibility with older programs. Simply include a B in this slot. SPEED -- Indicates the speed at which the animation should be run. Values range from 0-9, corresponding to function keys F1-F10. TIMES -- The number of times the animation is to be run before going to the next animation. In forward/reverse mode, this is the number of complete forward/reverse cycles; in forward mode, it is the number of normal animation cycles. A value of 9999 indicates to run the animation forever, until HELP or UNDO is pressed. Use 9999 when you're creating a .RUN file that will be used to load one animation from a floppy disk and display it forever. Example batch files: b:\,cargo.dlt,n,f,b,8,9999 Runs the CARGO animation forward at speed 8, forever. c:\animate\,hollow.dlt,y c:\animate\,hollowb.dlt,n,f,b,9,9999 Runs the two-part HOLLOW animation (HOLLOW.DLT and HOLLOWB.DLT, in the ANIMATE folder on drive c:) forward at speed 9, forever. a:\,bounce.dlt,n,r,b,7,20 b:\,atari.dlt,y b:\,atarib.dlt,n,f,b,9,25 Runs the BOUNCE animation from drive A: 20 times in forward/reverse mode at speed 7, then runs the two-part ATARI animation (ATARI.DLT and ATARIB.DLT) from drive B: 25 times at speed 9 forward. When the ATARI animation is complete, operation resumes with BOUNCE again and continues until HELP or UNDO is pressed. a:\tutorial\,tesla.seq,n,f,b,9,9999 Runs the TESLA animation on the CYBER PAINT disk forward, at speed 9, forever (or as long as the hardware holds out, whichever comes first). `8V |8"|_0<2<*# QQNqN_*O.|Y*m - Э!м// ??<JNA N/<NA"/0<NBNu#UzNA/9uNVBBJlDR  RB0. -@2. An= .gDN^NH?BCB..,f#qU~ <V `hlDRCJRCn8fzB`0#l :HGH`xe`Jg`|fD#D`JLb'H# `ByPB GJPf `|09@H  ep``2"Rl n"G00D@|Hހ`RpLĮL.J (J  I&x> =3BWG\ a@XaB&f>XhJ@g63\Fg=Jm\ߡ`@$<BG`0J0RG| m^CP$0/?D"#>(^ZP.HTx. p Jlm4a.RgPF2T N"PjY?n\@¶t XHmm la6`bDaX`B08ވBgTBW4vC^:JEgJEmFW@L |: Sf0(EQ T YJDې#ւۖ<ۊZ/X<JFl~P0`>RR¶GZ..`||b@0@I0 PNЄ `μDfLTgϦCbfL>ަa`BW6=\fBmx?Pd T\}>>"`2 &$^JX N D   x ̃$z}\>P̿ }f g@ Hf6DF `úۘպl4GRV NBl,‚ۄnۄf^^F^``|&FaXR f$fF@^СBB,g2f 9gY>La X|>:~3  m4m,m$mbmdm  o`,Tfbg FfB"`&rR  `p @R@TF`>.X |g3'(P >|```n.`Bۊ0g~ ~~`؂@ d#X"g&r <>\` >BXʡۈBJ~T$X(rFxP$g߸hFg2 J@g$HƁT ư&f@Ơ#f9 pggz ` ag!FgffLpF\:ff,ňRRۈRPm(HpJ``bfRĘBgaFg$m¶ҡ.:>T`BG`(0G"|I 0 f0@R@: `RG| m8gfDl .`2(.p#RX JPgĠʣJX`(0`Îg òŲPPSĜ`\͒@ y'tSf۔n*< a``P8mrlVp:8<< a``HX*`^Jxf3D`"to4ITzD0BJLN^NuNVJt'4 /< N fp`|JNfB@n\tۘaX6 9:ۙf$H|$ۚ`aZ@HDXp`R nJf H" J@f HBG`RGf0¢.a>`0G \gSGJGlB(Ě͚fYG .gRGFm;0H/X*.U?.?pPgBWBB`. ``(nmVx RG``| g g` . fB: rrg"NpÞ0R@ n`BG |Y2,gĂRJGg&p`4Yo²@/aΠBpo BP8$  pHЁj$=@30H6HBE<B ҶB=|dd0pjʀ,gfn .2F 2RFE0E-H =|`dz /ಡZP1r|-@ nJBlt`" l``| b@0@IH PNZRG dGnJEg*z$,JFf0|0TYYIaXAX C^TIA媣8:Z @(< g  g fxB`Ī~ yf=|<D*BW/<\x"|ވ4L4>BTD (??E JLZ̀<\t?^x g4 HBn-.>.r=FplF `2.%~??<?P  ngf Hd3F /B-yBBE|| n nJ.?f&0ng "BgBgaX` JEfFĨ/#Xdjj`Ԡ'BF`` N2F0("N4F2)Ag=|@3@1iRF|m %X806".Ȱn0@?.?  &-@ `bb D0HRE0mn n BP T"n"JGm>>T0.L~j?.4a"PbH*=m 0.@Bn0n=@0- -m(Ɓې@Bޤ aJ@gb >p@@p@F,Np8JLHL&>-0|@l <-0|mB@`hUomnZJmlvD@UmBl o0|U o 0|8pf0^At:u.Bva|DJrt:X"BG`$0G amzn  RG.pNGnТ.. o0<BBBBBBBBBBBBBBBBS@fNu|" &NN\Nu#xp#N#n#.#"#NH2zJyxgSLN/j "oBB,J20jDAE# TJAf&Nu4&0 \SAf"   """"""""""""""""H0<'4|(L8H8Q6L8* %BB NA/@ 9 9ቂ JkajNA H0 M$/o~0k:26C|@D@N"2222222222222222QU`|222222222222222S` R",jLDB@2<?gR@Q$0/g>Jof4`aH/C BB0<@"&fXB&/ >$` BZB`4DZ4|>Bg/.Qa ߀r  a N^NDHJ Qf0.N@$ a 3Q =-@BG-|` .g80G8 A?W/9p \BW \`4BB\\RGp|mxBG`\0РQ.?TW @"@QJ0gVdlvPm&\X?LœhZ2¡BW> :\. ,aX,aئؤ>?ؤ BgBgBgBgBgA@z.?~BB@TVX30|y4  > `@ n0JBP: \J@g`<fb` >XvyتgV``U~j  |=@0. V @  fz.RRڱ~ԩJrfx>>`*&** ``ʀX|.|AHAg8J@f4aF``U@|-b@0@0Q PN$dX؅ĉBW"r\pJLN^NuNVHB/=-@jTB@JFzU`4NN\Jm&9g R<JFmZOJlBW ⴁ.lBa.>.BgŸ˜ĘH?> HǏJGgF|: G86G0S@0/aXJ@gGJDlRFEo`0 *n(n ` JfB@`HRRHg HAo.BG` "R,  RG| mp`B@0,<l604?fA2\`$d\2 8Zg.|?~> m\n H ydLmQڠ Tp`@ 9.؈f2*|$(@"R0FH./P PX0/fʓL>L>.BF`nl^G RzRGRFmBÌh>`0G \gSGJGlB(RP.Tԁ<SFF FJFl|m lB@`80H.0/?< / a\ph,hSGff @?RWBg/<ž 66 |V.RX`/X@X&F'8"\$*2amzn  RGGn H|JFm|n |8J0`fV=|A@`y|: \ 9:f:\gH` ł.ɖ @ (fUfѢ`?ϔՔBg4ʊ/U?Jnf0F30(n H2| "3@2)AHr-@H//.P#B$h> g8>?(/:~:@HBʀ `(@ :ưo0:Jo 6SRGm36`4"lRh<ʚpnl?@f0.ìg|ΣĢ/H^0/PZصh "` |gg-vtgJ r⠤NNXHHG`> H`(` 0G m` RG` `^ .g`R JfBBF:`RfJEf 0F.RF0p&~z`2GF g`RGf>`SGVz \fLмQ.0H/RX a@\>ئ|ؤBgr/</NMP l#xRA 3RTVXZ\^`/,ހ0ZB@hh*xO |Rt tNNM    G~~۪6RRHRHH4&&b320.|HмEn-@=>` nH2n2RR nm.>#ގޒRގ> aF3p*î 3jByĈP=RŒ'̅vzvضؾ .,Z#d ഡ3j݈L{V"݈݊B|J@fS3ejˌ kŠ ,   +UwPppww(p[1][ | Not enough RAM to animate! | SORRY ]File must be SEQ or DLT Try Againfor error Can't find thf[3Mor sections?NoYes[/P>Player by Tom Hudson|Funkeys: Speed Space: Pause| Help: New Undo: Quit| F: Fwd/Rev Versr 4 OKNInvalid/missingrfram7s bcorr resoluCopyright 1987-DCBA@?>=<;bN: Badeter str:2 *.DL\L_R_Click ?ߡܡ;|s.PIɢ AD-3D/CyberPUtAorLoadZ...bRS,SzZST*7FT`o|U"UU6xUOVY9 '' < T ! "#$ %&' ()*-. / (<&  X  @ A V      (¶  @ "ʀ+   襼P  / pPAB C!D""E#F$G%H&I'J(K)L*M+N,O-P.8/0ġr %1 *.*4    , Z+0*D P1234567890 0Pathname:______________________________________8_____PPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPBackReread_ ________.___XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXFileFFFFFFFFFFFDriv OKCancelV P.vf  Z       0             z  l  Mv  |(   S dWy V < Vy 1    :<\uc (.: "NZ `(d (*>&LD(6z*":\dP Ġ}o $*   `k9    $,  0  , \&=i2 * h#2 (    "$4c\8 &   $)   Q0@¢fO $*>5O  **$؀     $rD. Ё֠&0f &oG K` r@HEQ`QpmW KC ,H <En""*H < ""(H <"" "KHH@HtJgpӑbCgA0</|N\FxX`tx&-5=F$MU^ekt|>j& ~j^`jt~~dp N`%&|-.8/h/77>?2F FMN6T0TZ[~cck,krshtu|D|bPf``..@@\\FLICKERS.0 3 NQ ? ~8i? @??`  >?S ??0 ?H ? G ?~#> ?C 8< ?0#@ `!$& ????p@ 9880pqs`555=```|/#c??~/ ?? @ pP`pp}^A?{x|??< / 7@x0 ?>x ? :@??@ ~ A?? { ?D? O?? @Uh ? ?h| ?i  pz > `p 8g   S  ?   x8L x @ @  K@?a  <=08??  ??,` @  +`  `0?? L  88800p` `p0>?     @ `p |}}??@~ @ 7 ?  @I     H8|   xF    po@ 8 ? ?[  @p  j<< |? @?h  ?r ??^ ?? ??T  ?? X?? C ??8 ??p *>????? ?  ??_???  >>???8 0=  `< D?? ?D??_?> H?  L ?? [ ???b  g  d ?pq? `?a ???  R ??   ?F??? E ?` =? ?? ??8  ?? ?0 ~ ??p~>< ?7C?? ? :?>` A@  C?  ?W>`?? ?~ ?V g ?? ?r? ?FLICKERS.1 FLICKERS.2 FLICKERS.3 """FLICKERS.4 """FLICKERS.5 ""33FLICKERS.6 ""33FLICKERS.7 ""333FLICKERS.8 ""333FLICKERS.9 ""3DDDFLICKERS.10 ""3DDDFLICKERS.11 "33DUUFLICKERS.12 "33DUUFLICKERS.13 "3DUffFLICKERS.14 "3DUffFLICKERS.15 "3DUfwwFLICKERS.16 "3DUfwwFLICKERS.17 "3DUfwwFLICKERS.18 x2LaB,D@ @'? x p@ -@@ @@@663;#PqQQC88<7~2?=IIi)(?00 0`# NN y ^\bLLYLL\\\\\>6?23`` 0@@ E3{n @ @')@P@ (C@|@x@xGxG@v@r@fLHI@ @08,0`8ؿ'''? ? @@@? ~n~nfr@20 xs?ap99Ѐ 000@  @D @0 AP  `` 0`8 | ? * p88 ÃЂ\8<G@@@92dI  8z |<~|x=}?>? A!>.?&r@2,? x|;8``` `0` `` @D@1 `0  `8 | <'qqp@p8p<qÀxI ``8<~? ?@?? ?|D Cs|~CC8 g`p`0 0 p @@1  0 `  5  <P0"3DUfwwFLICKERS.19 }2Jb0~>>  ?? t?`p  8>FG&F8x 366rs9|Fo>OOmp8<<  D1 @(, 9q@ 94@bx(6u qpqix0x<`N < @/;C#  ?ȿ@` p@  8   `d}}G<#D@ s\ @(@p0080 p @LG?0xp8x88px|>9 xh<<'@'##!}H !@`N ~< @00pp80@?? !  988  lY8; lDD@ |~~v?;?@ @ P   ~? <ǀ @ÌǞLJǟ|N ?????   x   (p8p6810dp2pp08 ; xx<>@>|T"3DUfwwFLICKERS.20 B|  @?`00< p|rp<-```0 @"  /  ňO -zww110  @q9&@@@ l$F`a9&hh44fc3333qqyyy3;p:x2>><<. H    @`0(P&`(0 @@@px<>1 ` p^@x@s @00p ` ` p01@-   0 @   > < H( @`0 &@ @@   ``pp000xp``8pb ppu@  ??0`%@         8`0I @@  0 d` 0{@@"3DUfwwFLICKERS.21 ?4'`0?A"-  |`x %7͇$  <F!0( Hd$23@@@ Pr!@0@@@@`@`0 0  @$     @@$@ 0 11 @x 8  FFrsD780 8 nA@?`p@D`"-pl3 88 0 @1@`@ <p$ @ @P@@@`@p 0 @@8@ ``' @0 Bpp080 nA@?@ @B$ -0 |x8  D! @@@@     P @p0 @@8<  `   xxp    # @`$0 @@`@`@ @~l@> @ ` Cg?p0@v@ -   . w???x  `   /:>~p 4 `    x @ " ` `p 0 p`@~pF@@@@psafG0Bv`ipp???'<` J p @`0 $ @ " 0=` ?r "3DUfwwFLICKERS.23 ,Fh @ 1/0!G` 0) ;???>;Ac w7! sp[x[x[|x<8  `P% ` `P08\[ @ @$0l I& `a@$P<utr2290 ` p08;;766%pG(0pptpp 0 ?@ @(1*0OCpX< @?91/0!p\B@   &CCǟǝ?=] 3``0 _??`@PpH ` @H@``@ X@ p00(8 `p08$$$II 0 x` /? pxx<38҃ `V   @@ 12&  0 A]s{߀̀] 0 ``??@@`@ @@ TK! `ppp088  @?px x<;8 9xxx?pVSo9<@   0 AÀǀa@À  @`08 ?@ @  a `@??pDCaq@Z"3DUfwwFLICKERS.24 ~2Ia 9 ~0 `00߀5 '7 K w߄@p8L;'`PH(2  E@e `pj`87#aa@`=01PDTrrp889```p088 7geK@| v0@>@@ P83 %!P$@@@ @~|  2 @~ ``0p8 'aa   ``p08  @p  (8  x@ XX@p88`p088$$  p v  pt' @" @ @@  |  3@`@0 0 `$ Cπ  ``p0  ` `` `  H@@``ð@  pp8  <x|~| 8pp'?p( `O  `0 0 ``a À Ðc `p08  P@@``ð@ ~p0xwwsqp"~? "3DUfwwFLICKERS.25 |2K`&D ? Q#  ,(hs3q1! "Rt5  `Pr8  80y ,"`p! 7@<FCa04H$rr199999999;`;p;p;0:8'$M ~p\}     @nA0@98`@ 1   = U=9 < P 4/1 `bb``00 80;, KD(@@@@`00 `pp0I8 3 p  // Xχ|@= 7 @/|!@@ wW!x+ ?? @`@`|a`?`/o"3DUfwwFLICKERS.26 y3L^E>!!a@@08pp$ n (IQ$& ;<4@  @@`00:   ' @@  =`` 3687@7€@a` ZZ@pH($Ԁɀeeff23;;;`;``9  >><&Gr.yA@` `0>@ Z 8< 8800p`a + t?;;???>?>>91`  ?'  0   0pp6p6@6`D@ `a7 h0`88!``0   `8@@@ @$  0$ ???sp@@@'  0$ t80 @@&". x   ><` H!0 0 ``@@ @@(888(pP$pqqppx   ?' ` <1*<t N 0p``01118C8'8@       ` @  H,0<0p``` <|??$ >@ &$ "3DUfwwFLICKERS.28 vCzg"@@ 0  @}xx ! 6>8!   '`$? ? @D D  @P@@ 08@Ph(`HhxLD8 EEFfgfbbcC@B@FONN|<dP0 v~@` p> @@( >ǁ(pr@:x@@ 0   #s81100Q!,b.& D(D)D(((#     ?;x@@&`   @0@0@` `(@h8(@@ x` v@@ `` @@0) ?>qnt@(q 2  %x000Q! cGG G< c @"D?;   @@@@@@ @ p0@A  ~~ @0*|0X#0 `@!!   ` @P  ? ` H( ( @@0p ~>?~?t@"3DUfwwFLICKERS.29 vAyDg Dh  7~  )AH@H1 (848! !  @$ ? `0pp@`@@@$d LHH &``(88@PH (`((hH@ DD@@D @$ "@0@(`'@0r Dh  7  #C @H!!00a(b($ D()(((      ` ``?@d& L)HL ((@8@0P`(@(( BBB@@ P $ "@()?'^tL@< @ 00acF   0c  ? ? @@  @@@@@ @p@ )  @*B`@?,  @     ` ?    @@0 X`@t"3DUfwwFLICKERS.30 w$Dj& ? #BA n  88#d!A00!!"#(1#1###GC   ` ` @`@@@@D   @ @HXX<8(`8p`pxX (HSј,X8|l\f$$ÊʀʀÀaaj@q  ( 8c0 * @x) ?~>'3`@V0A  $8A n   @ ,};?;??7>C?6>>??>/>009`  @ .DHH 88888xx0x0x x@ 0tHaxtt$$ @  0 HY >~d8H8 $8+ ?~>|`U0A?$X !Mx8  ,zC ( >8?`        0````@ @0P0Pp`@h( &CCAǁǀc b`~8 0x* } c|^0@?& ~@ 00 ``13310G0/8H   00p 0 l0|0s 9p`8GA8(##6  <8 >:jxPÀ px<``008  0(  1O0A6&plDl<0rqp$`p0A`@ ?`8h0 . _b @>``x`,??? p ?`7!``@@C&,  ?6nl€mĀ`F 0  00  `0` @ `@<<<8hFGC€qqp8<<<<<|? `0, 3gx F`~+???? ??& ><8xx q1p   `   6 0 00pp``  ?:|x=@"3DUfwwFLICKERS.32 x3J_j8 ؠG><`ON<|hX< ) ::+whn4UuEM?AXg@ 8"  xxp6  P@@`<     `hp|tn t@} 9{c0 `p(D* @@hH@( a b x|`E @ I0|?.:```&  <`@@<8 <94tdlѠ٠= hx |8  pp```P H`P PPP  P      0 pp0p8  `0,@`008 b\  (X`D x`J``` ```x   80%  80 > ? m@@`8 $&21 300 `  P"" @ 0   p| .@08 @ N`I08` @>K ,@@ p   0@ :`0 @8pD"3DUfwwFLICKERS.33 x2LaB,D@ @'? x p@ -@@ @@@663;#PqQQC88<7~2?=IIi)(?00 0`# NN y ^\bLLYLL\\\\\>6?23`` 0@@ E3{n @ @')@P@ (C@|@x@xGxG@v@r@fLHI@ @08,0`8ؿ'''? ? @@@? ~n~nfr@20 xs?ap99Ѐ 000@  @D @0 AP  `` 0`8 | ? * p88 ÃЂ\8<G@@@92dI  8z |<~|x=}?>? A!>.?&r@2,? x|;8``` `0` `` @D@1 `0  `8 | <'qqp@p8p<qÀxI ``8<~? ?@?? ?|D Cs|~CC8 g`p`0 0 p @@1  0 `  5  <P0"3DUfwwFLICKERS.34 }2Jb0~>>  ?? t?`p  8>FG&F8x 366rs9|Fo>OOmp8<<  D1 @(, 9q@ 94@bx(6u qpqix0x<`N < @/;C#  ?ȿ@` p@  8   `d}}G<#D@ s\ @(@p0080 p @LG?0xp8x88px|>9 xh<<'@'##!}H !@`N ~< @00pp80@?? !  988  lY8; lDD@ |~~v?;?@ @ P   ~? <ǀ @ÌǞLJǟ|N ?????   x   (p8p6810dp2pp08 ; xx<>@>|T"3DUfwwFLICKERS.35 B|  @?`00< p|rp<-```0 @"  /  ňO -zww110  @q9&@@@ l$F`a9&hh44fc3333qqyyy3;p:x2>><<. H    @`0(P&`(0 @@@px<>1 ` p^@x@s @00p ` ` p01@-   0 @   > < H( @`0 &@ @@   ``pp000xp``8pb ppu@  ??0`%@         8`0I @@  0 d` 0{@@"3DUfwwFLICKERS.36 ?4'`0?A"-  |`x %7͇$  <F!0( Hd$23@@@ Pr!@0@@@@`@`0 0  @$     @@$@ 0 11 @x 8  FFrsD780 8 nA@?`p@D`"-pl3 88 0 @1@`@ <p$ @ @P@@@`@p 0 @@8@ ``' @0 Bpp080 nA@?@ @B$ -0 |x8  D! @@@@     P @p0 @@8<  `   xxp    # @`$0 @@`@`@ @~l@> @ ` Cg?p0@v@ -   . w???x  `   /:>~p 4 `    x @ " ` `p 0 p`@~pF@@@@psafG0Bv`ipp???'<` J p @`0 $ @ " 0=` ?r "3DUfwwFLICKERS.38 ,Fh @ 1/0!G` 0) ;???>;Ac w7! sp[x[x[|x<8  `P% ` `P08\[ @ @$0l I& `a@$P<utr2290 ` p08;;766%pG(0pptpp 0 ?@ @(1*0OCpX< @?91/0!p\B@   &CCǟǝ?=] 3``0 _??`@PpH ` @H@``@ X@ p00(8 `p08$$$II 0 x` /? pxx<38҃ `V   @@ 12&  0 A]s{߀̀] 0 ``??@@`@ @@ TK! `ppp088  @?px x<;8 9xxx?pVSo9<@   0 AÀǀa@À  @`08 ?@ @  a `@??pDCaq@Z"3DUfwwFLICKERS.39 ~2Ia 9 ~0 `00߀5 '7 K w߄@p8L;'`PH(2  E@e `pj`87#aa@`=01PDTrrp889```p088 7geK@| v0@>@@ P83 %!P$@@@ @~|  2 @~ ``0p8 'aa   ``p08  @p  (8  x@ XX@p88`p088$$  p v  pt' @" @ @@  |  3@`@0 0 `$ Cπ  ``p0  ` `` `  H@@``ð@  pp8  <x|~| 8pp'?p( `O  `0 0 ``a À Ðc `p08  P@@``ð@ ~p0xwwsqp"~? "3DUfwwFLICKERS.40 |2K`&D ? Q#  ,(hs3q1! "Rt5  `Pr8  80y ,"`p! 7@<FCa04H$rr199999999;`;p;p;0:8'$M ~p\}     @nA0@98`@ 1   = U=9 < P 4/1 `bb``00 80;, KD(@@@@`00 `pp0I8 3 p  // Xχ|@= 7 @/|!@@ wW!x+ ?? @`@`|a`?`/o"3DUfwwFLICKERS.41 y3L^E>!!a@@08pp$ n (IQ$& ;<4@  @@`00:   ' @@  =`` 3687@7€@a` ZZ@pH($Ԁɀeeff23;;;`;``9  >><&Gr.yA@` `0>@ Z 8< 8800p`a + t?;;???>?>>91`  ?'  0   0pp6p6@6`D@ `a7 h0`88!``0   `8@@@ @$  0$ ???sp@@@'  0$ t80 @@&". x   ><` H!0 0 ``@@ @@(888(pP$pqqppx   ?' ` <1*<t N 0p``01118C8'8@       ` @  H,0<0p``` <|??$ >@ &$ "3DUfwwFLICKERS.43 vCzg"@@ 0  @}xx ! 6>8!   '`$? ? @D D  @P@@ 08@Ph(`HhxLD8 EEFfgfbbcC@B@FONN|<dP0 v~@` p> @@( >ǁ(pr@:x@@ 0   #s81100Q!,b.& D(D)D(((#     ?;x@@&`   @0@0@` `(@h8(@@ x` v@@ `` @@0) ?>qnt@(q 2  %x000Q! cGG G< c @"D?;   @@@@@@ @ p0@A  ~~ @0*|0X#0 `@!!   ` @P  ? ` H( ( @@0p ~>?~?t@"3DUfwwFLICKERS.44 vAyDg Dh  7~  )AH@H1 (848! !  @$ ? `0pp@`@@@$d LHH &``(88@PH (`((hH@ DD@@D @$ "@0@(`'@0r Dh  7  #C @H!!00a(b($ D()(((      ` ``?@d& L)HL ((@8@0P`(@(( BBB@@ P $ "@()?'^tL@< @ 00acF   0c  ? ? @@  @@@@@ @p@ )  @*B`@?,  @     ` ?    @@0 X`@t"3DUfwwFLICKERS.45 w$Dj& ? #BA n  88#d!A00!!"#(1#1###GC   ` ` @`@@@@D   @ @HXX<8(`8p`pxX (HSј,X8|l\f$$ÊʀʀÀaaj@q  ( 8c0 * @x) ?~>'3`@V0A  $8A n   @ ,};?;??7>C?6>>??>/>009`  @ .DHH 88888xx0x0x x@ 0tHaxtt$$ @  0 HY >~d8H8 $8+ ?~>|`U0A?$X !Mx8  ,zC ( >8?`        0````@ @0P0Pp`@h( &CCAǁǀc b`~8 0x* } c|^0@?& ~@ 00 ``13310G0/8H   00p 0 l0|0s 9p`8GA8(##6  <8 >:jxPÀ px<``008  0(  1O0A6&plDl<0rqp$`p0A`@ ?`8h0 . _b @>``x`,??? p ?`7!``@@C&,  ?6nl€mĀ`F 0  00  `0` @ `@<<<8hFGC€qqp8<<<<<|? `0, 3gx F`~+???? ??& ><8xx q1p   `   6 0 00pp``  ?:|x=@"3DUfwwFLICKERS.47 x3J_j8 ؠG><`ON<|hX< ) ::+whn4UuEM?AXg@ 8"  xxp6  P@@`<     `hp|tn t@} 9{c0 `p(D* @@hH@( a b x|`E @ I0|?.:```&  <`@@<8 <94tdlѠ٠= hx |8  pp```P H`P PPP  P      0 pp0p8  `0,@`008 b\  (X`D x`J``` ```x   80%  80 > ? m@@`8 $&21 300 `  P"" @ 0   p| .@08 @ N`I08` @>K ,@@ p   0@ :`0 @8pD"3DUfwwFLICKERS.48 x2LaB,D@ @'? x p@ -@@ @@@663;#PqQQC88<7~2?=IIi)(?00 0`# NN y ^\bLLYLL\\\\\>6?23`` 0@@ E3{n @ @')@P@ (C@|@x@xGxG@v@r@fLHI@ @08,0`8ؿ'''? ? @@@? ~n~nfr@20 xs?ap99Ѐ 000@  @D @0 AP  `` 0`8 | ? * p88 ÃЂ\8<G@@@92dI  8z |<~|x=}?>? A!>.?&r@2,? x|;8``` `0` `` @D@1 `0  `8 | <'qqp@p8p<qÀxI ``8<~? ?@?? ?|D Cs|~CC8 g`p`0 0 p @@1  0 `  5  <P0"3DUfwwFLICKERS.49 }2Jb0~>>  ?? t?`p  8>FG&F8x 366rs9|Fo>OOmp8<<  D1 @(, 9q@ 94@bx(6u qpqix0x<`N < @/;C#  ?ȿ@` p@  8   `d}}G<#D@ s\ @(@p0080 p @LG?0xp8x88px|>9 xh<<'@'##!}H !@`N ~< @00pp80@?? !  988  lY8; lDD@ |~~v?;?@ @ P   ~? <ǀ @ÌǞLJǟ|N ?????   x   (p8p6810dp2pp08 ; xx<>@>|T"3DUfwwFLICKERS.50 B|  @?`00< p|rp<-```0 @"  /  ňO -zww110  @q9&@@@ l$F`a9&hh44fc3333qqyyy3;p:x2>><<. H    @`0(P&`(0 @@@px<>1 ` p^@x@s @00p ` ` p01@-   0 @   > < H( @`0 &@ @@   ``pp000xp``8pb ppu@  ??0`%@         8`0I @@  0 d` 0{@@"3DUfwwFLICKERS.51 ?4'`0?A"-  |`x %7͇$  <F!0( Hd$23@@@ Pr!@0@@@@`@`0 0  @$     @@$@ 0 11 @x 8  FFrsD780 8 nA@?`p@D`"-pl3 88 0 @1@`@ <p$ @ @P@@@`@p 0 @@8@ ``' @0 Bpp080 nA@?@ @B$ -0 |x8  D! @@@@     P @p0 @@8<  `   xxp    # @`$0 @@`@`@ @~l@> @ ` Cg?p0@v@ -   . w???x  `   /:>~p 4 `    x @ " ` `p 0 p`@~pF@@@@psafG0Bv`ipp???'<` J p @`0 $ @ " 0=` ?r "3DUfwwFLICKERS.53 ,Fh @ 1/0!G` 0) ;???>;Ac w7! sp[x[x[|x<8  `P% ` `P08\[ @ @$0l I& `a@$P<utr2290 ` p08;;766%pG(0pptpp 0 ?@ @(1*0OCpX< @?91/0!p\B@   &CCǟǝ?=] 3``0 _??`@PpH ` @H@``@ X@ p00(8 `p08$$$II 0 x` /? pxx<38҃ `V   @@ 12&  0 A]s{߀̀] 0 ``??@@`@ @@ TK! `ppp088  @?px x<;8 9xxx?pVSo9<@   0 AÀǀa@À  @`08 ?@ @  a `@??pDCaq@Z"3DUfwwFLICKERS.54 ~2Ia 9 ~0 `00߀5 '7 K w߄@p8L;'`PH(2  E@e `pj`87#aa@`=01PDTrrp889```p088 7geK@| v0@>@@ P83 %!P$@@@ @~|  2 @~ ``0p8 'aa   ``p08  @p  (8  x@ XX@p88`p088$$  p v  pt' @" @ @@  |  3@`@0 0 `$ Cπ  ``p0  ` `` `  H@@``ð@  pp8  <x|~| 8pp'?p( `O  `0 0 ``a À Ðc `p08  P@@``ð@ ~p0xwwsqp"~? "3DUfwwFLICKERS.55 |2K`&D ? Q#  ,(hs3q1! "Rt5  `Pr8  80y ,"`p! 7@<FCa04H$rr199999999;`;p;p;0:8'$M ~p\}     @nA0@98`@ 1   = U=9 < P 4/1 `bb``00 80;, KD(@@@@`00 `pp0I8 3 p  // Xχ|@= 7 @/|!@@ wW!x+ ?? @`@`|a`?`/o"3DUfwwFLICKERS.56 y3L^E>!!a@@08pp$ n (IQ$& ;<4@  @@`00:   ' @@  =`` 3687@7€@a` ZZ@pH($Ԁɀeeff23;;;`;``9  >><&Gr.yA@` `0>@ Z 8< 8800p`a + t?;;???>?>>91`  ?'  0   0pp6p6@6`D@ `a7 h0`88!``0   `8@@@ @$  0$ ???sp@@@'  0$ t80 @@&". x   ><` H!0 0 ``@@ @@(888(pP$pqqppx   ?' ` <1*<t N 0p``01118C8'8@       ` @  H,0<0p``` <|??$ >@ &$ "3DUfwwFLICKERS.58 vCzg"@@ 0  @}xx ! 6>8!   '`$? ? @D D  @P@@ 08@Ph(`HhxLD8 EEFfgfbbcC@B@FONN|<dP0 v~@` p> @@( >ǁ(pr@:x@@ 0   #s81100Q!,b.& D(D)D(((#     ?;x@@&`   @0@0@` `(@h8(@@ x` v@@ `` @@0) ?>qnt@(q 2  %x000Q! cGG G< c @"D?;   @@@@@@ @ p0@A  ~~ @0*|0X#0 `@!!   ` @P  ? ` H( ( @@0p ~>?~?t@"3DUfwwFLICKERS.59 vAyDg Dh  7~  )AH@H1 (848! !  @$ ? `0pp@`@@@$d LHH &``(88@PH (`((hH@ DD@@D @$ "@0@(`'@0r Dh  7  #C @H!!00a(b($ D()(((      ` ``?@d& L)HL ((@8@0P`(@(( BBB@@ P $ "@()?'^tL@< @ 00acF   0c  ? ? @@  @@@@@ @p@ )  @*B`@?,  @     ` ?    @@0 X`@t"3DUfwwFLICKERS.60 w$Dj& ? #BA n  88#d!A00!!"#(1#1###GC   ` ` @`@@@@D   @ @HXX<8(`8p`pxX (HSј,X8|l\f$$ÊʀʀÀaaj@q  ( 8c0 * @x) ?~>'3`@V0A  $8A n   @ ,};?;??7>C?6>>??>/>009`  @ .DHH 88888xx0x0x x@ 0tHaxtt$$ @  0 HY >~d8H8 $8+ ?~>|`U0A?$X !Mx8  ,zC ( >8?`        0````@ @0P0Pp`@h( &CCAǁǀc b`~8 0x* } c|^0@?& ~@ 00 ``13310G0/8H   00p 0 l0|0s 9p`8GA8(##6  <8 >:jxPÀ px<``008  0(  1O0A6&plDl<0rqp$`p0A`@ ?`8h0 . _b @>``x`,??? p ?`7!``@@C&,  ?6nl€mĀ`F 0  00  `0` @ `@<<<8hFGC€qqp8<<<<<|? `0, 3gx F`~+???? ??& ><8xx q1p   `   6 0 00pp``  ?:|x=@"3DUfwwFLICKERS.62 |2F`D x`E x  +1p!Q bZZdw7~~ `t"0~<f?fgg}}@70@ @@ H (brq199`9@` 90{0{yw i~q|} 0O@gv `8`@ JV8~x`D < = 1pA@` _``0 0?7fFBCA3O( @@@@ 0 @` 0@0@H   P 3 O&`@= 7 @H`W8<<|xp0y;?  `` _``0?8?wgf@ P@P@0 ``p0 8 x7 `00@_O8~= `PpU<+  @AAAA @A ` @  @P@0 xB @@x@`|a`?`H"3DUfwwFLICKERS.63 z2Ia+`/   ?`0$>||'/cxcg) >.ZJ v\Ԩ  sp`00 pt=Nt:NsLDFff&'##c$Cw@@>@R p p0y(s`$d$:! E ! 1``` ` ````ppx@DG, FEAwx  +'@@ P@08 s8zp`J @<%p0ؿ|~t?Oa >|| g# 00`` 008@p  pϸ1 \ʀĀdecc#B::@Vrah` P0P  0800 00 @@@@` w  -`p 0 B| < (p`J ?߀@$?x 0008y}@`ldd62 > C@ `  0@ 00 < @@`<0@x 0  } J@??<  ?/ `  C@   0 0 ;`  ~ `Q"3DUfwwFLICKERS.64 z2Lb<'`/ /X?`0`0 ?p@``>' 46f#;<<@D3@ t4p j >EDBB&@p 0,$~/ B18^ \Lnfo" #p8@9`< ? ?o635-pX,,|v~~~2 2 2'2"2$=}uut π瀗BpM  H p0~$t4?O`0 ?p@`@;7q\ À0@l6  0 ƀGCC@@Q""e   p8p80<8<>?6p8 ` .  @@!bpM @H%?x8!8  w7d;;  0p80@xp@` g  `< p08?& qyyxxxqpsqqqxM ?@:?<  ? 4 0 Bp`@ 008 g   ~ `p86 0S`0"3DUfwwFLICKERS.65 z4N`f#`/  /X?`0`0  @@ 8P G  p@"`pp.H^BBC@C@@c@a@aa2@ Y02bMb$cH`bb 0yx@9@(` @ 0@@@00 @?1 0E'"@ @`p 0 baNg .p`@@ |N`8 C p0ؼ~$t4?O`0  @x  F&0@@@p0CBÀ#!!@!A@!`@~@ @0@   3@ @` 0!' pP @|P  ?x8p2   F& 0`8 @C?8!AaBBA 0 ~@@ $ @`       000 ``` 8O< <2?<  ? 4*@@ A0 0`@@BA CAAa @  1 @@``0 0`S`"3DUfwwFLICKERS.66 z3NaL`/ /X?`0`0 < p<Hx)<{8  @b @& x@@a@``0@  4< 8kbMcbf`cb , rqyxxh` 0@` 00 P(@2ph0mf&3``@@` p`h @E#@N (O\ p0~$t4?O`0 < p|x(΀~@`BA@!  @- @ @0@0`` C(@  p000844! '@@@ N@ ?x8.0p >  ~@~@@>@8`Aa@"bA@0 @@`C% a` 0      0000 ``P@</?<  ? <4#90p8+@ @0 0`@@@A@AAa @``0 @2 @p0p`S`"3DUfwwFLICKERS.67 z2Lb`/  /X?`0`0 @ H.$ `$';77/#`sP88 @ BpP,$ @9 | }0|($f˄% # \\nnocc?`p88< [_<`5-@Xx<ddedf "2`2c24tm/o @@@8FN@p0ؼ~$t4?O`0 @ H@N@`  ?wv~`22| @A  p,pP ; + 0    #`p`8p9p=8 \ ) 08 D/ @@@ '&M @@?x8p HH!w6~622L? A @0 h90@ ,,  `8  `pp8 | @'  qqqpppdp%pgqqqxM ,?<  ? 8G#p @@@1`@@ 0     ``0`5Rpp0"3DUfwwFLICKERS.68 z2Ja`/ /X?`0`0/} AC)4aI@P @``08    C1 ,3 \,lBB`w$ Lp^{(x g`^*sqpJpbp2`9`9```pp  p  }i;B0 @-@`@PP(Ҁ" p` K |p0~$t4?O`0 / } @@Pbn6 #0t|ApAp88    0(@"O( T@DKKX@ 8(0000`p0xp`< ``0pq# /`0|<($H J ~?x8  (f`c#b6  88xpppp1@8nf7    D  B P  l6``088  <`<0x@| ` 0`00 |= J*?<  ??0 A0   B   l60 `p;`>80pR"3DUfwwFLICKERS.69 {2F`D? Q! +(i r3q1 ! #S44?  `Pr9 80y ^"`p! 7@<FCa04HH$edbrr199999999;`;p;p;0:8'$ k[~p}  1@@@@.p>pDΠ @ J0pV>9 < P 4/1( abb``00 80;H, KD(@@@@`00 `pp0I8 3F 04 h·|` 3 @H00U!>!980``@ q!3  $0 ```0;@ FD< @@ " A@@P@0  @``p8x 8xp; 01@_d? y  `@P0V:,   0 `@   `0}@@ " A @@P@0 >|B @O$`p~a``@Hp"3DUfwwFLICKERS.70 x3G^p 0p (?? ??8 8<:!! ?@@0HPx0p1 . ( QQ$& {<4ԃ @@`0:   ' @@ `` 8@?€@a`#0zZ@Ѱ`H($ŀɀeuwv23;;;`;`` 9>><&Fr .y! @` `b x. @@_A@ P0`@Gp0p /286?  > <!!?@@`pp ]q??==;;ۃhC@@` 001 @@@ ` !## #```Vvvv@8@1u@j` 30iy@0P0,fb ` AC ?1p @@ `2 ao 0@C @1<~80 8><>/'p 8x @`f"1 '  @@ @ ` `p00x aaqq088880 x?p `~. 0 G@p0??<80  0??8< 880 a   !`  ?<@Pd (( ..P.@t@`d ; Z HxxF$B4Ce'023335}`|`|0rx|u }}M侁0>@4(c + p@p?p@A70  <@@ @ . @.@ t1`00? %  0   0pp6p6@6`D@ `a7 `0`88 ``0  ` 8@$- ???sp@@@@ 8  8A @@&"/x   <`0H! 0$0 ``@@ @@,8<8,xX$pqqqpx@ ``- ` > E80   ~0 @@ 0pC'@  !   ` @  L,8<0p` <?9 ?? @ "3DUfwwFLICKERS.72 v5BX#v x ! P@a! h̀`` $& 0<4!!  @ <@  ,,8XXP@`@G`8DFL\@`$ ( ?`?p@P?0  4x! P@` %@@@`Cp  `&` @(,$ ! ! &!  sL@80 @@@` 0"  P  0*?`?a??R@ 0` 0 `@1 ` `@   s 00  @`@     *} `!0  2@@ @ ""       @@  6?~ ?S"3DUfwwFLICKERS.73 v5DYt'v x  00%d!\A99"#(1#1# ##GC p` `@ @@@  $@ @ HXX<0 `8x`xpX ,L[ќ,P0|d\f$$Îʀʀǀeeo@u  )8c0 * @x( ?>?1`@E0p@0  800)@}AC ބߔ]7>C?6>>??>/>00`00  DLL <<8xx0x8x(x@ 0t La|tt$$ "@  4$ HY>~`8L8 &8* ?>?`D0B   !M +zC (  >?`00 00```@@8P0Pp`@h( &CCAÁÀc `~8 0x* } Ѐi|M@0   6 @ @0pp3310G0?8 h  #   8000p 0  l8|0`|`C?x ?p7!`@C#&&  6nl€oĀ`f  0 `0` @ `@Ȇ<< <(hFGCÀqyx8<<<<<| ?  `0 ,1s|@ xpF A`=<88xxxxqp  0`  6  0 00pp:  | <||=@"3DUfwwFLICKERS.75 z2H`3`/   Ф07 ?<0x"p$>@+:dLi]?/oo/Gw8l60+6L!`)! !@@@aAA7@>`@ P4K*Eɀges2:99=<0xp08?? >9s*Ń_#Wyx@ D/@ '🌈PGYXsH x@> Cp0ؿ|~Ā(0O8 xy?<0"$ @8wpx88 s 0G'383;;@;:I@!@ @@N2`j@*(p`P p 0hd ``@@@@@p08  "Hqx@ 0 `'psssn00 'B ``H `F x?D?@ `? xx<<~  88xy}@s@ 0 1999x_@@A  0h,0<0 a`0088< ><xp  / 7?}8x0P C?< 0 ?@ 000 pppp0 8 OG@@@@@ 0  H 0<0````` @#>;` 00?#~8 @F"3DUfwwFLICKERS.76 zg;`/ /X @`/p0ؾ4`@0?q8pp/?|< "3DUfwwFLICKERS.77 zdD`/ `/X @``0p0ؾ4`@`1?qx8pp?|<  >"3DUfwwFLICKERS.78 z`;`/`/X @``0p04`@`0?qx8p?<  ?"3DUfwwFLICKERS.79 z\;`/ `/X@``0p0ؾ4@`0?qx8pp?|<  ?"3DUfwwFLICKERS.80 z[v3( P @,P0 @@ ` 0 @@ "3DUfwwFLICKERS.81 z[,`/ `/X ``0p0ؾ4``0?qx8pp?|<  ?"3DUfwwFLICKERS.82 z_;`/ `/X @``0p04`@`0?x8pp?|  ?"3DUfwwFLICKERS.83 zcD`/ `/X @``0p0ؾ4`@`0?qx8pp?|<  ?"3DUfwwFLICKERS.84 zf;`/ ` @`p0ؾ`@`?qxpp?|<  "3DUfwwFLICKERS.85 zj@` ü`nn op1xp8p 򿚿x@ 2|xp0 P3x`<"3DUfwwFLICKERS.86 x2J`;L*mc|l{6{=Ot@?#)=?;WSZӂ>(;K!o@`0088  i`1__S P P P @@@`p pp @ (`Pp`4110603  ` `  i`)px<%@@ %`zjBxp@E >πL><3=ppdpbllgvg OpP@"&?<<n~+;ðd\88   pP     p0 0, +080p ``a1 x4*`p08 (D0`E 8ppL 08p pl`v`=000 "#<8880pp7? sppp` 00 `@ p@h@"2 pp08  <`x@ ~ p8?)@px88   @HL88ppx<E  ?=<  0p0 @@b2 0p0;08   <8xxE"3DUfwwFLICKERS.87 "3DUfwwFLICKERS.88 w2H_;` w/>?p<Lgc0// <pp`"*rr0@̹@  A|???MtTTp0 @(0 PX P,gc31 @ 0  @X 8:Ax: `@?%@@`9SS00 0 (00Pp8I|Q`$O/ 0"?0`g/4nHXP 0!  `j  ``@@@Ȁ@̸! |??p  H8Q@X  0 @@   @hx @`<% ``` 93?8 ( ``C|R>0<@ @ 00c0  880p` 0 3& `@B@c !PH($??FgG̀  00 0@d@@@  @| ?% @@  I >Q0>`@ |?G|y  x~>  @   @;  ? 0 `E"3DUfwwFLICKERS.89 "3DUfwwFLICKERS.90 w3G^n=!H r_O# !?""d@@X@@ N*/ EAQP    ( PlΈB 00  `@`P@ 8@?H 8 @> 04"@x`@@@@` @`CW0/@,ft``zpG     @HP@   0>6w775&  `đI @@ ?` p0<{x  00 @`DW>p0@ v`_ $  $ @Hx P  80p 232v   @D@   0   @@@@ @@  |<p0>@s@$C#' G<X08` @?F x     @@   ~ @Cp"3DUfwwFLICKERS.91 "3DUfwwFLICKERS.92 w4F]>`8 /`PO@$  @ HX  @F0 8 pa@@  rŃe F#     R@@0c0000 @>@ PP0p@@ ``#Z8/ ``p~@ "  "DLH@ A  0@@ p '  XA%  ,B@@00pp`@@ >C@   `@^00 `$4#! "DLH@c p P  8~ 9cB@@# 0x@A  @   @ @@  |@ &C@$8  I<Z0 @x@ `  pQG@ 0@Aa @@` >? @A@"3DUfwwFLICKERS.93 "3DUfwwFLICKERS.94 {5C\zIH!|  4    8 $0@ M@beD@HH l h XXPp@ @@%(K(A( x4L@@0B( CCCG@@D    (P Pv@ H!"@@ @  8@) M `eH    ' 00`$a$a "$%%$  @ 0+$`LH@@   ((8PPP pp @@ !C(@(dtA@A@@A@  ,p`@   @  $ 8@( G @fHx   00`aa    @ @ @@  @@0@`@@  0`0@@  @ @  "9@ @Q e= @  ! !!)  : @0@ D $@@@   @; 8G@ "3DUfwwFLICKERS.95 "3DUfwwFLICKERS.96 |5C\Jp /od<x`` p ! A  '@b1@ :`I 20<dd``XH 00` 0 (4(R(`pppD DB CCCǀ@X  B!iD"@`08 `xOFHE@`e؃p a:` h100200A !$A$`$ $%%$# 0@ 2`@H@(  P0P0@ @ 0(1(@(@0P0@CB 4 8P    088 @xOFH E `fp +`00A!A`$$$,   @ `    @@@@  @0p0D@   `80 !@y!xQ f< @ @ !!!B @ r @@ 0@ @@@   0`: ?x~ E "3DUfwwFLICKERS.97 "3DUfwwFLICKERS.98 w4J^>`h/2[pN@Ϭ8TO~`$' .lx@P0"A^@"/ `@ @ 0@`> 0 !!aaAÀ4>2!0K`̢e@@ D0 5G2 3N1X`0h0ܠpN ?@@@@`Pp8?9?  8 p&_?W`46@&@E0Dߊ$XDp}`' '&|HP@/@  0  `@?01C@Ă 0(@0p0@` `4@ @ @ @@@@@` 0?  ?   4h#_?W8@ @(QX < '8(,  p0  @ 0!aCA    +@8@` `0` xncC@>0@ @@` 8~ F?@X8 I@` ' @  @P@@  @ @ ? ? 0pA"3DUfwwFLICKERS.99 "3DUfwwFLICKERS.100 x3K`=p"8|?ߘ_Osz%(><>4mi0 @\A߄|# !@  85 *< 48~zz gn @ 0@ 2/ec;2v}@`LA€ @~@  @ H @@@ p @` ` 0A0E`"3DUfwwFLICKERS.101 "3DUfwwFLICKERS.102 z3I`8 ` _ȿ0`d0i7@!) 4$U*BLlxly x `2 3 ? ?)((e0!"""#p#t#ddd`8HL~xw|<$6v&00`!```@@@@@`((@ NǴ  8|l,'@    `p `F `DK_?2/_Oo71 `@@   7&L   @@A@a@qpo  `?@pp` (OKOO@ p<<% fD80 0 @8p D@0@,88pp0 )@ @ r  0``E `_N~L??}p>@@8o >><  @@@@qpx@  ? yxxpp}|x`@?@  p a||L|<x<x8xx8x008Gǎ 80 @5  `G?"3DUfwwFLICKERS.103 "3DUfwwFLICKERS.104 xk xT l~q~l\k8 x681@ K01o@LFh`gs3 @P@"&><<n|d|88  ````@@0@`@p  0  <9C080pp`q0  p`p2)`p08\(@0`E8K~p8pgs<000"80p``>`?`ð`88\l.67 ?3000 `  ` `@`2  pp08   8`x@0| x<?)@px88  @  P`Kp< x?E      p 0 @B2  0p0 ;08  @ 88xxE"3DUfwwFLICKERS.107 "3DUfwwFLICKERS.108 w2H_;` w/>?p<Lgc0// <pp`"*rr0@̹@  A|???MtTTp0 @(0 PX P,gc31 @ 0  @X 8:Ax: `@?%@@`9SS00 0 (00Pp8I|Q`$O/ 0"?0`g/4nHXP 0!  `j  ``@@@Ȁ@̸! |??p  H8Q@X  0 @@   @hx @`<% ``` 93?8 ( ``C|R>0<@ @ 00c0  880p` 0 3& `@B@c !PH($??FgG̀  00 0@d@@@  @| ?% @@  I >Q0>`@ |?G|y  x~>  @   @;  ? 0 `E"3DUfwwFLICKERS.109 "3DUfwwFLICKERS.110 w3G^n=!H r_O# !?""d@@X@@ N*/ EAQP    ( PlΈB 00  `@`P@ 8@?H 8 @> 04"@x`@@@@` @`CW0/@,ft``zpG     @HP@   0>6w775&  `đI @@ ?` p0<{x  00 @`DW>p0@ v`_ $  $ @Hx P  80p 232v   @D@   0   @@@@ @@  |<p0>@s@$C#' G<X08` @?F x     @@   ~ @Cp"3DUfwwFLICKERS.111 "3DUfwwFLICKERS.112 w4F]>`8 /`PO@$  @ HX  @F0 8 pa@@  rŃe F#     R@@0c0000 @>@ PP0p@@ ``#Z8/ ``p~@ "  "DLH@ A  0@@ p '  XA%  ,B@@00pp`@@ >C@   `@^00 `$4#! "DLH@c p P  8~ 9cB@@# 0x@A  @   @ @@  |@ &C@$8  I<Z0 @x@ `  pQG@ 0@Aa @@` >? @A@"3DUfwwFLICKERS.113 "3DUfwwFLICKERS.114 {5C\zIH!|  4    8 $0@ M@beD@HH l h XXPp@ @@%(K(A( x4L@@0B( CCCG@@D    (P Pv@ H!"@@ @  8@) M `eH    ' 00`$a$a "$%%$  @ 0+$`LH@@   ((8PPP pp @@ !C(@(dtA@A@@A@  ,p`@   @  $ 8@( G @fHx   00`aa    @ @ @@  @@0@`@@  0`0@@  @ @  "9@ @Q e= @  ! !!)  : @0@ D $@@@   @; 8G@ "3DUfwwFLICKERS.115 "3DUfwwFLICKERS.116 |5C\Jp /od<x`` p ! A  '@b1@ :`I 20<dd``XH 00` 0 (4(R(`pppD DB CCCǀ@X  B!iD"@`08 `xOFHE@`e؃p a:` h100200A !$A$`$ $%%$# 0@ 2`@H@(  P0P0@ @ 0(1(@(@0P0@CB 4 8P    088 @xOFH E `fp +`00A!A`$$$,   @ `    @@@@  @0p0D@   `80 !@y!xQ f< @ @ !!!B @ r @@ 0@ @@@   0`: ?x~ E "3DUfwwFLICKERS.117 "3DUfwwFLICKERS.118 w4J^>`h/2[pN@Ϭ8TO~`$' .lx@P0"A^@"/ `@ @ 0@`> 0 !!aaAÀ4>2!0K`̢e@@ D0 5G2 3N1X`0h0ܠpN ?@@@@`Pp8?9?  8 p&_?W`46@&@E0Dߊ$XDp}`' '&|HP@/@  0  `@?01C@Ă 0(@0p0@` `4@ @ @ @@@@@` 0?  ?   4h#_?W8@ @(QX < '8(,  p0  @ 0!aCA    +@8@` `0` xncC@>0@ @@` 8~ F?@X8 I@` ' @  @P@@  @ @ ? ? 0pA"3DUfwwFLICKERS.119 "3DUfwwFLICKERS.120 x3K`=p"8|?ߘ_Osz%(><>4mi0 @\A߄|# !@  85 *< 48~zz gn @ 0@ 2/ec;2v}@`LA€ @~@  @ H @@@ p @` ` 0A0E`"3DUfwwFLICKERS.121 "3DUfwwFLICKERS.122 z3I`8 ` _ȿ0`d0i7@!) 4$U*BLlxly x `2 3 ? ?)((e0!"""#p#t#ddd`8HL~xw|<$6v&00`!```@@@@@`((@ NǴ  8|l,'@    `p `F `DK_?2/_Oo71 `@@   7&L   @@A@a@qpo  `?@pp` (OKOO@ p<<% fD80 0 @8p D@0@,88pp0 )@ @ r  0``E `_N~L??}p>@@8o >><  @@@@qpx@  ? yxxpp}|x`@?@  p a||L|<x<x8xx8x008Gǎ 80 @5  `G?"3DUfwwFLICKERS.123 "3DUfwwFLICKERS.124 xk xT l~q~l\k8 x681@ K01o@LFh`gs3 @P@"&><<n|d|88  ````@@0@`@p  0  <9C080pp`q0  p`p2)`p08\(@0`E8K~p8pgs<000"80p``>`?`ð`88\l.67 ?3000 `  ` `@`2  pp08   8`x@0| x<?)@px88  @  P`Kp< x?E      p 0 @B2  0p0 ;08  @ 88xxE"3DUfwwFLICKERS.127 "3DUfwwFLICKERS.128 w2H_;` w/>?p<Lgc0// <pp`"*rr0@̹@  A|???MtTTp0 @(0 PX P,gc31 @ 0  @X 8:Ax: `@?%@@`9SS00 0 (00Pp8I|Q`$O/ 0"?0`g/4nHXP 0!  `j  ``@@@Ȁ@̸! |??p  H8Q@X  0 @@   @hx @`<% ``` 93?8 ( ``C|R>0<@ @ 00c0  880p` 0 3& `@B@c !PH($??FgG̀  00 0@d@@@  @| ?% @@  I >Q0>`@ |?G|y  x~>  @   @;  ? 0 `E"3DUfwwFLICKERS.129 "3DUfwwFLICKERS.130 w3G^n=!H r_O# !?""d@@X@@ N*/ EAQP    ( PlΈB 00  `@`P@ 8@?H 8 @> 04"@x`@@@@` @`CW0/@,ft``zpG     @HP@   0>6w775&  `đI @@ ?` p0<{x  00 @`DW>p0@ v`_ $  $ @Hx P  80p 232v   @D@   0   @@@@ @@  |<p0>@s@$C#' G<X08` @?F x     @@   ~ @Cp"3DUfwwFLICKERS.131 "3DUfwwFLICKERS.132 w4F]>`8 /`PO@$  @ HX  @F0 8 pa@@  rŃe F#     R@@0c0000 @>@ PP0p@@ ``#Z8/ ``p~@ "  "DLH@ A  0@@ p '  XA%  ,B@@00pp`@@ >C@   `@^00 `$4#! "DLH@c p P  8~ 9cB@@# 0x@A  @   @ @@  |@ &C@$8  I<Z0 @x@ `  pQG@ 0@Aa @@` >? @A@"3DUfwwFLICKERS.133 "3DUfwwFLICKERS.134 {5C\zIH!|  4    8 $0@ M@beD@HH l h XXPp@ @@%(K(A( x4L@@0B( CCCG@@D    (P Pv@ H!"@@ @  8@) M `eH    ' 00`$a$a "$%%$  @ 0+$`LH@@   ((8PPP pp @@ !C(@(dtA@A@@A@  ,p`@   @  $ 8@( G @fHx   00`aa    @ @ @@  @@0@`@@  0`0@@  @ @  "9@ @Q e= @  ! !!)  : @0@ D $@@@   @; 8G@ "3DUffFLICKERS.135 "3DUffFLICKERS.136 "33DUUFLICKERS.137 |5C\Jp /od<x`` p ! A  '@b1@ :`I 20<dd``XH 00` 0 (4(R(`pppD DB CCCǀ@X  B!iD"@`08 `xOFHE@`e؃p a:` h100200A !$A$`$ $%%$# 0@ 2`@H@(  P0P0@ @ 0(1(@(@0P0@CB 4 8P    088 @xOFH E `fp +`00A!A`$$$,   @ `    @@@@  @0p0D@   `80 !@y!xQ f< @ @ !!!B @ r @@ 0@ @@@   0`: ?x~ E "33DUUFLICKERS.138 ""3DDDFLICKERS.139 ""3DDDFLICKERS.140 ""333FLICKERS.141 w4J^>`h/2[pN@Ϭ8TO~`$' .lx@P0"A^@"/ `@ @ 0@`> 0 !!aaAÀ4>2!0K`̢e@@ D0 5G2 3N1X`0h0ܠpN ?@@@@`Pp8?9?  8 p&_?W`46@&@E0Dߊ$XDp}`' '&|HP@/@  0  `@?01C@Ă 0(@0p0@` `4@ @ @ @@@@@` 0?  ?   4h#_?W8@ @(QX < '8(,  p0  @ 0!aCA    +@8@` `0` xncC@>0@ @@` 8~ F?@X8 I@` ' @  @P@@  @ @ ? ? 0pA""333FLICKERS.142 ""33FLICKERS.143 ""33FLICKERS.144 """FLICKERS.145 x3K`=p"8|?ߘ_Osz%(><>4mi0 @\A߄|# !@  85 *< 48~zz gn @ 0@ 2/ec;2v}@`LA€ @~@  @ H @@@ p @` ` 0A0E`"""FLICKERS.146 FLICKERS.147 FLICKERS.148 FLICKERS.149 z3I`8 ` _ȿ0`d0i7@!) 4$U*BLlxly x `2 3 ? ?)((e0!"""#p#t#ddd`8HL~xw|<$6v&00`!```@@@@@`((@ NǴ  8|l,'@    `p `F `DK_?2/_Oo71 `@@   7&L   @@A@a@qpo  `?@pp` (OKOO@ p<<% fD80 0 @8p D@0@,88pp0 )@ @ r  0``E `_N~L??}p>@@8o >><  @@@@qpx@  ? yxxpp}|x`@?@  p a||L|<x<x8xx8x008Gǎ 80 @5  `G?FLICKERS.150 FLICKERS.151 FLICKERS.152 $N 4x!4&*/4H9 =BGL(PTYD^Jc"gljpudy~Tvp1Pp`@%$5FVgwFLICKERS.0 `4aw8>? /``*@*@&0 0 ?__pp8?  ???ws1??p8? |x{?( G @  2 @??? ?B ?V?W D pr B VW  ??D ??????p1Pp`@%$5FVgwFLICKERS.1 r7\[45<['/./-MMHh+8-8/@~|<x |xx<=@  >|01 q1;;@0?y@  @NГ"||x< \XI 88 @@ p`p8</ p0@@ @D   @ @    @D@ _X  B"  @"   @ @    @D@ _X  B"  @1Pp`@%$5FVgwFLICKERS.2 r7\[04||(9^,]\?~4408N8N* -$@ |>>@  33wxp0L@ 0 0p||x;;000>w>w808|~@ E<><>G~a@p|? K|@s~ ؔ+  x 88:`  0`0  <</@ @@  F   @ @ J@ _U  A@  $   @ @ J@ _U  A@  1Pp`@%$5FVgwFLICKERS.3 r7\[ +?32#$32ffF||@ 93p8c0pppu|| 8s8s``|t``||>?>} *>??@`p0  0@p??~~?  pP8 l%  xp<@@``P@  @@ @@@  @D  @ @ Kd[@@ @ @  @"  @ @ Kd[@@ @ @  @1Pp`@%$5FVgwFLICKERS.4 r7\[ >w>w...&G00{{z~~@   )???}~~ p pxx ff? @ N<~~8~0~1{@@q /ۆbI"0pppBB0  0!0DD @;@  F@ a b@: @@  F@ a b@: @1Pp`@%$5FVgwFLICKERS.5 r7\[  =79#wqGNc00   )p)998qp8?3 0!80|AA||3 ~DF`?? " 2qn@`p%`|?0  00~~qq &Ph# 0@  ` 1@  @2  @@E    EXY B@* @@#    EXY B@* @@1Pp`@%$5FVgwFLICKERS.6 r7\[   |.ss`0`c`1`1@@ 00 4q<>@ 0/!>>?;??y~~yyx1zb???0B ,hxd>π{{``oss``00? \0@4&q Ad`;"" @  @ @E  @$H@ X \@J @"@ @ @#  @$H@ X \@J @"@ @ @1Pp`@%$5FVgwFLICKERS.7 r7\[P {)$'8p`@`04&&;    ` ÂÂ??0"<hy{{|~~???/~>8??ǟsx{x{x`x`Ovvf`f` K0) @`ƀ0?$$aa >8d   `0@ @J    K]V A  @@(    K]V A  @@1Pp`@%$5FVgwFLICKERS.8 r7\[D P`@  p p8 ` pp00 l??>>>|(3@  n??|#hp/   99>>88< x xxx9ff pI H Y <|| #ss`9`9`88?~??>>|94@@ @  6G @ @ K@ I@@ @ 1 @ @ K@ I@@ @ 1Pp`@%$5FVgwFLICKERS.9 r7\[` % hH7&?~~||AAA#pp08 3?>>>>>| @ >~~~~~|??! 8 & <99>>99< ?8 ~~,EH x5 gss;ЀЀ ǀǀππppxx ̀̀?  @|@@000pp E @ J@_W C@@" @ J@_W C@@1Pp`@%$5FVgwFLICKERS.10 r7\[  %G  #@??`~```000 089< nn ?@@A@CπC??߀G'R>~~~~|||((@ ,> *8  @pp0pc8sq=?v 8S3;||{{x/x x @@  @h`ۀ[HI8`@?  LYd C@@  @ @  LYd C@@  @ @1Pp`@%$5FVgwFLICKERS.11 r7\[B?~ @P8N'px< #@ @x H BBCCAbxFp00??<<0?pr~~~||  ( :@($@8  6pt<|x.ggp33|@-``p8@@V]]PP{PzP@@@; @   I @_ ] C@@* @ @   I @_ ] C@@* @1Pp`@%$5FVgwFLICKERS.12 r7\[f  a `@@``@csA xx<"8@0p @@p`'`@?qA@@ pB 88qq ?? ~>0x8<<>~~}~}||||(-@ 7 x>8>?? ?}?}9?? >}``P! f f@ll@UU< <@x@x@``@D@ @  J@X TE+ @ @"@ @  J@X TE+ @ @1Pp`@%$5FVgwFLICKERS.13 r7\Zp N8x x8||? @ ! F$H/"}{?  |~?0 00  ???~~~~Hxxx |0x8~x~x'|'<2>? @ @h 0888% ?@KE 퀌p``  P<|x 7@@ @ @ @SX V I@   @'@@ @ @ @SX V I@   @1Pp`@%$5FVgwFLICKERS.14 r7\Z*A8<xpp!G@  @ A5>pt`}&a? @0@#> >0`0` `8   ??@ b 0 ???  <`p yy||>p8    8<<a>|| !?? ƃp  `8   ??8@ р  000?>>? <|<001 6 ~q  1)pŠbpb@`@`` E  @   @ cY UN @%  @   @ cY UN @1Pp`@%$5FVgwFLICKERS.16 r7\Z  @@`8' 0 `>={|>?||>C>C@  H0@pkǀ ???`@ ތ!! 88~ÀÀ0 0 00   ?x?9?!>#<< 8!$22{@̀f@fPPp` @@ @  @M _ U F @$ @  @M _ U F @1Pp`@%$5FVgwFLICKERS.17 r7\[  @0@`80~~ ~|<x|x|x ||&!`0(" 0 p09x>pp8À?C9 > 0   >><߀߀` w@|>? 00 sbc {;@;   @P@M @ @ @@ S @+ @ @ @@ S @1Pp`@%$5FVgwFLICKERS.18 r7\Z  ` ., @p|@@@`    Cg  %@0  &`$DL>??x  nr`?4@@AGG&&?~|}}8 @  ǀà@@@P  G @ @IE@  # + @ @IE@  # 1Pp`@%$5FVgwFLICKERS.19 r7\Z  ` );0A``pp?```0X'`p08 &  90pp@ |~>||>||x%x,  ,`c =|>==~~~+c@0?>H`DLL  AA? @|~=<<@@ |0||88p@`@ @6  @@  I a[C@@ @   @  @@  I a[C@@ @   @1Pp`@%$5FVgwFLICKERS.20 r7\ZX !8p0  +>>>~#x#x08G xx||>>8<! p.???&? \,p~ ? 88ˀȀ|><<&???GC {P[2`2`"#|x OJK!!<<x<|x}a  @I @ @  Jb[L   @- @ @  Jb[L   @1Pp`@%$5FVgwFLICKERS.21 r7\[ !" Y;y ;;@@|>>  ?}8>hx~ ~~x?<   xx` <>|??x|.0 ,6 ǀÀ   I@@``@ `pp` @`555+aD @  @ f^[@E @  " @  @ f^[@E @  1Pp`@%$5FVgwFLICKERS.22 r7\[D@{s  ;.{@@??>?@ @ & 6$ @ n<xxπӇ????;@0 Aac<<@???+????n >>?~~? h @a?? ?>?   @ @00````P`@@8ppA @  @ @  H@0^ZG, @  @  @ @  H@0^ZG, @ 1Pp`@%$5FVgwFLICKERS.23 r7\Z  `Y@@@ @ &AT_??~pp0q7?~????~?`xw@>z??*??p 00 0==???<`(xY9=??? @ 0 0<|>>0< < x x@x`@xpqsI@@ @ M]@&  @-@@ @ M]@&  @1Pp`@%$5FVgwFLICKERS.24 r7\Z .\<8< xx?@%  00`.-Z|q|q0c}7'?? 8 >#|~`>>?? ~|?? px;~ܠ@  ???` @P8xx|~@`  8 > @@% H X_C@@    $ @@% H X_C@@    1Pp`@%$5FVgwFLICKERS.25 r7\[  +&   0`y~88?@ .{ @Jwi|??G`||'' ??w{;0 g6x<<   ??? ppf0`z}8?@  @ xx  `0`00 `@@ >+ H@ YX E@ $ @  + H@ YX E@ $ @  1Pp`@%$5FVgwFLICKERS.26 r7\Zr @  @@ @ @!@`<>||>|?'gF?gg4@ P >O#>8#8#???8lf`x~~   ~~߀t`xwp  @` `8~?  @  h`ppx|<> @@ : @  @@ @ @@L C@ #  @@  @  @@ @ @@L C@ #  @@ 1Pp`@%$5FVgwFLICKERS.27 s7[[ 40@@ 0phx;34 !{< 꿎?|ggxx"-,PHDÀ`8<>8||x~~??~L{6 @@  0>>||?||@@ 00 ``@E  @@ N b_D'@ @#  @@ N b_D'@ @1Pp`@%$5FVgwFLICKERS.28 r7\[ @ ` @  @   { ?AA 3?3??6, p<0Z{òμ0<><<????`;  x@  >>~~ ><|| @`  < <xx@ O  @ 'PZT I@ @ @  -  @ 'PZT I@ @ @  1Pp`@%$5FVgwFLICKERS.29 r7\[  @ F!b@0@I 0 `dx>>~||~~ : Pc{?  X\O>O7O7<<? x 8<$88 <>yx|!F|F<???~~|xxp@@@ <<` xp@= @@ @ J ]V G@@ @ @@ @ J ]V G@@ @1Pp`@%$5FVgwFLICKERS.30 r7\[    @ D6 ' P8p /   0@???@,( hl67 w~.$`&@?88 20xooxx?~>|x8?8>{" <` @ 80t @=  @ I aYQ > @ @  @ I aYQ > @ @1Pp`@%$5FVgwFLICKERS.31 r7\[  @  P D&8 8p 0+` 8> F @  ?88@%` pxxx !pp`wsx`@4pp nnp00xx@ @B  @   @  I`W J @* "  @   @  I`W J @* 1Pp`@%$5FVgwFLICKERS.32 r7\[P @ 8`3$d@ 0 ` `c0'@ (@0 0np$# 8=  `: @3>>???''>0"L X l h'Ƨ~:!;>|``8@pp`||<|< 8pp <  @@ a I +  @@ a I 1Pp`@%$5FVgwFLICKERS.33 r7\[T  00 @!")ǀ\%8%8hHCcx|<8n'  X  1p0@ :ǀ;@À ```/ `0 <|??B( `~ ܾ^?>>)  0@`hd6N;;@`ww`p 0 H  @ Pb \ K@    @$  @ Pb \ K@    @1Pp`@%$5FVgwFLICKERS.34 r7\[z..0 `@`" || (|{{Xuu8#!!|<gs  .p$ s`10B )P8p#b`+  Ox `:0 ( |uu<,@@ 0@.@``0`0` ` @ @M @  NM@@ @ @* @  NM@@ @ @1Pp`@%$5FVgwFLICKERS.35 r7\[P:)!_ 4 (,lX\\X@T[[dd=a!L[>8l~Csv<xp!@`Cc<|~>?~~?o73 06x`;  p0BT<'`@;@x|<x<< 7@@x:>@@ 0 @m@ @ @Hb U H@@@  @K@ @ @Hb U H@@@  @ R #>*T07?|FL3Uw3DUw  0QrWFLICKERS.0 VM=" ?/? ???  ?"???? | p`@ >>?s <~|~?? ?> ? ??   %?81p/|+?? ??.? ?+ c   @@pp??????? ???  ???~`@/ ?? >80p ???   3Uw3DUw  0QrWFLICKERS.1 V:A ??   ?( ?| ,?????~x s`@>??<|`@?| + 0 6 ?|9?p ( ??0?? ?  |  8accc#!!0pp?@??? ???  ??~`@4*?? ? |  ??  ?3Uw3DUw  0QrWFLICKERS.2 X[`$~0? /!???:$?? ?O?????????ߎ?? y?| ??6o @| ??KDx~?A%???;*????A"R$?*???p ?? ?3~~~| > I<I" x!aÁǀG' `p03 ?|<? ?`;? ?|: ><p`~~~|@|F~8? ??3??????:  ???, ><p` ?3Uw3DUw  0QrWFLICKERS.3 V&T%(??/?? :??G???! ?|x` ??,?0<>??<~`@?  :?? = ?C ?H?J?3@??-????? ??'  ) Q<p0`011qscacc#!!01 pp. p???????+ .???~`@GS> ?????,|??<+  ?$ ?3Uw3DUw  0QrWFLICKERS.4 VB7? ??? p`/ ?p <>??<~@?(?? ?31+?@$ ??? ??&??%  p03!10 pp ???????/???~@*%?0?????  <8x  ? ??n3Uw3DUw  0QrWFLICKERS.5 YHD?0? ?? ???-??????)?| "|# ?  ??? "T??+ ?? ??|??9`??2 g x???)      x <<<0?@#? ??>|#8<||xx`|0!=yc?`~??$@  |? ? 8<||xx`8|~3Uw3DUw  0QrWFLICKERS.6 VI= ?0 ??? ? ?&?? ??'G?| p`/ <>?? <~|~? ?> ? ? ???? ?%?310|@+ ??? ??. +    A@pp ????????/???~@0? ??  <00p  ? ?? 3Uw3DUw  0QrWFLICKERS.7 V9A*? ? ? ? (?|,p???~`?<>??<~`@? ? ?+ ?0 ?6 ?|9x31) ????? ??    8@cacc#!!01 pp p@?????? ???~`@4*????|<x  ? ?3Uw3DUw  0QrWFLICKERS.8 X[`$~0? /!???:$?? ?O?????????ߎ?? y?| ??6o @| ??KDx~?A%???;*????A"R$?*???p ?? ?3~~~| > I<I" x!aÁǀG' `p03 ?|<? ?`;? ?|: ><p`~~~|@|F~8? ??3??????:  ???, ><p` ?3Uw3DUw  0QrWFLICKERS.9 V(S%'??.? 9G??? ?|x s`@ ??,p>>?<|`@?  9? < ?B G ?J?? ??,???? ?%?  ' N"<pp011qssaccc#!!0pp-????? ???+ - ??~`@FN> ??? ?+??+ ??$  ?3Uw3DUw  0QrWFLICKERS.10 VE7??? ? ??? p`@ ?p >>?s<~`@?)?? ????81+%?? ??&??& c#!1 pp?????? ???  ???~`@)%?????  <<x   ???   n3Uw3DUw  0QrWFLICKERS.11 YND??/? ??0 ???!|??????) ?|} >|$ ~???  ??? "T?+ ?? ??0?||?8`?2/~c???)      x <<<<? <$? ?>|$<||xx`|0!=yc?`~????$@  ? ? <||xx` |~HB \ )/7?GDOW^di`mrpsuw xz~(TvRX2FVـtJ> 2ZX%<)-h04D7:&;>BHTO~XZapjsV{^@\ '7GWgwwFLICKERS.0 E?J"???23?@@?23DH?@@?23 |x @@@?23  @DH'7GWgwwFLICKERS.1 B?Lx?  /  ???2??1??<?   @??2??1? ?> @?   @??2??1? ?> @?   @??2??1?|?> @'7GWgwwFLICKERS.2 ?DM/oo/>~||x80 = ?= ?E3<??_?? !AGO_?D?C%#<??_  @@ !ADHP0 <1??0? @ @#<# ``P  @@ !ADHP0 <1? ?0 ? @@  @#'7GWgwwFLICKERS.3 ;KP??????? !??  1  ?%` @   @@@@@?@? ? ?   ??&?? B 8p  @   @@@@@@ @@@x ? @!<>  1  ?%p  @ @ @   @@@@@@ @@@x xx@@  @!<> << x|1  >%p  @@ @ @'7GWgwwFLICKERS.4 8RR _????|<<<>>l @ @@ BB$ ($BAA@@  @ @ x 8p18 88/8t 0@ <q @ @&@7 @ @@ CC'($BAA@@ ??  83? 83?| 0@ &7 @ @@ BB$ /'CAA? @ @ x  18  ?/8t ? @ @&@.'7GWgwwFLICKERS.5 6VRr???? ????&??2?> ' 4 @ @@ @ @G   @@ @ @8888@ ` @@&888828:0@  88  @ @!@ 8  @@2 @ @@ @ @G   @@????88@ ??)??884?>0@  !@ 2 @ @@ @ ?  @@ @ @88? @@&8828:??  @ @!8  @@$'7GWgwwFLICKERS.6 3YS% ??????@`??= ?%?2?$3$ @@ @@@ @0` @@ @$ 0(`F!`@  @ @@`0``0 0 2`0 `@8 c @@ @@@h @@1$ @@ @@@ @0` @@??'?&`F!`@ ????? ``4? `@ @1$ @@ @@@ @0` @@ @$ 0(~?? @ @@`0??2`0 ? @@ @@x @@'7GWgwwFLICKERS.7 1\TF"????????? ? 1 ! @@ @@`  ,#@@ @@@0? 0  ???? `??5?? "/! @@ @@`  ,#@@ @@@0? 0  ???? `??5?? "/! @@ @@`  ,#@@ @@@0 @@` 0   @ @@ 0`  `   @@3 1  00 @ @@"@0 ` @ @@'7GWgwwFLICKERS.8 /\Tf ????'?? ?s<;~ ~w9|+ ?o? $1" @@ @@``$  @ @0C07`  ``???  G1 ``p|??. ?o? "/" @@ @@``$  @ @0C07`  ``???  G1 ``p|??. ?o? "/" @@ @@``$  @ @0C04`  `` @ @@` `F1 ``PL @+ l1  `@0 @@ @@"@   @ @'7GWgwwFLICKERS.9 -[T??  ?~??????( |@" @ @@p,8@  @ @`0 @ @ 80 + @@ @@ @ `` ` @ @@& @ aBt@ @  @ @%@ @ @@ @/" @ @@p,8@  @ @`0 @ @ 80 + @@ @@ @ `` ` @ @@& @ aBt@ @  @ @%@ @ @@ @/" @ @@p,8@  @ @`0 @ @ 80 ????`` `???( ?a~|%'7GWgwwFLICKERS.10 +ZU*??K ?C?N ?@&???/@@ ?? @ ` !0@ 0 ` @ 0A"t @  @ @$@ @ @/& @ @p.p @@  @ @@` @ ` p @0@ 0 ` 8 @ @@ 0A"t `PP@  @ @$@ @ @/& @ @p.p @@  @ @@` @ ` p????0 ` 8???#?0>| `pp$'7GWgwwFLICKERS.11 *WT(8??B ?1????>`@ <~-1-???G @@ ???? @  p  "?@@ p8  @ 8 @@  @ @@*@   @@0+ @ @xG @@   @ @8 @  p  8  @9@@ p8 x @ @@ 8 $"B@@  @ @@*@   @@0+ @ @xG @@   @ @8 @  p  8 ?9?p8 x??? ??8 <>~* '7GWgwwFLICKERS.12 )US???C??? 8? !;  } k???A@@ @  8?#8 @   @@y @  @ @:. @ @A@@ @  8G @x!|8|  @ @@@   @@y  !@@@  @ @:. @ @A@@ @  8G @x!|?| ??? y ?:!'7GWgwwFLICKERS.14 )LO0 ??`?? ???$?L????@@  ??$> |.?   @ @~@@   @@?$>| @ @ @   @@  <"B@  @ @@ @ @~@@   @@?$>|???? < >~ '7GWgwwFLICKERS.15 )IMXp?$&%&( U @ @@ ~ @?&&~??? ?x8x  ????@ ~??&&~ @  @@     @ @ @@ ~ @?&&~??? ?x8x  '7GWgwwFLICKERS.16 )CKx?**  O @ @@@ x**??? ??????????@ x** @          @@@ @ @ @@@ x**??? ???????'7GWgwwFLICKERS.17 *?Hx ? ,, @ @@ @ >,,>>~~???? @ >,,  @ @ @@ @ >,,>>~~?'7GWgwwFLICKERS.18 ,<DR//?/?@@ @@/?/?/ 00pp ??/?/?/   @?@@ @@/?/?/ 00pp '7GWgwwFLICKERS.19 .8? 10?1  @@1 ?0? 1  ??1 ?0? 1  @@1 ?0? 1  '7GWgwwFLICKERS.20 04;@554 42 2 22@222 2'7GWgwwFLICKERS.21 ~298ho/ 722`_ O/44 P H(22`P H(22 '7GWgwwFLICKERS.22 v1=7V<|~>?:A@ @2?2@@ ;A@ 44 :A@ @2?2@@ '7GWgwwFLICKERS.23 m.C>_? ??x/~?3  , ?`  0@ @@   `/ ?3  ?# @  ???0@ @@   `4?5 ?#  ?`  0@ @@   `/ ?3  ?# @ '7GWgwwFLICKERS.24 e-GB <|???wO8 ?7890 'C @@@ ??0@2|+ 00@ 'C @@@ ??0@2|+ 00@  $B @@@ ?@ ?0@0|% 0@ >0@ '7GWgwwFLICKERS.25 \+MG????   ??8 88 `? @ @@ @  ??   2 2 ` @ @ @@ @  ??   2 2 ` @ @ @@ @  @ @   0 0@ @  x?` @ '7GWgwwFLICKERS.26 U*PK6 ???? ??߀ . .   @ @@ @ ??? @@ |߀1p ~0 8 @ @ @ @@ @ ??? @@ |߀1p ~0 8 @ @ @ @@ @ ?p @  @@ |߀.|Op ~~. 8@ @  @ @ '7GWgwwFLICKERS.27 N*SO\?????? /o??   ? ,? 7- @ @@@@ @  ?_? @ @@ !< #?  @@x<. xx   @ @@4@, @ @@@@ @  ?_? @ @@ !< #?  @@x<. xx   @ @@4@, @ @@@@ @  8`P@  @ @@ !<  @  < @@x<|,> xx @ @  @ @@4@ @ '7GWgwwFLICKERS.28 H*VQ.???????? p" ?#"3??4703 @@ @@@@ @@ x8PP@@ " @  C\<x@" @   @ @@ p88<)8< @ @@  x @ @+@   @@/3 @@ @@@@ @@ x8PP@@ " @  C\<x@" @   @ @@ p88<)8< @ @@  x @ @+@   @@/3 @@ @@@@ @@ ?__?" @  C\?"???  @ @@ p88?+   @ @+  @@ '7GWgwwFLICKERS.29 B*XT$?????  0px%?? 20?1?4 4 &@ @@@ @ 0PH@ %@ @! 8<@@@ @  @@ @88 p$p8`@ @  p< @@`)@@  @2 &@ @@@ @ 0PH@ %@ @! 8<@@@ @  @@ @88 p$p8`@ @  p< @@`)@@  @2 &@ @@@ @ ?_O??%@ @! ??;?? @@ @88'`  @@`) @"'7GWgwwFLICKERS.30 =+XU????" 08|~(??? @- -0 x8 @ @@ @ 800HD@ (@@ @ @ @   @8'` r@  @ `  @@ p0@ @  `` @@`'@ b @@6 @ @@ @ 800HD@ (@@ @ @ @   @8'` r@  @ `  @@ p0@ @  `` @@`'@ b @@6 @ @@ @ ???OG?(@@ @ ??  @8'` ~" ?  @@ p0  @@`' @@$'7GWgwwFLICKERS.31 9-XU?? ??" ) ??! ?) @ @ @0@  p00@0) @0` p @ @  ?@! @   ? @    ? %  >6 @ @ @0@  p00@0) @0` p @ @   @@! 0 @   ` @  0 0 @    ` 0 @ 0%   2 @6 @ @ @0@ ???) @0 ?? @@! 0? @  0 0  @ 0%  @''7GWgwwFLICKERS.32 6/VTl/???! +?" !& @ @ `  0 0` `+ 0` 0 0  !`  ` 0?  0 ` ?#`x9 @ @ `  0 0` `+ 0` 0 0  !`  ` 0 @@ @ ` 0@ 0 `  ` 0 @ 0#`` @9 @ @ ` ?? + 0` 0? ??!`  ?@@ @ ` 0@ @ 0# @+'7GWgwwFLICKERS.33 52RR& ?????,? ??(= ?? ~?#G?/#@ @0 ??,p 8 ??(`7 ??   D?/#@ @0 ??,p 8 ??(`5 ?@ @  `0@  @ @ D0,#@ @0   0`8`,p 8 380 `(`5 0 `0 0@ @  `0@0p  `  @ @ 9'7GWgwwFLICKERS.34 45NP ??? ???.? ?. ? ߀ p? ? @8p ?? ?.<p?.x ?????<xp`  ? @8p ?? ?.<p?.x@  @ #$HP`  @   p @8p  0@8.<px<.xp @  @ #$HP` x 4@  @ '7GWgwwFLICKERS.35 49HL ? _?? ?/?/0 B? @~??/?/    @ 8   @? @~??/?/  8   @ @~~ ?/?~/? @   @ 8  !A  @ '7GWgwwFLICKERS.36 4=DH ? 11I??? @ ?11     @  @??? @ ?11  @ @ @ ?11? @    @@@  @'7GWgwwFLICKERS.37 3?DH?  22  N??@  ?22 @   @  @??@  ?22   ?   @@@  ?22 !!AA @   @  @ '7GWgwwFLICKERS.38 2?DN/??p9: :`pxx|<>:@~ @@???4 ?3@@`` &@  ?@ @ 2?1~??& @~ @@?@ @ 2? ?1@@``BA! ?&@  @ '7GWgwwFLICKERS.39 2>GSt ? |C??? ? 0@ ?0~`pp2`x< ??< 2 x ?2!@@ ~ .@ ?@ @ ?0 x0pxx|<<>8.pxx8 xx< x@ @ < p0 xx 80p!@@ z HHD$$" 8.@ PHH(  x '7GWgwwFLICKERS.40 /?NWV p0@   @ ` 08@  X`08  p0108`@ ` &`*@ @  08???5? x`??G`)* p0@   @ ` 08@  X`08  p0108`@ ` &`*@ @  08'7GWgwwFLICKERS.41 -?TZ#??|s?.? ???? ? ?1"~8 p0$L+&??p@ +?@ @@ ? 1"`FX 0  0 `!@ @@  ` I@ `*& ``@@ ??+ ` 0????  0 ` ??3~x @@ @ x3! I*& ``@@ p@ + ` 0 ` 0@ @@   0 `  0 0@1"`FX @@ @ h`0  0 `!@ @@  ` I@ `'7GWgwwFLICKERS.42 +AZ\???_/ 3 ??%?_/ _/  ? ?$?>?2  =1!??_/ 0 ??%@ P(( @`P(  ? $+``0 A",2 0@ @@ @   `0@;@@ @ 0!0@ `@`0 P( 0 0@  ???_// _/   `  ?('?><@ @ ??4  ;0!0@ `@`0 P( 0 0@ &0@  @ P(( @`P(   `    `$+``0 A",@ @   0@2 0@ @@ @   `0@;@@ @ '7GWgwwFLICKERS.43 +B_].`0 [p8x8Zp8@ 4 ???O' / ??G##?G# p?=?G# ?_/  C >! 00 0@ @@  H$ / `?G/G##?G# P @ ???G# ?_/      ??6 >! 00 0@ @@  H$ / ` @D(D""@ D" P @  @ @@ D" @ P(       @  @4  A"@@ @@ ` 0@ @ ``'7GWgwwFLICKERS.44 -Da]. `0X|??~?7??~?{??1 o p $+!!????O#+???@ ?@ ?=?@0?c C ?o &(JB! @ @`0 L"+ @ @@0?@ ?@   @???@0?c  ??3 ?o &(JB! @ @`0 L"+ @ @@0 @@ @ @   @ @ @@ @0@ b   @@ @1 @ h @ @ $ @ @("@ @  @ @J*'7GWgwwFLICKERS.45 /Gb[10Y|??U?>X p< -!?????'$?? ?@ ~ @0@@  `   (@ B1 `(@ @ ( @ @@  @   @ @@A@C! @ @`8 0&% @ @@@0 @ b @0@0  @ @@@  `   0 0  @ @(@ B1 `(@ @ ( @ @@  @   @ @@A@C! @ @`8 0&% @ @@@0 @ c @0@0 ????   0 0 ???* ?C1 / +@ A+'7GWgwwFLICKERS.46 3JcY/??? ?O3   ?_?" ?<??!?$ <0%# @@ @@pL3  @@ @" 0 00  8" @@ 0`  0  0p  @ @@" ` 1 @06   @ - @@:  @0`  @@ @@8 @@C# @@ @@pL3  @@ @" 0 00  8" @@ 0`  0  0p  @ @@" ` 1 @06   @ - @@:  @0`  @@ @@8 @@C# @@ @@pL3  @@ @" 0 00  8"????`? 0 0p ????$ 1 ?7  / >  8-'7GWgwwFLICKERS.47 7MbV~???? @?' 1s( |?<?3 ?O1? 0F @ @ 0>   @' p9pc8( @ p `0 8` @ @ 03 l 0 `1<` 0 ` @ @-@@D @ @ 0>   @' p9pc8( @ p `0 8` @ @ 03 l 0 `1<` 0 ` @ @-@@D @ @ 0>   @' p9pc8(? p `?8`???3 o4?`-1'7GWgwwFLICKERS.48 =Q`Q _?????1./4|  @ @8  @1p|<p.>8 @ @x<804p 0p  @ @ @ @8  @1p|<p.>8 @ @x<804p 0p  @ @ @ @8  @1p|<p.>8???8| '7GWgwwFLICKERS.49 DU\L /_? /_??87?~4  @ @<x87<z @ @|4|xp @ @ @ @<x87<z @ @|4|xp @ @ @ @<x87<{?? 9'7GWgwwFLICKERS.50 LZXE?/? 7 7 >' @ @ >7>x>7>??1 8>' @ @ ?7?7 @ @?+  @>' @ @ >7>x>7>??1 8'7GWgwwFLICKERS.51 T[SGb     ? 8? 9   0?    @~8?|9 ~??  <?   )?    @~8?9? @ <<   8<  @ )?    @~8?|9 ~??  <?   ''7GWgwwFLICKERS.52 ][NJ ? 6?7 O8 @ 6?~7 ?|<?  ? @ 6?~ 7  @    8 @ 6?~7 ?|<? '7GWgwwFLICKERS.53 fZIM<?76?P  @ |C@?@ 7 6? ?~|xpp` ? ??C@?76?  @ABDHPP`   @  @ |C@?@ 7 6? ?~|xpp` ? '7GWgwwFLICKERS.54 oYEO?555P @@ @@@55,?><80 88xx??@55 ) !"$(0  @ @@ @@@55,?><80 88xx'7GWgwwFLICKERS.55 xY@P?434 @@43?@43  @@43'7GWgwwFLICKERS.56 Y<P111@111  111 @111  '7GWgwwFLICKERS.57 WASf@`p ww7  $-$-$W H ( - -@@ ! +  H ("-"-! + H ( - -@@ ! *'7GWgwwFLICKERS.58 UGV 8<>????*)*?))**  ?? 0(DBA@@@@   @   @@@$)$?)*?@    @??/GCA@@@?? @   @@@&)&)*?   @?? 0(DBA@@@@   @   @@@$)$?)*?@    @'7GWgwwFLICKERS.59 TNW2  _??~~> (.$.%/ @@    @@ A!" @  @??($ #% @ @  @ ?   @@ A!" #? @??*$ '%  @ @@    @@ A!" @  @??($ #% @ @  @'7GWgwwFLICKERS.60 SSX 0px???p1 1 24-> PPHH @@ @ @ @  @ @@* ?* @ @  @-@ @*??__OO @@ @ ?? @ @@, ?,  @- @*> PPHH @@ @ @ @  @ @@* ?* @ @  @-@ @%'7GWgwwFLICKERS.61 QXY\ ????  ~}=;; - ?/?? *&  @ @@ @ ~@ @   @ BDD((- @@?'8 @@ >/?@ @@ ?  @'@  @@$  @ @@ @ ??  @ BDD((0?8 @@ >1  @' @@$  @ @@ @ ~@ @   @ BDD((- @@?'8 @@ >/?@ @@ ?  @'@  @@'7GWgwwFLICKERS.62 P\Y???????/ow" ?? ?1p? &@*! @ @@@@ @ >8`P@@ "@@  @ x@ Op @@ x>1|<p@@ >  @#@ @ p@@ @(! @ @@@@ @ ??_?"@@  @ "?p @@ x?3<p  @#@@ @(! @ @@@@ @ >8`P@@ "@@  @ x@ Op @@ x>1|<p@@ >  @#@ @ p@@ @'7GWgwwFLICKERS.63 O_X???????*? @??4?C?  !? $p- @ @@@ @ <@@ @ *@  G<<@ @  @ @4< x@@ !x< 0@!@ @ |x @ @, @ @@@ @ ? ?@?*@  G???? @ @6 x$ 0@!  @ @, @ @@@ @ <@@ @ *@  G<<@ @  @ @4< x@@ !x< 0@!@ @ |x @ @'7GWgwwFLICKERS.64 NbWV???# ??,? ? ??+ )?  0J<``@@ @  !  ,@ 8@ @ 0@ p8+@  `8@@ )<p ``@ @  :p` @G@:``@@ @  !  ,@ ???0@ p?/? `8, `` ` @G:``@@ @  !  ,@ 8@ @ 0@ p8+@  `8@@ )<p ``@ @  :p` @G@"'7GWgwwFLICKERS.65 MbV????%?,?  0 ??! >8 , p8#@M; 0@`@@ @ !  0@`,@  8 p0@@   30 6@88!@ @ !8 00`  ,  r`1` @ @ p tJ@: 0@`@@ @ !  0@`,@  8 ??  30 6@??$?? 8 00` 0 `` J: 0@`@@ @ !  0@`,@  8 p0@@   30 6@88!@ @ !8 00`  ,  r`1` @ @ p tJ@!'7GWgwwFLICKERS.66 M`S ????#?-? ' ? `?- 0 `0@@ @ 8-@ 8 ` p@@ '`8@ @ 8p `0- ``@ @ ``/ `0@@ @ 8-@ 8  p?'`???8p `?1/ `0@@ @ 8-@ 8 ` p@@ '`8@ @ 8p `0- ``@ @ ``'7GWgwwFLICKERS.67 L^Q8???? /? ?0   `',) ?<@ @  /@  <?0<<  @ @ <<`>, 0@ @ ` 0@(  08<@ @  ``x/@  <<0<< p??<<`?0 (  08<@ @  ``x/@  <<0<< p`` @ @ <<`>`, 0@ @ ` 0@'7GWgwwFLICKERS.68 KZO??5p5 @?% |x`"$ `@ @  8 5??5> ` `@ @ ? ? 0 @%  @`@ @ @# @ @  ??5?? 5? ????* `# `@ @  8 5??5> ` `@ @ ? ? 0 @%  @`@ @ @'7GWgwwFLICKERS.69 JUL ?8???4 4 ߀ @+ @0G@ @  @4 4  @@ ? @@ @@@  0@%@  @??@ @ ? 44??% @0G@ @  @4 4  @@ ? @@ @@@  0@%@  @'7GWgwwFLICKERS.70 JMID???34 |  @@ @@ 34  @@   BB@  @ @ ??@ 34?  @@ @@ 34  @@   BB@  @ @'7GWgwwFLICKERS.71 IFG ?  34H??? @ 34@    @ ??? @ 34?    @ @ @ 34  @@@ @@   @ THE DEMO CLUB 23 ALMA PLACE SPILSBY LINCS PE23 5LB TEL (0790) 53741 WE HAVE A LARGE LIBRARY OF DEMO DISKS FROM ALL THE BEST THE CAREBEARS THE EXCEPTIONS THE UNION THE LOST BOYS RADICAL SYSTEMS THE ST SQUAD THE POLTERGEISTS THE S.A.S. FINGERBOBS THE ALLIANCE AENIGMATICA DYNAMIC DUO PHALANX AND MANY, MANY MORE. DISK PRICES 1 TO 9 DISKS 2.50 EACH 10 AND OVER 2.00 EACH OR 1.50 PER DISK IF SUPPLYING YOUR OWN ALL OUR DISKS ARE VIRUS FREE AND DISPATCHED BY FIRST CLASS POST. PLEASE SEND A LARGE SAE FOR OUR LATEST CATALOGUE. #a000000 #b000000 #c7770007000600070055200505552220770557075055507703111103 #d #E 98 11 #W 00 00 00 07 28 12 08 A:\*.*@ #W 00 00 16 01 11 17 00 @ #W 00 00 0E 09 15 0B 00 @ #W 00 00 0F 0A 15 0B 00 @ #M 03 00 00 FF E BEST DEMOS@ @ #M 02 00 00 FF D ALL THE@ @ #M 00 00 00 FF A THE DEMO@ @ #M 01 00 00 FF B CLUB FOR@ @ #T 00 03 02 FF AMIGA!!!@ @ #F FF 04 @ *.*@ #D FF 01 @ *.*@ #G 03 FF *.APP@ @ #G 03 FF *.PRG@ @ #F 03 04 *.TOS@ @ #P 03 04 *.TTP@ @