Welcome Dealers!
We're working on putting together a good variety of exhibitors in the dealers room at LepreCon 39. If you are interested in exhibiting, please check our sign-up page below. If you have mailed in an application, please let us know so that we can be on the lookout for it.
|
TENTATIVE Dealers Room Hours
- Thursday Setup: 2 - 6 pm
- Friday Setup: 9am - 2pm
- Friday Open: 2pm - 7pm
- Saturday Open: 10am - 7pm
- Sunday Open: 10am - 4pm
|
Entry fees are $75 per table (limit two per dealer/exhibitor). Each table includes 1 full membership and one Dealer’s Room only membership. If you wish to upgrade the DRO membership to a full attending membership it is half the current rate (currently $ echo $lnAdltMmbRate; ?>, at the door $45.00). These are 6 foot tables and include 3 foot ease behind.
If you have placement requests (wall, electricity access, another vendor you would like to be near/far away from,etc) please let us know as soon as possible. Please be aware that although we try to accommodate everyone sometimes this is not possible. Requests will be processed in order of paperwork received. If you need electricity please bring your own cords. Nothing may be attached to walls.
Please review the full Dealers/Exhibitor rules here
if ($Today >= strtotime("2013-05-8") ) {
?>
Dealer Reservations are now closed
} else {
?>
Reserve your space now!
}
?>
Dealer's Room Reservations
Name |
Business |
eMail |
|
|
|
Perry-Hardin, Dawn |
Aurora's Creations |
dfrankus1@cox.net |
Aguirre, Benny |
Benny Aguirre Dealer |
asitnalta@yahoo.com |
Moe, Ethan |
Ethan Moe |
moekandu@gmail.com |
Dennis, Jane |
Fo' Paws |
jad@fopaws.com |
Hayes, Raymond |
Fringe Games |
rusty@fringegames.net |
Youngdale, Jason |
Jason Youngdale Dealer |
clashofsteel@yahoo.com |
Cox, Thomas |
Jean's Beads |
BernardBetelgeuse@gmail.com |
Feinberg, Jessica |
Jessica Feinberg Dealer |
JCathryn@artlair.com |
Hargis, Lisa |
L.C. DeCarlo |
lcdecarlo@hotmail.com |
Brines, Mike |
M.E. Brines |
son@cox.net |
Winters, Mark |
Mark Winters |
mark@markwintersart.com |
Massoglia, Alice |
Massoglia Books |
amassoglia@mail2Arizona.com |
Everhart, Lynn |
October Art |
octoberfam@gmail.com |
Wilkinson, Robert |
Red Nebula Studios |
contactus@rednebulastudios.com |
Holbrook, Sherrie L |
Sherrie Holbrook |
slholbrook@hotmail.com |
VanHooser, Todd |
Todd VanHooser |
toddvanhooser@yahoo.com |
Greenawalt, Mark |
Mark Greenawalt |
mark@futureclassx.com |
Bauerleon, Mike |
Mike Bauerleon |
|
} else {
?>
Add a Dealer Reservation
Dealer's Room Reservations
Name |
Email |
Tables |
$q = "SELECT * FROM vendors WHERE vendortype='Dealer'";
$result = mysql_query($q, $database->connection);
$num_rows = mysql_numrows($result);
if(!$result || ($num_rows < 0)){
echo "Error displaying info";
return;
}
if($num_rows == 0){
echo "Database table empty";
return;
}
for($i=0; $i<$num_rows; $i++){
echo "\t\t".""."\n";
$dbOrdrAray = mysql_fetch_assoc($result);
$lcVendName = $dbOrdrAray['vendorname'];
$lcEmail = $dbOrdrAray['vendoremail'];
$lnTables = $dbOrdrAray['tables'];
echo "\t\t\t"."".$lcVendName." | "."\n";
echo "\t\t\t"."".$lcEmail." | "."\n";
echo "\t\t\t"."".$lnTables." | "."\n";
echo "\t\t"." "."\n";
}
}
?>
|