REPRESENT!!
do you like clownz too??????
Age 92, Male
Devil's Slave
hell
Joined on 10/11/05
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!!!
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.
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.
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