mw2.0 Englishprojectsize[744 426]turtles-have[]globals[]globals-list[globals-vars] shapes [18 horse1]PP 'De:Uj?b;t,aX*Pw#Ju(7F[| 9 ` " V  ' < K Z i x ~~m~m~m~~m~~~~m~~~m~~m~ww~wm~ww~m~w~m~~m~m~~m~~m~~~m~~~m~~~m~~~m~~m~~m~~mm~~mm~k}~mm~k}~mmm~k}~mmmm~k}~k}~k}~mmmmk}~k}~k}~mmk}~k}~mmmk}mmN^N^k}mmmmk}N^N^k}mmmmk}N^N^N^k}~mmmmk}N^N^k}~mmmk}N^N^k}~mmk}N^N^N^k}~mmk}N^N^k}~mk}N^N^k}~k}N^N^k}~~k}N^N^k}~~k}N^k}~~k}N^k}~~k}N^k}~~k}N^N^k}~~k}N^N^k}~~k}N^N^N^k}~~k}N^N^k}~~k}N^k}~~k}N^k}~~k}k}~k}~k}~k}~k}k}k}~k}k}~k}~k}~k}~~k}~k}~k}~~k}~k}~k}~k}~k}~~~~k}~k}~~~~k}~k}~~~k}k}~~k}~~k}~m~~k}m~~m~k}~m~m~~m~m~~~mm~m~~m~~m~m~m~mmmmmproceduresutext{\rtf1\ansi\deff0\deftab720{\fonttbl{\f0\fswiss MS Sans Serif;}{\f1\froman\fcharset2 Symbol;}{\f2\fswiss\fprq2 System;}{\f3\fswiss Arial;}{\f4\fswiss\fprq2 Arial;}{\f5\froman\fprq2 Times New Roman;}{\f6\fswiss Arial;}} {\colortbl\red0\green0\blue0;\red255\green0\blue0;} \deflang1033\pard\plain\f4\fs20\cf1\b ;Ryan Oliver \par ;2050547\tab \par ;TJ853 \par ;Tutor: Rupert Russell \par \par ;Purpose: \par \par \plain\f4\fs20\cf0\b ;To simulate a horse race in order to pose discussion of chance and data concepts.\plain\f4\fs20\cf1\b \par \par ;eg. What variables effect the outcome of a race? \par \par \par ;CSFII Level - 4 \par ;Strand - Chance and Data \par ;CSF II Learning Outcomes targeted with this program:\plain\f4\fs20 \par \par \plain\f4\fs20\b ;Chance\plain\f4\fs20 \par \par \plain\lang3081\f4\fs20 ;4.1 \par ;MACDC401 \par \par ;Examine the outcomes from simple chance experiments and data on familiar events to order outcomes and events from least ;to most likely. \par \plain\lang3081\f5\fs24 ; \par ;I completed the project by myself so it is difficult to reflect on team cooperation skills. \par ; \par ;\plain\lang3081\f5\fs24\cf1 Reflection on the Experience\plain\lang3081\f5\fs24 \par ; \par ;Whilst I am happy about the final program that I have developed, I believe that the MicroWorlds program is one that ;requires patience and practice. I would probably use the horse race that I developed in an introduction and explanation ;of a chance and data topic. This introduction would probably last about 15 minutes maximum and when compared with ;the time and frustration spent attempting to work out the commands and fundamentals, I was not sure if the entire ;process ;was worth the hassle. However, after a short perusal of the MicroWorlds website, I found that there was an ;extensive ;archive of different programs available for download. \par \par ;The MicroWorlds program, itself could be used with students in the classroom if the teacher possessed the necessary ;knowledge to facilitate it. It could be especially beneficial to extend students who are talented in maths or gifted. ;Students could explore possibilites within the MicroWorlds program after the teacher introduces it and gives a basic ;operation lesson. \par ; \par ;With respect to the chosen outcome, student would be exposed to a virtual representation of a real-life experience. The ;teacher could use the horse race program to demonstrate the relationship between chance, data etc. It could be used as ;a valuable tool in a lesson or even something to base a number of lessons around. \par \par \tab \par \plain\f6\fs20 to GOGO \par \par ; This procedure determines the random movements of the horses. \par ; When any of the horses reaches that variable (yellow line) \par ; the race is stopped. \par \par \par launch [ t1, repeat 50 [ wait 3 glide random 100 1 ]] \par t1, when [ colorunder = 45] [announce [Number 1 wins] stopall ] ;Movement of horse number 1. Random distance \tab \tab \tab \tab \tab \tab \tab \tab ;between 0 and 100 at a glide speed of 1 \par \tab \tab \tab \tab \tab \tab \tab \tab ;The program announces the winner and stops the race \par \tab \tab \tab \tab \tab \tab \tab \tab ;Colorunder = 45 is yellow, all colours are number coded \par launch [ t2, repeat 50 [ wait 3 glide random 100 1 ]] \par t2, when [ colorunder = 45] [announce [Number 2 wins] stopall ] ;Movement of horse number 2. Random distance \par \tab \tab \tab \tab \tab \tab \tab \tab ;between 0 and 100 at a glide speed of 1 \tab \tab \tab \tab \tab \tab \tab \tab ;The program announces the winner and stops the race \par \tab \tab \tab \tab \tab \tab \tab \tab ;Colorunder = 45 is yellow, all colours are number coded \par \par launch [ t3, repeat 50 [ wait 3 glide random 100 1 ]] \par t3, when [ colorunder = 45] [announce [Number 3 wins] stopall ] ;Movement of horse number 3. Random distance \par \tab \tab \tab \tab \tab \tab \tab \tab ;between 0 and 100 at a glide speed of 1 \par \tab \tab \tab \tab \tab \tab \tab \tab ;The program announces the winner and stops the race \par \tab \tab \tab \tab \tab \tab \tab \tab ;Colorunder = 45 is yellow, all colours are number coded \par \tab \tab \tab \tab \tab \tab \par launch [ t4, repeat 50 [ wait 3 glide random 100 1 ]] \par t4, when [ colorunder = 45] [announce [Number 4 wins] stopall ] ;Movement of horse number 4. Random distance \par \tab \tab \tab \tab \tab \tab \tab \tab ;between 0 and 100 at a glide speed of 1 \par \tab \tab \tab \tab \tab \tab \tab \tab ;The program announces the winner and stops the race \par \tab \tab \tab \tab \tab \tab \tab \tab ;Colorunder = 45 is yellow, all colours are number coded \par \tab \tab \tab \tab \tab \tab \tab \tab \par \par launch [ t5, repeat 50 [ wait 3 glide random 100 1 ]] \par t5, when [ colorunder = 45] [announce [Number 5 wins] stopall] ;Movement of horse number 5. Random distance \par \tab \tab \tab \tab \tab \tab \tab \tab ;between 0 and 100 at a glide speed of 1 \par \tab \tab \tab \tab \tab \tab \tab \tab ;The program announces the winner and stops the race \par \tab \tab \tab \tab \tab \tab \tab \tab ;Colorunder = 45 is yellow, all colours are number coded \par \tab \tab \tab \tab \tab \tab \tab \tab \tab \par end \par \par \par to reset \par \par ; This program returns all the horses to their original starting position. \par \par t1, setpos [ -323 164] ; Set position at starting coordinates of horse 1 \par t2, setpos [-323 94] ; Set position at starting coordinates of horse 2 \par t3, setpos [-323 12] ; Set position at starting coordinates of horse 3 \par t4, setpos [-323 -76] ; Set position at starting coordinates of horse 4 \par t5, setpos [-323 -163] ; Set position at starting coordinates of horse 5 \par end \par \par \par \par } 7pagenamepage3curturtlet5curtexttext1transition14Dturtle-deamons[[] [] [] [] [] [] [] [] [] [] [] [] [] [] [] []]Cmouse-deamons[[] [] [] [] [] [] [] [] [] [] [] [] [] [] [] []] bggreen.buffer.0H`x 8Ph(@Xp0H`x 8Ph(@Xp0H`x 8Ph(@Xp  0 H ` x  8 P h  ( @ X p  0 H ` x  8 P h (@Xp0H`x 8Ph(@Xp0H`x 8Ph(@Xp0H`x 8Ph(@Xp0H`x 8Ph(@Xp0H`x 8Ph(@Xp0H`x 8Ph ( @ X p !!0!H!`!x!!!!!!" "8"P"h"""""""#(#@#X#p######$$0$H$`$x$$$$$$% %8%P%h%%%%%%%&(&@&X&p&&&&&&''0'H'`'x'''''@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?object typet namet1locked?false xpos49 ypos49 shape20penstate0 size40pencolor0heading90 pensize1shown?true fcn[] kind1shapein20have-list[has] colorin9object typet namet2locked?false xpos49 ypos119 shape21penstate0 size40pencolor0heading90 pensize1shown?true fcn[] kind1shapein21have-list[has] colorin9object typet namet3locked?false xpos49 ypos201 shape20penstate0 size40pencolor0heading90 pensize1shown?true fcn[] kind1shapein20have-list[has] colorin9object typet namet4locked?false xpos49 ypos289 shape19penstate0 size40pencolor0heading90 pensize1shown?true fcn[] kind1shapein19have-list[has] colorin9object typet namet5locked?false xpos49 ypos376 shape21penstate0 size40pencolor0heading90 pensize1shown?true fcn[] kind1shapein21have-list[has] colorin9~objecttypebuttonnamebutton1rect[289 11 60 25]show-name?falselocked?falsefcn[GOGO] kind1object typetextnametext1rect[682 360 150 90]show-name?truelocked?falsevisible?falsesnaped?falseEtext{\rtf1\ansi\deff0\deftab720{\fonttbl{\f0\fswiss MS Sans Serif;}{\f1\froman\fcharset2 Symbol;}{\f2\fswiss\fprq2 System;}{\f3\fswiss Arial;}{\f4\fswiss\fprq2 Arial;}{\f5\froman\fprq2 Times New Roman;}{\f6\fswiss Arial;}} {\colortbl\red0\green0\blue0;\red255\green0\blue0;} \deflang1033\pard\plain\f6\fs20 \par } objecttypebuttonnamebutton2rect[382 10 60 25]show-name?falselocked?falsefcn[reset] kind1objecttypeslidernamehorse1rect[194 362 120 18]show-name?truelocked?falsevisible?true min1 max99 current1value| 1|objecttypebuttonnamebutton3rect[123 401 60 25]show-name?falselocked?falsefcn[page1] kind1Bpagenamepage1curturtlet5curtexttext1transition18Dturtle-deamons[[] [] [] [] [] [] [] [] [] [] [] [] [] [] [] []]Cmouse-deamons[[] [] [] [] [] [] [] [] [] [] [] [] [] [] [] []] bggreen'8buffer8$6HZl~ 2DVhz7Rs'i/e C|9xAU* u V + v ? ~ ; t I$obU6)z^0r8z1j <i8Yz@a6Tr&>Vn .@Rdv6Ncx  5J_t ( = R g | !$!9!N!c!x!!!!!!! " "5"J"b"z"""""" #"#:#R#j########$'$<$Q$f${$$$$$$$%#%8%M%b%w%%%%%%% &&4&I&^&p&&&&&&&&''$'6'H'Z'l'~''''''''( (2(D(V(h(z(((((((( )).)@)R)d)v))))))))****<*N*`*r********++&+8+J+\+n+++++++++,",4,F,X,j,|,,,,,,,, --0-B-T-f-x--------..,.>.P.b.t........//(/:/L/^/p////////00$060H0Z0l0~000000001 121D1V1@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?object typet namet7locked?false xpos372 ypos213 shape21penstate0 size40pencolor0 heading0 pensize1shown?truefcn[Race1] kind1shapein21have-list[has] colorin9object typetextnametext1rect[285 15 150 90]show-name?truelocked?falsevisible?falsesnaped?falseStext{\rtf1\ansi\deff0\deftab720{\fonttbl{\f0\fswiss MS Sans Serif;}{\f1\froman\fcharset2 Symbol;}{\f2\fswiss\fprq2 System;}{\f3\fswiss Arial;}{\f4\fswiss\fprq2 Arial;}{\f5\froman\fprq2 Times New Roman;}{\f6\fswiss Arial;}} {\colortbl\red0\green0\blue0;\red255\green0\blue0;} \deflang1033\pard\plain\f6\fs20 The Great Race \par } object typet namet6locked?false xpos192 ypos279 shape21penstate0 size40pencolor0 heading0 pensize1shown?true fcn[] kind1shapein21have-list[has] colorin9object typet namet8locked?false xpos552 ypos287 shape19penstate0 size40pencolor0 heading0 pensize1shown?true fcn[] kind1shapein19have-list[has] colorin9object typet namet1locked?false xpos85 ypos106 shape2penstate0 size40pencolor0 heading0 pensize1shown?true fcn[] kind1 shapein2have-list[has] colorin9object typet namet2locked?false xpos663 ypos111 shape2penstate0 size40pencolor0 heading0 pensize1shown?true fcn[] kind1 shapein2have-list[has] colorin9object typet namet3locked?false xpos69 ypos189 shape2penstate0 size40pencolor0 heading0 pensize1shown?true fcn[] kind1 shapein2have-list[has] colorin9objecttypebuttonnamebutton1rect[15 396 60 25]show-name?falselocked?falsefcn[page2] kind1object typet namet4locked?false xpos59 ypos267 shape6penstate0 size40pencolor0 heading0 pensize1shown?true fcn[] kind1 shapein6have-list[has] colorin9object typet namet5locked?false xpos489 ypos204 shape6penstate0 size40pencolor0 heading0 pensize1shown?true fcn[] kind1 shapein6have-list[has] colorin9O7pagenamepage2curturtlet5curtexttext1transition16Dturtle-deamons[[] [] [] [] [] [] [] [] [] [] [] [] [] [] [] []]Cmouse-deamons[[] [] [] [] [] [] [] [] [] [] [] [] [] [] [] []] bggreen.buffer.0H`x 8Ph(@Xp0H`x 8Ph(@Xp0H`x 8Ph(@Xp  0 H ` x  8 P h  ( @ X p  0 H ` x  8 P h (@Xp0H`x 8Ph(@Xp0H`x 8Ph(@Xp0H`x 8Ph(@Xp0H`x 8Ph(@Xp0H`x 8Ph(@Xp0H`x 8Ph ( @ X p !!0!H!`!x!!!!!!" "8"P"h"""""""#(#@#X#p######$$0$H$`$x$$$$$$% %8%P%h%%%%%%%&(&@&X&p&&&&&&''0'H'`'x'''''@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?{@?@?@?@?@?@?@?object typet namet1locked?false xpos49 ypos49 shape20penstate0 size40pencolor0heading90 pensize1shown?true fcn[] kind1shapein20have-list[has] colorin9object typet namet2locked?false xpos49 ypos119 shape21penstate0 size40pencolor0heading90 pensize1shown?true fcn[] kind1shapein21have-list[has] colorin9object typet namet3locked?false xpos49 ypos201 shape20penstate0 size40pencolor0heading90 pensize1shown?true fcn[] kind1shapein20have-list[has] colorin9object typet namet4locked?false xpos49 ypos289 shape19penstate0 size40pencolor0heading90 pensize1shown?true fcn[] kind1shapein19have-list[has] colorin9object typet namet5locked?false xpos49 ypos376 shape21penstate0 size40pencolor0heading90 pensize1shown?true fcn[] kind1shapein21have-list[has] colorin9~objecttypebuttonnamebutton1rect[289 11 60 25]show-name?falselocked?falsefcn[GOGO] kind1object typetextnametext1rect[682 360 150 90]show-name?truelocked?falsevisible?falsesnaped?falseEtext{\rtf1\ansi\deff0\deftab720{\fonttbl{\f0\fswiss MS Sans Serif;}{\f1\froman\fcharset2 Symbol;}{\f2\fswiss\fprq2 System;}{\f3\fswiss Arial;}{\f4\fswiss\fprq2 Arial;}{\f5\froman\fprq2 Times New Roman;}{\f6\fswiss Arial;}} {\colortbl\red0\green0\blue0;\red255\green0\blue0;} \deflang1033\pard\plain\f6\fs20 \par } objecttypebuttonnamebutton2rect[382 10 60 25]show-name?falselocked?falsefcn[reset] kind1objecttypebuttonnamebutton3rect[147 401 60 25]show-name?falselocked?falsefcn[page3] kind1