00:00
00:00
View Profile Fautzo
do you like clownz too??????

Zack @Fautzo

Age 91, Male

Devil's Slave

hell

Joined on 10/11/05

Level:
9
Exp Points:
880 / 900
Exp Rank:
74,419
Vote Power:
5.16 votes
Rank:
Town Watch
Global Rank:
68,923
Blams:
11
Saves:
90
B/P Bonus:
2%
Whistle:
Normal
Trophies:
1
Medals:
58
Gear:
1

Fautzo's News

Posted by Fautzo - October 28th, 2008


REPRESENT!!

Homie G's in The House..............


Posted by Fautzo - October 18th, 2008


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml 1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>zackyboy2</title>
<script type="text/javascript" src="http://js.ngfiles.com/ng_publish.
js?1224266103"></script>
<!-- JS -->

<script type="text/javascript">
// <![CDATA[

// ==================== Code for handling the AJAX login box ========================
// We're embedding this here, rather than in a .js, because we need to guarantee it's loaded just below

var u_cookie = "NG_GG_username";
var pm_count_cookie_name = "unread_PMs";
var unread_pm_count = 0;
var page_is_dynamic = true;
var user_logged_in = true;

function ReturnCookie(this_name)
{
var parts = document.cookie.split(';');
var sub_parts;

for(var i=0; i<parts.length; i++)
{
sub_parts = parts[i].split('=');

sub_parts[0] = sub_parts[0].replace(/\s/, '');
if(sub_parts[0] == this_name)
{
return(unescape(sub_parts[1]));
}
}

// If we're here, we didn't find the cookie
return(null);
}

// Set cookies from JavaScript using this - swiped from http://www.dustindiaz.com/top-ten-java script/
function SetCookie(name, value, expires)
{
if(typeof expires == "undefined")
{
expires = 0;
}

var today = new Date();
today.setTime(today.getTime());

if(expires)
{
expires = expires * 1000 * 60 * 60 * 24;
}
var expires_date = new Date(today.getTime() + expires);

document.cookie = name + '=' + escape(value) + ((expires) ? ';expires='+expires_date.toGMTString() : '' ) + ';path=/;domain=.newgrounds.com';
}

function DivSwap(old_div_id, new_div_id)
{
var old_div = document.getElementById(old_div_id);
var new_div = document.getElementById(new_div_id);

if((old_div) && (new_div))
{
new_div.style.display = "block";
old_div.style.display = "none";
}
}

function IsSoftLoggedIn()
{
return((ReturnCookie(String.fromCharCo de(118,109,107,49,100,117,53,108,56,10 9)) != null) || (ReturnCookie(String.fromCharCode(118,
109,107,108,100,117,53,73,56,109)) != null));
}

