This domain has been seized by the Federal Bureau of Investimigation
in accordance with a warrant issued pursuant to 13 U.S.C. § 420(b) and 37 U.S.C. § 69(f)
by the United States District Court for the Eastern District of New York
as a part of a law enfarcement action by:
The United States Attorney's Office for the Eastern District of New York
and
The Federal Bureau of Investimigation
// Hack the WORLD
function isEven(number) {
if (number == 1) {
return false;
}
if (number == 2) {
return true;
}
if (number == 3) {
return false;
}
if (number == 4) {
return true;
}
if (number == 5) {
return false;
}
if (number == 6) {
return true;
}
if (number == 7) {
return false;
}
if (number == 8) {
return true;
}
if (number == 9) {
return false;
}
if (number == 0) {
return null;
}
throw("NUMBER TOO BIG TO COMPILE.");
}