Most Helpful Techy

The finalists:
Baloki
crono_logical
Momiji
o_O
RSL
Samuraid
Zeromus_X

Here's how the Prediction Party sized the competition up:
Demon Dude: o_O
Momiji: Samuraid
Old Manus: o_O
Yaridovich: Baloki
Jessweeee♪: o_O
qwertyxsora: Samuraid
Levian: Samuraid
Tavrobel: Samuraid
Clouded Sky: crono_logical
Sergeant Hartman: Momiji
Sir Lancealot: Samuraid
Del Murder: Samuraid
Psychotic: Samuraid
Rocket Edge: Baloki
I'm my own MILF: o_O
Noctiluca: o_O
Shiny: crono_logical
Bunny: crono_logical

Prediction Totals
Samuraid 7 39%
o_O 5 28%
crono_logical 3 17%
Baloki 2 11%
Momiji 1 6%

Quote Originally Posted by qwertyxsora
Private Function ciddiespeechtechie as Speech
'this speech is written in a spoof or visual basic 2008

Dim Baloki as Nominee
Dim crono_logical as Nominee
Dim Momiji as Nominee
Dim o_O as Nominee
Dim Samuraid as Nominee
Dim Zeromus_X as Nominee
Dim intnumberofvotesBaloki as Intager = 0
Dim intnumberofvotescrono_logical as Intager = 0
Dim intnumberofvotesMomiji as Intager = 0
Dim intnumberofvoteso_O as Intager = 0
Dim intnumberofvotesSamuraid as Intager = 0
Dim intnumberofvotesZeromus_X as Intager = 0
Dim inttotalnumberofvotes as Intager = 65
Dim strwinner as String = "And the winner will be said by Award Girl. Take it!"

Do until inttotalnumberofvotes = 0
If vote cast for Baloki then
intnumberofvotesBaloki += 1
End
If vote cast for crono_logical then
intnumberofvotescrono_logical += 1
End
If vote cast for Momiji then
intnumberofvotesMomiji += 1
End
If vote cast for o_O then
intnumberofvoteso_O += 1
End
If vote cast for Samuraid then
intnumberofvotesSamuraid += 1
End
If vote cast for Zeromus_X then
intnumberofvotesZeromus_X += 1
End
inttotalnumberofvotes -= 1
Loop

Me.lblciddiewin= strwinner