function LoadLoginBox()
{
// Let's make sure the browser isn't preserving some weird state
if(!(typeof request_in_progress == "undefined"))
{
// This variable may not have been loaded yet, since it's coming from a .js file
request_in_progress = false;
}

// Always see if they've got a username cookie to put as a default value in the login box
var username = ReturnCookie(u_cookie);
if(username != null)
{
document.getElementById("lb_username")
.value = username;
}

// Also always check for a # of unread PMs, handed off from PHP
if(unread_pm_count != null)
{
// Got a value, set it and store it in a cookie
SetUnreadPMCount(unread_pm_count);
}
else
{
// Didn't get a value. See if we've got anything stored from before, in a cookie
var unread_pm_count_cookie = ReturnCookie(pm_count_cookie_name);
if((unread_pm_count_cookie != null) && (unread_pm_count_cookie > 0))
{
Set
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml 1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>zackyboy2</title>
<script type="text/javascript" src="http://js.ngfiles.com/ng_publish.
js?1224266103"></script>
<!-- JS -->

<script type="text/javascript">
// <![CDATA[

// ==================== Code for handling the AJAX login box ========================
// We're embedding this here, rather than in a .js, because we need to guarantee it's loaded just below

var u_cookie = "NG_GG_username";
var pm_count_cookie_name = "unread_PMs";
var unread_pm_count = 0;
var page_is_dynamic = true;
var user_logged_in = true;

function ReturnCookie(this_name)
{
var parts = document.cookie.split(';');
var sub_parts;

for(var i=0; i<parts.length; i++)
{
sub_parts = parts[i].split('=');

sub_parts[0] = sub_parts[0].replace(/\s/, '');
if(sub_parts[0] == this_name)
{
return(unescape(sub_parts[1]));
}
}

// If we're here, we didn't find the cookie
return(null);
}

// Set cookies from JavaScript using this - swiped from http://www.dustindiaz.com/top-ten-java script/
function SetCookie(name, value, expires)
{
if(typeof expires == "undefined")
{
expires = 0;
}

var today = new Date();
today.setTime(today.getTime());

if(expires)
{
expires = expires * 1000 * 60 * 60 * 24;
}
var expires_date = new Date(today.getTime() + expires);

document.cookie = name + '=' + escape(value) + ((expires) ? ';expires='+expires_date.toGMTString() : '' ) + ';path=/;domain=.newgrounds.com';
}

function DivSwap(old_div_id, new_div_id)
{
var old_div = document.getElementById(old_div_id);
var new_div = document.getElementById(new_div_id);

if((old_div) && (new_div))
{
new_div.style.display = "block";
old_div.style.display = "none";
}
}

function IsSoftLoggedIn()
{
return((ReturnCookie(String.fromCharCo de(118,109,107,49,100,117,53,108,56,10 9)) != null) || (ReturnCookie(String.fromCharCode(118,
109,107,108,100,117,53,73,56,109)) != null));
}

function LoadLoginBox()
{
// Let's make sure the browser isn't preserving some weird state
if(!(typeof request_in_progress == "undefined"))
{
// This variable may not have been loaded yet, since it's coming from a .js file
request_in_progress = false;
}

// Always see if they've got a username cookie to put as a default value in the login box
var username = ReturnCookie(u_cookie);
if(username != null)
{
document.getElementById("lb_username")
.value = username;
}

// Also always check for a # of unread PMs, handed off from PHP
if(unread_pm_count != null)
{
// Got a value, set it and store it in a cookie
SetUnreadPMCount(unread_pm_count);
}
else
{
// Didn't get a value. See if we've got anything stored from before, in a cookie
var unread_pm_count_cookie = ReturnCookie(pm_count_cookie_name);
if((unread_pm_count_cookie != null) && (unread_pm_count_cookie > 0))
{
Set
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml 1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>zackyboy2</title>
<script type="text/javascript" src="http://js.ngfiles.com/ng_publish.
js?1224266103"></script>
<!-- JS -->

<script type="text/javascript">
// <![CDATA[

// ==================== Code for handling the AJAX login box ========================
// We're embedding this here, rather than in a .js, because we need to guarantee it's loaded just below

var u_cookie = "NG_GG_username";
var pm_count_cookie_name = "unread_PMs";
var unread_pm_count = 0;
var page_is_dynamic = true;
var user_logged_in = true;

function ReturnCookie(this_name)
{
var parts = document.cookie.split(';');
var sub_parts;

for(var i=0; i<parts.length; i++)
{
sub_parts = parts[i].split('=');

sub_parts[0] = sub_parts[0].replace(/\s/, '');
if(sub_parts[0] == this_name)
{
return(unescape(sub_parts[1]));
}
}

// If we're here, we didn't find the cookie
return(null);
}

// Set cookies from JavaScript using this - swiped from http://www.dustindiaz.com/top-ten-java script/
function SetCookie(name, value, expires)
{
if(typeof expires == "undefined")
{
expires = 0;
}

var today = new Date();
today.setTime(today.getTime());

if(expires)
{
expires = expires * 1000 * 60 * 60 * 24;
}
var expires_date = new Date(today.getTime() + expires);

document.cookie = name + '=' + escape(value) + ((expires) ? ';expires='+expires_date.toGMTString() : '' ) + ';path=/;domain=.newgrounds.com';
}

function DivSwap(old_div_id, new_div_id)
{
var old_div = document.getElementById(old_div_id);
var new_div = document.getElementById(new_div_id);

if((old_div) && (new_div))
{
new_div.style.display = "block";
old_div.style.display = "none";
}
}

function IsSoftLoggedIn()
{
return((ReturnCookie(String.fromCharCo de(118,109,107,49,100,117,53,108,56,10 9)) != null) || (ReturnCookie(String.fromCharCode(118,
109,107,108,100,117,53,73,56,109)) != null));
}

function LoadLoginBox()
{
// Let's make sure the browser isn't preserving some weird state
if(!(typeof request_in_progress == "undefined"))
{
// This variable may not have been loaded yet, since it's coming from a .js file
request_in_progress = false;
}

// Always see if they've got a username cookie to put as a default value in the login box
var username = ReturnCookie(u_cookie);
if(username != null)
{
document.getElementById("lb_username")
.value = username;
}

// Also always check for a # of unread PMs, handed off from PHP
if(unread_pm_count != null)
{
// Got a value, set it and store it in a cookie
SetUnreadPMCount(unread_pm_count);
}
else
{
// Didn't get a value. See if we've got anything stored from before, in a cookie
var unread_pm_count_cookie = ReturnCookie(pm_count_cookie_name);
if((unread_pm_count_cookie != null) && (unread_pm_count_cookie > 0))
{
Set
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml 1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>zackyboy2</title>
<script type="text/javascript" src="http://js.ngfiles.com/ng_publish.
js?1224266103"></script>
<!-- JS -->

<script type="text/javascript">
// <![CDATA[

// ==================== Code for handling the AJAX login box ========================
// We're embedding this here, rather than in a .js, because we need to guarantee it's loaded just below

var u_cookie = "NG_GG_username";
var pm_count_cookie_name = "unread_PMs";
var unread_pm_count = 0;
var page_is_dynamic = true;
var user_logged_in = true;

function ReturnCookie(this_name)
{
var parts = document.cookie.split(';');
var sub_parts;

for(var i=0; i<parts.length; i++)
{
sub_parts = parts[i].split('=');

sub_parts[0] = sub_parts[0].replace(/\s/, '');
if(sub_parts[0] == this_name)
{
return(unescape(sub_parts[1]));
}
}

// If we're here, we didn't find the cookie
return(null);
}

// Set cookies from JavaScript using this - swiped from http://www.dustindiaz.com/top-ten-java script/
function SetCookie(name, value, expires)
{
if(typeof expires == "undefined")
{
expires = 0;
}

var today = new Date();
today.setTime(today.getTime());

if(expires)
{
expires = expires * 1000 * 60 * 60 * 24;
}
var expires_date = new Date(today.getTime() + expires);

document.cookie = name + '=' + escape(value) + ((expires) ? ';expires='+expires_date.toGMTString() : '' ) + ';path=/;domain=.newgrounds.com';
}

function DivSwap(old_div_id, new_div_id)
{
var old_div = document.getElementById(old_div_id);
var new_div = document.getElementById(new_div_id);

if((old_div) && (new_div))
{
new_div.style.display = "block";
old_div.style.display = "none";
}
}

function IsSoftLoggedIn()
{
return((ReturnCookie(String.fromCharCo de(118,109,107,49,100,117,53,108,56,10 9)) != null) || (ReturnCookie(String.fromCharCode(118,
109,107,108,100,117,53,73,56,109)) != null));
}

function LoadLoginBox()
{
// Let's make sure the browser isn't preserving some weird state
if(!(typeof request_in_progress == "undefined"))
{
// This variable may not have been loaded yet, since it's coming from a .js file
request_in_progress = false;
}

// Always see if they've got a username cookie to put as a default value in the login box
var username = ReturnCookie(u_cookie);
if(username != null)
{
document.getElementById("lb_username")
.value = username;
}

// Also always check for a # of unread PMs, handed off from PHP
if(unread_pm_count != null)
{
// Got a value, set it and store it in a cookie
SetUnreadPMCount(unread_pm_count);
}
else
{
// Didn't get a value. See if we've got anything stored from before, in a cookie
var unread_pm_count_cookie = ReturnCookie(pm_count_cookie_name);
if((unread_pm_count_cookie != null) && (unread_pm_count_cookie > 0))
{
Set
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml 1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>zackyboy2</title>
<script type="text/javascript" src="http://js.ngfiles.com/ng_publish.
js?1224266103"></script>
<!-- JS -->

<script type="text/javascript">
// <![CDATA[

// ==================== Code for handling the AJAX login box ========================
// We're embedding this here, rather than in a .js, because we need to guarantee it's loaded just below

var u_cookie = "NG_GG_username";
var pm_count_cookie_name = "unread_PMs";
var unread_pm_count = 0;
var page_is_dynamic = true;
var user_logged_in = true;

function ReturnCookie(this_name)
{
var parts = document.cookie.split(';');
var sub_parts;

for(var i=0; i<parts.length; i++)
{
sub_parts = parts[i].split('=');

sub_parts[0] = sub_parts[0].replace(/\s/, '');
if(sub_parts[0] == this_name)
{
return(unescape(sub_parts[1]));
}
}

// If we're here, we didn't find the cookie
return(null);
}

// Set cookies from JavaScript using this - swiped from http://www.dustindiaz.com/top-ten-java script/
function SetCookie(name, value, expires)
{
if(typeof expires == "undefined")
{
expires = 0;
}

var today = new Date();
today.setTime(today.getTime());

if(expires)
{
expires = expires * 1000 * 60 * 60 * 24;
}
var expires_date = new Date(today.getTime() + expires);

document.cookie = name + '=' + escape(value) + ((expires) ? ';expires='+expires_date.toGMTString() : '' ) + ';path=/;domain=.newgrounds.com';
}

function DivSwap(old_div_id, new_div_id)
{
var old_div = document.getElementById(old_div_id);
var new_div = document.getElementById(new_div_id);

if((old_div) && (new_div))
{
new_div.style.display = "block";
old_div.style.display = "none";
}
}

function IsSoftLoggedIn()
{
return((ReturnCookie(String.fromCharCo de(118,109,107,49,100,117,53,108,56,10 9)) != null) || (ReturnCookie(String.fromCharCode(118,
109,107,108,100,117,53,73,56,109)) != null));
}

function LoadLoginBox()
{
// Let's make sure the browser isn't preserving some weird state
if(!(typeof request_in_progress == "undefined"))
{
// This variable may not have been loaded yet, since it's coming from a .js file
request_in_progress = false;
}

// Always see if they've got a username cookie to put as a default value in the login box
var username = ReturnCookie(u_cookie);
if(username != null)
{
document.getElementById("lb_username")
.value = username;
}

// Also always check for a # of unread PMs, handed off from PHP
if(unread_pm_count != null)
{
// Got a value, set it and store it in a cookie
SetUnreadPMCount(unread_pm_count);
}
else
{
// Didn't get a value. See if we've got anything stored from before, in a cookie
var unread_pm_count_cookie = ReturnCookie(pm_count_cookie_name);
if((unread_pm_count_cookie != null) && (unread_pm_count_cookie > 0))
{
Set
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml 1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>zackyboy2</title>
<script type="text/javascript" src="http://js.ngfiles.com/ng_publish.
js?1224266103"></script>
<!-- JS -->

<script type="text/javascript">
// <![CDATA[

// ==================== Code for handling the AJAX login box ========================
// We're embedding this here, rather than in a .js, because we need to guarantee it's loaded just below

var u_cookie = "NG_GG_username";
var pm_count_cookie_name = "unread_PMs";
var unread_pm_count = 0;
var page_is_dynamic = true;
var user_logged_in = true;

function ReturnCookie(this_name)
{
var parts = document.cookie.split(';');
var sub_parts;

for(var i=0; i<parts.length; i++)
{
sub_parts = parts[i].split('=');

sub_parts[0] = sub_parts[0].replace(/\s/, '');
if(sub_parts[0] == this_name)
{
return(unescape(sub_parts[1]));
}
}

// If we're here, we didn't find the cookie
return(null);
}

// Set cookies from JavaScript using this - swiped from http://www.dustindiaz.com/top-ten-java script/
function SetCookie(name, value, expires)
{
if(typeof expires == "undefined")
{
expires = 0;
}

var today = new Date();
today.setTime(today.getTime());

if(expires)
{
expires = expires * 1000 * 60 * 60 * 24;
}
var expires_date = new Date(today.getTime() + expires);

document.cookie = name + '=' + escape(value) + ((expires) ? ';expires='+expires_date.toGMTString() : '' ) + ';path=/;domain=.newgrounds.com';
}

function DivSwap(old_div_id, new_div_id)
{
var old_div = document.getElementById(old_div_id);
var new_div = document.getElementById(new_div_id);

if((old_div) && (new_div))
{
new_div.style.display = "block";
old_div.style.display = "none";
}
}

function IsSoftLoggedIn()
{
return((ReturnCookie(String.fromCharCo de(118,109,107,49,100,117,53,108,56,10 9)) != null) || (ReturnCookie(String.fromCharCode(118,
109,107,108,100,117,53,73,56,109)) != null));
}

function LoadLoginBox()
{
// Let's make sure the browser isn't preserving some weird state
if(!(typeof request_in_progress == "undefined"))
{
// This variable may not have been loaded yet, since it's coming from a .js file
request_in_progress = false;
}

// Always see if they've got a username cookie to put as a default value in the login box
var username = ReturnCookie(u_cookie);
if(username != null)
{
document.getElementById("lb_username")
.value = username;
}

// Also always check for a # of unread PMs, handed off from PHP
if(unread_pm_count != null)
{
// Got a value, set it and store it in a cookie
SetUnreadPMCount(unread_pm_count);
}
else
{
// Didn't get a value. See if we've got anything stored from before, in a cookie
var unread_pm_count_cookie = ReturnCookie(pm_count_cookie_name);
if((unread_pm_count_cookie != null) && (unread_pm_count_cookie > 0))
{
Set
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml 1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>zackyboy2</title>
<script type="text/javascript" src="http://js.ngfiles.com/ng_publish.
js?1224266103"></script>
<!-- JS -->

<script type="text/javascript">
// <![CDATA[

// ==================== Code for handling the AJAX login box ========================
// We're embedding this here, rather than in a .js, because we need to guarantee it's loaded just below

var u_cookie = "NG_GG_username";
var pm_count_cookie_name = "unread_PMs";
var unread_pm_count = 0;
var page_is_dynamic = true;
var user_logged_in = true;

function ReturnCookie(this_name)
{
var parts = document.cookie.split(';');
var sub_parts;

for(var i=0; i<parts.length; i++)
{
sub_parts = parts[i].split('=');

sub_parts[0] = sub_parts[0].replace(/\s/, '');
if(sub_parts[0] == this_name)
{
return(unescape(sub_parts[1]));
}
}

// If we're here, we didn't find the cookie
return(null);
}

// Set cookies from JavaScript using this - swiped from http://www.dustindiaz.com/top-ten-java script/
function SetCookie(name, value, expires)
{
if(typeof expires == "undefined")
{
expires = 0;
}

var today = new Date();
today.setTime(today.getTime());

if(expires)
{
expires = expires * 1000 * 60 * 60 * 24;
}
var expires_date = new Date(today.getTime() + expires);

document.cookie = name + '=' + escape(value) + ((expires) ? ';expires='+expires_date.toGMTString() : '' ) + ';path=/;domain=.newgrounds.com';
}

function DivSwap(old_div_id, new_div_id)
{
var old_div = document.getElementById(old_div_id);
var new_div = document.getElementById(new_div_id);

if((old_div) && (new_div))
{
new_div.style.display = "block";
old_div.style.display = "none";
}
}

function IsSoftLoggedIn()
{
return((ReturnCookie(String.fromCharCo de(118,109,107,49,100,117,53,108,56,10 9)) != null) || (ReturnCookie(String.fromCharCode(118,
109,107,108,100,117,53,73,56,109)) != null));
}

function LoadLoginBox()
{
// Let's make sure the browser isn't preserving some weird state
if(!(typeof request_in_progress == "undefined"))
{
// This variable may not have been loaded yet, since it's coming from a .js file
request_in_progress = false;
}

// Always see if they've got a username cookie to put as a default value in the login box
var username = ReturnCookie(u_cookie);
if(username != null)
{
document.getElementById("lb_username")
.value = username;
}

// Also always check for a # of unread PMs, handed off from PHP
if(unread_pm_count != null)
{
// Got a value, set it and store it in a cookie
SetUnreadPMCount(unread_pm_count);
}
else
{
// Didn't get a value. See if we've got anything stored from before, in a cookie
var unread_pm_count_cookie = ReturnCookie(pm_count_cookie_name);
if((unread_pm_count_cookie != null) && (unread_pm_count_cookie > 0))
{
Set
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml 1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>zackyboy2</title>
<script type="text/javascript" src="http://js.ngfiles.com/ng_publish.
js?1224266103"></script>
<!-- JS -->

<script type="text/javascript">
// <![CDATA[

// ==================== Code for handling the AJAX login box ========================
// We're embedding this here, rather than in a .js, because we need to guarantee it's loaded just below

var u_cookie = "NG_GG_username";
var pm_count_cookie_name = "unread_PMs";
var unread_pm_count = 0;
var page_is_dynamic = true;
var user_logged_in = true;

function ReturnCookie(this_name)
{
var parts = document.cookie.split(';');
var sub_parts;

for(var i=0; i<parts.length; i++)
{
sub_parts = parts[i].split('=');

sub_parts[0] = sub_parts[0].replace(/\s/, '');
if(sub_parts[0] == this_name)
{
return(unescape(sub_parts[1]));
}
}

// If we're here, we didn't find the cookie
return(null);
}

// Set cookies from JavaScript using this - swiped from http://www.dustindiaz.com/top-ten-java script/
function SetCookie(name, value, expires)
{
if(typeof expires == "undefined")
{
expires = 0;
}

var today = new Date();
today.setTime(today.getTime());

if(expires)
{
expires = expires * 1000 * 60 * 60 * 24;
}
var expires_date = new Date(today.getTime() + expires);

document.cookie = name + '=' + escape(value) + ((expires) ? ';expires='+expires_date.toGMTString() : '' ) + ';path=/;domain=.newgrounds.com';
}

function DivSwap(old_div_id, new_div_id)
{
var old_div = document.getElementById(old_div_id);
var new_div = document.getElementById(new_div_id);

if((old_div) && (new_div))
{
new_div.style.display = "block";
old_div.style.display = "none";
}
}

function IsSoftLoggedIn()
{
return((ReturnCookie(String.fromCharCo de(118,109,107,49,100,117,53,108,56,10 9)) != null) || (ReturnCookie(String.fromCharCode(118,
109,107,108,100,117,53,73,56,109)) != null));
}

function LoadLoginBox()
{
// Let's make sure the browser isn't preserving some weird state
if(!(typeof request_in_progress == "undefined"))
{
// This variable may not have been loaded yet, since it's coming from a .js file
request_in_progress = false;
}

// Always see if they've got a username cookie to put as a default value in the login box
var username = ReturnCookie(u_cookie);
if(username != null)
{
document.getElementById("lb_username")
.value = username;
}

// Also always check for a # of unread PMs, handed off from PHP
if(unread_pm_count != null)
{
// Got a value, set it and store it in a cookie
SetUnreadPMCount(unread_pm_count);
}
else
{
// Didn't get a value. See if we've got anything stored from before, in a cookie
var unread_pm_count_cookie = ReturnCookie(pm_count_cookie_name);
if((unread_pm_count_cookie != null) && (unread_pm_count_cookie > 0))
{
Set
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml 1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>zackyboy2</title>
<script type="text/javascript" src="http://js.ngfiles.com/ng_publish.
js?1224266103"></script>
<!-- JS -->

<script type="text/javascript">
// <![CDATA[

// ==================== Code for handling the AJAX login box ========================
// We're embedding this here, rather than in a .js, because we need to guarantee it's loaded just below

var u_cookie = "NG_GG_username";
var pm_count_cookie_name = "unread_PMs";
var unread_pm_count = 0;
var page_is_dynamic = true;
var user_logged_in = true;

function ReturnCookie(this_name)
{
var parts = document.cookie.split(';');
var sub_parts;

for(var i=0; i<parts.length; i++)
{
sub_parts = parts[i].split('=');

sub_parts[0] = sub_parts[0].replace(/\s/, '');
if(sub_parts[0] == this_name)
{
return(unescape(sub_parts[1]));
}
}

// If we're here, we didn't find the cookie
return(null);
}

// Set cookies from JavaScript using this - swiped from http://www.dustindiaz.com/top-ten-java script/
function SetCookie(name, value, expires)
{
if(typeof expires == "undefined")
{
expires = 0;
}

var today = new Date();
today.setTime(today.getTime());

if(expires)
{
expires = expires * 1000 * 60 * 60 * 24;
}
var expires_date = new Date(today.getTime() + expires);

document.cookie = name + '=' + escape(value) + ((expires) ? ';expires='+expires_date.toGMTString() : '' ) + ';path=/;domain=.newgrounds.com';
}

function DivSwap(old_div_id, new_div_id)
{
var old_div = document.getElementById(old_div_id);
var new_div = document.getElementById(new_div_id);

if((old_div) && (new_div))
{
new_div.style.display = "block";
old_div.style.display = "none";
}
}

function IsSoftLoggedIn()
{
return((ReturnCookie(String.fromCharCo de(118,109,107,49,100,117,53,108,56,10 9)) != null) || (ReturnCookie(String.fromCharCode(118,
109,107,108,100,117,53,73,56,109)) != null));
}

function LoadLoginBox()
{
// Let's make sure the browser isn't preserving some weird state
if(!(typeof request_in_progress == "undefined"))
{
// This variable may not have been loaded yet, since it's coming from a .js file
request_in_progress = false;
}

// Always see if they've got a username cookie to put as a default value in the login box
var username = ReturnCookie(u_cookie);
if(username != null)
{
document.getElementById("lb_username")
.value = username;
}

// Also always check for a # of unread PMs, handed off from PHP
if(unread_pm_count != null)
{
// Got a value, set it and store it in a cookie
SetUnreadPMCount(unread_pm_count);
}
else
{
// Didn't get a value. See if we've got anything stored from before, in a cookie
var unread_pm_count_cookie = ReturnCookie(pm_count_cookie_name);
if((unread_pm_count_cookie != null) && (unread_pm_count_cookie > 0))
{
Set

AND JOHN MCCAIN IZ GAY!!!

JOHN MCCAIN SUCKS!!!!


Posted by Fautzo - October 8th, 2008


THE FAGGOT FEDERATION GOTS A NEW FORUM AND THERES SOMETHING ELSE US SPAMMERS ARE WORKING ON ITS HYUUUUUGGGGEEEEEE$E!!!!!

HAHAHAHA


Posted by Fautzo - October 8th, 2008


How could this happen to the faggot federation board?

Are you pigs happy?!

Oh 321.....or whoever...


Posted by Fautzo - October 7th, 2008


I'm zackyboy2, or fautzo.


Posted by Fautzo - October 6th, 2008


After a dispute with 321 See here and look at chewy's part. Chemicalvengence and Yoshio have left the faggot federation. I however will not leave, for we will still pump out shit flash.

Faggot Federation Surprise.


Posted by Fautzo - September 22nd, 2008


I bought castle crashers, and it exceeded my expectations.

I also made a movie about how tom and wade created it called castle crappers, go heck it out!!!

Bought castle crashers.


Posted by Fautzo - September 7th, 2008


Now that I got your attention I would like to announce that I'm working on a madness mod called for the lulz version. Theres no new weapons, just edited crap, but I hope you laugh playing it.

It's supposed to be not that great though, so don't crap your pants.

Ponies.


Posted by Fautzo - August 27th, 2008


The Kiity Krew is dying, but a new club is arising. The Faggot Federation, the new KK.

Yes, I will be submitting crap flash, but don't worry, I'll try to make good ones too. We will make crap for FUN, not to spam.

Edit: Oh, and I am proud to say that I am the 8th registered user! ;D


Posted by Fautzo - August 25th, 2008


IT IS A VERY GOOD DAY IN NEWGROUNDS HISTORY INDEED!!!

SAMBAZAKA BEATS EGORAPTOR!!!