Posted 04 September 2004 - 07:01 PM
I'm known as Whizguy202/101. I've got a few alias, between those two numbers. Confusing, innit?
I found SeeD in amongst a list of clans in runehq.com (or headquarters, can't mind. >.<)
I'm impressed and hope to become an intergral part of this clan! On RS I'm usually known as elkerlik. It's my highest character so I go on that mostly.
I'm Scottish, located in UK, thus I'll be in the UK servers. I notice that many of the peeps on here are american, and will thus be diff. time zones. I reckon that'll become an annoyance when it comes to Events.

Go on, make me welcome!
<CENTER>
<FORM NAME="marquee1">
<INPUT NAME="text" SIZE=25
VALUE=" Welcome to JK's ultimate Javascript tutorial! Have fun!"
>
</FORM>
</CENTER>
<script>
<!--
/*Text box marquee by Dave Methvin,
Windows Magazine
May be used/modified if credit line is
retained*/
ScrollSpeed = 100
ScrollChars = 1
function ScrollMarquee() {
window.setTimeout('ScrollMarquee()',ScrollSpeed);
var msg = document.marquee1.text.value;
document.marquee1.text.value =
msg.substring(ScrollChars) +
msg.substring(0,ScrollChars);
}
ScrollMarquee()
//-->
</SCRIPT>