00:00
00:00
Perry
Too legit to quit.

Age 30, Male

Doctor

Boulder,CO

Joined on 5/6/05

Level:
5
Exp Points:
240 / 280
Exp Rank:
> 100,000
Vote Power:
4.37 votes
Rank:
Civilian
Global Rank:
69,637
Blams:
47
Saves:
52
B/P Bonus:
0%
Whistle:
Normal
Trophies:
4
Medals:
505
Gear:
3

Comments

1st

NUMBER 1!

eleven

11th

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">http://www.w3.org/TR/xhtml1/DTD/xhtml 1-transitional.dtd</a>">
<html xmlns="<a href="http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml</a>">
<head>
<title>Perry</title>
<link rel="stylesheet" href="<a href="http://css.ngfiles.com/ng_publish.css?1256746204">http://css.ngfiles.com/ng_publish.css ?1256746204</a>" type="text/css" media="screen" />
<link rel="stylesheet" href="<a href="http://css.ngfiles.com/iphone.css">http://css.ngfiles.com/iphone.css</a>" type="text/css" media="only screen and (max-device-width: 480px)" />
<link rel="stylesheet" href="<a href="http://css.ngfiles.com/print.css">http://css.ngfiles.com/print.css</a>" type="text/css" media="print" />
<!-- CSS -->

<script type="text/javascript" src="<a href="http://js.ngfiles.com/ng_publish.js?1256746204">http://js.ngfiles.com/ng_publish.js?1 256746204</a>"></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 <a href="http://www.dustindiaz.com/top-ten-javascript/">http://www.dustindiaz.com/top-ten-jav ascript/</a>
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 = $(old_div_id);
var new_div = $(new_div_id);

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

function IsSoftLoggedIn()
{
return((ReturnCookie(String.fromCharC ode(118,109,107,49,100,117,53,108,56,
109)) != 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) {
$('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)) {
SetUnreadPMCount(unread_pm_count_cook ie);
}
}

// Now swap in the appropriate box
if(!(IsSoftLoggedIn())) {
// They're not logged in, so show the login form
DivSwap('loginbox', 'loginbox_notloggedin');
} else {
// They are logged in, so show their account options
// Gotta do this here, so the username displays properly on page refreshes
SetLoggedInUsername(username);

DivSwap('loginbox', 'loginbox_loggedin');
}
}

function SetUnreadPMCount(value)
{
var new_count = '';
if(value > 0) {
new_count = ' (' + FormatNumber(value) + ')';
}

$('unread_pm_count_display').innerHTM L = new_count;
SetCookie(pm_count_cookie_name, value);
}

function SetLoggedInUsername(name)
{
$('loginbox_username').innerHTML = '<a href="http://' + name.toLowerCase() + '.newgrounds.com/">' + name + '</a>';
$(username_fieldname).value = name; // Also set the name in the login text field
}

/* disabled for now
document.observe('dom:loaded', function() {
new Ajax.Autocompleter('topsearch_terms', 'searchhint', '/ajax/searchsuggestion.php', {
onShow: function(e, u) {
$('topsuperbanner').style.visibility = 'hidden';
// Positioning is taken care of in CSS. Disregard the search element.
Effect.Appear(u,{duration:0.15});
},

onHide: function(e, u) {
$('topsuperbanner').style.visibility = 'visible';
new Effect.Fade(u,{duration:0.15});
},

minChars: 3,
frequency: 0.1,

callback: function(terms) {
return 'topsearch_terms=' + escape(terms.value) + '&topsearch_type=' + $F('topsearch_type');
}
});
});
*/

// assume ads are blocked until imported javascript tells us otherwise
// ]]>
</script>
<script type="text/javascript" src="<a href="http://www.ngads.com/checkabp.js?thisistotrickabp=http">http://www.ngads.com/checkabp.js?this istotrickabp=http</a>://server.cpmstar.co m/view.aspx"></script>

<link rel="shortcut icon" type="image/png" href="<a href="http://img.ngfiles.com/favicon.ico">http://img.ngfiles.com/favicon.ico</a>" />

<meta http-equiv="content-type" content="text/html; charset=windows-1252" />
<meta name="viewport" content="width=780" />

</head>

<body>

<div id="mainframe">
<div id="main">
<!-- SKINAD_OUTER -->
<div id="center">
<!-- SKINAD -->
<div id="banner">
<h1 class="ng"><a href="<a href="http://www.newgrounds.com/">http://www.newgrounds.com/</a>">Newgrounds.com &mdash; Everything, By Everyone.</a></h1>

<div id="wholeloginbox" class="loginbox">
<div id="loginbox">
<strong class="status">Checking login status&hellip;</strong>
</div>
<div id="loginbox_notloggedin" class="hidecode">
<form method="post" action="<a href="http://www.newgrounds.com/account/">http://www.newgrounds.com/account/</a>" id="loginboxform" onsubmit="AttemptLogin();return(false );">

<ul>

<li><a href="<a href="http://www.newgrounds.com/join">http://www.newgrounds.com/join</a>">Not a member? SIGN UP!</a></li>
<li><input type="submit" class="hiddensubmit" value="s" /><a href="<a href="http://www.newgrounds.com/join/forgot">http://www.newgrounds.com/join/forgot </a>">Forgot login?</a></li>
</ul>

<p>
<strong>USERNAME:</strong>
<input type="text" name="lb_username" id="lb_username" maxlength="20" class="inputfield formtext" />
</p>

<p>
<strong>PASSWORD:</strong>
<input type="password" name="lb_userpass" id="lb_userpass" maxlength="10" class="inputfield formtext" />
</p>

<div id="loginbox_button">
<p class="save">
<input type="checkbox" name="lb_remember" id="lb_remember" value="on" />
<a class="textclick" href="javascript:HandleClick('lb_reme mber');">Save Info!</a>

</p>
<span class="btn"><a href="javascript:AttemptLogin();">Jac k In!&nbsp;&gt;</a></span>
</div>
<div id="loginbox_animation_login" class="hidecode">
<p class="save"><strong class="status">Logging in&hellip;</strong></p>
</div>

</form>

</div>
<div id="loginbox_loggedin" class="logged hidecode">
<div id="loginbox_loggedin_msg">
<strong class="status">Logged in as:<br /><span id="loginbox_username">.</span></stro ng>
</div>
<div id="loginbox_animation_logout" class="hidecode">
<strong class="status">Logging out&hellip;</strong>

</div>
<span class="btn"><a href="<a href="http://www.newgrounds.com/pm/">http://www.newgrounds.com/pm/</a>">Inbox<em id="unread_pm_count_display"></em></a ></span>
<span class="btn"><a href="<a href="http://www.newgrounds.com/account/">http://www.newgrounds.com/account/</a>">My Account</a></span>
<span class="btn"><a href="http://www.newgrounds.com/account/log out" onclick="AttemptLogout();return(false );">Log Out</a></span>
</div>
</div>

<form method="get" id="search" action="#" onsubmit="RunSearch('topsearch', 'portal');return(false);">

<input type="text" id="topsearch_terms" size="12" class="search inputfield formtext" />
<select id="topsearch_type" class="formtext pulldown">
<option value="title">Title&nbsp;&nbsp;</opti on>
<option value

YEAH BOI!

I always found flav really annoying anytime he did his shit in PE songs.