FREE Dragon Ball Wii Game Contest Winner Announced!

Goku Wins!

Goku Wins!

Our contest for the Nintendo Wii game, Dragon Ball: Revenge of King Piccolo has just concluded.  Thank you to all the contestants that added a comment to the blog before the end of December 15th.

I chose to let the hand of fate pick the winner.  So I wrote down all of your names on slips of paper, placed them inside a tupperware dish and had one of my friends pick a slip of paper at random.  Yes, it was a very scientific method.

So, without further ado…

The winner IS…

Chulance / Anime Goku!

Congratulations!

In Chulance / Anime Goku’s comment it said:

“I want this game, Raging Blast, and then I need to get Season 1 of Dragonball, and the other Seasons’s of DBZ I don’t have which are 5, 6,7, and 9. I gots all of DBGT both Seasons’!”

I’m happy to say that you can now check the first one off your list!

Thanks again for all of the entries and their comments, and thank you for your continued support.



//Get only the approved comments $args = array( 'status' => 'approve' ); // The comment Query $comments_query = new WP_Comment_Query; $comments = $comments_query->query( $args ); // Comment Loop if ( $comments ) { foreach ( $comments as $comment ) { echo '

' . $comment->comment_content . '

'; } } else { echo 'No comments found.'; }