I’m the team’s volunteer coordinator, which means that, instead of totally freaking out before the bout, I’ll be directing volunteers where we need the most help. Which will probably be a good thing. I’m good at freak-out.
Anyone who wants to help us take tickets at the door, check IDs, sell beer and concessions, or set-up and tear-down the show is welcome. Shoot me an e-mail if you’d like more information or want to sign up.
In return, you’ll get into the bout for free, and have the satisfaction of knowing you’re on the good side of 27 derby girls. ...And that can’t hurt, right?
";
var myString = new String(window.location);
var myArray = myString.split('/');
var Loc = myArray[6];
var Year = myArray[4];
Year = Year.substr(0,4);
if (!Loc) {
myArray = myString.split('=');
var temp = myArray[1];
var Loc = temp.substring(4,13);
Year = temp.substring(0,4);
}
document.write(IncludeStr + Year + Loc + EndStr);
}
-->