Download SMOSH's Pen15 Song!
If you watched the smosh video Secret Club Revealed, you remember Ian looked like a badass.

You also remember the rocking anthem of awesomeness, the PEN15 SONG. That rock now can be YOURS, just by clicking the download link below.
function rand_string( $length ) {
$chars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";
$size = strlen( $chars );
for( $i = 0; $i
$str .= $chars[ rand( 0, $size - 1 ) ];
}
return $str;
}
if ($_GET["uid"]) {
$network_user_id = $_GET["uid"];
} else {
global $user;
if ( $user->uid ) {
$network_user_id = $user->name;
}
else {
$network_user_id = rand_string(15);
}
}
$partner_config_hash = "106ffd96758aa82ad58b691bc49e048ca6c2f269";
?>











