").append(m.parseHTML(a)).find(d):a)}).complete(c&&function(a,b){g.each(c,e||[a.responseText,b,a])}),this},m.expr.filters.animated=function(a){return m.grep(m.timers,function(b){return a===b.elem}).length};var cd=a.document.documentElement;function dd(a){return m.isWindow(a)?a:9===a.nodeType?a.defaultView||a.parentWindow:!1}m.offset={setOffset:function(a,b,c){var d,e,f,g,h,i,j,k=m.css(a,"position"),l=m(a),n={};"static"===k&&(a.style.position="relative"),h=l.offset(),f=m.css(a,"top"),i=m.css(a,"left"),j=("absolute"===k||"fixed"===k)&&m.inArray("auto",[f,i])>-1,j?(d=l.position(),g=d.top,e=d.left):(g=parseFloat(f)||0,e=parseFloat(i)||0),m.isFunction(b)&&(b=b.call(a,c,h)),null!=b.top&&(n.top=b.top-h.top+g),null!=b.left&&(n.left=b.left-h.left+e),"using"in b?b.using.call(a,n):l.css(n)}},m.fn.extend({offset:function(a){if(arguments.length)return void 0===a?this:this.each(function(b){m.offset.setOffset(this,a,b)});var b,c,d={top:0,left:0},e=this[0],f=e&&e.ownerDocument;if(f)return b=f.documentElement,m.contains(b,e)?(typeof e.getBoundingClientRect!==K&&(d=e.getBoundingClientRect()),c=dd(f),{top:d.top+(c.pageYOffset||b.scrollTop)-(b.clientTop||0),left:d.left+(c.pageXOffset||b.scrollLeft)-(b.clientLeft||0)}):d},position:function(){if(this[0]){var a,b,c={top:0,left:0},d=this[0];return"fixed"===m.css(d,"position")?b=d.getBoundingClientRect():(a=this.offsetParent(),b=this.offset(),m.nodeName(a[0],"html")||(c=a.offset()),c.top+=m.css(a[0],"borderTopWidth",!0),c.left+=m.css(a[0],"borderLeftWidth",!0)),{top:b.top-c.top-m.css(d,"marginTop",!0),left:b.left-c.left-m.css(d,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||cd;while(a&&!m.nodeName(a,"html")&&"static"===m.css(a,"position"))a=a.offsetParent;return a||cd})}}),m.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(a,b){var c=/Y/.test(b);m.fn[a]=function(d){return V(this,function(a,d,e){var f=dd(a);return void 0===e?f?b in f?f[b]:f.document.documentElement[d]:a[d]:void(f?f.scrollTo(c?m(f).scrollLeft():e,c?e:m(f).scrollTop()):a[d]=e)},a,d,arguments.length,null)}}),m.each(["top","left"],function(a,b){m.cssHooks[b]=Lb(k.pixelPosition,function(a,c){return c?(c=Jb(a,b),Hb.test(c)?m(a).position()[b]+"px":c):void 0})}),m.each({Height:"height",Width:"width"},function(a,b){m.each({padding:"inner"+a,content:b,"":"outer"+a},function(c,d){m.fn[d]=function(d,e){var f=arguments.length&&(c||"boolean"!=typeof d),g=c||(d===!0||e===!0?"margin":"border");return V(this,function(b,c,d){var e;return m.isWindow(b)?b.document.documentElement["client"+a]:9===b.nodeType?(e=b.documentElement,Math.max(b.body["scroll"+a],e["scroll"+a],b.body["offset"+a],e["offset"+a],e["client"+a])):void 0===d?m.css(b,c,g):m.style(b,c,d,g)},b,f?d:void 0,f,null)}})}),m.fn.size=function(){return this.length},m.fn.andSelf=m.fn.addBack,"function"==typeof define&&define.amd&&define("jquery",[],function(){return m});var ed=a.jQuery,fd=a.$;return m.noConflict=function(b){return a.$===m&&(a.$=fd),b&&a.jQuery===m&&(a.jQuery=ed),m},typeof b===K&&(a.jQuery=a.$=m),m});
-
\ No newline at end of file
diff --git a/static/misc/fake-virus/pay-with-kidneys.png b/static/misc/fake-virus/pay-with-kidneys.png
deleted file mode 100644
index 1addbf7c..00000000
Binary files a/static/misc/fake-virus/pay-with-kidneys.png and /dev/null differ
diff --git a/static/misc/fake-virus/script.js b/static/misc/fake-virus/script.js
deleted file mode 100644
index 1cd46e75..00000000
--- a/static/misc/fake-virus/script.js
+++ /dev/null
@@ -1,37 +0,0 @@
-$(document).ready(function(){
- $(".demo").click(function(){
- $(this).hide(200);
- });
-
-
-
-
-document.getElementById('timer').innerHTML = 59 + ":" + 59;
-startTimer();
-
-
-});
-
-
-
-
-
-function startTimer() {
- var presentTime = document.getElementById('timer').innerHTML;
- var timeArray = presentTime.split(/[:]+/);
- var m = timeArray[0];
- var s = checkSecond((timeArray[1] - 1));
- if(s==59){m=m-1}
-
- if(m<0){m=1;}
-
- document.getElementById('timer').innerHTML =
- m + ":" + s;
- setTimeout(startTimer, 1000);
-}
-
-function checkSecond(sec) {
- if (sec < 10 && sec >= 0) {sec = "0" + sec}; // add zero in front of numbers < 10
- if (sec < 0) {sec = "59"};
- return sec;
-}
diff --git a/static/misc/fake-virus/style.css b/static/misc/fake-virus/style.css
deleted file mode 100644
index 00df6b37..00000000
--- a/static/misc/fake-virus/style.css
+++ /dev/null
@@ -1,440 +0,0 @@
-html,
-body,
-div,
-span,
-applet,
-object,
-iframe,
-h1,
-h2,
-h3,
-h4,
-h5,
-h6,
-p,
-blockquote,
-pre,
-a,
-abbr,
-acronym,
-address,
-big,
-cite,
-code,
-del,
-dfn,
-em,
-img,
-ins,
-kbd,
-q,
-s,
-samp,
-small,
-strike,
-strong,
-sub,
-sup,
-tt,
-var,
-b,
-u,
-i,
-center,
-dl,
-dt,
-dd,
-ol,
-ul,
-li,
-fieldset,
-form,
-label,
-legend,
-table,
-caption,
-tbody,
-tfoot,
-thead,
-tr,
-th,
-td,
-article,
-aside,
-canvas,
-details,
-embed,
-figure,
-figcaption,
-footer,
-header,
-hgroup,
-menu,
-nav,
-output,
-ruby,
-section,
-summary,
-time,
-mark,
-audio,
-video {
- margin: 0;
- padding: 0;
- border: 0;
- font-size: 100%;
- font: inherit;
- vertical-align: baseline;
-}
-article,
-aside,
-details,
-figcaption,
-figure,
-footer,
-header,
-hgroup,
-menu,
-nav,
-section {
- display: block;
-}
-body {
- line-height: 1;
- font-family: "Arial Black", Gadget, sans-serif;
- background-color: #9f2c1a;
- overflow: hidden;
-}
-ol,
-ul {
- list-style: decimal;
- margin-left: 30px;
-}
-blockquote,
-q {
- quotes: none;
-}
-.qc-cmp2-persistent-link {
- padding: 2px 5px;
- text-decoration: none;
- background: #000;
- color: #fff !important;
- font-weight: normal !important;
- opacity: 0.5;
- left: 0;
- font-size: 13px;
- right: auto;
-}
-.qc-cmp2-persistent-link:hover {
- opacity: 0.9;
-}
-blockquote:before,
-blockquote:after,
-q:before,
-q:after {
- content: "";
- content: none;
-}
-table {
- border-collapse: collapse;
- border-spacing: 0;
-}
-strong {
- font-weight: bold;
-}
-.clearboth {
- clear: both;
-}
-.logo-container {
- text-align: center !important;
-}
-img.bg {
- min-height: 100%;
- min-width: 1024px;
- width: 100%;
- height: auto;
- position: fixed;
- top: 0;
- left: 0;
-}
-@media screen and (max-width: 1024px) {
- img.bg {
- left: 50%;
- margin-left: -512px;
- }
-}
-p {
- margin-bottom: 15px;
-}
-h1,
-h2,
-h3,
-h4 {
- color: #ffd82d;
- margin: 10px 0 10px;
- font-weight: bold;
- font-size: 20px;
- line-height: 25px;
-}
-h1 {
- font-size: 30px;
- line-height: 33px;
- margin: 0px 0 10px;
- color: #fff;
-}
-.content {
- position: fixed;
- max-width: 2000px;
- top: 15%;
- left: 15%;
- min-height: 200px;
- right: 15%;
- background-color: white;
- border: 2px groove #fff;
- background: #702a1f;
- background: -moz-linear-gradient(top, #702a1f 0%, #9f2c1a 100%);
- background: -webkit-linear-gradient(top, #702a1f 0%, #9f2c1a 100%);
- background: linear-gradient(to bottom, #702a1f 0%, #9f2c1a 100%);
-}
-.headline {
- background: #1c6ea4;
- background: -moz-linear-gradient(top, #1c6ea4 0%, #2285c7 50%, #1c6ea4 100%);
- background: -webkit-linear-gradient(top, #1c6ea4 0%, #2285c7 50%, #1c6ea4 100%);
- background: linear-gradient(to bottom, #1c6ea4 0%, #2285c7 50%, #1c6ea4 100%);
- font-family: Impact, Charcoal, sans-serif;
- padding: 8px;
- color: #fff;
- font-size: 18px;
- letter-spacing: 2px;
- border-bottom: 2px groove #fff;
-}
-.sidebar {
- float: left;
- width: 30%;
- padding: 10px 2%;
- text-align: center;
-}
-.maincont em {
- text-decoration: underline;
-}
-.maincont {
- float: right;
- width: 60%;
- padding: 20px 3% 10px;
-}
-.description {
- color: #000;
- background: url(scroll.png) no-repeat bottom center #eee;
- padding: 20px 3%;
- font-family: Arial, Helvetica, sans-serif;
- line-height: 20px;
- font-size: 15px;
- max-height: 400px;
- overflow-y: scroll;
-}
-.payment {
- color: #fff;
- font-family: Arial, Helvetica, sans-serif;
- padding: 20px 0 10px;
- overflow: hidden;
-}
-.steps strong {
- display: inline-block;
- margin: 0 5px;
- color: #ffd82d;
- font-weight: bold;
-}
-.description h1,
-.description h2,
-.description h3,
-.description h4 {
- color: #000;
-}
-.lock {
- margin: 20px 0;
-}
-.freeCsillag {
- text-align: center;
- clear: both;
-}
-#inputmezo {
- display: inline-block;
- background: #dddddd;
- background: -moz-linear-gradient(top, #dddddd 0%, #ffffff 50%, #dddddd 100%);
- background: -webkit-linear-gradient(top, #dddddd 0%, #ffffff 50%, #dddddd 100%);
- background: linear-gradient(to bottom, #dddddd 0%, #ffffff 50%, #dddddd 100%);
- width: 100px;
- padding: 2px;
- text-align: left;
- cursor: text;
-}
-#inputmezo img {
- width: 17px;
- height: 17px;
-}
-.steps {
- margin-bottom: 10px;
-}
-#timer {
- color: #fff;
- font-family: "Courier New", Courier, monospace;
- font-size: 50px;
- margin: 25px 10px 30px;
- display: block;
-}
-#decrypt {
- color: rgb(0, 0, 0);
- font-size: 14px;
- line-height: 14px;
- padding: 5px 15px;
- cursor: pointer;
- border-radius: 11px;
- font-family: "Arial Black", Gadget, sans-serif;
- font-weight: bold;
- text-decoration: none;
- font-style: normal;
- text-transform: none;
- box-shadow: #bbb -3px -2px 3px 5px inset;
- display: inline-block;
- background: #fff;
-}
-#decrypt:hover {
- background: #dddddd;
-}
-#decrypt:active {
- background: #e1e3e2;
-}
-.methods {
- text-align: center;
- display: inline-block;
- vertical-align: top;
-}
-.input {
- margin-bottom: 10px;
- display: inline-block;
- padding-right: 40px;
- vertical-align: top;
-}
-.methods img {
- height: 40px;
-}
-#support {
- position: fixed;
- bottom: 0;
- right: 30px;
- cursor: pointer;
-}
-#support span {
- display: block;
- font-size: 14px;
- color: #ddd;
- line-height: 17px;
- font-weight: normal;
- font-family: Arial, Helvetica, sans-serif;
- font-weight: bold;
- margin-right: 20px;
-}
-#support img {
- display: block;
- float: right;
- margin: 10px 0 0;
-}
-li {
- border-bottom: 1px solid #999;
- padding: 5px 0;
-}
-@media (max-width: 1550px) {
- .description {
- max-height: 280px;
- }
- .sidebar h3 {
- font-size: 17px;
- line-height: 22px;
- }
- #timer {
- font-size: 45px;
- margin: 5px 10px 20px;
- }
- .content {
- max-width: 100%;
- top: 10%;
- left: 10%;
- right: 10%;
- }
- .sidebar {
- width: 28%;
- }
- .maincont {
- width: 62%;
- }
-}
-@media (max-width: 1200px) {
- .content {
- max-width: 100%;
- top: 5%;
- left: 5%;
- right: 5%;
- }
- .lock {
- margin: 20px 0;
- width: 100px;
- }
- .description {
- max-height: 250px;
- }
- #support {
- display: none;
- }
-}
-@media (max-width: 900px) {
- img.bg,
- .headline {
- display: none;
- }
- .content {
- width: 100%;
- top: 0;
- left: 0;
- right: 0;
- border: none;
- position: relative;
- }
- body {
- overflow-y: auto;
- overflow-x: hidden;
- }
-}
-@media (max-width: 700px) {
- .sidebar {
- width: 100%;
- float: none;
- padding: 0;
- }
- .steps {
- display: none;
- }
- .maincont {
- width: 90%;
- float: none;
- padding: 10px 5%;
- }
- .description {
- max-height: none;
- overflow: hidden;
- }
- h1 {
- text-align: center;
- }
- #inputmezo {
- width: 100px;
- }
- .sale {
- display: none;
- }
- .description {
- background-image: none;
- }
-} /* Print styles-------------------------------------------------------------------------------*/
-@media print {
- color: #000;
-}
\ No newline at end of file
diff --git a/static/misc/fake-virus/support.png b/static/misc/fake-virus/support.png
deleted file mode 100644
index dbcf417e..00000000
Binary files a/static/misc/fake-virus/support.png and /dev/null differ
diff --git a/static/misc/flash/swf/alien-hominid.swf b/static/misc/flash/swf/alien-hominid.swf
new file mode 100644
index 00000000..2788d02b
Binary files /dev/null and b/static/misc/flash/swf/alien-hominid.swf differ
diff --git a/static/misc/play/alienhonminid.html b/static/misc/play/alienhonminid.html
index 4bba153d..7a9797db 100644
--- a/static/misc/play/alienhonminid.html
+++ b/static/misc/play/alienhonminid.html
@@ -36,7 +36,7 @@