<snapdata remixID="9214149"><project name="U4L3-Crypto" app="Snap! 7, https://snap.berkeley.edu" version="2"><notes></notes><thumbnail>data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAAB4CAYAAAB1ovlvAAAAAXNSR0IArs4c6QAAA8JJREFUeF7t1z1KnAEQgOHxp7EQxEZURMRC1E7UA4h4CltPYeUJ4gHsPIBtvIWdnsBSxELEHzasVQLZMEjGgeURLIRxhn2+l112YjAYDMIPgR6BswkB9si7+ikgQCG0Cgiwld9xAWqgVUCArfyOC1ADrQICbOV3XIAaaBUQYCu/4wLUQKuAAFv5HRegBloFBNjK77gANdAqIMBWfscFqIFWAQG28jsuQA20Cgiwld9xAWqgVUCArfyOC1ADrQICbOV3XIAaaBUQYCu/4wLUQKuAAFv5HRegBloFBNjK77gANdAqIMBWfscFqIFWAQG28jsuQA20Cgiwld9xAWqgVUCArfyOC1ADrQICbOV3XIAaaBUQYCu/4wLUQKuAAFv5HRegBloFBNjK77gANdAqIMBWfscFqIFWAQG28jsuQA20Cgiwld9xAWqgVUCArfyOC1ADrQICbOV3XIAaaBUQ4Cj+29vbeHt7i7W1tZidnW19SmN8XICjHu7FxUVcXl7G3NxcrK6uxt7eXhwcHMTy8vIY9/DtL02Ao8hfX1/j5OQkHh4eYnp6Ol5eXuLx8fEzwGGMw9/Nzc1YWFiIycnJb39yY3JQgP96kHd3d3F8fBwrKyt/jL2/v8fz83M8PT3FxsZGnJ2dxfr6+pg08a0vQ4CjuD8+PuL09DRubm5iZmYmhn8P3wWnpqZifn4+tre34/DwMHZ3d70Dfr1ZAY6yu7q6ivPz8xh+FC8tLcX+/n7s7OzE1tZWLC4uiu7r0f3+nwIc5Xh9fR339/dxdHTki8f/ie1vWwRYZ2tzQkCACSQjdQICrLO1OSEgwASSkToBAdbZ2pwQEGACyUidgADrbG1OCAgwgWSkTkCAdbY2JwQEmEAyUicgwDpbmxMCAkwgGakTEGCdrc0JAQEmkIzUCQiwztbmhIAAE0hG6gQEWGdrc0JAgAkkI3UCAqyztTkhIMAEkpE6AQHW2dqcEBBgAslInYAA62xtTggIMIFkpE5AgHW2NicEBJhAMlInIMA6W5sTAgJMIBmpExBgna3NCQEBJpCM1AkIsM7W5oSAABNIRuoEBFhna3NCQIAJJCN1AgKss7U5ISDABJKROgEB1tnanBAQYALJSJ2AAOtsbU4ICDCBZKROQIB1tjYnBASYQDJSJyDAOlubEwICTCAZqRMQYJ2tzQkBASaQjNQJCLDO1uaEgAATSEbqBARYZ2tzQkCACSQjdQICrLO1OSEgwASSkToBAdbZ2pwQEGACyUidgADrbG1OCHwG+CMxaIRAhcDPX6xfYvb1ZyZAAAAAAElFTkSuQmCC</thumbnail><scenes select="1"><scene name="U4L3-Crypto"><notes></notes><hidden></hidden><headers></headers><code></code><blocks><block-definition s="encrypt %&apos;plaintext&apos; %&apos;key&apos;" type="reporter" category="operators"><header></header><code></code><translations></translations><inputs><input type="%txt"></input><input type="%repRing"></input></inputs><script><block s="doReport"><block s="evaluate"><block var="key"/><list><block var="plaintext"/><block s="reportBoolean"><l><bool>true</bool></l></block></list></block></block></script></block-definition><block-definition s="decrypt %&apos;cyphertext&apos; %&apos;key&apos;" type="reporter" category="operators"><header></header><code></code><translations></translations><inputs><input type="%txt"></input><input type="%repRing"></input></inputs><script><block s="doReport"><block s="evaluate"><block var="key"/><list><block var="cyphertext"/><block s="reportBoolean"><l><bool>false</bool></l></block></list></block></block></script></block-definition><block-definition s="CaesarCipher %&apos;messageIn&apos; %&apos;encrypt?&apos; %&apos;key&apos;" type="reporter" category="operators"><header></header><code></code><translations></translations><inputs><input type="%txt"></input><input type="%b"></input><input type="%n"></input></inputs><script><block s="doDeclareVariables"><list><l>shift</l><l>messageOut</l></list></block><block s="doSetVar"><l>shift</l><block var="key"/></block><block s="doIf"><block s="reportNot"><block var="encrypt?"/></block><script><block s="doSetVar"><l>shift</l><block s="reportDifference"><l>0</l><block var="shift"/></block></block></script></block><block s="doSetVar"><l>messageOut</l><l></l></block><block s="doFor"><l>i</l><l>1</l><block s="reportStringSize"><block var="messageIn"/></block><script><block s="doSetVar"><l>messageOut</l><block s="reportJoinWords"><list><block var="messageOut"/><custom-block s="CaesarLetter %txt %n"><block s="reportLetter"><block var="i"/><block var="messageIn"/></block><block var="shift"/></custom-block></list></block></block></script></block><block s="doReport"><block var="messageOut"/></block></script></block-definition><block-definition s="Vignenere %&apos;messageIn&apos; %&apos;encrypt?&apos; %&apos;key&apos;" type="reporter" category="operators"><header></header><code></code><translations></translations><inputs><input type="%txt"></input><input type="%b"></input><input type="%txt"></input></inputs><script><block s="doDeclareVariables"><list><l>password</l><l>messageOut</l><l>shiftList</l></list></block><block s="doSetVar"><l>password</l><block var="key"/></block><block s="doSetVar"><l>messageOut</l><l></l></block><block s="doSetVar"><l>shiftList</l><custom-block s="passwordToShifts %txt"><block var="password"/></custom-block></block><block s="doIfElse"><block var="encrypt?"/><script><block s="doFor"><l>i</l><l>1</l><block s="reportStringSize"><block var="messageIn"/></block><script><block s="doSetVar"><l>messageOut</l><block s="reportJoinWords"><list><block var="messageOut"/><custom-block s="CaesarLetter %txt %n"><block s="reportLetter"><block var="i"/><block var="messageIn"/></block><block s="reportListItem"><block s="reportModulus"><block var="i"/><block s="reportListAttribute"><l><option>length</option></l><block var="shiftList"/></block></block><block var="shiftList"/></block></custom-block></list></block></block></script></block></script><script><block s="doFor"><l>i</l><l>1</l><block s="reportStringSize"><block var="messageIn"/></block><script><block s="doSetVar"><l>messageOut</l><block s="reportJoinWords"><list><block var="messageOut"/><custom-block s="CaesarLetter %txt %n"><block s="reportLetter"><block var="i"/><block var="messageIn"/></block><block s="reportDifference"><l>0</l><block s="reportListItem"><block s="reportModulus"><block var="i"/><block s="reportListAttribute"><l><option>length</option></l><block var="shiftList"/></block></block><block var="shiftList"/></block></block></custom-block></list></block></block></script></block></script></block><block s="doReport"><block var="messageOut"/></block></script></block-definition><block-definition s="CaesarLetter %&apos;letterIn&apos; %&apos;shift&apos;" type="reporter" category="operators"><header></header><code></code><translations></translations><inputs><input type="%txt"></input><input type="%n"></input></inputs><script><block s="doIfElse"><block s="reportEquals"><block var="letterIn"/><l> </l></block><script><block s="doReport"><block var="letterIn"/></block></script><script><block s="doIfElse"><custom-block s="isUpperCase? %txt"><block var="letterIn"/></custom-block><script><block s="doIfElse"><block s="reportGreaterThan"><block s="reportSum"><block s="reportUnicode"><block var="letterIn"/></block><block var="shift"/></block><block s="reportUnicode"><l>Z</l></block></block><script><block s="doReport"><block s="reportUnicodeAsLetter"><block s="reportDifference"><block s="reportSum"><block s="reportUnicode"><block var="letterIn"/></block><block var="shift"/></block><l>26</l></block></block></block></script><script><block s="doIfElse"><block s="reportGreaterThan"><block s="reportUnicode"><l>A</l></block><block s="reportSum"><block s="reportUnicode"><block var="letterIn"/></block><block var="shift"/></block></block><script><block s="doReport"><block s="reportUnicodeAsLetter"><block s="reportSum"><block s="reportSum"><block s="reportUnicode"><block var="letterIn"/></block><block var="shift"/></block><l>26</l></block></block></block></script><script><block s="doReport"><block s="reportUnicodeAsLetter"><block s="reportSum"><block s="reportUnicode"><block var="letterIn"/></block><block var="shift"/></block></block></block></script></block></script></block></script><script><block s="doIfElse"><block s="reportGreaterThan"><block s="reportSum"><block s="reportUnicode"><block var="letterIn"/></block><block var="shift"/></block><block s="reportUnicode"><l>z</l></block></block><script><block s="doReport"><block s="reportUnicodeAsLetter"><block s="reportDifference"><block s="reportSum"><block s="reportUnicode"><block var="letterIn"/></block><block var="shift"/></block><l>26</l></block></block></block></script><script><block s="doIfElse"><block s="reportGreaterThan"><block s="reportUnicode"><l>a</l></block><block s="reportSum"><block s="reportUnicode"><block var="letterIn"/></block><block var="shift"/></block></block><script><block s="doReport"><block s="reportUnicodeAsLetter"><block s="reportSum"><block s="reportSum"><block s="reportUnicode"><block var="letterIn"/></block><block var="shift"/></block><l>26</l></block></block></block></script><script><block s="doReport"><block s="reportUnicodeAsLetter"><block s="reportSum"><block s="reportUnicode"><block var="letterIn"/></block><block var="shift"/></block></block></block></script></block></script></block></script></block></script></block></script></block-definition><block-definition s="upperCase %&apos;string&apos;" type="reporter" category="operators"><header></header><code></code><translations></translations><inputs><input type="%txt"></input></inputs><script><block s="doDeclareVariables"><list><l>upperCaseString</l></list></block><block s="doSetVar"><l>upperCaseString</l><l></l></block><block s="doFor"><l>i</l><l>1</l><block s="reportStringSize"><block var="string"/></block><script><block s="doIfElse"><block s="reportGreaterThan"><block s="reportUnicode"><block s="reportLetter"><block var="i"/><block var="string"/></block></block><l>96</l></block><script><block s="doSetVar"><l>upperCaseString</l><block s="reportJoinWords"><list><block var="upperCaseString"/><block s="reportUnicodeAsLetter"><block s="reportDifference"><block s="reportUnicode"><block s="reportLetter"><block var="i"/><block var="string"/></block></block><l>32</l></block></block></list></block></block></script><script><block s="doSetVar"><l>upperCaseString</l><block s="reportJoinWords"><list><block var="upperCaseString"/><block s="reportLetter"><block var="i"/><block var="string"/></block></list></block></block></script></block></script></block><block s="doReport"><block var="upperCaseString"/></block></script></block-definition><block-definition s="isUpperCase? %&apos;letter&apos;" type="predicate" category="operators"><header></header><code></code><translations></translations><inputs><input type="%txt"></input></inputs><script><block s="doReport"><block s="reportNot"><block s="reportAnd"><block s="reportLessThan"><block s="reportUnicode"><block var="letter"/></block><l>123</l></block><block s="reportGreaterThan"><block s="reportUnicode"><block var="letter"/></block><l>96</l></block></block></block></block></script></block-definition><block-definition s="alphaToNumeric %&apos;letter&apos;" type="reporter" category="operators"><header></header><code></code><translations></translations><inputs><input type="%txt"></input></inputs><script><block s="doReport"><block s="reportDifference"><block s="reportUnicode"><custom-block s="upperCase %txt"><block var="letter"/></custom-block></block><l>64</l></block></block></script></block-definition><block-definition s="passwordToShifts %&apos;password&apos;" type="reporter" category="operators"><header></header><code></code><translations></translations><inputs><input type="%txt"></input></inputs><script><block s="doReport"><block s="reportMap"><block s="reifyReporter"><autolambda><custom-block s="alphaToNumeric %txt"><l></l></custom-block></autolambda><list></list></block><block s="reportTextSplit"><block var="password"/><l><option>letter</option></l></block></block></block></script><scripts><script x="57.41935483870967" y="74.37634408602156"><block s="doDeclareVariables"><list><l>shiftList</l></list></block><block s="doSetVar"><l>shiftList</l><block s="reportNewList"><list></list></block></block><block s="doFor"><l>i</l><l>1</l><block s="reportStringSize"><block var="password"/></block><script><block s="doAddToList"><custom-block s="alphaToNumeric %txt"><block s="reportLetter"><block var="i"/><block var="password"/></block></custom-block><block var="shiftList"/></block></script></block><block s="doReport"><block var="shiftList"/></block></script></scripts></block-definition><block-definition s="encrypt RSA %&apos;message&apos; with %&apos;publicKey&apos;" type="reporter" category="operators"><header></header><code></code><translations></translations><inputs><input type="%txt"></input><input type="%s"></input></inputs><script><block s="doDeclareVariables"><list><l>cyphertext</l><l>M</l></list></block><block s="doSetVar"><l>M</l><block s="reportCombine"><block s="reportMap"><block s="reifyReporter"><autolambda><block s="reportUnicode"><l></l></block></autolambda><list></list></block><block s="reportTextSplit"><block var="message"/><l><option>letter</option></l></block></block><block s="reifyReporter"><autolambda><block s="reportJoinWords"><list><l></l><l></l></list></block></autolambda><list></list></block></block></block><block s="doSayFor"><block var="M"/><l>2</l></block><block s="doSetVar"><l>M</l><l>120</l><comment w="90" collapsed="false">HACK: i realized you have to have a number smaller than N for this to work.</comment></block><block s="doSetVar"><l>cyphertext</l><block s="reportModulus"><block s="reportPower"><block var="M"/><block s="reportListItem"><l>2</l><block var="publicKey"/></block></block><block s="reportListItem"><l>1</l><block var="publicKey"/></block></block></block><block s="doReport"><block var="cyphertext"/></block></script></block-definition><block-definition s="RSA keygen %&apos;p&apos; %&apos;q&apos;" type="reporter" category="operators"><header></header><code></code><translations></translations><inputs><input type="%n"></input><input type="%n"></input></inputs><script><block s="doDeclareVariables"><list><l>N</l><l>e</l><l>publicKey</l></list></block><block s="doSetVar"><l>N</l><block s="reportProduct"><block var="q"/><block var="p"/></block></block><block s="doSetVar"><l>e</l><custom-block s="generate e from %n %n"><block var="p"/><block var="q"/></custom-block><comment w="90" collapsed="false">Some number without (p-1) or (q-1) as factors.</comment></block><block s="doSetVar"><l>publicKey</l><block s="reportNewList"><list><block var="N"/><block var="e"/></list></block></block><block s="doReport"><block var="publicKey"/></block></script></block-definition><block-definition s="generate e from %&apos;p&apos; %&apos;q&apos;" type="reporter" category="operators"><header></header><code></code><translations></translations><inputs><input type="%n"></input><input type="%n"></input></inputs><script><block s="doDeclareVariables"><list><l>e</l></list></block><block s="doSetVar"><l>e</l><block s="reportRandom"><l>3</l><block s="reportMin"><block s="reportDifference"><block var="p"/><l>1</l></block><block s="reportDifference"><block var="q"/><l>1</l></block></block></block></block><block s="doUntil"><block s="reportAnd"><block s="reportNot"><block s="reportEquals"><block s="reportModulus"><block s="reportDifference"><block var="p"/><l>1</l></block><block var="e"/></block><l>0</l></block></block><block s="reportNot"><block s="reportEquals"><block s="reportModulus"><block s="reportDifference"><block var="q"/><l>1</l></block><block var="e"/></block><l>0</l></block></block></block><script><block s="doSetVar"><l>e</l><block s="reportRandom"><l>3</l><block s="reportMin"><block s="reportDifference"><block var="p"/><l>1</l></block><block s="reportDifference"><block var="q"/><l>1</l></block></block></block></block></script></block><block s="doReport"><block var="e"/></block></script></block-definition><block-definition s="decrypt RSA %&apos;cyphertext&apos; with %&apos;privateKey&apos;" type="reporter" category="operators"><header></header><code></code><translations></translations><inputs><input type="%s"></input><input type="%l"></input></inputs><script><block s="doDeclareVariables"><list><l>p</l><l>q</l><l>plaintext</l><l>d</l><l>e</l></list></block><block s="doSetVar"><l>p</l><block s="reportListItem"><l>1</l><block var="privateKey"/></block></block><block s="doSetVar"><l>q</l><block s="reportListItem"><l>2</l><block var="privateKey"/></block></block><block s="doReport"><block var="plaintext"/></block></script></block-definition><block-definition s="Caesar Cracker: %&apos;cyphertext&apos;" type="reporter" category="other"><header></header><code></code><translations></translations><inputs><input type="%txt"></input></inputs><script><block s="doDeclareVariables"><list><l>success?</l><l>plaintext</l><l>shiftGuess</l><l>d</l></list></block><block s="doSetVar"><l>success?</l><block s="reportBoolean"><l><bool>false</bool></l></block></block><block s="doSetVar"><l>shiftGuess</l><l>1</l></block><block s="doUntil"><block var="success?"/><script><block s="doSetVar"><l>plaintext</l><custom-block s="decrypt %txt %repRing"><block var="cyphertext"/><block s="reifyReporter"><autolambda><custom-block s="CaesarCipher %txt %b %n"><l></l><l/><block var="shiftGuess"/></custom-block></autolambda><list></list></block></custom-block></block><block s="doSayFor"><block var="plaintext"/><l>.2</l></block><block s="doIfElse"><block s="reportListContainsItem"><block var="10,000 words"/><block s="reportListItem"><l><option>any</option></l><block s="reportTextSplit"><block var="plaintext"/><l><option>word</option></l></block></block></block><script><block s="doSetVar"><l>success?</l><block s="reportBoolean"><l><bool>true</bool></l></block></block></script><script><block s="doChangeVar"><l>shiftGuess</l><l>1</l></block></script></block></script></block><block s="doReport"><block var="plaintext"/></block></script></block-definition></blocks><stage name="Stage" width="480" height="360" costume="0" color="255,255,255,1" tempo="60" threadsafe="false" penlog="false" volume="100" pan="0" lines="round" ternary="false" hyperops="true" codify="false" inheritance="true" sublistIDs="false" id="702"><pentrails>data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAeAAAAFoCAYAAACPNyggAAAAAXNSR0IArs4c6QAADoVJREFUeF7t1cEJAAAIxDDdf2m3sJ+4wEEQuuMIECBAgACBd4F9XzRIgAABAgQIjAB7AgIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECByxcQFpoRMBzwAAAABJRU5ErkJggg==</pentrails><costumes><list struct="atomic" id="703"></list></costumes><sounds><list struct="atomic" id="704"></list></sounds><variables></variables><blocks></blocks><scripts></scripts><sprites select="1"><sprite name="Sprite" idx="1" x="2.2080747758357604" y="-3.941324331177646" heading="90" scale="1" volume="100" pan="0" rotation="1" draggable="true" costume="0" color="80,80,80,1" pen="tip" id="709"><costumes><list struct="atomic" id="710"></list></costumes><sounds><list struct="atomic" id="711"></list></sounds><blocks></blocks><variables></variables><scripts><script x="5.235602094240838" y="5.235602094240838"><custom-block s="decrypt %txt %repRing"><custom-block s="encrypt %txt %repRing"><l>the quick brown fox</l><block s="reifyReporter"><autolambda><custom-block s="Vignenere %txt %b %txt"><l></l><l/><l>this is my key</l></custom-block></autolambda><list></list></block></custom-block><block s="reifyReporter"><autolambda><custom-block s="Vignenere %txt %b %txt"><l></l><l/><l>this is my key</l></custom-block></autolambda><list></list></block></custom-block></script><script x="409.8227580575435" y="70.3976856049442"><custom-block s="Vignenere %txt %b %txt"><l></l><l/><l></l></custom-block></script><script x="391.4741342043326" y="251.87474982512762"><custom-block s="isUpperCase? %txt"><l>Z</l></custom-block></script><script x="389.6392718190116" y="282.3976856049441"><custom-block s="alphaToNumeric %txt"><l>B</l></custom-block></script><script x="389.6392718190116" y="308.3334654214578"><custom-block s="passwordToShifts %txt"><l>lkjhlkjh</l></custom-block></script><script x="408.369912174827" y="100.7005365470375"><custom-block s="CaesarCipher %txt %b %n"><l>ABC</l><l><bool>true</bool></l><l>1</l></custom-block></script><script x="134.78398919101505" y="458.48025441228367"><custom-block s="encrypt RSA %txt with %s"><l>hello</l><custom-block s="RSA keygen %n %n"><l>89</l><l>97</l></custom-block></custom-block></script><script x="108.78398919101502" y="350.48025441228367"><block s="reportCombine"><block s="reportMap"><block s="reifyReporter"><autolambda><block s="reportUnicode"><l></l></block></autolambda><list></list></block><block s="reportTextSplit"><l>hello</l><l><option>letter</option></l></block></block><block s="reifyReporter"><autolambda><block s="reportJoinWords"><list><l></l><l></l></list></block></autolambda><list></list></block></block></script><script x="443.970512628515" y="418.4802544122836"><block var="message"/></script><script x="177.78398919101514" y="560.4802544122837"><custom-block s="CaesarLetter %txt %n"><l></l><l></l></custom-block></script><script x="485.7839891910149" y="559.4802544122837"><custom-block s="CaesarLetter %txt %n"><l>a</l><l>1</l></custom-block></script><script x="59.783989191015" y="284.48025441228356"><custom-block s="Caesar Cracker: %txt"><l>ymj vznhp gwtbs hfy</l></custom-block></script><script x="11.724866708295233" y="140.7510166967354"><custom-block s="decrypt %txt %repRing"><l>cyphertext</l><block s="reifyReporter"><autolambda><custom-block s="Vignenere %txt %b %txt"><l></l><l/><l>this is my key</l></custom-block></autolambda><list></list></block></custom-block></script><script x="376.1611989048466" y="172.42148998510973"><custom-block s="CaesarLetter %txt %n"><l>a</l><l>1</l></custom-block></script><script x="55.273401668518375" y="210.04046383636742"><custom-block s="encrypt %txt %repRing"><l>the quick brown cat</l><block s="reifyReporter"><autolambda><custom-block s="CaesarCipher %txt %b %n"><l></l><l/><l>5</l></custom-block></autolambda><list></list></block></custom-block></script></scripts></sprite><watcher var="10,000 words" style="normal" x="2.8617187499996817" y="2.8617187500000014" color="243,118,29" hidden="true"/></sprites></stage><variables><variable name="10,000 words"><list struct="atomic" id="822">a,aa,aaron,ab,abandon,abandoned,abc,abdominal,abercrombie,abilities,ability,able,abnormal,aboard,aboriginal,abortion,about,above,abraham,abroad,abs,absence,absent,absolute,absolutely,absorb,absorbed,absorption,abstract,absurd,abu,abundance,abundant,abuse,abused,abusive,ac,academic,academics,academy,accelerate,accelerated,acceleration,accent,accept,acceptable,acceptance,accepted,accepting,accepts,access,accessed,accessibility,accessible,accessing,accessories,accessory,accident,accidental,accidentally,accidents,acclaimed,accommodate,accommodation,accommodations,accompanied,accompany,accompanying,accomplish,accomplished,accomplishment,accomplishments,accord,accordance,according,accordingly,account,accountability,accountable,accountant,accounted,accounting,accounts,accreditation,accredited,accumulated,accumulation,accuracy,accurate,accurately,accused,accustomed,ace,achieve,achieved,achievement,achievements,achieving,acid,acids,acknowledge,acknowledged,acne,acoustic,acquire,acquired,acquiring,acquisition,acre,acres,across,act,acted,acting,action,actions,activate,activated,activation,active,actively,activist,activists,activities,activity,actor,actors,actress,acts,actual,actually,acupuncture,acute,ad,adam,adams,adapt,adaptation,adapted,add,added,addicted,addiction,adding,addition,additional,additionally,additions,address,addressed,addresses,addressing,adds,adequate,adequately,adhd,adhere,adjacent,adjust,adjustable,adjusted,adjusting,adjustment,adjustments,admin,administered,administration,administrative,administrator,administrators,admire,admission,admissions,admit,admits,admitted,adobe,adopt,adopted,adopting,adoption,adorable,adore,ads,adult,adults,advance,advanced,advancement,advances,advancing,advantage,advantages,advent,adventure,adventures,adverse,advertise,advertised,advertisement,advertisements,advertisers,advertising,advice,advisable,advise,advised,adviser,advising,advisor,advisors,advisory,advocacy,advocate,advocates,aerial,aesthetic,affair,affairs,affect,affected,affecting,affection,affects,affiliate,affiliated,affiliates,afford,affordable,afghan,afghanistan,aforementioned,afraid,africa,african,after,afternoon,afterward,afterwards,again,against,age,aged,agencies,agency,agenda,agent,agents,ages,aggregate,aggression,aggressive,agile,aging,ago,agree,agreed,agreement,agreements,agrees,agricultural,agriculture,ah,ahead,ai,aid,aids,aim,aimed,aiming,aims,air,aircraft,airline,airlines,airplane,airport,airports,aka,akin,al,alabama,alan,alarm,alas,alaska,albeit,albert,alberta,album,albums,alcohol,alcoholic,alert,alerts,alex,alexander,algorithm,algorithms,ali,alice,alien,aliens,align,aligned,alignment,alike,alive,all,allah,allegations,alleged,allegedly,allen,allergic,allergies,allergy,alleviate,alley,alliance,allied,allies,allocated,allocation,allow,allowance,allowed,allowing,allows,ally,almost,alone,along,alongside,alot,alpha,already,alright,also,altar,alter,altered,alternate,alternative,alternatively,alternatives,although,altitude,altogether,aluminum,alumni,always,alzheimer&apos;s,am,amanda,amateur,amazed,amazing,amazingly,amazon,ambassador,amber,ambition,ambitious,amended,amendment,amendments,amenities,america,america&apos;s,american,americans,amid,amino,among,amongst,amount,amounts,amp,ample,amsterdam,amusement,amy,an,anal,analog,analyses,analysis,analyst,analysts,analytical,analytics,analyze,analyzed,analyzing,anatomy,ancestors,anchor,ancient,and,anderson,andrew,android,andy,angel,angeles,angels,anger,angle,angles,angry,animal,animals,animated,animation,ankle,ann,anna,anne,anniversary,announce,announced,announcement,announcements,announces,announcing,annoying,annual,annually,anonymous,another,answer,answered,answering,answers,antenna,anthony,anti,antibiotics,anticipate,anticipated,anticipation,antioxidants,antique,antonio,anxiety,anxious,any,anybody,anyhow,anymore,anyone,anything,anytime,anyway,anyways,anywhere,ap,apart,apartment,apartments,api,apologize,app,apparel,apparent,apparently,appeal,appealing,appeals,appear,appearance,appearances,appeared,appearing,appears,appetite,apple,apple&apos;s,apples,appliance,appliances,applicable,applicant,applicants,application,applications,applied,applies,apply,applying,appointed,appointment,appointments,appraisal,appreciate,appreciated,appreciation,approach,approached,approaches,approaching,appropriate,appropriately,approval,approve,approved,approximately,apps,apr,april,apt,ar,arab,arabia,arabic,arbitrary,arbitration,arc,arch,architect,architects,architectural,architecture,archive,archives,arctic,are,area,areas,arena,argentina,arguably,argue,argued,argues,arguing,argument,arguments,arise,arises,arising,arizona,arkansas,arm,armed,armor,arms,army,arose,around,arrange,arranged,arrangement,arrangements,array,arrest,arrested,arrival,arrive,arrived,arrives,arriving,arrow,arsenal,art,arthritis,arthur,article,articles,artifacts,artificial,artist,artistic,artists,arts,artwork,as,asbestos,ash,ashamed,ashley,asia,asian,aside,ask,asked,asking,asks,asleep,aspect,aspects,aspirations,ass,assault,assemble,assembled,assembly,assess,assessed,assessing,assessment,assessments,asset,assets,assign,assigned,assignment,assignments,assist,assistance,assistant,assistants,assisted,assisting,assists,associate,associated,associates,association,associations,assortment,assume,assumed,assumes,assuming,assumption,assumptions,assurance,assure,assured,asthma,at,ate,athlete,athletes,athletic,athletics,atlanta,atlantic,atmosphere,atomic,attach,attached,attachment,attack,attacked,attacking,attacks,attain,attained,attempt,attempted,attempting,attempts,attend,attendance,attended,attendees,attending,attention,attire,attitude,attitudes,attorney,attorneys,attract,attracted,attracting,attraction,attractions,attractive,attracts,attribute,attributed,attributes,au,auction,auctions,audience,audiences,audio,audit,aug,augmentation,august,aunt,austin,australia,australia&apos;s,australian,austria,authentic,author,authorities,authority,authorization,authorized,authors,autism,auto,automated,automatic,automatically,automation,automobile,automotive,autumn,avail,availability,available,avenue,average,aviation,avid,avoid,avoided,avoiding,awaiting,awake,award,awarded,awards,aware,awareness,away,awe,awesome,awful,awhile,awkward,axis,ba,babe,babies,baby,baby&apos;s,bachelor,back,backdrop,backed,background,backgrounds,backing,backpack,backs,backup,backward,backwards,backyard,bacon,bacteria,bacterial,bad,badge,badly,bag,baggage,bags,bail,bailey,bait,bake,baked,baker,baking,balance,balanced,balances,balancing,balcony,ball,ballet,balloon,ballot,balls,baltimore,bamboo,ban,banana,band,bands,bandwidth,bang,bangkok,bank,banking,bankruptcy,banks,banned,banner,baptism,baptist,bar,barack,barbara,barbour,barcelona,bare,barely,bargain,bark,barn,barrel,barrels,barrier,barriers,barry,bars,base,baseball,based,baseline,basement,bases,basic,basically,basics,basin,basis,basket,basketball,bass,bat,batch,bath,bathroom,bathrooms,batman,batteries,battery,battle,battles,bay,bbc,bbq,bc,be,beach,beaches,beads,beam,bean,beans,bear,beard,bearing,bears,beast,beat,beaten,beating,beats,beautiful,beautifully,beauty,became,because,become,becomes,becoming,bed,bedroom,bedrooms,beds,bee,beef,been,beer,beers,bees,before,beforehand,began,begin,beginner,beginners,beginning,begins,begun,behalf,behave,behavior,behavioral,behaviors,behaviour,behind,behold,beijing,being,beings,belgium,belief,beliefs,believe,believed,believer,believers,believes,believing,bell,bells,belly,belong,belonged,belonging,belongs,beloved,below,belt,belts,ben,bench,benchmark,bend,beneath,beneficial,benefit,benefits,benjamin,bent,berkeley,berlin,berries,berry,beside,besides,best,bet,beta,beth,bets,better,betting,between,beverage,beverages,beware,beyond,bias,bible,biblical,bicycle,bid,bidding,big,bigger,biggest,bike,bikes,biking,bill,billing,billion,billions,bills,billy,bin,binary,bind,binding,bingo,bio,biography,biological,biology,bird,birds,birmingham,birth,birthday,bishop,bit,bite,bites,bits,bitter,bizarre,black,blackberry,blackjack,blacks,bladder,blade,blades,blair,blake,blame,blamed,blank,blanket,blast,bleeding,blend,blended,bless,blessed,blessing,blessings,blew,blind,block,blocked,blocking,blocks,blog,blogger,bloggers,blogging,blogs,blonde,blood,bloody,bloom,blow,blowing,blown,blows,blue,blues,bluetooth,bmw,board,boarding,boards,boasts,boat,boats,bob,bobby,bodies,bodily,body,body&apos;s,boil,boiling,bold,bolt,bomb,bombing,bombs,bond,bonds,bone,bones,bonus,bonuses,book,booked,booking,books,boom,boost,boot,booth,boots,border,borders,bore,bored,boring,born,borrow,borrowed,borrower,borrowers,borrowing,boss,boston,both,bother,bothered,bottle,bottles,bottom,bought,bounce,bound,boundaries,boundary,boutique,bow,bowel,bowl,bowling,box,boxes,boxing,boy,boyfriend,boys,bp,br,bra,bracelet,brad,bradley,brain,brains,brake,brakes,branch,branches,brand,branded,branding,brandon,brands,brass,brave,brazil,brazilian,breach,bread,break,breakdown,breakfast,breaking,breaks,breakthrough,breast,breastfeeding,breasts,breath,breathe,breathing,breathtaking,breed,breeding,breeze,brewing,brian,brick,bridal,bride,bridge,bridges,brief,briefly,bright,brighter,brilliant,bring,bringing,brings,bristol,britain,british,broad,broadband,broadcast,broadcasting,broader,broadly,broadway,brochure,broke,broken,broker,brokers,bronze,brooklyn,brooks,brother,brothers,brought,brown,browse,browser,browsers,browsing,bruce,brush,brutal,bryan,btw,bubble,buck,bucket,bucks,buddha,buddhist,buddies,buddy,budget,budgets,buffalo,buffer,buffet,bug,bugs,build,builder,builders,building,buildings,builds,built,bulb,bulbs,bulk,bull,bullet,bulletin,bullying,bump,bunch,bundle,burberry,burden,bureau,burger,burial,buried,burn,burned,burning,burns,burnt,burst,bus,buses,bush,business,businesses,bust,busy,but,butler,butt,butter,butterfly,button,buttons,buy,buyer,buyers,buying,buys,buzz,by,bypass,ca,cab,cabin,cabinet,cabinets,cable,cables,cache,cafe,caffeine,cage,cake,cakes,calcium,calculate,calculated,calculation,calculations,calculator,calendar,calgary,california,call,called,calling,calls,calm,calorie,calories,cam,cambridge,came,camera,cameras,cameron,camp,campaign,campaigns,campbell,camping,camps,campus,can,canada,canada&apos;s,canadian,canadians,canal,cancel,cancellation,cancelled,cancer,cancers,candida,candidate,candidates,candle,candles,candy,canon,cans,cant,canvas,canyon,cap,capabilities,capability,capable,capacity,cape,capital,capitalism,capitol,caps,capsule,captain,capture,captured,captures,capturing,car,carbohydrates,carbon,card,cardboard,cardiac,cardinal,cardio,cardiovascular,cards,care,cared,career,careers,careful,carefully,cares,cargo,caribbean,caring,carl,carlos,carnival,carol,carolina,carpet,carried,carrier,carriers,carries,carry,carrying,cars,cart,carter,cartoon,carved,case,cases,cash,casino,casinos,cast,casting,castle,casual,cat,catalog,catalogue,catch,catches,catching,categories,category,cater,catering,cathedral,catherine,catholic,catholics,cats,cattle,caught,cause,caused,causes,causing,caution,cautious,cave,cbs,cc,cd,cds,cease,cedar,ceiling,celebrate,celebrated,celebrating,celebration,celebrations,celebrities,celebrity,cell,cells,cellular,cellulite,cement,cemetery,census,cent,center,centered,centers,central,centre,centres,cents,centuries,century,ceo,ceramic,ceremonies,ceremony,certain,certainly,certainty,certificate,certificates,certification,certified,chain,chains,chair,chairman,chairs,challenge,challenged,challenges,challenging,chamber,chambers,champagne,champion,champions,championship,championships,chance,chances,chanel,change,changed,changes,changing,channel,channels,chaos,chapel,chapter,chapters,character,characteristic,characteristics,characterized,characters,charge,charged,charges,charging,charitable,charities,charity,charles,charlie,charlotte,charm,charming,charms,chart,charter,charts,chase,chasing,chat,chatting,cheap,cheaper,cheapest,cheat,cheating,check,checked,checking,checklist,checks,cheek,cheeks,cheer,cheers,cheese,chef,chefs,chelsea,chemical,chemicals,chemistry,chemotherapy,chen,cher,cherry,chess,chest,chi,chic,chicago,chicken,chickens,chief,chiefs,child,child&apos;s,childhood,children,children&apos;s,chile,chill,chin,china,china&apos;s,chinese,chip,chips,chiropractic,chocolate,choice,choices,choir,cholesterol,choose,chooses,choosing,chopped,chorus,chose,chosen,chris,christ,christ&apos;s,christian,christianity,christians,christine,christmas,christopher,chrome,chronic,chuck,church,churches,cia,cialis,cigarette,cigarettes,cincinnati,cinema,cinnamon,circle,circles,circuit,circular,circulation,circumstance,circumstances,circus,cisco,cited,cities,citing,citizen,citizens,citizenship,city,city&apos;s,civic,civil,civilian,civilians,civilization,claim,claimed,claiming,claims,claire,clan,clarify,clarity,clark,class,classes,classic,classical,classics,classification,classified,classroom,classrooms,classy,clause,clay,clean,cleaned,cleaner,cleaners,cleaning,cleanse,cleansing,clear,clearance,cleared,clearer,clearing,clearly,clerk,cleveland,clever,click,clicking,clicks,client,client&apos;s,clients,cliff,climate,climb,climbed,climbing,clinic,clinical,clinics,clinton,clip,clips,clock,clomid,close,closed,closely,closer,closes,closest,closet,closing,closure,cloth,clothes,clothing,cloud,clouds,club,clubs,clue,clues,cluster,clutch,cm,cms,cnn,co,coach,coaches,coaching,coal,coalition,coast,coastal,coat,coating,coats,cocaine,cock,cocktail,coconut,code,codes,coding,coffee,cognitive,coin,coins,cold,cole,colin,collaborate,collaboration,collaborative,collapse,collapsed,collar,collateral,colleague,colleagues,collect,collected,collecting,collection,collections,collective,collectively,collector,collectors,college,colleges,collins,collision,colon,colonel,colonial,colony,color,colorado,colored,colorful,coloring,colors,colour,coloured,colours,columbia,columbus,column,columns,com,combat,combination,combinations,combine,combined,combines,combining,combo,come,comedy,comes,comfort,comfortable,comfortably,comic,comics,coming,command,commander,commands,commence,comment,commentary,commented,commenting,comments,commerce,commercial,commercials,commission,commissioned,commissioner,commissions,commit,commitment,commitments,committed,committee,committees,committing,commodities,commodity,common,commonly,commons,commonwealth,communicate,communicating,communication,communications,communist,communities,community,compact,companies,companion,companions,company,company&apos;s,comparable,comparative,compare,compared,comparing,comparison,comparisons,compassion,compassionate,compatibility,compatible,compelled,compelling,compensate,compensation,compete,competence,competent,competing,competition,competitions,competitive,competitor,competitors,compiled,complain,complained,complaining,complaint,complaints,complement,complementary,complete,completed,completely,completing,completion,complex,complexity,compliance,complicated,complications,compliment,complimentary,comply,component,components,composed,composer,composite,composition,compound,compounds,comprehend,comprehensive,compression,comprise,comprised,comprises,compromise,compromised,computer,computers,computing,con,conceived,concentrate,concentrated,concentration,concentrations,concept,conception,concepts,concern,concerned,concerning,concerns,concert,concerts,conclude,concluded,concludes,conclusion,conclusions,concrete,condemned,condition,conditioning,conditions,condo,conduct,conducted,conducting,conference,conferences,confidence,confident,confidential,configuration,configure,configured,confined,confirm,confirmation,confirmed,conflict,conflicts,confront,confronted,confused,confusing,confusion,congratulations,congregation,congress,congressional,conjunction,connect,connected,connecticut,connecting,connection,connections,connectivity,connects,cons,conscience,conscious,consciousness,consecutive,consensus,consent,consequence,consequences,consequently,conservation,conservative,conservatives,consider,considerable,considerably,consideration,considerations,considered,considering,considers,consist,consisted,consistency,consistent,consistently,consisting,consists,console,consolidation,consortium,conspiracy,constant,constantly,constitute,constitutes,constitution,constitutional,constraints,construct,constructed,construction,constructive,consult,consultant,consultants,consultation,consulting,consume,consumed,consumer,consumers,consuming,consumption,contact,contacted,contacting,contacts,contain,contained,container,containers,containing,contains,contaminated,contamination,contemporary,content,contents,contest,contests,context,continent,continental,continually,continue,continued,continues,continuing,continuity,continuous,continuously,contract,contracted,contracting,contractor,contractors,contracts,contrary,contrast,contribute,contributed,contributes,contributing,contribution,contributions,contributor,contributors,control,controlled,controller,controlling,controls,controversial,controversy,convenience,convenient,conveniently,convention,conventional,conventions,conversation,conversations,conversion,convert,converted,converting,convey,convicted,conviction,convince,convinced,convincing,cook,cooked,cookie,cookies,cooking,cool,cooler,cooling,cooper,cooperation,cooperative,coordinate,coordinated,coordination,coordinator,cop,cope,copied,copies,coping,copper,cops,copy,copyright,coral,cord,core,corn,corner,corners,corporate,corporation,corporations,corps,correct,corrected,correction,correctly,correlation,correspondence,corresponding,corridor,corrupt,corruption,cosmetic,cosmetics,cosmic,cost,costa,costing,costly,costs,costume,costumes,cottage,cotton,couch,cough,could,couldnt,council,councils,counsel,counseling,counselor,count,counted,counter,counterparts,counties,counting,countless,countries,country,country&apos;s,countryside,counts,county,couple,coupled,couples,coupon,coupons,courage,course,courses,court,court&apos;s,courtesy,courts,courtyard,cousin,covenant,cover,coverage,covered,covering,covers,cow,cowboy,cowboys,cows,cozy,cpu,crack,cracked,cracks,craft,crafted,crafts,craig,crap,crash,crashed,crawl,crazy,cream,creams,create,created,creates,creating,creation,creations,creative,creativity,creator,creators,creature,creatures,credentials,credibility,credible,credit,credited,creditors,credits,creek,crew,crews,cricket,cried,crime,crimes,criminal,criminals,crisis,crisp,criteria,critic,critical,critically,criticism,criticized,critics,critique,crm,crop,crops,cross,crossed,crossing,crowd,crowded,crowds,crown,crucial,crude,cruel,cruise,crush,crushed,cruz,cry,crying,crystal,crystals,css,ct,cuba,cuisine,culinary,cult,cultural,culture,cultures,cum,cup,cups,curb,cure,curiosity,curious,currency,current,currently,curriculum,curse,curtain,curtains,curve,curves,custody,custom,customer,customer&apos;s,customers,customize,customized,customs,cut,cute,cuts,cutting,cyber,cycle,cycles,cycling,cylinder,czech,da,dad,daddy,daily,dairy,dakota,dale,dallas,dam,damage,damaged,damages,damaging,dame,damp,dan,dance,dancer,dancers,dancing,danger,dangerous,dangers,daniel,danny,dare,dark,darker,darkness,darling,dash,data,database,databases,date,dated,dates,dating,daughter,daughters,daunting,dave,david,davis,dawn,day,day&apos;s,daylight,days,daytime,dc,de,dead,deadline,deadlines,deadly,deaf,deal,dealer,dealers,dealing,deals,dealt,dean,dear,death,deaths,debate,debates,debit,debris,debt,debts,debut,dec,decade,decades,decay,deceased,december,decent,decide,decided,decides,deciding,decision,decisions,deck,declaration,declare,declared,decline,declined,declining,decor,decorate,decorated,decorating,decoration,decorations,decorative,decrease,decreased,decreases,decreasing,dedicated,dedication,deed,deeds,deemed,deep,deeper,deeply,deer,default,defeat,defeated,defects,defence,defend,defendant,defendants,defender,defending,defense,defensive,deficiency,deficit,define,defined,defines,defining,definite,definitely,definition,definitions,definitive,degree,degrees,del,delaware,delay,delayed,delays,delegates,delegation,delete,deleted,delhi,deliberate,deliberately,delicate,delicious,delight,delighted,delightful,deliver,delivered,delivering,delivers,delivery,dell,delta,deluxe,demand,demanded,demanding,demands,dementia,demo,democracy,democrat,democratic,democrats,demographic,demon,demons,demonstrate,demonstrated,demonstrates,demonstrating,demonstration,demonstrations,den,denial,denied,denmark,dennis,dense,density,dental,dentist,denver,deny,denying,depart,department,departments,departure,depend,dependence,dependent,depending,depends,deploy,deployed,deployment,deposit,deposits,depot,depressed,depression,depth,depths,deputy,derby,derek,derived,des,descent,describe,described,describes,describing,description,descriptions,desert,deserve,deserved,deserves,design,designated,designation,designed,designer,designers,designing,designs,desirable,desire,desired,desires,desk,desktop,despair,desperate,desperately,despite,dessert,destination,destinations,destined,destiny,destroy,destroyed,destroying,destruction,destructive,detail,detailed,detailing,details,detect,detected,detection,detective,detention,determination,determine,determined,determines,determining,detox,detroit,devastating,develop,developed,developer,developers,developing,development,developmental,developments,develops,device,devices,devil,devote,devoted,devotion,di,diabetes,diabetic,diagnosed,diagnosis,diagnostic,diagram,dial,dialog,dialogue,diameter,diamond,diamonds,diane,diarrhea,diary,dick,dictionary,did,didnt,die,died,diego,dies,diesel,diet,dietary,diets,differ,difference,differences,different,differently,difficult,difficulties,difficulty,dig,digest,digestive,digging,digital,dignity,dilemma,dim,dimension,dimensions,dining,dinner,dioxide,dip,diploma,diplomatic,direct,directed,directing,direction,directions,directive,directly,director,directories,directors,directory,dirt,dirty,disabilities,disability,disabled,disadvantages,disagree,disappear,disappeared,disappointed,disappointing,disappointment,disaster,disasters,disc,discharge,disciples,discipline,disciplines,disclaimer,disclose,disclosed,disclosure,discomfort,discount,discounted,discounts,discourse,discover,discovered,discoveries,discovering,discovery,discretion,discrimination,discuss,discussed,discusses,discussing,discussion,discussions,disease,diseases,dish,dishes,disk,dislike,dismiss,dismissed,disney,disorder,disorders,display,displayed,displaying,displays,disposal,dispute,disputes,distance,distances,distant,distinct,distinction,distinctive,distinguish,distinguished,distracted,distress,distribute,distributed,distribution,distributor,distributors,district,districts,disturbed,disturbing,dive,diverse,diversity,divide,divided,divine,diving,division,divisions,divorce,divorced,diy,dj,dna,do,doc,dock,doctor,doctor&apos;s,doctors,doctrine,document,documentary,documentation,documented,documents,dodge,does,doesnt,dog,dogs,doing,doll,dollar,dollars,dolphins,domain,domains,dome,domestic,dominant,dominate,dominated,don,donald,donate,donated,donation,donations,done,donna,donor,donors,dont,door,doors,dosage,dose,doses,dot,dots,double,doubled,doubles,doubt,doubts,doug,dough,douglas,down,download,downloaded,downloading,downloads,downs,downside,downtown,downward,dozen,dozens,dr,draft,drag,dragged,dragon,dragons,drain,drainage,drama,dramatic,dramatically,drank,drastically,draw,drawing,drawings,drawn,draws,dre,dream,dreamed,dreaming,dreams,dress,dressed,dresses,dressing,drew,dried,drift,drill,drilling,drink,drinking,drinks,drive,driven,driver,driver&apos;s,drivers,drives,driving,drop,dropped,dropping,drops,drought,drove,drug,drugs,drum,drums,drunk,dry,dryer,drying,du,dual,dubai,dublin,duck,dude,due,dug,dui,duke,dull,dumb,dump,duncan,duo,duplicate,durability,durable,duration,during,dust,dutch,duties,duty,dvd,dvds,dwelling,dying,dynamic,dynamics,dynasty,dysfunction,each,eager,eagle,eagles,ear,earl,earlier,earliest,early,earn,earned,earning,earnings,ears,earth,earth&apos;s,earthquake,ease,easier,easiest,easily,east,easter,eastern,easy,eat,eaten,eating,eats,ebay,ebook,echo,ecological,economic,economical,economically,economics,economies,economist,economy,ecosystem,ed,eddie,edge,edges,edinburgh,edit,edited,editing,edition,editions,editor,editorial,editors,educate,educated,educating,education,educational,educator,educators,edward,edwards,effect,effective,effectively,effectiveness,effects,efficacy,efficiency,efficient,efficiently,effort,efforts,eg,egg,eggs,ego,egypt,egyptian,eight,eighteen,eighth,either,el,elaborate,elbow,elder,elderly,elders,elect,elected,election,elections,electoral,electric,electrical,electricity,electronic,electronics,elegance,elegant,element,elementary,elements,elephant,elevated,elevation,elevator,eleven,eligibility,eligible,eliminate,eliminated,eliminating,elimination,elite,elizabeth,ellen,else,elsewhere,elvis,em,email,emails,embarrassed,embarrassing,embassy,embedded,embrace,embraced,emerge,emerged,emergence,emergency,emerging,emily,emissions,emma,emotion,emotional,emotionally,emotions,emperor,emphasis,emphasize,emphasized,empire,employ,employed,employee,employees,employer,employers,employing,employment,employs,empower,empty,en,enable,enabled,enables,enabling,enacted,enclosed,encounter,encountered,encounters,encourage,encouraged,encouragement,encourages,encouraging,end,endangered,endeavor,ended,ending,endless,endorsement,ends,endurance,endure,enduring,enemies,enemy,energetic,energies,energy,enforce,enforcement,engage,engaged,engagement,engaging,engine,engineer,engineered,engineering,engineers,engines,england,english,enhance,enhanced,enhancement,enhances,enhancing,enjoy,enjoyable,enjoyed,enjoying,enjoyment,enjoys,enlargement,enormous,enough,enroll,enrolled,enrollment,ensemble,ensure,ensures,ensuring,enter,entered,entering,enterprise,enterprises,enters,entertain,entertained,entertaining,entertainment,enthusiasm,enthusiastic,enthusiasts,entire,entirely,entities,entitled,entity,entrance,entrepreneur,entrepreneurial,entrepreneurs,entries,entry,envelope,environment,environmental,environmentally,environments,enzyme,enzymes,ep,epa,epic,episode,episodes,equal,equality,equally,equals,equation,equipment,equipped,equity,equivalent,er,era,erectile,erection,eric,erotic,error,errors,escape,escaped,escort,especially,essay,essays,essence,essential,essentially,essentials,est,establish,established,establishing,establishment,establishments,estate,estimate,estimated,estimates,estrogen,et,etc,eternal,eternity,ethical,ethics,ethnic,eu,euro,europe,european,euros,evaluate,evaluated,evaluating,evaluation,evans,eve,even,evening,evenings,evenly,event,events,eventually,ever,every,everybody,everyday,everyone,everyone&apos;s,everything,everywhere,evidence,evident,evidently,evil,evolution,evolutionary,evolve,evolved,evolving,ex,exact,exactly,exam,examination,examine,examined,examines,examining,example,examples,exams,exceed,exceeded,excel,excellence,excellent,except,exception,exceptional,exceptionally,exceptions,excess,excessive,exchange,exchanges,excited,excitement,exciting,excluded,excluding,exclusion,exclusive,exclusively,excuse,excuses,execute,executed,execution,executive,executives,exempt,exemption,exercise,exercises,exercising,exhaust,exhausted,exhibit,exhibited,exhibition,exhibitions,exhibits,exist,existed,existence,existing,exists,exit,exotic,expand,expanded,expanding,expansion,expect,expectation,expectations,expected,expecting,expects,expedition,expenditure,expenditures,expense,expenses,expensive,experience,experienced,experiences,experiencing,experiment,experimental,experiments,expert,expertise,experts,explain,explained,explaining,explains,explanation,explanations,explicit,explicitly,exploit,exploitation,exploration,explore,explored,explorer,explores,exploring,explosion,explosive,expo,export,exports,expose,exposed,exposing,exposure,express,expressed,expressing,expression,expressions,exquisite,extend,extended,extending,extends,extension,extensions,extensive,extensively,extent,exterior,external,extra,extract,extraction,extraordinary,extras,extreme,extremely,eye,eyes,fabric,fabrics,fabulous,face,facebook,faced,faces,facial,facilitate,facilities,facility,facing,fact,factor,factories,factors,factory,facts,faculty,fade,faded,fail,failed,failing,fails,failure,failures,faint,fair,fairly,fairness,fairy,faith,faithful,fake,fall,fallen,falling,falls,false,fame,familiar,families,family,family&apos;s,famous,fan,fancy,fans,fantastic,fantasy,far,fare,farm,farmer,farmers,farming,farms,farther,fascinated,fascinating,fashion,fashionable,fashioned,fast,faster,fastest,fat,fatal,fate,father,father&apos;s,fathers,fatigue,fats,fatty,fault,favor,favorable,favored,favorite,favorites,favour,favourite,fax,fbi,fda,fear,feared,fears,feasible,feast,feat,feature,featured,features,featuring,feb,february,fed,federal,federation,fee,feed,feedback,feeding,feeds,feel,feeling,feelings,feels,fees,feet,fell,fellow,fellows,fellowship,felt,female,females,feminine,fence,ferry,fertility,festival,festivals,festive,fever,few,fewer,fha,fiber,fibers,fiction,field,fields,fierce,fifteen,fifth,fifty,fight,fighter,fighters,fighting,fights,figure,figured,figures,figuring,file,filed,files,filing,fill,filled,filling,fills,film,filmed,filming,films,filter,filters,final,finale,finally,finals,finance,finances,financial,financially,financing,find,finding,findings,finds,fine,fines,finest,finger,fingers,finish,finished,finishes,finishing,fire,fired,firefox,fireplace,fires,fireworks,firing,firm,firmly,firms,first,firstly,fiscal,fish,fisher,fishing,fist,fit,fitness,fits,fitted,fitting,five,fix,fixed,fixing,fixtures,fl,flag,flags,flagship,flame,flames,flash,flat,flats,flavor,flavors,flavour,flawed,flaws,fled,fleet,flesh,flew,flexibility,flexible,flies,flight,flights,flip,float,floating,flock,flood,flooding,floor,flooring,floors,floral,florence,florida,flour,flow,flower,flowers,flowing,flows,flu,fluid,fluids,flush,fly,flying,fm,foam,focal,focus,focused,focuses,focusing,fog,fold,folded,folder,folders,folding,folk,folks,follow,followed,followers,following,follows,fond,font,food,foods,fool,foolish,foot,footage,football,footprint,footwear,for,forbidden,force,forced,forces,forcing,ford,forecast,foreclosure,forefront,forehead,foreign,foremost,forest,forests,forever,forex,forget,forgive,forgiveness,forgot,forgotten,fork,form,formal,formally,format,formation,formats,formed,former,formerly,forming,forms,formula,fort,forth,forthcoming,fortunate,fortunately,fortune,forty,forum,forums,forward,fossil,foster,fought,foul,found,foundation,foundations,founded,founder,founders,founding,fountain,four,fourteen,fourth,fox,fr,fraction,fragile,fragrance,frame,framed,frames,framework,france,franchise,francis,francisco,frank,franklin,frankly,fraud,fred,free,freedom,freelance,freely,freeze,freezer,freezing,freight,french,frequencies,frequency,frequent,frequently,fresh,freshly,freshman,friday,fridge,fried,friend,friend&apos;s,friendly,friends,friendship,frightened,from,front,frontier,frost,frozen,fruit,fruits,frustrated,frustrating,frustration,ft,fuel,fuels,fulfill,fulfilled,fulfilling,fulfillment,full,fully,fun,function,functional,functionality,functioning,functions,fund,fundamental,fundamentally,fundamentals,funded,funding,fundraising,funds,funeral,funny,fur,furnished,furnishings,furniture,further,furthermore,fusion,future,futures,ga,gadget,gadgets,gain,gained,gaining,gains,galaxy,galleries,gallery,gallon,gallons,gambling,game,gameplay,gamers,games,gaming,gang,gap,gaps,garage,garbage,garden,gardening,gardens,garlic,garment,garments,gary,gas,gasoline,gate,gates,gateway,gather,gathered,gathering,gauge,gave,gay,gaza,gaze,gb,gdp,ge,gear,geared,gel,gem,gems,gender,gene,general,generally,generate,generated,generates,generating,generation,generations,generator,generic,generosity,generous,genes,genesis,genetic,genetics,geneva,genius,genre,gentle,gentleman,gentlemen,gently,genuine,genuinely,geographic,geographical,geography,george,georgia,german,germans,germany,gesture,get,gets,getting,ghost,giant,giants,gift,gifted,gifts,gig,ginger,girl,girlfriend,girls,give,giveaway,given,gives,giving,glad,glance,glanced,glasgow,glass,glasses,glenn,glimpse,global,globally,globe,glorious,glory,gloves,glow,glowing,glucose,glue,gluten,gm,gmt,go,goal,goals,goat,god,god&apos;s,goddess,gods,goes,going,gold,golden,golf,gone,gonna,good,goodbye,goodness,goods,google,google&apos;s,goose,gop,gordon,gorgeous,gospel,got,gotta,gotten,gourmet,governance,governing,government,government&apos;s,governmental,governments,governor,gown,gp,gps,grab,grabbed,grace,grade,grades,gradual,gradually,graduate,graduated,graduates,graduating,graduation,graham,grain,grains,grammar,grams,grand,grandchildren,grandfather,grandmother,grandparents,granite,grant,granted,grants,grape,grapes,graph,graphic,graphics,grasp,grass,grateful,gratitude,grave,gravel,gravity,gray,grease,great,greater,greatest,greatly,greece,greed,greek,green,greenhouse,greens,greeted,greeting,greg,grew,grey,grid,grief,grill,grin,grinding,grip,grocery,groom,gross,ground,grounded,grounds,group,group&apos;s,groups,grove,grow,growing,grown,grows,growth,guarantee,guaranteed,guarantees,guard,guardian,guards,gucci,guess,guessed,guessing,guest,guests,guidance,guide,guided,guidelines,guides,guiding,guild,guilt,guilty,guitar,guitars,gulf,gum,gun,guns,guru,gut,guy,guys,gym,ha,habit,habitat,habits,hack,had,haha,hair,haiti,half,halfway,hall,halloween,halls,halt,ham,hamilton,hammer,hampshire,hand,handbag,handbags,handbook,handed,handful,handle,handled,handles,handling,handmade,hands,handsome,handy,hang,hanging,happen,happened,happening,happens,happier,happily,happiness,happy,harassment,harbor,harbour,hard,hardcore,harder,hardest,hardly,hardware,hardy,harm,harmful,harmony,harness,harper,harris,harrison,harry,harsh,harvard,harvest,harvey,has,hassle,hat,hate,hated,hatred,hats,haunted,have,haven,having,hawaii,hay,hazard,hazardous,hazards,hd,he,head,headache,headaches,headed,header,heading,headline,headlines,headphones,headquarters,heads,heal,healed,healing,health,healthcare,healthier,healthy,hear,heard,hearing,heart,hearts,heat,heated,heater,heather,heating,heaven,heavenly,heavier,heavily,heavy,hebrew,heck,hedge,heel,heels,height,heights,held,helen,helicopter,hello,helmet,help,helped,helpful,helping,helps,hence,henry,her,herald,herb,herbal,herbs,herd,here,heritage,hermes,hero,heroes,herpes,hers,herself,hes,hesitate,hey,hi,hidden,hide,hiding,hierarchy,high,higher,highest,highlight,highlighted,highlighting,highlights,highly,highs,highway,hike,hiking,hilarious,hill,hills,hilton,him,himself,hindu,hint,hints,hip,hips,hire,hired,hiring,his,hispanic,historian,historic,historical,historically,histories,history,hit,hitler,hits,hitting,hiv,ho,hobby,hockey,hogan,hold,holder,holders,holding,holdings,holds,hole,holes,holiday,holidays,holistic,holland,hollister,hollow,holly,hollywood,holmes,holocaust,holy,home,homeland,homeless,homemade,homeowner,homeowners,homes,hometown,homework,honda,honest,honestly,honesty,honey,hong,honor,honored,honors,honour,hood,hook,hooked,hop,hope,hoped,hopeful,hopefully,hopes,hoping,horizon,horizontal,hormone,hormones,horn,horny,horrible,horror,horse,horses,hose,hospital,hospitality,hospitals,host,hosted,hostile,hosting,hosts,hot,hotel,hotels,hottest,hour,hours,house,housed,household,households,houses,housing,houston,how,howard,however,hp,hr,href,htc,html,http,hub,hudson,hug,huge,hugely,hugh,hughes,huh,hull,human,humanitarian,humanity,humans,humble,humidity,humor,hundred,hundreds,hung,hunger,hungry,hunt,hunter,hunters,hunting,hurricane,hurry,hurt,hurting,hurts,husband,hybrid,hydrogen,hygiene,hype,hypertension,hypothesis,i,ian,ibm,ice,icon,iconic,icons,id,idaho,idea,ideal,ideally,ideas,identical,identification,identified,identifies,identify,identifying,identity,ideology,idiot,idol,ie,if,ignorance,ignorant,ignore,ignored,ignoring,ii,iii,il,ill,illegal,illinois,illness,illnesses,illusion,illustrate,illustrated,illustrates,illustration,illustrations,im,image,imagery,images,imagination,imagine,imagined,imaging,imitation,immediate,immediately,immense,immigrant,immigrants,immigration,immune,immunity,impact,impacted,impacts,impaired,imperative,imperial,implant,implants,implement,implementation,implemented,implementing,implications,implied,implies,imply,import,importance,important,importantly,imported,imports,impose,imposed,impossible,impress,impressed,impression,impressions,impressive,improve,improved,improvement,improvements,improves,improving,in,inability,inadequate,inappropriate,inc,incentive,incentives,inception,inch,inches,incidence,incident,incidents,inclined,include,included,includes,including,inclusion,inclusive,income,incoming,incomplete,incorporate,incorporated,incorporates,incorporating,incorrect,increase,increased,increases,increasing,increasingly,incredible,incredibly,incurred,indeed,independence,independent,independently,index,india,india&apos;s,indian,indiana,indianapolis,indians,indicate,indicated,indicates,indicating,indication,indicator,indicators,indie,indigenous,indirect,individual,individual&apos;s,individually,individuals,indonesia,indoor,indoors,induce,induced,indulge,industrial,industries,industry,inevitable,inevitably,inexpensive,infamous,infant,infants,infected,infection,infections,infectious,inferior,infinite,inflammation,inflation,influence,influenced,influences,influential,info,inform,informal,information,informative,informed,infrastructure,ing,ingredient,ingredients,inhabitants,inherent,inheritance,inherited,initial,initially,initiate,initiated,initiative,initiatives,injection,injections,injured,injuries,injury,ink,inn,inner,innings,innocent,innovation,innovations,innovative,input,inputs,inquiries,inquiry,insane,insects,insert,inserted,inside,insight,insights,insist,insisted,inspect,inspection,inspections,inspector,inspiration,inspirational,inspire,inspired,inspiring,instagram,install,installation,installations,installed,installing,installment,instance,instances,instant,instantly,instead,instinct,institute,institution,institutional,institutions,instructed,instruction,instructional,instructions,instructor,instructors,instrument,instrumental,instruments,insufficient,insulation,insulin,insurance,insure,insured,insurers,intact,intake,integral,integrate,integrated,integrating,integration,integrity,intel,intellectual,intelligence,intelligent,intend,intended,intends,intense,intensity,intensive,intent,intention,intentionally,intentions,interact,interacting,interaction,interactions,interactive,intercourse,interest,interested,interesting,interestingly,interests,interface,interfaces,interfere,interference,interim,interior,intermediate,internal,internally,international,internationally,internet,internship,interpret,interpretation,interpreted,interrupted,intersection,interstate,interval,intervals,intervention,interventions,interview,interviewed,interviews,intimacy,intimate,into,intricate,intriguing,introduce,introduced,introduces,introducing,introduction,intuitive,invaluable,invasion,invasive,invented,invention,inventory,invest,invested,investigate,investigated,investigating,investigation,investigations,investigators,investing,investment,investments,investor,investors,invisible,invitation,invitations,invite,invited,invites,inviting,invoice,involve,involved,involvement,involves,involving,ios,iowa,ip,ipad,iphone,ipod,ira,iran,iranian,iraq,iraqi,ireland,irish,iron,ironically,irrelevant,irrigation,irritation,irs,is,isaac,islam,islamic,island,islands,isnt,iso,isolated,isolation,israel,israel&apos;s,israeli,issue,issued,issues,issuing,it,italian,italy,item,items,its,itself,itunes,iv,ive,jack,jacket,jackets,jackson,jacob,jail,jake,jam,james,jamie,jan,jane,janet,january,japan,japanese,jar,jason,java,javascript,jaw,jay,jazz,jealous,jean,jeans,jeff,jefferson,jelly,jennifer,jenny,jeremy,jerry,jersey,jerseys,jerusalem,jesse,jessica,jesus,jesus&apos;,jet,jets,jewellery,jewelry,jewish,jews,jill,jim,jimmy,jo,joan,job,jobs,joe,joel,john,john&apos;s,johnny,johnson,join,joined,joining,joins,joint,jointly,joints,joke,jokes,jon,jonathan,jones,jordan,jose,joseph,josh,joshua,journal,journalism,journalist,journalists,journals,journey,joy,juan,judge,judged,judgement,judges,judging,judgment,judicial,juice,juices,juicy,jul,julia,julie,july,jump,jumped,jumping,jumps,jun,junction,june,jungle,junior,junk,jurisdiction,jury,just,justice,justification,justified,justify,justin,juvenile,kamagra,kansas,karen,karl,kate,katie,keen,keep,keeping,keeps,keith,kelly,ken,kennedy,kent,kentucky,kenya,kept,kerry,kevin,key,keyboard,keynote,keys,keyword,keywords,kg,khan,kick,kicked,kicking,kicks,kid,kidney,kids,kill,killed,killer,killing,kills,kilometers,kim,kind,kinda,kindergarten,kindle,kindly,kindness,kinds,king,king&apos;s,kingdom,kings,kiss,kissed,kissing,kit,kitchen,kits,kitty,km,knee,knees,knew,knife,knight,knights,knock,knocked,knot,know,knowing,knowledge,knowledgeable,known,knows,kong,korea,korean,kors,kyle,la,lab,label,labeled,labels,labor,laboratories,laboratory,labour,labs,lace,lack,lacking,lacks,ladder,laden,ladies,lady,laid,lake,lakes,lamb,lamp,lamps,land,landed,landing,landlord,landmark,lands,landscape,landscapes,landscaping,lane,lanes,language,languages,lanka,lap,laptop,laptops,large,largely,larger,largest,larry,las,laser,last,lasted,lasting,lastly,lasts,late,lately,later,latest,latin,latter,laugh,laughed,laughing,laughs,laughter,launch,launched,launches,launching,laundry,laura,lauren,law,lawmakers,lawn,lawrence,laws,lawsuit,lawsuits,lawyer,lawyers,lay,layer,layers,laying,layout,lazy,lb,lbs,lcd,le,lead,leader,leaders,leadership,leading,leads,leaf,league,leagues,leak,leaks,lean,leaned,leaning,leap,learn,learned,learners,learning,learns,learnt,lease,leasing,least,leather,leave,leaves,leaving,lebanon,lecture,lectures,led,lee,left,leg,legacy,legal,legally,legend,legendary,legends,legislation,legislative,legislators,legislature,legitimate,legs,leisure,lemon,lend,lender,lenders,lending,length,lengths,lengthy,lens,lenses,leo,les,lesbian,less,lessen,lesser,lesson,lessons,let,let&apos;s,lets,letter,letters,letting,level,levels,leverage,levitra,lewis,li,liability,liable,liberal,liberals,liberation,liberty,libraries,library,libya,licence,license,licensed,licenses,licensing,lid,lie,lies,lieutenant,life,life&apos;s,lifelong,lifestyle,lifetime,lift,lifted,lifting,lifts,light,lighter,lighting,lightly,lightning,lights,lightweight,like,liked,likelihood,likely,likes,likewise,liking,limbs,lime,limit,limitation,limitations,limited,limiting,limits,lin,lincoln,linda,line,linear,lined,lines,lineup,lining,link,linked,linkedin,linking,links,linux,lion,lions,lip,lips,liquid,liquor,lisa,list,listed,listen,listened,listeners,listening,listing,listings,lists,lit,literacy,literally,literary,literature,litigation,litter,little,liu,live,lived,lively,liver,liverpool,lives,livestock,living,liz,ll,llc,load,loaded,loading,loads,loan,loans,lobby,local,locally,locals,locate,located,location,locations,lock,locked,locks,lodge,log,logged,logging,logic,logical,login,logistics,logo,logos,logs,lol,london,lone,lonely,long,longer,longest,look,looked,looking,lookout,looks,loop,loose,lord,los,lose,loses,losing,loss,losses,lost,lot,lots,lottery,louboutin,loud,louis,louisiana,lounge,love,loved,lovely,lover,lovers,loves,loving,low,lower,lowered,lowering,lowest,loyal,loyalty,lp,ltd,lucas,luck,luckily,lucky,lucrative,lucy,luggage,luke,lump,lunch,lung,lungs,lure,lush,luxurious,luxury,lv,lying,lynn,lyrics,ma,mac,machine,machinery,machines,mad,made,madison,madness,madrid,magazine,magazines,magic,magical,magnesium,magnetic,magnificent,magnitude,mail,mailing,main,maine,mainland,mainly,mainstream,maintain,maintained,maintaining,maintains,maintenance,major,majority,make,maker,makers,makes,makeup,making,malaysia,male,males,mall,mama,man,man&apos;s,manage,managed,management,manager,managers,manages,managing,manchester,mandate,mandatory,manhattan,manifest,manipulate,manipulation,mankind,manner,manning,mansion,manual,manually,manufacture,manufactured,manufacturer,manufacturers,manufacturing,manuscript,many,map,maple,mapping,maps,mar,marathon,marble,marc,march,marcus,margaret,margin,margins,maria,marie,marijuana,marina,marine,mario,maritime,mark,marked,marker,markers,market,marketed,marketers,marketing,marketplace,markets,marking,marks,marriage,marriages,married,marry,mars,marshall,martha,martial,martin,marvel,mary,maryland,mask,mason,mass,massachusetts,massage,masses,massive,master,master&apos;s,masters,mat,match,matched,matches,matching,mate,material,materials,mates,math,mathematical,mathematics,matrix,matt,matter,matters,matthew,mattress,mature,maturity,max,maximize,maximum,may,maybe,mayor,mba,mccain,md,me,meal,meals,mean,meaning,meaningful,meanings,means,meant,meantime,meanwhile,measure,measured,measurement,measurements,measures,measuring,meat,meats,mechanical,mechanics,mechanism,mechanisms,medal,media,median,mediation,medicaid,medical,medicare,medication,medications,medicine,medicines,medieval,meditation,mediterranean,medium,meds,meet,meeting,meetings,meets,mega,melbourne,melissa,melody,melt,member,members,membership,membrane,memorable,memorial,memories,memory,memphis,men,men&apos;s,mens,mental,mentality,mentally,mention,mentioned,mentioning,mentions,mentor,mentoring,mentors,menu,menus,mercedes,merchandise,merchant,merchants,mercury,mercy,mere,merely,merge,merger,merit,merits,merry,mesh,mess,message,messages,messaging,messenger,messiah,messy,met,meta,metabolic,metabolism,metal,metallic,metals,metaphor,meter,meters,method,methodology,methods,metres,metrics,metro,metropolitan,mexican,mexico,mg,mi,miami,mice,michael,michelle,michigan,micro,microphone,microsoft,microwave,mid,middle,midnight,midst,midwest,might,mighty,migration,mike,milan,mild,mile,mileage,miles,milestone,military,milk,mill,millennium,miller,million,millions,mills,milwaukee,min,mind,minded,minds,mindset,mine,mineral,minerals,mines,mini,miniature,minimal,minimize,minimum,mining,minister,ministers,ministries,ministry,minnesota,minor,minority,mint,minus,minute,minutes,miracle,miracles,mirror,mirrors,miserable,misery,misleading,miss,missed,missile,missing,mission,missions,mississippi,missouri,mistake,mistaken,mistakes,mitchell,mix,mixed,mixing,mixture,ml,mm,mo,mobile,mobility,mode,model,modeling,models,moderate,modern,modes,modest,modification,modifications,modified,modify,module,modules,moist,moisture,mold,molecular,molecules,mom,moment,moments,momentum,moms,mon,moncler,monday,monetary,money,monitor,monitored,monitoring,monitors,monk,monkey,monster,monsters,montana,month,monthly,months,montreal,monument,mood,moods,moon,moore,moral,morality,more,moreover,morgan,morning,morris,mortal,mortality,mortgage,mortgages,moscow,moses,moss,most,mostly,mother,mother&apos;s,mothers,motion,motivate,motivated,motivation,motive,motives,motor,motorcycle,motors,mount,mountain,mountains,mounted,mounting,mouse,mouth,move,moved,movement,movements,moves,movie,movies,moving,mp,mph,mr,mrs,ms,mt,much,mud,muhammad,mulberry,multi,multimedia,multiple,multitude,mum,mumbai,municipal,murder,murdered,murphy,murray,muscle,muscles,muscular,museum,museums,mushrooms,music,musical,musician,musicians,muslim,muslims,must,mutual,my,myriad,myself,mysteries,mysterious,mystery,myth,myths,na,nail,nails,naked,name,named,namely,names,naming,nancy,narrative,narrow,nasa,nashville,nasty,nathan,nation,nation&apos;s,national,nationally,nationals,nations,nationwide,native,nato,natural,naturally,nature,naughty,nausea,naval,navigate,navigation,navy,nazi,nba,nbc,nc,ncaa,nd,ne,near,nearby,nearest,nearly,neat,nebraska,necessarily,necessary,necessity,neck,necklace,need,needed,needing,needle,needles,needless,needs,negative,neglect,neglected,negligence,negotiate,negotiating,negotiation,negotiations,neighbor,neighborhood,neighborhoods,neighboring,neighbors,neil,neither,nelson,nepal,nerve,nerves,nervous,nest,net,netherlands,network,networking,networks,neutral,nevada,never,nevertheless,new,newborn,newer,newest,newly,news,newsletter,newspaper,newspapers,next,nexus,nfl,nhl,nhs,nice,nicely,niche,nicholas,nick,nicole,nicotine,nigeria,night,night&apos;s,nightmare,nights,nike,nine,nintendo,ninth,nj,no,noble,nobody,nod,nodded,node,nodes,noise,nokia,nominated,nomination,non,none,nonetheless,nonprofit,nonsense,noon,nor,norm,normal,normally,norman,north,northeast,northern,northwest,norway,nose,not,notable,notably,notch,note,notebook,noted,notes,nothing,notice,noticeable,noticed,notices,notification,notified,notify,noting,notion,nov,nova,novel,novels,november,novice,now,nowadays,nowhere,nsw,nuclear,nude,number,numbers,numerous,nurse,nursery,nurses,nursing,nut,nutrient,nutrients,nutrition,nutritional,nuts,ny,nyc,oak,oakland,oakley,obama,obama&apos;s,obedience,obese,obesity,obey,object,objective,objectives,objects,obligation,obligations,obscure,observation,observations,observe,observed,observer,observing,obsessed,obsession,obstacle,obstacles,obtain,obtained,obtaining,obvious,obviously,occasion,occasional,occasionally,occasions,occupation,occupational,occupied,occupy,occur,occurred,occurrence,occurring,occurs,ocean,oct,october,odd,odds,of,off,offenders,offense,offensive,offer,offered,offering,offerings,offers,office,officer,officers,offices,official,officially,officials,offline,offset,offshore,often,oh,ohio,oil,oils,ok,okay,oklahoma,old,older,oldest,olive,oliver,olympic,olympics,omega,on,once,one,one&apos;s,ones,oneself,ongoing,onion,onions,online,only,onset,ontario,onto,open,opened,opening,openings,openly,opens,opera,operate,operated,operates,operating,operation,operational,operations,operator,operators,opinion,opinions,opponent,opponents,opportunities,opportunity,oppose,opposed,opposing,opposite,opposition,opt,opted,optical,optimal,optimistic,optimization,optimize,optimized,optimum,option,optional,options,or,oracle,oral,orange,orbit,orchestra,order,ordered,ordering,orders,ordinance,ordinary,oregon,organ,organic,organisation,organisations,organised,organisms,organization,organization&apos;s,organizational,organizations,organize,organized,organizers,organizing,organs,orgasm,orientation,oriented,origin,original,originally,originated,origins,orlando,orleans,orthodox,os,oscar,other,others,otherwise,ottawa,ought,our,ours,ourselves,out,outbreak,outcome,outcomes,outdated,outdoor,outdoors,outer,outfit,outfits,outlet,outlets,outline,outlined,outlines,outlook,output,outreach,outright,outside,outsourcing,outstanding,outward,oven,over,overall,overcome,overhead,overlook,overlooked,overlooking,overly,overnight,overseas,oversight,overtime,overview,overweight,overwhelmed,overwhelming,owe,owed,owing,own,owned,owner,owners,ownership,owning,owns,oxford,oxygen,oz,pa,pace,pacific,pack,package,packaged,packages,packaging,packed,packet,packing,packs,pad,pads,page,pages,paid,pain,painful,pains,paint,painted,painting,paintings,pair,paired,pairs,pakistan,palace,pale,palestine,palestinian,palestinians,palm,pan,pandora,panel,panels,panic,pants,paper,papers,paperwork,par,parade,paradigm,paradise,paragraph,parajumpers,parallel,parameter,parameters,paramount,parent,parental,parenting,parents,paris,parish,park,parked,parker,parking,parks,parliament,parliamentary,part,partial,partially,participant,participants,participate,participated,participating,participation,particles,particular,particularly,parties,partly,partner,partners,partnership,partnerships,parts,party,pas,pass,passage,passages,passed,passenger,passengers,passes,passing,passion,passionate,passive,passport,password,passwords,past,pasta,paste,pastor,pat,patch,patches,patent,patents,path,paths,pathway,pathways,patience,patient,patient&apos;s,patients,patio,patrick,patrol,patrons,pattern,patterns,paul,paul&apos;s,pause,pavilion,pay,payable,payday,paying,payment,payments,paypal,payroll,pays,pc,pcs,pdf,peace,peaceful,peak,peaks,peanut,pearl,peculiar,pediatric,peel,peer,peers,pen,penalties,penalty,pencil,pending,penetration,peninsula,penis,penn,pennsylvania,penny,pension,people,people&apos;s,peoples,pepper,per,perceive,perceived,percent,percentage,perception,perceptions,perfect,perfection,perfectly,perform,performance,performances,performed,performer,performers,performing,performs,perfume,perhaps,period,periodically,periods,permanent,permanently,permission,permit,permits,permitted,perry,persistent,person,person&apos;s,personal,personalities,personality,personalized,personally,personnel,persons,perspective,perspectives,persuade,pertaining,pest,pet,pete,peter,petition,petroleum,pets,ph,pharmaceutical,pharmacies,pharmacy,phase,phases,phd,phenomena,phenomenal,phenomenon,phil,philadelphia,philip,philippines,phillips,philosophical,philosophy,phoenix,phone,phones,photo,photograph,photographer,photographers,photographic,photographs,photography,photos,photoshop,php,phrase,phrases,physical,physically,physician,physicians,physics,physique,piano,pic,pick,picked,picking,picks,pickup,picnic,pics,picture,pictured,pictures,pie,piece,pieces,pig,pigs,pile,pill,pillow,pills,pilot,pilots,pin,pine,pink,pins,pinterest,pioneer,pipe,pipeline,pipes,pirates,pit,pitch,pitcher,pitching,pittsburgh,pity,pixels,pizza,place,placed,placement,places,placing,plain,plains,plaintiff,plan,plane,planes,planet,planets,planned,planner,planners,planning,plans,plant,planted,planting,plants,plaque,plasma,plastic,plate,plates,platform,platforms,platinum,play,played,player,players,playground,playing,playoff,playoffs,plays,playstation,plaza,pleasant,please,pleased,pleasing,pleasure,pledge,plenty,plot,plug,plugin,plumbing,plus,pm,pocket,pockets,podcast,poem,poems,poet,poetry,point,pointed,pointing,points,poison,poker,poland,polar,pole,poles,police,policies,policy,polish,polished,polite,political,politically,politician,politicians,politics,poll,polls,pollution,polo,pond,pool,pools,poor,poorly,pop,pope,popped,popular,popularity,population,populations,porch,pores,pork,porn,port,portable,portal,portfolio,portion,portions,portland,portrait,portraits,portrayed,ports,portugal,pose,posed,poses,position,positioned,positioning,positions,positive,positively,possess,possessed,possesses,possession,possessions,possibilities,possibility,possible,possibly,post,postal,posted,poster,posters,posting,posts,posture,pot,potato,potatoes,potent,potential,potentially,pots,potter,pound,pounds,pour,poured,pouring,poverty,powder,power,powered,powerful,powers,pr,practical,practically,practice,practiced,practices,practicing,practitioner,practitioners,prada,praise,praised,pray,prayed,prayer,prayers,praying,pre,preaching,precautions,preceding,precious,precise,precisely,precision,predict,predictable,predicted,prediction,predictions,prefer,preferably,preference,preferences,preferred,pregnancy,pregnant,prejudice,preliminary,premature,premier,premiere,premise,premises,premium,premiums,prep,preparation,preparations,prepare,prepared,preparing,prescribed,prescription,prescriptions,presence,present,presentation,presentations,presented,presenting,presently,presents,preservation,preserve,preserved,preserving,presidency,president,president&apos;s,presidential,presidents,press,pressed,pressing,pressure,pressures,prestigious,presumably,pretend,pretty,prevalent,prevent,prevented,preventing,prevention,prevents,preview,previous,previously,prey,price,priced,prices,pricing,pride,priest,priests,primarily,primary,prime,primitive,prince,princess,principal,principle,principles,print,printable,printed,printer,printers,printing,prints,prior,priorities,priority,prison,prisoner,prisoners,privacy,private,privately,privilege,privileged,privileges,prize,prizes,pro,proactive,probability,probable,probably,probe,problem,problematic,problems,procedure,procedures,proceed,proceeded,proceeding,proceedings,proceeds,process,processed,processes,processing,processor,procurement,produce,produced,producer,producers,produces,producing,product,production,productions,productive,productivity,products,profession,professional,professionalism,professionally,professionals,professor,professors,profile,profiles,profit,profitability,profitable,profits,profound,program,programme,programmes,programming,programs,progress,progression,progressive,prohibited,project,projected,projection,projects,prolonged,prom,prominent,promise,promised,promises,promising,promo,promote,promoted,promotes,promoting,promotion,promotional,promotions,prompt,prompted,promptly,prone,pronounced,proof,propaganda,propecia,proper,properly,properties,property,prophecy,prophet,prophets,proportion,proportions,proposal,proposals,propose,proposed,proposition,proprietary,pros,prosecution,prospect,prospective,prospects,prosperity,prostate,protect,protected,protecting,protection,protective,protects,protein,proteins,protest,protests,protocol,protocols,prototype,proud,proudly,prove,proved,proven,proves,provide,provided,provider,providers,provides,providing,province,provinces,provincial,proving,provision,provisions,proximity,proxy,ps,psoriasis,psychiatric,psychic,psychological,psychology,pub,public,publication,publications,publicity,publicly,publish,published,publisher,publishers,publishing,puerto,pull,pulled,pulling,pulls,pulse,pump,pumping,pumpkin,pumps,punch,punishment,punk,pupils,puppies,puppy,purchase,purchased,purchases,purchasing,pure,purely,purity,purple,purpose,purposes,purse,purses,pursue,pursued,pursuing,pursuit,push,pushed,pushing,pussy,put,puts,putting,puzzle,qualification,qualifications,qualified,qualify,qualifying,qualities,quality,quantitative,quantities,quantity,quantum,quarter,quarterback,quarterly,quarters,quebec,queen,queens,queensland,queries,query,quest,question,questionable,questioned,questioning,questions,queue,quick,quicker,quickly,quiet,quietly,quilt,quit,quite,quiz,quote,quoted,quotes,rabbi,rabbit,race,races,rachel,racial,racing,racism,racist,rack,radar,radiation,radical,radio,rage,raid,rail,railroad,rails,railway,rain,rainbow,rainy,raise,raised,raises,raising,rally,ralph,ram,ramp,ran,ranch,random,randomly,randy,range,rangers,ranges,ranging,rank,ranked,ranking,rankings,ranks,rap,rape,rapid,rapidly,rare,rarely,rash,rat,rate,rated,rates,rather,rating,ratings,ratio,rational,rats,raw,ray,rays,rd,re,reach,reached,reaches,reaching,react,reaction,reactions,read,reader,readers,readily,reading,readings,reads,ready,real,realise,realised,realistic,realities,reality,realization,realize,realized,realizing,really,realm,rear,reason,reasonable,reasonably,reasoning,reasons,rebecca,rebel,rebellion,rebels,rebuild,recall,recalled,recalls,receipt,receive,received,receiver,receives,receiving,recent,recently,reception,recession,recipe,recipes,recipient,recipients,recognise,recognised,recognition,recognize,recognized,recognizes,recognizing,recommend,recommendation,recommendations,recommended,recommends,reconciliation,reconstruction,record,recorded,recording,recordings,records,recover,recovered,recovering,recovery,recreation,recreational,recruit,recruiting,recruitment,recurring,recycled,recycling,red,redemption,reduce,reduced,reduces,reducing,reduction,reductions,reed,reef,reel,refer,reference,references,referral,referrals,referred,referring,refers,refinance,refinancing,refined,reflect,reflected,reflecting,reflection,reflects,reform,reforms,refreshing,refrigerator,refuge,refugee,refugees,refund,refusal,refuse,refused,refuses,refusing,regain,regard,regarded,regarding,regardless,regards,regime,region,regional,regions,register,registered,registration,registry,regret,regular,regularly,regulate,regulated,regulation,regulations,regulators,regulatory,rehab,rehabilitation,reign,reinforce,reject,rejected,rejection,relate,related,relates,relating,relation,relations,relationship,relationships,relative,relatively,relatives,relax,relaxation,relaxed,relaxing,relay,release,released,releases,releasing,relevance,relevant,reliability,reliable,relied,relief,relies,relieve,relieved,religion,religions,religious,reluctant,rely,relying,remain,remainder,remained,remaining,remains,remarkable,remarkably,remarks,remedies,remedy,remember,remembered,remembering,remembers,remind,reminded,reminder,reminds,remote,remotely,removal,remove,removed,removes,removing,renaissance,render,rendered,rendering,renew,renewable,renewal,renewed,renovation,renowned,rent,rental,rentals,rented,renting,rep,repair,repaired,repairs,repay,repayment,repeat,repeated,repeatedly,repeating,replace,replaced,replacement,replacing,replica,replied,replies,reply,report,reported,reportedly,reporter,reporters,reporting,reports,repository,represent,representation,representative,representatives,represented,representing,represents,reproduction,reproductive,reps,republic,republican,republicans,reputable,reputation,request,requested,requesting,requests,require,required,requirement,requirements,requires,requiring,rescue,research,researched,researcher,researchers,researching,reservation,reservations,reserve,reserved,reserves,reservoir,reset,reside,residence,residency,resident,residential,residents,resist,resistance,resistant,resolution,resolutions,resolve,resolved,resort,resorts,resource,resources,respect,respected,respective,respectively,respects,respiratory,respond,responded,respondents,responding,responds,response,responses,responsibilities,responsibility,responsible,responsive,rest,restaurant,restaurants,resting,restoration,restore,restored,restoring,restrict,restricted,restriction,restrictions,result,resulted,resulting,results,resume,resurrection,retail,retailer,retailers,retain,retained,retaining,retention,retire,retired,retirement,retreat,retrieve,retro,return,returned,returning,returns,reunion,reuters,reveal,revealed,revealing,reveals,revelation,revenge,revenue,revenues,reverse,reversed,review,reviewed,reviewing,reviews,revised,revision,revival,revolution,revolutionary,reward,rewarded,rewarding,rewards,rhetoric,rhythm,ribbon,rice,rich,richard,richmond,rick,rid,ride,rider,riders,rides,ridge,ridiculous,riding,rifle,rig,right,righteous,righteousness,rightly,rights,rigid,rigorous,rim,ring,ringing,rings,rinse,rio,rip,ripe,ripped,rise,risen,rises,rising,risk,risks,risky,ritual,rival,rivals,river,rivers,road,roads,roast,roasted,rob,robert,roberts,robin,robinson,robot,robots,robust,rock,rocket,rocks,rocky,rod,rode,roger,rogers,role,roles,rolex,roll,rolled,roller,rolling,rolls,roman,romance,romans,romantic,rome,romney,ron,roof,roofing,rookie,room,rooms,root,rooted,roots,rope,rose,roses,ross,roster,rotation,rough,roughly,roulette,round,rounded,rounds,route,router,routes,routine,routinely,routines,row,rows,roy,royal,rs,rss,rub,rubber,rubbing,ruby,rude,rug,rugby,rugged,ruin,ruined,ruins,rule,ruled,ruler,rules,ruling,rumors,run,runner,runners,running,runs,runway,rural,rush,rushed,rushing,russell,russia,russian,ruth,rv,ryan,sa,sacramento,sacred,sacrifice,sad,saddle,sadly,sadness,safari,safe,safeguard,safely,safer,safety,sage,said,sail,sailing,saint,saints,sake,salad,salaries,salary,sale,sales,sally,salmon,salon,salt,salvation,sam,same,sample,samples,sampling,samsung,samuel,san,sanctions,sanctuary,sand,sandals,sands,sandwich,sandwiches,sandy,sang,santa,sap,sara,sarah,sat,satan,satellite,satisfaction,satisfactory,satisfied,satisfy,satisfying,saturated,saturday,sauce,saudi,savage,save,saved,saves,saving,savings,savvy,saw,say,saying,says,sc,scale,scales,scalp,scam,scan,scandal,scanning,scar,scare,scared,scarf,scars,scary,scattered,scenario,scenarios,scene,scenery,scenes,scenic,scent,schedule,scheduled,schedules,scheduling,scheme,schemes,scholar,scholars,scholarship,scholarships,school,school&apos;s,schools,science,sciences,scientific,scientist,scientists,scope,score,scored,scores,scoring,scotland,scott,scottish,scout,scouts,scrap,scratch,scream,screaming,screen,screening,screens,screw,screws,script,scripts,scripture,scriptures,scroll,scrutiny,sculpture,sd,se,sea,seafood,seal,sealed,seals,seamless,sean,search,searched,searches,searching,seas,season,seasonal,seasoned,seasons,seat,seated,seating,seats,seattle,sec,second,secondary,secondly,seconds,secret,secretary,secretly,secrets,section,sections,sector,sectors,secular,secure,secured,securing,securities,security,see,seed,seeds,seeing,seek,seekers,seeking,seeks,seem,seemed,seemingly,seems,seen,sees,segment,segments,seized,seldom,select,selected,selecting,selection,selections,selective,self,selfish,sell,seller,sellers,selling,sells,semester,seminar,seminars,senate,senator,senators,send,sending,sends,senior,seniors,sensation,sense,senses,sensible,sensitive,sensitivity,sensor,sensors,sensory,sent,sentence,sentenced,sentences,sentiment,seo,sep,separate,separated,separately,separation,september,sequel,sequence,sequences,serial,series,serious,seriously,servant,servants,serve,served,server,servers,serves,service,services,servicing,serving,session,sessions,set,sets,setting,settings,settle,settled,settlement,settlements,settling,setup,seven,seventh,several,severe,severely,severity,sewing,sex,sexual,sexuality,sexually,sexy,sf,shade,shades,shadow,shadows,shaft,shake,shaking,shall,shallow,shame,shampoo,shanghai,shape,shaped,shapes,shaping,share,shared,shareholders,shares,sharing,shark,sharks,sharon,sharp,sharply,she,shed,sheep,sheer,sheet,sheets,shelf,shell,shells,shelter,shelves,shepherd,sheriff,shield,shift,shifted,shifting,shifts,shine,shining,shiny,ship,shipped,shipping,ships,shirt,shirts,shock,shocked,shocking,shoe,shoes,shook,shoot,shooting,shoots,shop,shoppers,shopping,shops,shore,shores,short,shortage,shorter,shortly,shorts,shot,shots,should,shoulder,shoulders,shout,shouted,shouting,show,showcase,showed,shower,showers,showing,shown,shows,shrimp,shut,shuttle,shy,siblings,sick,sickness,side,sides,sierra,sigh,sight,sights,sign,signal,signals,signature,signatures,signed,significance,significant,significantly,signing,signs,sildenafil,silence,silent,silicon,silk,silly,silver,similar,similarities,similarly,simon,simple,simpler,simplest,simplicity,simply,simulation,simultaneously,sin,since,sincere,sincerely,sing,singapore,singer,singers,singh,singing,single,singles,singular,sink,sins,sip,sir,sister,sisters,sit,site,sites,sits,sitting,situated,situation,situations,six,sixteen,sixth,sixty,size,sized,sizes,skeptical,sketch,ski,skies,skiing,skill,skilled,skills,skin,skinny,skip,skirt,skull,sky,skype,slate,slave,slavery,slaves,sleek,sleep,sleeping,sleeve,sleeves,slept,slice,slid,slide,slides,sliding,slight,slightly,slim,slip,slipped,slope,slopes,slot,slots,slow,slowed,slower,slowing,slowly,small,smaller,smallest,smart,smarter,smartphone,smartphones,smell,smells,smile,smiled,smiles,smiling,smith,smoke,smoked,smokers,smoking,smooth,smoothly,sms,snack,snacks,snake,snap,snapped,sneak,sneakers,snow,so,soak,soap,soccer,social,socialist,socially,societies,society,socks,soda,sodium,sofa,soft,softly,software,soil,solar,sold,soldier,soldiers,sole,solely,solid,solidarity,solo,solution,solutions,solve,solved,solving,some,somebody,someday,somehow,someone,someone&apos;s,something,sometime,sometimes,somewhat,somewhere,son,song,songs,sons,sony,soon,sooner,soothing,sophisticated,sophomore,sore,sorry,sort,sorted,sorts,sought,soul,souls,sound,sounded,sounding,sounds,soundtrack,soup,sour,source,sources,south,southeast,southern,southwest,sovereign,soviet,sox,soy,spa,space,spaces,spacious,spain,spam,span,spanish,spare,spark,sparkling,spatial,speak,speaker,speakers,speaking,speaks,special,specialist,specialists,specialize,specialized,specializes,specializing,specially,specialty,species,specific,specifically,specification,specifications,specifics,specified,specify,spectacular,spectrum,speculation,speech,speeches,speed,speeds,speedy,spell,spelling,spells,spencer,spend,spending,spends,spent,sperm,sphere,spice,spices,spicy,spider,spike,spill,spin,spinal,spine,spinning,spiral,spirit,spirits,spiritual,spirituality,spite,splash,splendid,split,spoke,spoken,spokesman,sponsor,sponsored,sponsors,sponsorship,spoon,sport,sporting,sports,spot,spotlight,spots,spotted,spouse,spray,spread,spreading,spreads,spring,springs,sprint,spy,sq,sql,squad,square,squeeze,sri,st,stability,stable,stack,stadium,staff,staffing,stage,stages,stain,stainless,stains,stairs,stake,stakeholders,stakes,stamp,stamps,stance,stand,standard,standardized,standards,standing,standpoint,stands,stanford,stanley,star,stare,stared,staring,stark,starring,stars,start,started,starter,starters,starting,starts,startup,state,state&apos;s,stated,statement,statements,states,statewide,static,stating,station,stations,statistical,statistics,stats,statue,status,statute,statutory,stay,stayed,staying,stays,steadily,steady,steak,steal,stealing,steam,steel,steep,steer,steering,stellar,stem,stems,step,stephen,stepped,stepping,steps,stereo,sterling,stern,steve,steven,stewart,stick,sticking,sticks,sticky,stiff,still,stimulate,stimulating,stimulation,stimulus,stir,stock,stocks,stole,stolen,stomach,stone,stones,stood,stop,stopped,stopping,stops,storage,store,stored,stores,stories,storing,storm,storms,story,storytelling,stove,straight,straightforward,strain,strange,stranger,strangers,strap,straps,strategic,strategies,strategy,straw,streak,stream,streaming,streams,street,streets,strength,strengthen,strengthening,strengths,stress,stressed,stresses,stressful,stretch,stretched,stretches,stretching,strict,strictly,strike,strikes,striking,string,strings,strip,stripped,strips,strive,stroke,strokes,stroll,strong,stronger,strongest,strongly,struck,structural,structure,structured,structures,struggle,struggled,struggles,struggling,stuart,stuck,student,student&apos;s,students,students&apos;,studied,studies,studio,studios,study,studying,stuff,stuffed,stumbled,stunning,stupid,sturdy,style,styles,styling,stylish,sub,subject,subjected,subjective,subjects,submission,submissions,submit,submitted,submitting,subscribe,subscribers,subscription,subsequent,subsequently,subsidiary,subsidies,substance,substances,substantial,substantially,substitute,subtle,suburban,subway,succeed,succeeded,success,successes,successful,successfully,succession,such,suck,sucked,sucking,sucks,sudan,sudden,suddenly,sue,sued,suffer,suffered,suffering,suffers,sufficient,sufficiently,sugar,suggest,suggested,suggesting,suggestion,suggestions,suggests,suicide,suit,suitable,suite,suited,suites,suits,sum,summary,summer,summit,sums,sun,sunday,sunglasses,sunlight,sunny,sunset,sunshine,super,superb,superior,supermarket,supernatural,supervision,supervisor,supper,supplement,supplements,supplied,supplier,suppliers,supplies,supply,supplying,support,supported,supporter,supporters,supporting,supportive,supports,suppose,supposed,supposedly,supreme,sure,surely,surf,surface,surfaces,surfing,surge,surgeon,surgeons,surgery,surgical,surplus,surprise,surprised,surprises,surprising,surprisingly,surrender,surround,surrounded,surrounding,surroundings,surveillance,survey,surveyed,surveys,survival,survive,survived,surviving,survivors,susan,susceptible,suspect,suspected,suspects,suspended,suspension,suspicion,suspicious,sustain,sustainability,sustainable,sustained,swallow,swap,swear,sweat,sweden,swedish,sweep,sweeping,sweet,swelling,swept,swift,swiftly,swim,swimming,swing,swiss,switch,switched,switches,switching,switzerland,sword,sydney,symbol,symbolic,symbols,sympathy,symphony,symptom,symptoms,sync,syndrome,synthesis,synthetic,syria,syrian,syrup,system,systematic,systemic,systems,tab,table,tables,tablet,tablets,tabs,tackle,tactic,tactical,tactics,tadalafil,tag,tagged,tags,tail,tailor,tailored,taiwan,take,taken,takes,taking,tale,talent,talented,talents,tales,taliban,talk,talked,talking,talks,tall,taller,tampa,tan,tangible,tank,tanks,tap,tape,tapes,tapping,target,targeted,targeting,targets,task,tasks,taste,tasted,tastes,tasting,tasty,tattoo,taught,tax,taxation,taxes,taxi,taxpayer,taxpayers,taylor,tea,teach,teacher,teachers,teaches,teaching,teachings,team,team&apos;s,teams,tear,tears,tech,technical,technically,technician,technicians,technique,techniques,technological,technologies,technology,ted,tee,teen,teenage,teenager,teenagers,teens,teeth,telecommunications,telephone,television,tell,telling,tells,temperature,temperatures,template,templates,temple,temples,temporarily,temporary,temptation,tempted,ten,tenant,tenants,tend,tendency,tender,tends,tennessee,tennis,tens,tense,tension,tent,tents,tenure,term,terminal,termination,terms,terrace,terrain,terrible,terribly,terrific,territories,territory,terror,terrorism,terrorist,terrorists,terry,test,testament,tested,testimonials,testimony,testing,testosterone,tests,texas,text,texts,texture,th,thai,thailand,than,thank,thankful,thankfully,thanks,thanksgiving,that,thats,the,theater,theatre,thee,theft,their,theirs,them,theme,themed,themes,themselves,then,theological,theology,theoretical,theories,theory,therapeutic,therapies,therapist,therapists,therapy,there,thereafter,thereby,therefore,thereof,theres,thermal,these,thesis,they,thick,thickness,thighs,thin,thing,things,think,thinking,thinks,third,thirteen,thirty,this,thomas,thompson,thorough,thoroughly,those,thou,though,thought,thoughtful,thoughts,thousand,thousands,thread,threads,threat,threaten,threatened,threatening,threats,three,threshold,threw,thrill,thrilled,thrive,thriving,throat,throne,through,throughout,throw,throwing,thrown,throws,thru,thrust,thumb,thunder,thursday,thus,thy,thyroid,ticket,tickets,tide,tie,tied,tier,ties,tiffany,tiger,tigers,tight,tightly,tile,tiles,till,tim,timber,time,timeless,timeline,timely,times,timing,tin,tinnitus,tiny,tip,tips,tire,tired,tires,tissue,tissues,title,titled,titles,tits,tm,tms,to,toast,tobacco,today,today&apos;s,todd,toddler,toe,toes,together,toilet,tokyo,told,tolerance,tolerate,toll,tom,tomato,tomatoes,tomb,tommy,tomorrow,ton,tone,tones,tongue,tonight,tons,tony,too,took,tool,tools,tooth,top,topic,topical,topics,topped,tops,torah,torn,toronto,torque,torture,toss,tossed,total,totally,tote,touch,touched,touches,touching,tough,tour,touring,tourism,tourist,tourists,tournament,tournaments,tours,toward,towards,towel,towels,tower,towers,town,towns,township,toxic,toxins,toy,toyota,toys,trace,traces,track,tracked,tracking,tracks,tract,traction,trade,traded,trademark,trader,traders,trades,trading,tradition,traditional,traditionally,traditions,traffic,trafficking,tragedy,tragic,trail,trailer,trails,train,trained,trainer,trainers,training,trains,traits,transaction,transactions,transfer,transferred,transferring,transfers,transform,transformation,transformed,transforming,transit,transition,translate,translated,translation,transmission,transmitted,transparency,transparent,transplant,transport,transportation,transported,trap,trapped,trash,trauma,traumatic,travel,traveled,travelers,traveling,travelled,travelling,travels,tray,treasure,treasures,treasury,treat,treated,treating,treatment,treatments,treats,treaty,tree,trees,trek,tremendous,trend,trends,trendy,trial,trials,triangle,tribal,tribe,tribes,tribute,trick,tricks,tricky,tried,tries,trigger,triggered,triggers,trillion,trim,trinity,trio,trip,triple,trips,triumph,troops,trophy,tropical,trouble,troubled,troubles,trout,truck,trucks,true,truly,trunk,trust,trusted,trustee,trustees,trusts,trustworthy,truth,truths,try,trying,tub,tube,tubes,tucked,tuesday,tuition,tumor,tumors,tune,tuned,tunes,tuning,tunnel,turkey,turkish,turn,turned,turner,turning,turnover,turns,tutorial,tutorials,tv,tweet,tweets,twelve,twenty,twice,twilight,twin,twins,twist,twisted,twitter,two,tx,tyler,type,types,typical,typically,typing,uc,ugg,uggs,ugly,uh,ui,uk,uk&apos;s,ukraine,ultimate,ultimately,ultra,ultrasound,um,umbrella,un,unable,unacceptable,unaware,unbelievable,uncertain,uncertainty,uncle,unclear,uncomfortable,uncommon,unconscious,uncover,uncovered,under,undergo,undergoing,undergraduate,underground,underlying,underneath,understand,understandable,understanding,understands,understood,undertake,undertaken,undertaking,underwater,underway,underwear,undoubtedly,unemployed,unemployment,unexpected,unfair,unfamiliar,unfortunate,unfortunately,unhappy,unhealthy,unified,uniform,uniforms,union,unions,unique,uniquely,unit,unite,united,units,unity,universal,universe,universities,university,university&apos;s,unknown,unless,unlike,unlikely,unlimited,unlock,unnecessary,unpleasant,unprecedented,unsecured,unsure,until,unto,unusual,unveiled,unwanted,up,upcoming,update,updated,updates,updating,upgrade,upgraded,upgrades,upgrading,upload,uploaded,upon,upper,upright,ups,upset,upside,upstairs,upward,upwards,urban,urge,urged,urgent,urinary,urine,url,us,usa,usage,usb,usd,use,used,useful,useless,user,user&apos;s,users,uses,using,usual,usually,utah,utilities,utility,utilization,utilize,utilized,utilizing,utmost,utter,utterly,uv,va,vacation,vacations,vaccine,vacuum,vagina,vaginal,vague,valid,validation,validity,valley,valuable,valuation,value,valued,values,valve,vampire,van,vancouver,vanilla,variable,variables,variant,variation,variations,varied,varies,varieties,variety,various,vary,varying,vast,vat,ve,vegan,vegas,vegetable,vegetables,vegetarian,vegetation,veggies,vehicle,vehicles,vein,veins,velocity,vendor,vendors,venice,venture,ventures,venue,venues,venus,verbal,verdict,verification,verified,verify,verizon,vermont,versatile,verse,verses,version,versions,versus,vertical,very,vessel,vessels,vet,veteran,veterans,veterinary,vi,via,viable,viagra,vibe,vibrant,vibration,vice,vicinity,vicious,victim,victims,victor,victoria,victorian,victory,video,videos,vietnam,view,viewed,viewer,viewers,viewing,viewpoint,views,villa,village,villages,vincent,vinegar,vintage,vinyl,violated,violation,violations,violence,violent,vip,viral,virgin,virginia,virtual,virtually,virtue,virus,viruses,visa,visibility,visible,vision,visions,visit,visited,visiting,visitor,visitors,visits,vista,visual,visually,vital,vitality,vitamin,vitamins,vivid,vocabulary,vocal,vocals,vogue,voice,voices,void,voltage,volume,volumes,voluntary,volunteer,volunteering,volunteers,von,vote,voted,voter,voters,votes,voting,voyage,vs,vuitton,vulnerability,vulnerable,wa,wade,wage,wages,wagon,waist,wait,waited,waiting,wake,waking,wales,walk,walked,walker,walking,walks,wall,wallet,walls,walmart,walter,wander,wandering,wang,wanna,want,wanted,wanting,wants,war,ward,wardrobe,warehouse,warfare,warm,warmer,warming,warmth,warn,warned,warner,warning,warnings,warrant,warranty,warren,warrior,warriors,wars,was,wash,washed,washing,washington,waste,wasted,wasting,watch,watched,watches,watching,water,waterproof,waters,watson,wave,waves,wax,way,wayne,ways,we,weak,weaker,weakness,weaknesses,wealth,wealthy,weapon,weapons,wear,wearing,wears,weather,web,webinar,webpage,website,websites,wed,wedding,weddings,wednesday,weed,weeds,week,week&apos;s,weekend,weekends,weekly,weeks,weigh,weighed,weighing,weight,weights,weird,welcome,welcomed,welcoming,welfare,well,wellbeing,wellness,wells,welsh,went,were,west,western,wet,whale,what,whatever,whats,whatsoever,wheat,wheel,wheelchair,wheels,when,whenever,where,whereas,whereby,wherein,wherever,whether,which,whichever,while,whilst,whip,whispered,white,whitening,whites,who,whoever,whole,wholesale,wholly,whom,whose,why,wicked,wide,widely,wider,widespread,width,wife,wifi,wii,wiki,wikipedia,wild,wilderness,wildlife,will,william,williams,willing,willingness,wilson,win,wind,winding,window,windows,winds,wine,wines,wing,wings,winner,winners,winning,wins,winter,wipe,wiped,wire,wired,wireless,wires,wiring,wisconsin,wisdom,wise,wisely,wish,wished,wishes,wishing,wit,witch,with,withdraw,withdrawal,within,without,withstand,witness,witnessed,witnesses,wives,wizard,wo,woke,wolf,wolves,woman,woman&apos;s,women,women&apos;s,womens,won,wonder,wondered,wonderful,wonderfully,wondering,wonders,wont,wood,wooden,woods,wool,woolrich,word,wordpress,words,wore,work,worked,worker,workers,workflow,workforce,working,workout,workouts,workplace,works,worksheets,workshop,workshops,world,world&apos;s,worlds,worldwide,worn,worried,worries,worry,worrying,worse,worship,worst,worth,worthwhile,worthy,would,wound,wounded,wounds,wow,wrap,wrapped,wrapping,wrestling,wright,wrinkles,wrist,write,writer,writers,writes,writing,writings,written,wrong,wrote,www,xbox,xml,xp,ya,yacht,yahoo,yang,yard,yards,yarn,ye,yeah,year,year&apos;s,yearly,years,yeast,yellow,yep,yes,yesterday,yet,yield,yields,yo,yoga,yogurt,york,you,young,younger,youngest,youngsters,your,youre,yours,yourself,yourselves,youth,youthful,youtube,yr,yuan,zebra,zero,zhang,zinc,zip,zombie,zone,zones,zoo,zoom</list></variable></variables></scene></scenes></project><media name="U4L3-Crypto" app="Snap! 7, https://snap.berkeley.edu" version="2"></media></snapdata>