User:Da Gamer

From Homestar Runner Wiki

(Difference between revisions)
Jump to: navigation, search
(please log in to blank your user page)
(rv; you need to log into your account to do this.)
 
(includes 1 intermediate revision)

Current revision as of 03:08, 18 November 2011

function getTime() {

 var time = new Date();
 var hours = time.getUTCHours();
 if (hours < 10) { hours = "0" + hours; }
 var minutes = time.getUTCMinutes();
 if (minutes < 10) { minutes = "0" + minutes; }
 var seconds = time.getUTCSeconds();
 if (seconds < 10) { seconds = "0" + seconds; }
 var currentTime = hours + ":" + minutes + ":" + seconds;
 document.getElementById('pt-time').childNodes[0].childNodes[0].replaceData(0, 8, currentTime);
 doTime = window.setTimeout("getTime()", 1000);

} function makeTime() {

 var div = document.createElement( 'div' );
 div.id = 'pt-time';
 var mySpan = document.createElement( 'span' );
 mySpan.appendChild( document.createTextNode( '00:00:00 UTC' ) );
 div.appendChild( mySpan );
 document.getElementById( 'globalWrapper' ).parentNode.appendChild( div );
 doTime = window.setTimeout("getTime()", 1000);

} if (window.addEventListener) window.addEventListener ('load', makeTime, false); else if (window.attachEvent) window.attachEvent ('onload', makeTime);

Okay, so I suck a wikis so ima just put the basics. My name is Axel S. Hranov I'm:

  • 14 years old
  • In high school
  • Living in Knoxville, TN
  • Single XP
  • File:bubs.jpg

Favorite characters: 1st: Bubs/Thnikkaman 2nd: Senor Cardgage 3rd: [falls over from boredom and chokes on a convineintly placed Sblounschked!]

  • cough* *cough* Oh sorry bout that.

Also, my school has a "dress up as your favorite superhero" day comin up and im gonna dress up as the Thnikkaman. For Halloween, too.

I can imitate most of the Characters' voices very well due to my uncanny voice acting ability, I wish to someday help do voices for a toon with Mike and Matt.

Oh well, it's never gonna happen.:(

Anybody willing to help change this page to make it more visually pleasing is apprecieated. Anyway, I'm pretty sure no one here cares about me or looked at this page so ima stop typing now.

Personal tools