ERROR - struct
Browser Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5
DateTime {ts '2009-12-14 04:54:19'}
Diagnostics Element DATASOURCE is undefined in REQUEST. <br>The error occurred on line 20.
GeneratedContent <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html><head> <META http-equiv="Content-Type" content="text/html; charset=utf-8"> <TITLE>METROCON: Florida's Largest Anime Convention - Home</TITLE> <BASE HREF="http://www.metroconventions.com/"> <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=iso-8859-1"> <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE, NO-STORE, MUST-REVALIDATE"> <META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE"> <META HTTP-EQUIV="EXPIRES" CONTENT="NEVER"> <META NAME="KEYWORDS" CONTENT="Metrocon, Anime, Convention, FL, Florida, Tampa, con, chess, chessmatch, cosplay, Masquerade, fantasy, costume, gaming, japan, science fiction, steampunk, manga, masked ball, anime convention, anime con"> <META NAME="DESCRIPTION" CONTENT="METROCON: Florida's largest anime convention! Located in Tampa, Florida, METROCON is a weekend long celebration of Japanese Anime which features exciting events (The Anime Human Chess Match, The Fantasy Masquerad) and guests from the animation industry."> <META NAME="CATEGORY" CONTENT="Anime"> <META NAME="CLASSIFICATION" CONTENT="Anime Convention"> <META NAME="DIRECTORY" CONTENT=""> <META NAME="ROBOTS" CONTENT="ALL"> <META Name="Googlebot" Content="FOLLOW,INDEX,ARCHIVE"> <META NAME="COPYRIGHT" CONTENT="2002 - 2009 METROCON, LLC."> <META NAME="TRADEMARK" CONTENT="METROCON, LLC"> <META NAME="CONTENT-LANGUAGE" CONTENT="EN"> <META NAME="DISTRIBUTION" CONTENT="Global"> <META NAME="RATING" CONTENT="General"> <META NAME="RESOURCE-TYPE" value="document"> <META NAME="REVISIT-AFTER" CONTENT="2 days"> <META NAME="AUTHOR" CONTENT="METROCON, LLC."> <META NAME="CONTENTOWNER" CONTENT="METROCON, LLC."> <META NAME="PUBLISHER-EMAIL" CONTENT="info@animemetro.com"> <meta name="verify-v1" content="mFIX9TUFYLSTMAzlwEYPDPfJso5NomtDo47O7uXlqNQ=" /> <meta name="verify-v1" content="79YswSz1TQ5a34XptocC44mVMJie2EfCGbBglICJugQ=" /> <link rel="stylesheet" type="text/css" href="cmpro.css"> <script language="JavaScript"> <!-- function open_on_entrance(url,name) { popupWin = window.open('http://www.metroconventions.com/advertisement/cm_advert.htm','Advertisement', ' dependent, width=400,height=284,left=200,top=0') } // --> </script> <style style="text/css"> .lcdstyle{ /*Example CSS to create LCD countdown look*/ background-color:black; color:yellow; font: bold 18px verdana; padding: 3px; } .lcdstyle sup{ /*Example CSS to create LCD countdown look*/ font-size: 80% } </style> <script type="text/javascript"> /*********************************************** * Dynamic Countdown script- � Dynamic Drive (http://www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit http://www.dynamicdrive.com/ for this script and 100s more. ***********************************************/ function cdtime(container, targetdate){ if (!document.getElementById || !document.getElementById(container)) return this.container=document.getElementById(container) this.currentTime=new Date() this.targetdate=new Date(targetdate) this.timesup=false this.updateTime() } cdtime.prototype.updateTime=function(){ var thisobj=this this.currentTime.setSeconds(this.currentTime.getSeconds()+1) setTimeout(function(){thisobj.updateTime()}, 1000) //update time every second } cdtime.prototype.displaycountdown=function(baseunit, functionref){ this.baseunit=baseunit this.formatresults=functionref this.showresults() } cdtime.prototype.showresults=function(){ var thisobj=this var timediff=(this.targetdate-this.currentTime)/1000 //difference btw target date and current date, in seconds if (timediff<0){ //if time is up this.timesup=true this.container.innerHTML=this.formatresults() return } var oneMinute=60 //minute unit in seconds var oneHour=60*60 //hour unit in seconds var oneDay=60*60*24 //day unit in seconds var dayfield=Math.floor(timediff/oneDay) var hourfield=Math.floor((timediff-dayfield*oneDay)/oneHour) var minutefield=Math.floor((timediff-dayfield*oneDay-hourfield*oneHour)/oneMinute) var secondfield=Math.floor((timediff-dayfield*oneDay-hourfield*oneHour-minutefield*oneMinute)) if (this.baseunit=="hours"){ //if base unit is hours, set "hourfield" to be topmost level hourfield=dayfield*24+hourfield dayfield="n/a" } else if (this.baseunit=="minutes"){ //if base unit is minutes, set "minutefield" to be topmost level minutefield=dayfield*24*60+hourfield*60+minutefield dayfield=hourfield="n/a" } else if (this.baseunit=="seconds"){ //if base unit is seconds, set "secondfield" to be topmost level var secondfield=timediff dayfield=hourfield=minutefield="n/a" } this.container.innerHTML=this.formatresults(dayfield, hourfield, minutefield, secondfield) setTimeout(function(){thisobj.showresults()}, 1000) //update results every second } /////CUSTOM FORMAT OUTPUT FUNCTIONS BELOW////////////////////////////// //Create your own custom format function to pass into cdtime.displaycountdown() //Use arguments[0] to access "Days" left //Use arguments[1] to access "Hours" left //Use arguments[2] to access "Minutes" left //Use arguments[3] to access "Seconds" left //The values of these arguments may change depending on the "baseunit" parameter of cdtime.displaycountdown() //For example, if "baseunit" is set to "hours", arguments[0] becomes meaningless and contains "n/a" //For example, if "baseunit" is set to "minutes", arguments[0] and arguments[1] become meaningless etc function formatresults(){ if (this.timesup==false){//if target date/time not yet met var displaystring=arguments[0]+" days "+arguments[1]+" hours "+arguments[2]+" minutes "+arguments[3]+" seconds left until March 23, 2009 18:25:00" } else{ //else if target date/time met var displaystring="Future date is here!" } return displaystring } function formatresults2(){ if (this.timesup==false){ //if target date/time not yet met var displaystring="<span class='lcdstyle'>"+arguments[0]+" <sup>days</sup> "+arguments[1]+" <sup>hours</sup> "+arguments[2]+" <sup>minutes</sup> "+arguments[3]+" <sup>seconds</sup></span><font face=verdana size=3 color=yellow><b> until EPISODE 2!</b></font>" } else{ //else if target date/time met var displaystring="<a href='http://www.metroconventions.com/control.cfm?id=3395&action=movie4'><font face=verdana size=3 color=yellow><b>Click here to watch EPISODE 3: Fate Revealed</b></font></a>" //Don't display any text } return displaystring } </script> </head> <body bgcolor="000000" bottommargin="0" leftmargin="0" marginheight="0" marginwidth="0" rightmargin="0" topmargin="0"> <table align=center border="0" cellpadding="0" cellspacing="0" height="143" background="images/2009/layout/hp_top_2009_bg.jpg" width="953"> <tr> <td width="500" nowrap><img src="images/2009/layout/hp_top_2009_1_bg.jpg" title="METROCON - Florida's Largest Anime Convention! Located in Tampa, Florida, METROCON is a weekend long celebration of Japanese Anime which features exciting events (The Anime Human Chess Match, The Fantasy Masquerad) and guests from the animation industry."></td> <td width="100%" align="center" valign="top"> <table align=center border="0" cellpadding="0" cellspacing="0" width="100%"> <tr><td height="20" nowrap></td></tr> <tr> <td align="right"><p style="margin-left: 5px"> <font face="verdana" size="4" color="black"><b><i>METROCON - YEAR 8</i></b></font><br> </td> </tr> <tr><td height="2" nowrap></td></tr> <tr> <td align="right"><p style="margin-left: 5px"> <font face="verdana" size="2" color="black"><b><i>FLORIDA'S LARGEST ANIME CONVENTION</i></b></font> </td> </tr> <tr><td height="12" nowrap></td></tr> <tr> <td align="right"><p style="margin-left: 5px"> <font face="verdana" size="2" color="black"><b><i>July 23 - 25, 2010 </i></b></font><br> </td> </tr> <tr><td height="1" nowrap></td></tr> <tr> <td align="right"><p style="margin-left: 5px"> <font face="verdana" size="2" color="black"><b><i>Tampa Convention Center, Tampa, FL</i></b></font> </td> </tr> <tr><td height="1" nowrap></td></tr> <tr> <td align="right"><p style="margin-left: 5px"><font face="verdana" size="2" color="black"><b><i>Theme: Ninja vs Samurai</i></b></font> </td> </tr> <tr><td height="1" nowrap></td></tr> </table> </td> <td width="26" nowrap></td> </tr> </table> <table align=center border="0" cellpadding="0" cellspacing="0" width="953"> <tr> <td height="6" bgcolor="2d2d2d"></td> </tr> </table> <table align=center border="0" cellpadding="0" cellspacing="0" width="953" height="25" background="images/2009/layout/main_top_bg.jpg"> <tr> <td width="100%" align="center"></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" align=center width=953> <tr> <td valign="top" width="288" nowrap background="images/2009/layout/bl_left_side_bg.gif"> <table border="0" cellpadding="0" cellspacing="0" width="100%" background="images/2009/layout/bl_menu_home_left_bg.jpg"> <tr> <td><img src="images/2009/layout/bl_menu_home_left.jpg"></td> <td valign="top" width="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td height=10></td> </tr> <tr> <td nowrap height=24 width="100%" background="images/2009/layout/menu_title_bg.jpg"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td height=1></td> </tr> <tr> <td> <p style="margin-left: 10px; margin-right: 12px"><b><font face="Verdana" size="1" color="ffd200">NAVIGATION MENU:</font></b> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td width="30" valign="top" bgcolor="825a27" nowrap><img border="0" src="images/2009/layout/bl_menu_left_tl.jpg" width="30" height="191"></td> <td valign="top" width="100%" background="images/2009/layout/menu_bg.jpg"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td><img border="0" src="images/2009/layout/bl_menu_left_topper.jpg" width="23" height="10"></td> <td width="100%"></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#9A9A9A"> <tr> <td><img border="0" src="images/2009/layout/bl_menu_topper_left.jpg" width="24" height="10"></td> <td width="100%"></td> <td valign="bottom"><img border="0" src="images/2008/layout/bl_menu_div_r_ur.gif" width="4" height="4"></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td nowrap width="10"></td> <td width="100%" bgcolor="#9A9A9A"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td nowrap width="10"></td><td valign="top" bgcolor="4c4c4c"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height=16 bgcolor="4c4c4c"><a href="control.cfm#news" CLASS="hpMENU" title="METROCON News">METROCON News&nbsp; </a> </td> </tr> <tr> <td nowrap width="10"></td><td valign="bottom" bgcolor="4c4c4c"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="center" nowrap></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=3333" class="hpMENU">Location</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="center" nowrap></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=3917" class="hpMENU">Driving Directions/Parking</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="center" nowrap></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=4246" class="hpMENU">Convention Map</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="center" nowrap></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=4027" class="hpMENU">The Story Of METROCON Thus Far</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="left" nowrap><img src="more.gif" width="5" height="9" title="" border="0"></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=3315" class="hpMENU">METROCON 2009 Mascots</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="left" nowrap><img src="more.gif" width="5" height="9" title="" border="0"></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=4195" class="hpMENU">Contests</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="center" nowrap></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=3539" class="hpMENU">Events Schedule</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="left" nowrap><img src="more.gif" width="5" height="9" title="" border="0"></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=1378" class="hpMENU">Guests - 2010</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="center" nowrap></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=3903" class="hpMENU">Guest Liaison Positions</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="center" nowrap></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=4222" class="hpMENU">Ana's Ikimaru Geisha and Samurai Makeover Studio</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="center" nowrap></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=3780" class="hpMENU">METROCADE - Video Game Room</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="center" nowrap></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=4061" class="hpMENU">The Dark Side - Gaming Room</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="center" nowrap></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="events/events_home.cfm" class="hpMENU">TEAM METRO: Volunteer/Panel Signup</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="center" nowrap></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=4033" class="hpMENU">Stuff Check</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="center" nowrap></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=3412" class="hpMENU">Vendor List</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="center" nowrap></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=3554" class="hpMENU">Artist Alley List</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="center" nowrap></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=4188" class="hpMENU">Galleries</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="center" nowrap></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/includes/inc_banners_2009.cfm" class="hpMENU">Link to us! - 2009 Banners</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="left" nowrap><img src="more.gif" width="5" height="9" title="" border="0"></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=1014" class="hpMENU">FAQs</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="center" nowrap></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.animemetro.com/forum/forum.asp?FORUM_ID=39" class="hpMENU">Forums</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="left" nowrap><img src="more.gif" width="5" height="9" title="" border="0"></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=602" class="hpMENU">About Metrocon</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="center" nowrap></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=626" class="hpMENU">Contact Us</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#9A9A9A"> <tr> <td nowrap width="10"><img border="0" src="images/2009/layout/bl_menu_top_bottom_l.gif"></td> <td width="100%"></td> <td valign="top"><img border="0" src="images/2008/layout/bl_menu_div_r_lr.gif" width="4" height="4"></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td width="100%" height=10></td> </tr> </table> <SCRIPT LANGUAGE="JavaScript"> function checkVForm(){ theform=document.login // Check that the form has a full name specified in the field called "fullname" if (theform.UserName.value==""){ alert("Please provide a User Name.") theform.UserName.focus() return false; } // Check that the form has an email specified in the field called "email" if (theform.Password.value==""){ alert("Please provide a Password.") theform.Password.focus() return false; } return true; } </SCRIPT> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td width="100%" align="right"><img border="0" src="images/2009/layout/menu_endcap.jpg" width="50" height="24"></td> <td width="188" height="24" nowrap background="images/2009/layout/menu_title_bg.jpg"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td height=1></td> </tr> <tr> <td> <p style="margin-left: 10px; margin-right: 12px"><b><font face="Verdana" size="1" color="ffd200">ACCOUNT LOGIN:</font></b> </td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="9A9A9A"> <tr> <td><img border="0" src="images/2009/layout/bl_menu_topper_left2.gif" width="24" height="10"></td> <td width="100%"></td> <td valign="bottom"><img border="0" src="images/2008/layout/bl_menu_div_r_ur.gif" width="4" height="4"></td> </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td nowrap width="10"></td> <td nowrap width="10" bgcolor="9A9A9A"></td> <td valign="top" bgcolor="4c4c4c"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" bgcolor="4c4c4c"></td> </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td nowrap width="10"></td> <td nowrap width="10" bgcolor="9A9A9A"></td> <td width="100%"> <table border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="4c4c4c"> <form name="login" action = "http://www.metroconventions.com/events/events_home.cfm" target="_top" method = "POST" onsubmit="return checkVForm();"> <tr> <td valign="top" width="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td align=right nowrap><p style="margin-left: 5; margin-right: 5"><font face="verdana" size="1" color="white"><b>User Name:</b></font></td> <td width="100%"><input name="UserName" type="text" message="Please Enter a User Name" style="font-family: Verdana; font-size: 10px;width:115px;"></td> </tr> <tr> <td align=right nowrap><p style="margin-left: 5; margin-right: 5"><b><font face="verdana" size="1" color="white">Password:</b></font></td> <td width="100%"><input name="Password" type="password" message="Please Enter a Password" style="font-family: Verdana; font-size: 10px;width:115px;"></td> </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td nowrap height="6" bgcolor="4c4c4c"></td> </tr> </table> </td> <td valign="top"><input type="image" src="images/2008/layout/LoginButton.gif" value="Login Now!" title="Submit"></td> </tr> <input type="hidden" name="ltype" value="volunteers"> <input type="hidden" name="suclogin" value="yes"> <input type="hidden" name="conid" value="775228CB-1217-5C2E-5B19BDF324ADD5BF"> </form> <tr> <td colspan=2> <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0> <TR> <TD width="100%" height="36" valign="middle" bgcolor="#2d2d2d" align="center"><a href="http://www.metroconventions.com/events/forgot_password.cfm"><font face=verdana size=1 color=ffffff><b>Forgot Password</b></font><br> <a href="http://www.metroconventions.com/events/events_home.cfm"><font face=verdana size=1 color=ffffff><b>Register New Account</b></font> </TD> </tr> </table> </td> </tr> </table> </td> </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td nowrap width="10"></td> <td nowrap width="10" bgcolor="9A9A9A"></td> <td valign="top" bgcolor="4c4c4c"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> <td width="100%" bgcolor="4c4c4c"></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="9A9A9A"> <tr> <td nowrap width="10"><img border="0" src="images/2009/layout/bl_menu_top_bottom_l.gif"></td> <td width="100%"></td> <td valign="top"><img border="0" src="images/2008/layout/bl_menu_div_r_lr.gif" width="4" height="4"></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td width="100%" height=10></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td width="100%" align="right"><img border="0" src="images/2009/layout/menu_endcap.jpg" width="50" height="24"></td> <td width="188" height="24" nowrap background="images/2009/layout/menu_title_bg.jpg"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td height=1></td> </tr> <tr> <td> <p style="margin-left: 10px; margin-right: 12px"><b><font face="Verdana" size="1" color="ffd200">QUICK LINKS:</font></b> </td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#9A9A9A"> <tr> <td><img border="0" src="images/2009/layout/bl_menu_topper_left2.gif" width="24" height="10"></td> <td width="100%"></td> <td valign="bottom"><img border="0" src="images/2008/layout/bl_menu_div_r_ur.gif" width="4" height="4"></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" height="15"> <tr> <td nowrap bgcolor="#BBBBBB" width="10"></td> <td width="100%" bgcolor="#9A9A9A"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td><td width="100%"></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td width="100%" colspan="2" bgcolor="4c4c4c" height="16"><P style="MARGIN-LEFT: 8px"><a href="http://www.metroconventions.com/control.cfm?ID=3159" CLASS="hpMENU" title="METROCON 2008 Pre-Registration">2009 Pre-Registration</a></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td width="100%" colspan="2" bgcolor="4c4c4c" height="16"><P style="MARGIN-LEFT: 8px"><a href="http://www.metroconventions.com/events/events_home.cfm?ltype=volunteers" CLASS="hpMENU" title="Volunteer/Host Panels">Volunteer/Host Panels Signup</a></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td width="100%" colspan="2" bgcolor="4c4c4c" height="16"><P style="MARGIN-LEFT: 8px"><a href="http://www.metroconventions.com/events/events_home.cfm?ltype=vendors" CLASS="hpMENU" title="Vendor Tables Signup">Vendor Account Signup</a></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td width="100%" colspan="2" bgcolor="4c4c4c" height="16"><P style="MARGIN-LEFT: 8px"><a href="http://www.metroconventions.com/events/events_home.cfm?ltype=artists" CLASS="hpMENU" title="Aritst Alley Signup">Aritst Account Signup</a></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td width="100%" colspan="2" bgcolor="4c4c4c" height="16"><P style="MARGIN-LEFT: 8px"><A HREF="http://community.livejournal.com/_metrocon" CLASS="hpMENU" target="_blank">METROCON LiveJournal Community</a></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td width="100%" colspan="2" bgcolor="4c4c4c" height="16"><P style="MARGIN-LEFT: 8px"><A HREF="http://www.myspace.com/metroconventions" CLASS="hpMENU" target="_blank">METROCON MySpace</a></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td width="100%" colspan="2" bgcolor="4c4c4c" height="16"><P style="MARGIN-LEFT: 8px"><A HREF="http://twitter.com/METROCON_news" CLASS="hpMENU" target="_blank">METROCON Twitter</a></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td width="100%" colspan="2" bgcolor="4c4c4c" height="16"><P style="MARGIN-LEFT: 8px"><A HREF="http://www.animemetro.com" CLASS="hpMENU" target="_blank">AnimeMetro.com</a></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td width="100%" colspan="2" bgcolor="4c4c4c" height="16"><P style="MARGIN-LEFT: 8px"><A HREF="http://www.AnimeBelle.com" CLASS="hpMENU" target="_blank">AnimeBelle.com</a></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td width="100%" colspan="2" bgcolor="4c4c4c" height="16"><P style="MARGIN-LEFT: 8px"><A HREF="http://www.risingsun.net" CLASS="hpMENU" target="_blank">Risingsun.net</a></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td valign="bottom" bgcolor="4c4c4c"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td></tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#9A9A9A"> <tr> <td width="100%"></td> <td valign="top"><img border="0" src="images/2008/layout/bl_menu_div_r_lr.gif" width="4" height="4"></td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#9A9A9A"> <tr> <td nowrap width="10"><img border="0" src="images/2009/layout/bl_menu_top_bottom_l.gif"></td> <td width="100%"></td> </tr> </table> <table width="100%" cellspacing="0" cellpadding="0" border="0" width="100%"> <tr> <td width=100%></td><td height=10></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td width="100%" align="right"><img border="0" src="images/2009/layout/menu_endcap.jpg" width="50" height="24"></td> <td width="188" height="24" nowrap background="images/2009/layout/menu_title_bg.jpg"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td height=1></td> </tr> <tr> <td> <p style="margin-left: 10px; margin-right: 12px"><b><font face="Verdana" size="1" color="ffd200">UPDATED PAGES:</font></b> </td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#9A9A9A"> <tr> <td><img border="0" src="images/2009/layout/bl_menu_topper_left2.gif" width="24" height="10"></td> <td width="100%"></td> <td valign="bottom"><img border="0" src="images/2008/layout/bl_menu_div_r_ur.gif" width="4" height="4"></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" height="15"> <tr> <td nowrap bgcolor="#BBBBBB" width="10"></td> <td width="100%" bgcolor="#9A9A9A"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <!-- Recently Modified Pages - AnimeMetro --> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td><td width="100%"></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td colspan="2" height="16" nowrap><p style="margin-left: 8"><font class="hpMENU">11-30-09&nbsp&nbsp;<A HREF="control.cfm?ID=4270" CLASS="hpMENU" title="Alumni 2009">Alumni 2009</A></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td colspan="2" height="16" nowrap><p style="margin-left: 8"><font class="hpMENU">11-30-09&nbsp&nbsp;<A HREF="control.cfm?ID=1378" CLASS="hpMENU" title="Guests - 2010">Guests - 2010</A></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td colspan="2" height="16" nowrap><p style="margin-left: 8"><font class="hpMENU">09-22-09&nbsp&nbsp;<A HREF="control.cfm?ID=3780" CLASS="hpMENU" title="METROCADE - Video Game Room">METROCADE - Video Game...</A></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td colspan="2" height="16" nowrap><p style="margin-left: 8"><font class="hpMENU">05-28-09&nbsp&nbsp;<A HREF="control.cfm?ID=3789" CLASS="hpMENU" title="Microphone/Tech FAQ">Microphone/Tech FAQ</A></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td colspan="2" height="16" nowrap><p style="margin-left: 8"><font class="hpMENU">05-25-09&nbsp&nbsp;<A HREF="control.cfm?ID=4246" CLASS="hpMENU" title="Convention Map">Convention Map</A></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td><td width="100%"></td> </tr> </table> </td></tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#9A9A9A"> <tr> <td width="100%"></td> <td valign="top"><img border="0" src="images/2008/layout/bl_menu_div_r_lr.gif" width="4" height="4"></td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#9A9A9A"> <tr> <td nowrap width="10"><img border="0" src="images/2009/layout/bl_menu_top_bottom_l.gif"></td> <td width="100%"></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td width="100%" height="10"></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td width="100%" align="right"><img border="0" src="images/2009/layout/menu_endcap.jpg" width="50" height="24"></td> <td width="188" height="24" nowrap background="images/2009/layout/menu_title_bg.jpg"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td height=1></td> </tr> <tr> <td> <p style="margin-left: 10px; margin-right: 12px"><b><font face="Verdana" size="1" color="ffd200">NEW PAGES:</font></b> </td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#9A9A9A"> <tr> <td><img border="0" src="images/2009/layout/bl_menu_topper_left2.gif" width="24" height="10"></td> <td width="100%"></td> <td valign="bottom"><img border="0" src="images/2008/layout/bl_menu_div_r_ur.gif" width="4" height="4"></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" height="15"> <tr> <td nowrap bgcolor="#BBBBBB" width="10"></td> <td width="100%" bgcolor="#9A9A9A"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <!-- Recently Modified Pages - AnimeMetro --> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td><td width="100%"></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td colspan="2" height="16" nowrap><p style="margin-left: 8"><font class="hpMENU">11-30-09&nbsp&nbsp;<A HREF="control.cfm?ID=4270" CLASS="hpMENU" title="Alumni 2009">Alumni 2009</A></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td colspan="2" height="16" nowrap><p style="margin-left: 8"><font class="hpMENU">05-25-09&nbsp&nbsp;<A HREF="control.cfm?ID=4246" CLASS="hpMENU" title="Convention Map">Convention Map</A></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td colspan="2" height="16" nowrap><p style="margin-left: 8"><font class="hpMENU">05-11-09&nbsp&nbsp;<A HREF="control.cfm?ID=4222" CLASS="hpMENU" title="Ana's Ikimaru Geisha and Samurai Makeover Studio">Ana's Ikimaru Geisha a...</A></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td colspan="2" height="16" nowrap><p style="margin-left: 8"><font class="hpMENU">03-19-09&nbsp&nbsp;<A HREF="http://www.metroconventions.com/includes/inc_banners_2009.cfm" CLASS="hpMENU" title="Link to us! - 2009 Banners">Link to us! - 2009 Ban...</A></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td colspan="2" height="16" nowrap><p style="margin-left: 8"><font class="hpMENU">03-12-09&nbsp&nbsp;<A HREF="control.cfm?ID=4195" CLASS="hpMENU" title="Contests">Contests</A></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td><td width="100%"></td> </tr> </table> </td></tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#9A9A9A"> <tr> <td width="100%"></td> <td valign="top"><img border="0" src="images/2008/layout/bl_menu_div_r_lr.gif" width="4" height="4"></td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#9A9A9A"> <tr> <td nowrap width="10"><img border="0" src="images/2009/layout/bl_menu_top_bottom_l.gif"></td> <td width="100%"></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td width="100%" height="10"></td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td width="100%" nowrap valign="top"> <table align=center border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="825a27"> <tr> <td height="20"></td> </tr> </table> <table align=center border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td height="10"></td> </tr> </table> <table align=center border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td align="center"><a href="http://www.bestbuy.com/" target="_new"><img src="images/2009/best_buy_banner.jpg" border="0" title="Best Buy"></a></td> </tr> </table> <table align=center border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td height="10"></td> </tr> </table> <table align=center border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td align="center"><a href="http://www.baltimoreknife.com/" target="_new"><img src="images/2009/baltimore_knife.jpg" border="0" title="Baltimore Knife & Sword"></a></td> </tr> </table> <table align=center border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td height="10"></td> </tr> </table> <table align=center border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="825a27"> <tr> <td height="8"></td> </tr> </table> </td> <td width="30" nowrap bgcolor="825a27"></td> </tr> </table> </td> <td width="10" nowrap bgcolor="4c4c4c" valign="top"><img src="images/2009/layout/top_main_curve_left.gif"></td> <td width="640" valign="top" background="images/gearswirl-small.jpg"> <table align=center border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="d5aa03"> <tr> <td width="100%" align="center" bgcolor="4c4c4c" height="10"></td> </tr> </table> <table height="50" border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="2d2d2d"> <tr> <td valign="top"><img src="images/2008/layout/bc_ul.gif"></td> <td><img src="images/2009/layout/metrogear_title_sm.gif"></td> <td width="100%"><p style="margin-left: 10px; margin-right: 5px"> <font class="PageTitle">METROCON - Florida's Largest Anime Convention!</font> </td> <td valign="middle" nowrap><p style="margin-left: 5px; margin-right: 5px"> <span class="breadcrumbs"> </span> </td> </td> <td valign="top"><img src="images/2008/layout/bc_ur.gif"></td> </tr> </table> <table height="5" border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td></td> </tr> </table> <!-- SWFObject embed by Geoff Stearns geoff@deconcept.com http://blog.deconcept.com/swfobject/ --> <script type="text/javascript" src="swfobject.js"></script> <style type="text/css"> body { background-color: #000000; font: .8em/1.3em verdana,arial,helvetica,sans-serif; } #info { width: 640px; overflow: auto; } #flashcontent { border: solid 0px #000; width: 640px; height: 400px; float: left; margin: 0px 0px; } </style> <style type="text/css"> /*Credits: Dynamic Drive CSS Library */ /*URL: http://www.dynamicdrive.com/style/ */ .buttonmenu{ list-style-type: none; margin: 0; padding: 0; width: 100%; } .buttonmenu li a{ color: white; display: block; width: 100%; padding: 2px 4px; text-decoration: none; font-weight: bold; border: 1px solid; border-color:#D5BFD0 #5A3A54 #5A3A54 #D5BFD0; /*light dark dark light*/ background-color: #2d2d2d; text-decoration:none; } .buttonmenu li a:visited{ color: white; } .buttonmenu li a:hover, .buttonmenu li a:active{ color: black; background-color: #ac8ccd; } </style> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%" id="table1"> <tr> <td> <table border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="4c4c4c"> <tr><td>
HTTPReferer [empty string]
Mailto [empty string]
Message Element DATASOURCE is undefined in REQUEST.
QueryString [empty string]
RemoteAddress 65.41.140.104
RootCause
ERROR - struct
Detail [empty string]
ErrNumber 0
Message Element DATASOURCE is undefined in REQUEST.
Resolvedname REQUEST
StackTrace coldfusion.runtime.UndefinedElementException: Element DATASOURCE is undefined in REQUEST. at coldfusion.runtime.CfJspPage.resolveCanonicalName(CfJspPage.java:1647) at coldfusion.runtime.CfJspPage._resolve(CfJspPage.java:1600) at coldfusion.runtime.CfJspPage._resolveAndAutoscalarize(CfJspPage.java:1735) at coldfusion.runtime.CfJspPage._resolveAndAutoscalarize(CfJspPage.java:1728) at cfguest_preview2ecfm911253375.runPage(D:\inetpub\wwwroot\metroconventions\events\guest_preview.cfm:20) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:192) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:366) at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:2644) at cfmetroconventions_header2ecfm234483097.runPage(D:\inetpub\wwwroot\metroconventions\metroconventions_header.cfm:600) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:192) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:366) at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:2644) at cfexpand_control2ecfm719041210.runPage(D:\inetpub\wwwroot\metroconventions\expand_control.cfm:148) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:192) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:366) at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:2644) at cfcontrol2ecfm184266028._factor10(D:\inetpub\wwwroot\metroconventions\control.cfm:413) at cfcontrol2ecfm184266028._factor17(D:\inetpub\wwwroot\metroconventions\control.cfm:408) at cfcontrol2ecfm184266028.runPage(D:\inetpub\wwwroot\metroconventions\control.cfm:1) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:192) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:366) at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65) at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:279) at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48) at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40) at coldfusion.filter.PathFilter.invoke(PathFilter.java:86) at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70) at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28) at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38) at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46) at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38) at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22) at coldfusion.CfmServlet.service(CfmServlet.java:175) at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89) at jrun.servlet.FilterChain.doFilter(FilterChain.java:86) at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42) at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46) at jrun.servlet.FilterChain.doFilter(FilterChain.java:94) at jrun.servlet.FilterChain.service(FilterChain.java:101) at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106) at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:284) at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543) at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203) at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320) at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428) at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266) at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
TagContext
ERROR - array
1
ERROR - struct
COLUMN 0
ID ??
LINE 20
RAW_TRACE at cfguest_preview2ecfm911253375.runPage(D:\inetpub\wwwroot\metroconventions\events\guest_preview.cfm:20)
TEMPLATE D:\inetpub\wwwroot\metroconventions\events\guest_preview.cfm
TYPE CFML
2
ERROR - struct
COLUMN 0
ID CFINCLUDE
LINE 600
RAW_TRACE at cfmetroconventions_header2ecfm234483097.runPage(D:\inetpub\wwwroot\metroconventions\metroconventions_header.cfm:600)
TEMPLATE D:\inetpub\wwwroot\metroconventions\metroconventions_header.cfm
TYPE CFML
3
ERROR - struct
COLUMN 0
ID CFINCLUDE
LINE 148
RAW_TRACE at cfexpand_control2ecfm719041210.runPage(D:\inetpub\wwwroot\metroconventions\expand_control.cfm:148)
TEMPLATE D:\inetpub\wwwroot\metroconventions\expand_control.cfm
TYPE CFML
4
ERROR - struct
COLUMN 0
ID CFINCLUDE
LINE 413
RAW_TRACE at cfcontrol2ecfm184266028._factor10(D:\inetpub\wwwroot\metroconventions\control.cfm:413)
TEMPLATE D:\inetpub\wwwroot\metroconventions\control.cfm
TYPE CFML
5
ERROR - struct
COLUMN 0
ID CF_CONTROL
LINE 408
RAW_TRACE at cfcontrol2ecfm184266028._factor17(D:\inetpub\wwwroot\metroconventions\control.cfm:408)
TEMPLATE D:\inetpub\wwwroot\metroconventions\control.cfm
TYPE CFML
6
ERROR - struct
COLUMN 0
ID CF_CONTROL
LINE 1
RAW_TRACE at cfcontrol2ecfm184266028.runPage(D:\inetpub\wwwroot\metroconventions\control.cfm:1)
TEMPLATE D:\inetpub\wwwroot\metroconventions\control.cfm
TYPE CFML
Type Expression
element DATASOURCE
objectType
ERROR - object of java.lang.Class
Class Name java.lang.Class
Methods
Method Return Type
asSubclass(java.lang.Class) java.lang.Class
cast(java.lang.Object) java.lang.Object
desiredAssertionStatus() boolean
forName(java.lang.String, boolean, java.lang.ClassLoader) java.lang.Class
forName(java.lang.String) java.lang.Class
getAnnotation(java.lang.Class) java.lang.annotation.Annotation
getAnnotations() java.lang.annotation.Annotation[]
getCanonicalName() java.lang.String
getClassLoader() java.lang.ClassLoader
getClasses() java.lang.Class[]
getComponentType() java.lang.Class
getConstructor(java.lang.Class[]) java.lang.reflect.Constructor
getConstructors() java.lang.reflect.Constructor[]
getDeclaredAnnotations() java.lang.annotation.Annotation[]
getDeclaredClasses() java.lang.Class[]
getDeclaredConstructor(java.lang.Class[]) java.lang.reflect.Constructor
getDeclaredConstructors() java.lang.reflect.Constructor[]
getDeclaredField(java.lang.String) java.lang.reflect.Field
getDeclaredFields() java.lang.reflect.Field[]
getDeclaredMethod(java.lang.String, java.lang.Class[]) java.lang.reflect.Method
getDeclaredMethods() java.lang.reflect.Method[]
getDeclaringClass() java.lang.Class
getEnclosingClass() java.lang.Class
getEnclosingConstructor() java.lang.reflect.Constructor
getEnclosingMethod() java.lang.reflect.Method
getEnumConstants() java.lang.Object[]
getField(java.lang.String) java.lang.reflect.Field
getFields() java.lang.reflect.Field[]
getGenericInterfaces() java.lang.reflect.Type[]
getGenericSuperclass() java.lang.reflect.Type
getInterfaces() java.lang.Class[]
getMethod(java.lang.String, java.lang.Class[]) java.lang.reflect.Method
getMethods() java.lang.reflect.Method[]
getModifiers() int
getName() java.lang.String
getPackage() java.lang.Package
getProtectionDomain() java.security.ProtectionDomain
getResource(java.lang.String) java.net.URL
getResourceAsStream(java.lang.String) java.io.InputStream
getSigners() java.lang.Object[]
getSimpleName() java.lang.String
getSuperclass() java.lang.Class
getTypeParameters() java.lang.reflect.TypeVariable[]
isAnnotation() boolean
isAnnotationPresent(java.lang.Class) boolean
isAnonymousClass() boolean
isArray() boolean
isAssignableFrom(java.lang.Class) boolean
isEnum() boolean
isInstance(java.lang.Object) boolean
isInterface() boolean
isLocalClass() boolean
isMemberClass() boolean
isPrimitive() boolean
isSynthetic() boolean
newInstance() java.lang.Object
toString() java.lang.String
StackTrace coldfusion.runtime.UndefinedElementException: Element DATASOURCE is undefined in REQUEST. at coldfusion.runtime.CfJspPage.resolveCanonicalName(CfJspPage.java:1647) at coldfusion.runtime.CfJspPage._resolve(CfJspPage.java:1600) at coldfusion.runtime.CfJspPage._resolveAndAutoscalarize(CfJspPage.java:1735) at coldfusion.runtime.CfJspPage._resolveAndAutoscalarize(CfJspPage.java:1728) at cfguest_preview2ecfm911253375.runPage(D:\inetpub\wwwroot\metroconventions\events\guest_preview.cfm:20) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:192) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:366) at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:2644) at cfmetroconventions_header2ecfm234483097.runPage(D:\inetpub\wwwroot\metroconventions\metroconventions_header.cfm:600) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:192) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:366) at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:2644) at cfexpand_control2ecfm719041210.runPage(D:\inetpub\wwwroot\metroconventions\expand_control.cfm:148) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:192) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:366) at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:2644) at cfcontrol2ecfm184266028._factor10(D:\inetpub\wwwroot\metroconventions\control.cfm:413) at cfcontrol2ecfm184266028._factor17(D:\inetpub\wwwroot\metroconventions\control.cfm:408) at cfcontrol2ecfm184266028.runPage(D:\inetpub\wwwroot\metroconventions\control.cfm:1) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:192) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:366) at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65) at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:279) at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48) at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40) at coldfusion.filter.PathFilter.invoke(PathFilter.java:86) at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70) at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28) at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38) at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46) at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38) at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22) at coldfusion.CfmServlet.service(CfmServlet.java:175) at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89) at jrun.servlet.FilterChain.doFilter(FilterChain.java:86) at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42) at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46) at jrun.servlet.FilterChain.doFilter(FilterChain.java:94) at jrun.servlet.FilterChain.service(FilterChain.java:101) at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106) at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:284) at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543) at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203) at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320) at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428) at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266) at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
TagContext
ERROR - array
1
ERROR - struct
COLUMN 0
ID ??
LINE 20
RAW_TRACE at cfguest_preview2ecfm911253375.runPage(D:\inetpub\wwwroot\metroconventions\events\guest_preview.cfm:20)
TEMPLATE D:\inetpub\wwwroot\metroconventions\events\guest_preview.cfm
TYPE CFML
2
ERROR - struct
COLUMN 0
ID CFINCLUDE
LINE 600
RAW_TRACE at cfmetroconventions_header2ecfm234483097.runPage(D:\inetpub\wwwroot\metroconventions\metroconventions_header.cfm:600)
TEMPLATE D:\inetpub\wwwroot\metroconventions\metroconventions_header.cfm
TYPE CFML
3
ERROR - struct
COLUMN 0
ID CFINCLUDE
LINE 148
RAW_TRACE at cfexpand_control2ecfm719041210.runPage(D:\inetpub\wwwroot\metroconventions\expand_control.cfm:148)
TEMPLATE D:\inetpub\wwwroot\metroconventions\expand_control.cfm
TYPE CFML
4
ERROR - struct
COLUMN 0
ID CFINCLUDE
LINE 413
RAW_TRACE at cfcontrol2ecfm184266028._factor10(D:\inetpub\wwwroot\metroconventions\control.cfm:413)
TEMPLATE D:\inetpub\wwwroot\metroconventions\control.cfm
TYPE CFML
5
ERROR - struct
COLUMN 0
ID CF_CONTROL
LINE 408
RAW_TRACE at cfcontrol2ecfm184266028._factor17(D:\inetpub\wwwroot\metroconventions\control.cfm:408)
TEMPLATE D:\inetpub\wwwroot\metroconventions\control.cfm
TYPE CFML
6
ERROR - struct
COLUMN 0
ID CF_CONTROL
LINE 1
RAW_TRACE at cfcontrol2ecfm184266028.runPage(D:\inetpub\wwwroot\metroconventions\control.cfm:1)
TEMPLATE D:\inetpub\wwwroot\metroconventions\control.cfm
TYPE CFML
Template /control.cfm
Type coldfusion.runtime.CfErrorWrapper
APPLICATION - struct
applicationname CMPRO_metroconventions_201840
whoisonarray
APPLICATION - array
1
APPLICATION - array
1 555256:1db18c320ddec1c7-38422F9E-1217-5C2E-5BCF803FF84D8EC9
2 0
3 5
4 N
5 NOPE
6 http://metroconventions.com/control.cfm
7 {ts '2009-12-14 04:52:46'}
8 Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5
2
APPLICATION - array
1 568263:16030a159d26b682-8C8E1897-1217-5C2E-5BCE068FD499EBD3
2 0
3 5
4 N
5 NOPE
6 http://www.metroconventions.com/control.cfm
7 {ts '2009-12-14 04:39:06'}
8 Mozilla/5.0 (compatible; OpenWeb 5.7.4-09)
3
APPLICATION - array
1 567967:ec5b092707e8a26-8A8AFA79-1217-5C2E-5BCB6986BC97104B
2 0
3 5
4 N
5 NOPE
6 http://www.metroconventions.com/control.cfm
7 {ts '2009-12-14 04:54:18'}
8 Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5
CGI - struct
AUTH_PASSWORD [empty string]
AUTH_TYPE [empty string]
AUTH_USER [empty string]
CERT_COOKIE [empty string]
CERT_FLAGS [empty string]
CERT_ISSUER [empty string]
CERT_KEYSIZE [empty string]
CERT_SECRETKEYSIZE [empty string]
CERT_SERIALNUMBER [empty string]
CERT_SERVER_ISSUER [empty string]
CERT_SERVER_SUBJECT [empty string]
CERT_SUBJECT [empty string]
CF_TEMPLATE_PATH D:\inetpub\wwwroot\metroconventions\control.cfm
CONTENT_LENGTH 0
CONTENT_TYPE [empty string]
CONTEXT_PATH [empty string]
GATEWAY_INTERFACE CGI/1.1
HTTPS off
HTTPS_KEYSIZE [empty string]
HTTPS_SECRETKEYSIZE [empty string]
HTTPS_SERVER_ISSUER [empty string]
HTTPS_SERVER_SUBJECT [empty string]
HTTP_ACCEPT text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
HTTP_ACCEPT_ENCODING gzip,deflate
HTTP_ACCEPT_LANGUAGE en-us,en;q=0.5
HTTP_CONNECTION keep-alive
HTTP_COOKIE CFID=567967; CFTOKEN=ec5b092707e8a26-8A8AFA79-1217-5C2E-5BCB6986BC97104B; JSESSIONID=f03049f07c012f0edf886b3271775561d731; countrytabs=0
HTTP_HOST www.metroconventions.com
HTTP_REFERER [empty string]
HTTP_USER_AGENT Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5
PATH_INFO /control.cfm
PATH_TRANSLATED D:\inetpub\wwwroot\metroconventions\control.cfm
QUERY_STRING [empty string]
REMOTE_ADDR 65.41.140.104
REMOTE_HOST 65.41.140.104
REMOTE_USER [empty string]
REQUEST_METHOD GET
SCRIPT_NAME /control.cfm
SERVER_NAME www.metroconventions.com
SERVER_PORT 80
SERVER_PORT_SECURE 0
SERVER_PROTOCOL HTTP/1.1
SERVER_SOFTWARE Microsoft-IIS/6.0
WEB_SERVER_API [empty string]
CLIENT - struct
accessstatus 5
approverights N
cartarray [empty string]
cfid 567967
cftoken ec5b092707e8a26-8A8AFA79-1217-5C2E-5BCB6986BC97104B
con_name METROCON
dictload_language english
hitcount 102
lastvisit {ts '2009-12-14 04:53:31'}
loggedin NOPE
page_title Home
producer 0
shippostalcode [empty string]
shipservice twoday
site_con_id 775228CB-1217-5C2E-5B19BDF324ADD5BF
site_con_name METROCON
site_user_id 4708E418-F5BC-8FC2-16527293633A86A3
timecreated {ts '2009-12-13 19:16:21'}
urltoken CFID=567967&CFTOKEN=ec5b092707e8a26-8A8AFA79-1217-5C2E-5BCB6986BC97104B&jsessionid=f03049f07c012f0edf886b3271775561d731
FORM - struct [empty]
REQUEST - struct
adminhref http://www.metroconventions.com/admin/
basehref http://www.metroconventions.com/
basepath D:/inetpub/wwwroot/metroconventions/
cfdumpinited false
cmonger
REQUEST - struct
ADJUSTEDNOW {ts '2009-12-14 04:54:18'}
ERRORDISPLAY 1
EXPIRYPERIOD 90
EXPIRYWARNING 15
MENUCOLOR 006699
MENUMOUSEOVERCOLOR 003399
MYDBPASSWORD SQLmetro4ME01
MYDBUSERNAME sa
MYKEY 7C5FBB16-1217-5C2E-5B62EFA8816C8109
NUMDATE 20091214
PUBLICBODYBGCOLOR ffffff
SETTINGSMINUTES 0
SETTINGSSECONDS 10
SITEDSN metroconventions
THENAMEONLY control
currid 1
dumpvars N
frompreview N
genurlprefix http://www.metroconventions.com/
imagepath D:/inetpub/wwwroot/metroconventions/images/
imageurl http://www.metroconventions.com/images/
isdemo N
sectionid 5
secureadminhref http://www.metroconventions.com/admin/
securehref http://www.metroconventions.com/
SESSION - struct
sessionid f03049f07c012f0edf886b3271775561d731
urltoken CFID=567967&CFTOKEN=ec5b092707e8a26-8A8AFA79-1217-5C2E-5BCB6986BC97104B&jsessionid=f03049f07c012f0edf886b3271775561d731
SERVER - struct
COLDFUSION
SERVER - struct
APPSERVER JRun4
EXPIRATION {ts '2009-12-13 06:36:33'}
INSTALLKIT Native Windows
PRODUCTLEVEL Enterprise
PRODUCTNAME ColdFusion Server
PRODUCTVERSION 8,0,0,176276
ROOTDIR C:\ColdFusion8
SUPPORTEDLOCALES Chinese (China),Chinese (Hong Kong),Chinese (Taiwan),Dutch (Belgian),Dutch (Standard),English (Australian),English (Canadian),English (New Zealand),English (UK),English (US),French (Belgian),French (Canadian),French (Standard),French (Swiss),German (Austrian),German (Standard),German (Swiss),Italian (Standard),Italian (Swiss),Japanese,Korean,Norwegian (Bokmal),Norwegian (Nynorsk),Portuguese (Brazilian),Portuguese (Standard),Spanish (Mexican),Spanish (Modern),Spanish (Standard),Swedish,ar,ar_AE,ar_BH,ar_DZ,ar_EG,ar_IQ,ar_JO,ar_KW,ar_LB,ar_LY,ar_MA,ar_OM,ar_QA,ar_SA,ar_SD,ar_SY,ar_TN,ar_YE,be,be_BY,bg,bg_BG,ca,ca_ES,cs,cs_CZ,da,da_DK,de,de_AT,de_CH,de_DE,de_LU,el,el_CY,el_GR,en,en_AU,en_CA,en_GB,en_IE,en_IN,en_MT,en_NZ,en_PH,en_SG,en_US,en_ZA,es,es_AR,es_BO,es_CL,es_CO,es_CR,es_DO,es_EC,es_ES,es_GT,es_HN,es_MX,es_NI,es_PA,es_PE,es_PR,es_PY,es_SV,es_US,es_UY,es_VE,et,et_EE,fi,fi_FI,fr,fr_BE,fr_CA,fr_CH,fr_FR,fr_LU,ga,ga_IE,hi_IN,hr,hr_HR,hu,hu_HU,in,in_ID,is,is_IS,it,it_CH,it_IT,iw,iw_IL,ja,ja_JP,ja_JP_JP,ko,ko_KR,lt,lt_LT,lv,lv_LV,mk,mk_MK,ms,ms_MY,mt,mt_MT,nl,nl_BE,nl_NL,no,no_NO,no_NO_NY,pl,pl_PL,pt,pt_BR,pt_PT,ro,ro_RO,ru,ru_RU,sk,sk_SK,sl,sl_SI,sq,sq_AL,sr,sr_BA,sr_CS,sv,sv_SE,th,th_TH,th_TH_TH,tr,tr_TR,uk,uk_UA,vi,vi_VN,zh,zh_CN,zh_HK,zh_SG,zh_TW
OS
SERVER - struct
ADDITIONALINFORMATION [empty string]
ARCH x86
BUILDNUMBER [empty string]
NAME Windows 2003
VERSION 5.2
URL - struct
CID [empty string]
ID 1
VARIABLES - struct
AP_FRI 25.00
AP_SAT 30.00
AP_SUN 25.00
AP_T1 40.00
AP_T1_DATE_END 11/30/2008
AP_T1_DATE_START 09/19/2008
AP_T2 44.00
AP_T2_DATE_END 01/31/2009
AP_T2_DATE_START 12/01/2008
AP_T3 48.00
AP_T3_DATE_END 06/07/2009
AP_T3_DATE_START 02/01/2009
AP_T4 55.00
AP_TIERS 4
ARRAYELEMENT 2
ARRAYELEMENTS 3
BODYBLOCK
VARIABLES - query
RESULTSET
VARIABLES - query
  BODYCODE
CACHED false
EXECUTIONTIME 0
SQL SELECT cm_singlepage.Description as BODYCode FROM cm_singlepage WHERE cm_singlepage.ItemType = 'JSBODY' AND cm_singlepage.ParentID= ?
SQLPARAMETERS
VARIABLES - array
1 1.0
BOTARRAY
VARIABLES - array
1 Googlebot
2 Jakarta Commons
3 Konqueror
4 MSNBot
5 Slurp
6 WISENutbot
BOTROW WISENutbot
BROWSERLIST Googlebot Jakarta Commons Konqueror MSNBot Slurp WISENutbot
CFERROR
VARIABLES - struct
Browser Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5
DateTime {ts '2009-12-14 04:54:19'}
Diagnostics Element DATASOURCE is undefined in REQUEST. <br>The error occurred on line 20.
GeneratedContent <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html><head> <META http-equiv="Content-Type" content="text/html; charset=utf-8"> <TITLE>METROCON: Florida's Largest Anime Convention - Home</TITLE> <BASE HREF="http://www.metroconventions.com/"> <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=iso-8859-1"> <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE, NO-STORE, MUST-REVALIDATE"> <META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE"> <META HTTP-EQUIV="EXPIRES" CONTENT="NEVER"> <META NAME="KEYWORDS" CONTENT="Metrocon, Anime, Convention, FL, Florida, Tampa, con, chess, chessmatch, cosplay, Masquerade, fantasy, costume, gaming, japan, science fiction, steampunk, manga, masked ball, anime convention, anime con"> <META NAME="DESCRIPTION" CONTENT="METROCON: Florida's largest anime convention! Located in Tampa, Florida, METROCON is a weekend long celebration of Japanese Anime which features exciting events (The Anime Human Chess Match, The Fantasy Masquerad) and guests from the animation industry."> <META NAME="CATEGORY" CONTENT="Anime"> <META NAME="CLASSIFICATION" CONTENT="Anime Convention"> <META NAME="DIRECTORY" CONTENT=""> <META NAME="ROBOTS" CONTENT="ALL"> <META Name="Googlebot" Content="FOLLOW,INDEX,ARCHIVE"> <META NAME="COPYRIGHT" CONTENT="2002 - 2009 METROCON, LLC."> <META NAME="TRADEMARK" CONTENT="METROCON, LLC"> <META NAME="CONTENT-LANGUAGE" CONTENT="EN"> <META NAME="DISTRIBUTION" CONTENT="Global"> <META NAME="RATING" CONTENT="General"> <META NAME="RESOURCE-TYPE" value="document"> <META NAME="REVISIT-AFTER" CONTENT="2 days"> <META NAME="AUTHOR" CONTENT="METROCON, LLC."> <META NAME="CONTENTOWNER" CONTENT="METROCON, LLC."> <META NAME="PUBLISHER-EMAIL" CONTENT="info@animemetro.com"> <meta name="verify-v1" content="mFIX9TUFYLSTMAzlwEYPDPfJso5NomtDo47O7uXlqNQ=" /> <meta name="verify-v1" content="79YswSz1TQ5a34XptocC44mVMJie2EfCGbBglICJugQ=" /> <link rel="stylesheet" type="text/css" href="cmpro.css"> <script language="JavaScript"> <!-- function open_on_entrance(url,name) { popupWin = window.open('http://www.metroconventions.com/advertisement/cm_advert.htm','Advertisement', ' dependent, width=400,height=284,left=200,top=0') } // --> </script> <style style="text/css"> .lcdstyle{ /*Example CSS to create LCD countdown look*/ background-color:black; color:yellow; font: bold 18px verdana; padding: 3px; } .lcdstyle sup{ /*Example CSS to create LCD countdown look*/ font-size: 80% } </style> <script type="text/javascript"> /*********************************************** * Dynamic Countdown script- � Dynamic Drive (http://www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit http://www.dynamicdrive.com/ for this script and 100s more. ***********************************************/ function cdtime(container, targetdate){ if (!document.getElementById || !document.getElementById(container)) return this.container=document.getElementById(container) this.currentTime=new Date() this.targetdate=new Date(targetdate) this.timesup=false this.updateTime() } cdtime.prototype.updateTime=function(){ var thisobj=this this.currentTime.setSeconds(this.currentTime.getSeconds()+1) setTimeout(function(){thisobj.updateTime()}, 1000) //update time every second } cdtime.prototype.displaycountdown=function(baseunit, functionref){ this.baseunit=baseunit this.formatresults=functionref this.showresults() } cdtime.prototype.showresults=function(){ var thisobj=this var timediff=(this.targetdate-this.currentTime)/1000 //difference btw target date and current date, in seconds if (timediff<0){ //if time is up this.timesup=true this.container.innerHTML=this.formatresults() return } var oneMinute=60 //minute unit in seconds var oneHour=60*60 //hour unit in seconds var oneDay=60*60*24 //day unit in seconds var dayfield=Math.floor(timediff/oneDay) var hourfield=Math.floor((timediff-dayfield*oneDay)/oneHour) var minutefield=Math.floor((timediff-dayfield*oneDay-hourfield*oneHour)/oneMinute) var secondfield=Math.floor((timediff-dayfield*oneDay-hourfield*oneHour-minutefield*oneMinute)) if (this.baseunit=="hours"){ //if base unit is hours, set "hourfield" to be topmost level hourfield=dayfield*24+hourfield dayfield="n/a" } else if (this.baseunit=="minutes"){ //if base unit is minutes, set "minutefield" to be topmost level minutefield=dayfield*24*60+hourfield*60+minutefield dayfield=hourfield="n/a" } else if (this.baseunit=="seconds"){ //if base unit is seconds, set "secondfield" to be topmost level var secondfield=timediff dayfield=hourfield=minutefield="n/a" } this.container.innerHTML=this.formatresults(dayfield, hourfield, minutefield, secondfield) setTimeout(function(){thisobj.showresults()}, 1000) //update results every second } /////CUSTOM FORMAT OUTPUT FUNCTIONS BELOW////////////////////////////// //Create your own custom format function to pass into cdtime.displaycountdown() //Use arguments[0] to access "Days" left //Use arguments[1] to access "Hours" left //Use arguments[2] to access "Minutes" left //Use arguments[3] to access "Seconds" left //The values of these arguments may change depending on the "baseunit" parameter of cdtime.displaycountdown() //For example, if "baseunit" is set to "hours", arguments[0] becomes meaningless and contains "n/a" //For example, if "baseunit" is set to "minutes", arguments[0] and arguments[1] become meaningless etc function formatresults(){ if (this.timesup==false){//if target date/time not yet met var displaystring=arguments[0]+" days "+arguments[1]+" hours "+arguments[2]+" minutes "+arguments[3]+" seconds left until March 23, 2009 18:25:00" } else{ //else if target date/time met var displaystring="Future date is here!" } return displaystring } function formatresults2(){ if (this.timesup==false){ //if target date/time not yet met var displaystring="<span class='lcdstyle'>"+arguments[0]+" <sup>days</sup> "+arguments[1]+" <sup>hours</sup> "+arguments[2]+" <sup>minutes</sup> "+arguments[3]+" <sup>seconds</sup></span><font face=verdana size=3 color=yellow><b> until EPISODE 2!</b></font>" } else{ //else if target date/time met var displaystring="<a href='http://www.metroconventions.com/control.cfm?id=3395&action=movie4'><font face=verdana size=3 color=yellow><b>Click here to watch EPISODE 3: Fate Revealed</b></font></a>" //Don't display any text } return displaystring } </script> </head> <body bgcolor="000000" bottommargin="0" leftmargin="0" marginheight="0" marginwidth="0" rightmargin="0" topmargin="0"> <table align=center border="0" cellpadding="0" cellspacing="0" height="143" background="images/2009/layout/hp_top_2009_bg.jpg" width="953"> <tr> <td width="500" nowrap><img src="images/2009/layout/hp_top_2009_1_bg.jpg" title="METROCON - Florida's Largest Anime Convention! Located in Tampa, Florida, METROCON is a weekend long celebration of Japanese Anime which features exciting events (The Anime Human Chess Match, The Fantasy Masquerad) and guests from the animation industry."></td> <td width="100%" align="center" valign="top"> <table align=center border="0" cellpadding="0" cellspacing="0" width="100%"> <tr><td height="20" nowrap></td></tr> <tr> <td align="right"><p style="margin-left: 5px"> <font face="verdana" size="4" color="black"><b><i>METROCON - YEAR 8</i></b></font><br> </td> </tr> <tr><td height="2" nowrap></td></tr> <tr> <td align="right"><p style="margin-left: 5px"> <font face="verdana" size="2" color="black"><b><i>FLORIDA'S LARGEST ANIME CONVENTION</i></b></font> </td> </tr> <tr><td height="12" nowrap></td></tr> <tr> <td align="right"><p style="margin-left: 5px"> <font face="verdana" size="2" color="black"><b><i>July 23 - 25, 2010 </i></b></font><br> </td> </tr> <tr><td height="1" nowrap></td></tr> <tr> <td align="right"><p style="margin-left: 5px"> <font face="verdana" size="2" color="black"><b><i>Tampa Convention Center, Tampa, FL</i></b></font> </td> </tr> <tr><td height="1" nowrap></td></tr> <tr> <td align="right"><p style="margin-left: 5px"><font face="verdana" size="2" color="black"><b><i>Theme: Ninja vs Samurai</i></b></font> </td> </tr> <tr><td height="1" nowrap></td></tr> </table> </td> <td width="26" nowrap></td> </tr> </table> <table align=center border="0" cellpadding="0" cellspacing="0" width="953"> <tr> <td height="6" bgcolor="2d2d2d"></td> </tr> </table> <table align=center border="0" cellpadding="0" cellspacing="0" width="953" height="25" background="images/2009/layout/main_top_bg.jpg"> <tr> <td width="100%" align="center"></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" align=center width=953> <tr> <td valign="top" width="288" nowrap background="images/2009/layout/bl_left_side_bg.gif"> <table border="0" cellpadding="0" cellspacing="0" width="100%" background="images/2009/layout/bl_menu_home_left_bg.jpg"> <tr> <td><img src="images/2009/layout/bl_menu_home_left.jpg"></td> <td valign="top" width="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td height=10></td> </tr> <tr> <td nowrap height=24 width="100%" background="images/2009/layout/menu_title_bg.jpg"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td height=1></td> </tr> <tr> <td> <p style="margin-left: 10px; margin-right: 12px"><b><font face="Verdana" size="1" color="ffd200">NAVIGATION MENU:</font></b> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td width="30" valign="top" bgcolor="825a27" nowrap><img border="0" src="images/2009/layout/bl_menu_left_tl.jpg" width="30" height="191"></td> <td valign="top" width="100%" background="images/2009/layout/menu_bg.jpg"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td><img border="0" src="images/2009/layout/bl_menu_left_topper.jpg" width="23" height="10"></td> <td width="100%"></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#9A9A9A"> <tr> <td><img border="0" src="images/2009/layout/bl_menu_topper_left.jpg" width="24" height="10"></td> <td width="100%"></td> <td valign="bottom"><img border="0" src="images/2008/layout/bl_menu_div_r_ur.gif" width="4" height="4"></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td nowrap width="10"></td> <td width="100%" bgcolor="#9A9A9A"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td nowrap width="10"></td><td valign="top" bgcolor="4c4c4c"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height=16 bgcolor="4c4c4c"><a href="control.cfm#news" CLASS="hpMENU" title="METROCON News">METROCON News&nbsp; </a> </td> </tr> <tr> <td nowrap width="10"></td><td valign="bottom" bgcolor="4c4c4c"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="center" nowrap></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=3333" class="hpMENU">Location</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="center" nowrap></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=3917" class="hpMENU">Driving Directions/Parking</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="center" nowrap></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=4246" class="hpMENU">Convention Map</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="center" nowrap></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=4027" class="hpMENU">The Story Of METROCON Thus Far</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="left" nowrap><img src="more.gif" width="5" height="9" title="" border="0"></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=3315" class="hpMENU">METROCON 2009 Mascots</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="left" nowrap><img src="more.gif" width="5" height="9" title="" border="0"></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=4195" class="hpMENU">Contests</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="center" nowrap></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=3539" class="hpMENU">Events Schedule</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="left" nowrap><img src="more.gif" width="5" height="9" title="" border="0"></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=1378" class="hpMENU">Guests - 2010</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="center" nowrap></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=3903" class="hpMENU">Guest Liaison Positions</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="center" nowrap></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=4222" class="hpMENU">Ana's Ikimaru Geisha and Samurai Makeover Studio</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="center" nowrap></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=3780" class="hpMENU">METROCADE - Video Game Room</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="center" nowrap></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=4061" class="hpMENU">The Dark Side - Gaming Room</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="center" nowrap></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="events/events_home.cfm" class="hpMENU">TEAM METRO: Volunteer/Panel Signup</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="center" nowrap></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=4033" class="hpMENU">Stuff Check</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="center" nowrap></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=3412" class="hpMENU">Vendor List</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="center" nowrap></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=3554" class="hpMENU">Artist Alley List</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="center" nowrap></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=4188" class="hpMENU">Galleries</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="center" nowrap></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/includes/inc_banners_2009.cfm" class="hpMENU">Link to us! - 2009 Banners</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="left" nowrap><img src="more.gif" width="5" height="9" title="" border="0"></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=1014" class="hpMENU">FAQs</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="center" nowrap></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.animemetro.com/forum/forum.asp?FORUM_ID=39" class="hpMENU">Forums</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="left" nowrap><img src="more.gif" width="5" height="9" title="" border="0"></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=602" class="hpMENU">About Metrocon</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="center" nowrap></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=626" class="hpMENU">Contact Us</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#9A9A9A"> <tr> <td nowrap width="10"><img border="0" src="images/2009/layout/bl_menu_top_bottom_l.gif"></td> <td width="100%"></td> <td valign="top"><img border="0" src="images/2008/layout/bl_menu_div_r_lr.gif" width="4" height="4"></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td width="100%" height=10></td> </tr> </table> <SCRIPT LANGUAGE="JavaScript"> function checkVForm(){ theform=document.login // Check that the form has a full name specified in the field called "fullname" if (theform.UserName.value==""){ alert("Please provide a User Name.") theform.UserName.focus() return false; } // Check that the form has an email specified in the field called "email" if (theform.Password.value==""){ alert("Please provide a Password.") theform.Password.focus() return false; } return true; } </SCRIPT> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td width="100%" align="right"><img border="0" src="images/2009/layout/menu_endcap.jpg" width="50" height="24"></td> <td width="188" height="24" nowrap background="images/2009/layout/menu_title_bg.jpg"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td height=1></td> </tr> <tr> <td> <p style="margin-left: 10px; margin-right: 12px"><b><font face="Verdana" size="1" color="ffd200">ACCOUNT LOGIN:</font></b> </td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="9A9A9A"> <tr> <td><img border="0" src="images/2009/layout/bl_menu_topper_left2.gif" width="24" height="10"></td> <td width="100%"></td> <td valign="bottom"><img border="0" src="images/2008/layout/bl_menu_div_r_ur.gif" width="4" height="4"></td> </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td nowrap width="10"></td> <td nowrap width="10" bgcolor="9A9A9A"></td> <td valign="top" bgcolor="4c4c4c"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" bgcolor="4c4c4c"></td> </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td nowrap width="10"></td> <td nowrap width="10" bgcolor="9A9A9A"></td> <td width="100%"> <table border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="4c4c4c"> <form name="login" action = "http://www.metroconventions.com/events/events_home.cfm" target="_top" method = "POST" onsubmit="return checkVForm();"> <tr> <td valign="top" width="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td align=right nowrap><p style="margin-left: 5; margin-right: 5"><font face="verdana" size="1" color="white"><b>User Name:</b></font></td> <td width="100%"><input name="UserName" type="text" message="Please Enter a User Name" style="font-family: Verdana; font-size: 10px;width:115px;"></td> </tr> <tr> <td align=right nowrap><p style="margin-left: 5; margin-right: 5"><b><font face="verdana" size="1" color="white">Password:</b></font></td> <td width="100%"><input name="Password" type="password" message="Please Enter a Password" style="font-family: Verdana; font-size: 10px;width:115px;"></td> </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td nowrap height="6" bgcolor="4c4c4c"></td> </tr> </table> </td> <td valign="top"><input type="image" src="images/2008/layout/LoginButton.gif" value="Login Now!" title="Submit"></td> </tr> <input type="hidden" name="ltype" value="volunteers"> <input type="hidden" name="suclogin" value="yes"> <input type="hidden" name="conid" value="775228CB-1217-5C2E-5B19BDF324ADD5BF"> </form> <tr> <td colspan=2> <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0> <TR> <TD width="100%" height="36" valign="middle" bgcolor="#2d2d2d" align="center"><a href="http://www.metroconventions.com/events/forgot_password.cfm"><font face=verdana size=1 color=ffffff><b>Forgot Password</b></font><br> <a href="http://www.metroconventions.com/events/events_home.cfm"><font face=verdana size=1 color=ffffff><b>Register New Account</b></font> </TD> </tr> </table> </td> </tr> </table> </td> </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td nowrap width="10"></td> <td nowrap width="10" bgcolor="9A9A9A"></td> <td valign="top" bgcolor="4c4c4c"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> <td width="100%" bgcolor="4c4c4c"></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="9A9A9A"> <tr> <td nowrap width="10"><img border="0" src="images/2009/layout/bl_menu_top_bottom_l.gif"></td> <td width="100%"></td> <td valign="top"><img border="0" src="images/2008/layout/bl_menu_div_r_lr.gif" width="4" height="4"></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td width="100%" height=10></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td width="100%" align="right"><img border="0" src="images/2009/layout/menu_endcap.jpg" width="50" height="24"></td> <td width="188" height="24" nowrap background="images/2009/layout/menu_title_bg.jpg"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td height=1></td> </tr> <tr> <td> <p style="margin-left: 10px; margin-right: 12px"><b><font face="Verdana" size="1" color="ffd200">QUICK LINKS:</font></b> </td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#9A9A9A"> <tr> <td><img border="0" src="images/2009/layout/bl_menu_topper_left2.gif" width="24" height="10"></td> <td width="100%"></td> <td valign="bottom"><img border="0" src="images/2008/layout/bl_menu_div_r_ur.gif" width="4" height="4"></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" height="15"> <tr> <td nowrap bgcolor="#BBBBBB" width="10"></td> <td width="100%" bgcolor="#9A9A9A"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td><td width="100%"></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td width="100%" colspan="2" bgcolor="4c4c4c" height="16"><P style="MARGIN-LEFT: 8px"><a href="http://www.metroconventions.com/control.cfm?ID=3159" CLASS="hpMENU" title="METROCON 2008 Pre-Registration">2009 Pre-Registration</a></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td width="100%" colspan="2" bgcolor="4c4c4c" height="16"><P style="MARGIN-LEFT: 8px"><a href="http://www.metroconventions.com/events/events_home.cfm?ltype=volunteers" CLASS="hpMENU" title="Volunteer/Host Panels">Volunteer/Host Panels Signup</a></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td width="100%" colspan="2" bgcolor="4c4c4c" height="16"><P style="MARGIN-LEFT: 8px"><a href="http://www.metroconventions.com/events/events_home.cfm?ltype=vendors" CLASS="hpMENU" title="Vendor Tables Signup">Vendor Account Signup</a></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td width="100%" colspan="2" bgcolor="4c4c4c" height="16"><P style="MARGIN-LEFT: 8px"><a href="http://www.metroconventions.com/events/events_home.cfm?ltype=artists" CLASS="hpMENU" title="Aritst Alley Signup">Aritst Account Signup</a></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td width="100%" colspan="2" bgcolor="4c4c4c" height="16"><P style="MARGIN-LEFT: 8px"><A HREF="http://community.livejournal.com/_metrocon" CLASS="hpMENU" target="_blank">METROCON LiveJournal Community</a></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td width="100%" colspan="2" bgcolor="4c4c4c" height="16"><P style="MARGIN-LEFT: 8px"><A HREF="http://www.myspace.com/metroconventions" CLASS="hpMENU" target="_blank">METROCON MySpace</a></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td width="100%" colspan="2" bgcolor="4c4c4c" height="16"><P style="MARGIN-LEFT: 8px"><A HREF="http://twitter.com/METROCON_news" CLASS="hpMENU" target="_blank">METROCON Twitter</a></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td width="100%" colspan="2" bgcolor="4c4c4c" height="16"><P style="MARGIN-LEFT: 8px"><A HREF="http://www.animemetro.com" CLASS="hpMENU" target="_blank">AnimeMetro.com</a></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td width="100%" colspan="2" bgcolor="4c4c4c" height="16"><P style="MARGIN-LEFT: 8px"><A HREF="http://www.AnimeBelle.com" CLASS="hpMENU" target="_blank">AnimeBelle.com</a></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td width="100%" colspan="2" bgcolor="4c4c4c" height="16"><P style="MARGIN-LEFT: 8px"><A HREF="http://www.risingsun.net" CLASS="hpMENU" target="_blank">Risingsun.net</a></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td valign="bottom" bgcolor="4c4c4c"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td></tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#9A9A9A"> <tr> <td width="100%"></td> <td valign="top"><img border="0" src="images/2008/layout/bl_menu_div_r_lr.gif" width="4" height="4"></td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#9A9A9A"> <tr> <td nowrap width="10"><img border="0" src="images/2009/layout/bl_menu_top_bottom_l.gif"></td> <td width="100%"></td> </tr> </table> <table width="100%" cellspacing="0" cellpadding="0" border="0" width="100%"> <tr> <td width=100%></td><td height=10></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td width="100%" align="right"><img border="0" src="images/2009/layout/menu_endcap.jpg" width="50" height="24"></td> <td width="188" height="24" nowrap background="images/2009/layout/menu_title_bg.jpg"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td height=1></td> </tr> <tr> <td> <p style="margin-left: 10px; margin-right: 12px"><b><font face="Verdana" size="1" color="ffd200">UPDATED PAGES:</font></b> </td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#9A9A9A"> <tr> <td><img border="0" src="images/2009/layout/bl_menu_topper_left2.gif" width="24" height="10"></td> <td width="100%"></td> <td valign="bottom"><img border="0" src="images/2008/layout/bl_menu_div_r_ur.gif" width="4" height="4"></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" height="15"> <tr> <td nowrap bgcolor="#BBBBBB" width="10"></td> <td width="100%" bgcolor="#9A9A9A"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <!-- Recently Modified Pages - AnimeMetro --> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td><td width="100%"></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td colspan="2" height="16" nowrap><p style="margin-left: 8"><font class="hpMENU">11-30-09&nbsp&nbsp;<A HREF="control.cfm?ID=4270" CLASS="hpMENU" title="Alumni 2009">Alumni 2009</A></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td colspan="2" height="16" nowrap><p style="margin-left: 8"><font class="hpMENU">11-30-09&nbsp&nbsp;<A HREF="control.cfm?ID=1378" CLASS="hpMENU" title="Guests - 2010">Guests - 2010</A></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td colspan="2" height="16" nowrap><p style="margin-left: 8"><font class="hpMENU">09-22-09&nbsp&nbsp;<A HREF="control.cfm?ID=3780" CLASS="hpMENU" title="METROCADE - Video Game Room">METROCADE - Video Game...</A></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td colspan="2" height="16" nowrap><p style="margin-left: 8"><font class="hpMENU">05-28-09&nbsp&nbsp;<A HREF="control.cfm?ID=3789" CLASS="hpMENU" title="Microphone/Tech FAQ">Microphone/Tech FAQ</A></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td colspan="2" height="16" nowrap><p style="margin-left: 8"><font class="hpMENU">05-25-09&nbsp&nbsp;<A HREF="control.cfm?ID=4246" CLASS="hpMENU" title="Convention Map">Convention Map</A></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td><td width="100%"></td> </tr> </table> </td></tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#9A9A9A"> <tr> <td width="100%"></td> <td valign="top"><img border="0" src="images/2008/layout/bl_menu_div_r_lr.gif" width="4" height="4"></td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#9A9A9A"> <tr> <td nowrap width="10"><img border="0" src="images/2009/layout/bl_menu_top_bottom_l.gif"></td> <td width="100%"></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td width="100%" height="10"></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td width="100%" align="right"><img border="0" src="images/2009/layout/menu_endcap.jpg" width="50" height="24"></td> <td width="188" height="24" nowrap background="images/2009/layout/menu_title_bg.jpg"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td height=1></td> </tr> <tr> <td> <p style="margin-left: 10px; margin-right: 12px"><b><font face="Verdana" size="1" color="ffd200">NEW PAGES:</font></b> </td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#9A9A9A"> <tr> <td><img border="0" src="images/2009/layout/bl_menu_topper_left2.gif" width="24" height="10"></td> <td width="100%"></td> <td valign="bottom"><img border="0" src="images/2008/layout/bl_menu_div_r_ur.gif" width="4" height="4"></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" height="15"> <tr> <td nowrap bgcolor="#BBBBBB" width="10"></td> <td width="100%" bgcolor="#9A9A9A"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <!-- Recently Modified Pages - AnimeMetro --> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td><td width="100%"></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td colspan="2" height="16" nowrap><p style="margin-left: 8"><font class="hpMENU">11-30-09&nbsp&nbsp;<A HREF="control.cfm?ID=4270" CLASS="hpMENU" title="Alumni 2009">Alumni 2009</A></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td colspan="2" height="16" nowrap><p style="margin-left: 8"><font class="hpMENU">05-25-09&nbsp&nbsp;<A HREF="control.cfm?ID=4246" CLASS="hpMENU" title="Convention Map">Convention Map</A></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td colspan="2" height="16" nowrap><p style="margin-left: 8"><font class="hpMENU">05-11-09&nbsp&nbsp;<A HREF="control.cfm?ID=4222" CLASS="hpMENU" title="Ana's Ikimaru Geisha and Samurai Makeover Studio">Ana's Ikimaru Geisha a...</A></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td colspan="2" height="16" nowrap><p style="margin-left: 8"><font class="hpMENU">03-19-09&nbsp&nbsp;<A HREF="http://www.metroconventions.com/includes/inc_banners_2009.cfm" CLASS="hpMENU" title="Link to us! - 2009 Banners">Link to us! - 2009 Ban...</A></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td colspan="2" height="16" nowrap><p style="margin-left: 8"><font class="hpMENU">03-12-09&nbsp&nbsp;<A HREF="control.cfm?ID=4195" CLASS="hpMENU" title="Contests">Contests</A></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td><td width="100%"></td> </tr> </table> </td></tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#9A9A9A"> <tr> <td width="100%"></td> <td valign="top"><img border="0" src="images/2008/layout/bl_menu_div_r_lr.gif" width="4" height="4"></td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#9A9A9A"> <tr> <td nowrap width="10"><img border="0" src="images/2009/layout/bl_menu_top_bottom_l.gif"></td> <td width="100%"></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td width="100%" height="10"></td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td width="100%" nowrap valign="top"> <table align=center border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="825a27"> <tr> <td height="20"></td> </tr> </table> <table align=center border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td height="10"></td> </tr> </table> <table align=center border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td align="center"><a href="http://www.bestbuy.com/" target="_new"><img src="images/2009/best_buy_banner.jpg" border="0" title="Best Buy"></a></td> </tr> </table> <table align=center border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td height="10"></td> </tr> </table> <table align=center border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td align="center"><a href="http://www.baltimoreknife.com/" target="_new"><img src="images/2009/baltimore_knife.jpg" border="0" title="Baltimore Knife & Sword"></a></td> </tr> </table> <table align=center border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td height="10"></td> </tr> </table> <table align=center border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="825a27"> <tr> <td height="8"></td> </tr> </table> </td> <td width="30" nowrap bgcolor="825a27"></td> </tr> </table> </td> <td width="10" nowrap bgcolor="4c4c4c" valign="top"><img src="images/2009/layout/top_main_curve_left.gif"></td> <td width="640" valign="top" background="images/gearswirl-small.jpg"> <table align=center border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="d5aa03"> <tr> <td width="100%" align="center" bgcolor="4c4c4c" height="10"></td> </tr> </table> <table height="50" border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="2d2d2d"> <tr> <td valign="top"><img src="images/2008/layout/bc_ul.gif"></td> <td><img src="images/2009/layout/metrogear_title_sm.gif"></td> <td width="100%"><p style="margin-left: 10px; margin-right: 5px"> <font class="PageTitle">METROCON - Florida's Largest Anime Convention!</font> </td> <td valign="middle" nowrap><p style="margin-left: 5px; margin-right: 5px"> <span class="breadcrumbs"> </span> </td> </td> <td valign="top"><img src="images/2008/layout/bc_ur.gif"></td> </tr> </table> <table height="5" border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td></td> </tr> </table> <!-- SWFObject embed by Geoff Stearns geoff@deconcept.com http://blog.deconcept.com/swfobject/ --> <script type="text/javascript" src="swfobject.js"></script> <style type="text/css"> body { background-color: #000000; font: .8em/1.3em verdana,arial,helvetica,sans-serif; } #info { width: 640px; overflow: auto; } #flashcontent { border: solid 0px #000; width: 640px; height: 400px; float: left; margin: 0px 0px; } </style> <style type="text/css"> /*Credits: Dynamic Drive CSS Library */ /*URL: http://www.dynamicdrive.com/style/ */ .buttonmenu{ list-style-type: none; margin: 0; padding: 0; width: 100%; } .buttonmenu li a{ color: white; display: block; width: 100%; padding: 2px 4px; text-decoration: none; font-weight: bold; border: 1px solid; border-color:#D5BFD0 #5A3A54 #5A3A54 #D5BFD0; /*light dark dark light*/ background-color: #2d2d2d; text-decoration:none; } .buttonmenu li a:visited{ color: white; } .buttonmenu li a:hover, .buttonmenu li a:active{ color: black; background-color: #ac8ccd; } </style> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%" id="table1"> <tr> <td> <table border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="4c4c4c"> <tr><td>
HTTPReferer [empty string]
Mailto [empty string]
Message Element DATASOURCE is undefined in REQUEST.
QueryString [empty string]
RemoteAddress 65.41.140.104
RootCause
VARIABLES - struct
Detail [empty string]
ErrNumber 0
Message Element DATASOURCE is undefined in REQUEST.
Resolvedname REQUEST
StackTrace coldfusion.runtime.UndefinedElementException: Element DATASOURCE is undefined in REQUEST. at coldfusion.runtime.CfJspPage.resolveCanonicalName(CfJspPage.java:1647) at coldfusion.runtime.CfJspPage._resolve(CfJspPage.java:1600) at coldfusion.runtime.CfJspPage._resolveAndAutoscalarize(CfJspPage.java:1735) at coldfusion.runtime.CfJspPage._resolveAndAutoscalarize(CfJspPage.java:1728) at cfguest_preview2ecfm911253375.runPage(D:\inetpub\wwwroot\metroconventions\events\guest_preview.cfm:20) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:192) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:366) at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:2644) at cfmetroconventions_header2ecfm234483097.runPage(D:\inetpub\wwwroot\metroconventions\metroconventions_header.cfm:600) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:192) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:366) at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:2644) at cfexpand_control2ecfm719041210.runPage(D:\inetpub\wwwroot\metroconventions\expand_control.cfm:148) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:192) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:366) at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:2644) at cfcontrol2ecfm184266028._factor10(D:\inetpub\wwwroot\metroconventions\control.cfm:413) at cfcontrol2ecfm184266028._factor17(D:\inetpub\wwwroot\metroconventions\control.cfm:408) at cfcontrol2ecfm184266028.runPage(D:\inetpub\wwwroot\metroconventions\control.cfm:1) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:192) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:366) at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65) at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:279) at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48) at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40) at coldfusion.filter.PathFilter.invoke(PathFilter.java:86) at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70) at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28) at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38) at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46) at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38) at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22) at coldfusion.CfmServlet.service(CfmServlet.java:175) at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89) at jrun.servlet.FilterChain.doFilter(FilterChain.java:86) at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42) at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46) at jrun.servlet.FilterChain.doFilter(FilterChain.java:94) at jrun.servlet.FilterChain.service(FilterChain.java:101) at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106) at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:284) at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543) at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203) at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320) at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428) at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266) at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
TagContext
VARIABLES - array
1
VARIABLES - struct
COLUMN 0
ID ??
LINE 20
RAW_TRACE at cfguest_preview2ecfm911253375.runPage(D:\inetpub\wwwroot\metroconventions\events\guest_preview.cfm:20)
TEMPLATE D:\inetpub\wwwroot\metroconventions\events\guest_preview.cfm
TYPE CFML
2
VARIABLES - struct
COLUMN 0
ID CFINCLUDE
LINE 600
RAW_TRACE at cfmetroconventions_header2ecfm234483097.runPage(D:\inetpub\wwwroot\metroconventions\metroconventions_header.cfm:600)
TEMPLATE D:\inetpub\wwwroot\metroconventions\metroconventions_header.cfm
TYPE CFML
3
VARIABLES - struct
COLUMN 0
ID CFINCLUDE
LINE 148
RAW_TRACE at cfexpand_control2ecfm719041210.runPage(D:\inetpub\wwwroot\metroconventions\expand_control.cfm:148)
TEMPLATE D:\inetpub\wwwroot\metroconventions\expand_control.cfm
TYPE CFML
4
VARIABLES - struct
COLUMN 0
ID CFINCLUDE
LINE 413
RAW_TRACE at cfcontrol2ecfm184266028._factor10(D:\inetpub\wwwroot\metroconventions\control.cfm:413)
TEMPLATE D:\inetpub\wwwroot\metroconventions\control.cfm
TYPE CFML
5
VARIABLES - struct
COLUMN 0
ID CF_CONTROL
LINE 408
RAW_TRACE at cfcontrol2ecfm184266028._factor17(D:\inetpub\wwwroot\metroconventions\control.cfm:408)
TEMPLATE D:\inetpub\wwwroot\metroconventions\control.cfm
TYPE CFML
6
VARIABLES - struct
COLUMN 0
ID CF_CONTROL
LINE 1
RAW_TRACE at cfcontrol2ecfm184266028.runPage(D:\inetpub\wwwroot\metroconventions\control.cfm:1)
TEMPLATE D:\inetpub\wwwroot\metroconventions\control.cfm
TYPE CFML
Type Expression
element DATASOURCE
objectType
VARIABLES - object of java.lang.Class
Class Name java.lang.Class
Methods
Method Return Type
asSubclass(java.lang.Class) java.lang.Class
cast(java.lang.Object) java.lang.Object
desiredAssertionStatus() boolean
forName(java.lang.String, boolean, java.lang.ClassLoader) java.lang.Class
forName(java.lang.String) java.lang.Class
getAnnotation(java.lang.Class) java.lang.annotation.Annotation
getAnnotations() java.lang.annotation.Annotation[]
getCanonicalName() java.lang.String
getClassLoader() java.lang.ClassLoader
getClasses() java.lang.Class[]
getComponentType() java.lang.Class
getConstructor(java.lang.Class[]) java.lang.reflect.Constructor
getConstructors() java.lang.reflect.Constructor[]
getDeclaredAnnotations() java.lang.annotation.Annotation[]
getDeclaredClasses() java.lang.Class[]
getDeclaredConstructor(java.lang.Class[]) java.lang.reflect.Constructor
getDeclaredConstructors() java.lang.reflect.Constructor[]
getDeclaredField(java.lang.String) java.lang.reflect.Field
getDeclaredFields() java.lang.reflect.Field[]
getDeclaredMethod(java.lang.String, java.lang.Class[]) java.lang.reflect.Method
getDeclaredMethods() java.lang.reflect.Method[]
getDeclaringClass() java.lang.Class
getEnclosingClass() java.lang.Class
getEnclosingConstructor() java.lang.reflect.Constructor
getEnclosingMethod() java.lang.reflect.Method
getEnumConstants() java.lang.Object[]
getField(java.lang.String) java.lang.reflect.Field
getFields() java.lang.reflect.Field[]
getGenericInterfaces() java.lang.reflect.Type[]
getGenericSuperclass() java.lang.reflect.Type
getInterfaces() java.lang.Class[]
getMethod(java.lang.String, java.lang.Class[]) java.lang.reflect.Method
getMethods() java.lang.reflect.Method[]
getModifiers() int
getName() java.lang.String
getPackage() java.lang.Package
getProtectionDomain() java.security.ProtectionDomain
getResource(java.lang.String) java.net.URL
getResourceAsStream(java.lang.String) java.io.InputStream
getSigners() java.lang.Object[]
getSimpleName() java.lang.String
getSuperclass() java.lang.Class
getTypeParameters() java.lang.reflect.TypeVariable[]
isAnnotation() boolean
isAnnotationPresent(java.lang.Class) boolean
isAnonymousClass() boolean
isArray() boolean
isAssignableFrom(java.lang.Class) boolean
isEnum() boolean
isInstance(java.lang.Object) boolean
isInterface() boolean
isLocalClass() boolean
isMemberClass() boolean
isPrimitive() boolean
isSynthetic() boolean
newInstance() java.lang.Object
toString() java.lang.String
StackTrace coldfusion.runtime.UndefinedElementException: Element DATASOURCE is undefined in REQUEST. at coldfusion.runtime.CfJspPage.resolveCanonicalName(CfJspPage.java:1647) at coldfusion.runtime.CfJspPage._resolve(CfJspPage.java:1600) at coldfusion.runtime.CfJspPage._resolveAndAutoscalarize(CfJspPage.java:1735) at coldfusion.runtime.CfJspPage._resolveAndAutoscalarize(CfJspPage.java:1728) at cfguest_preview2ecfm911253375.runPage(D:\inetpub\wwwroot\metroconventions\events\guest_preview.cfm:20) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:192) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:366) at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:2644) at cfmetroconventions_header2ecfm234483097.runPage(D:\inetpub\wwwroot\metroconventions\metroconventions_header.cfm:600) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:192) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:366) at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:2644) at cfexpand_control2ecfm719041210.runPage(D:\inetpub\wwwroot\metroconventions\expand_control.cfm:148) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:192) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:366) at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:2644) at cfcontrol2ecfm184266028._factor10(D:\inetpub\wwwroot\metroconventions\control.cfm:413) at cfcontrol2ecfm184266028._factor17(D:\inetpub\wwwroot\metroconventions\control.cfm:408) at cfcontrol2ecfm184266028.runPage(D:\inetpub\wwwroot\metroconventions\control.cfm:1) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:192) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:366) at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65) at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:279) at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48) at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40) at coldfusion.filter.PathFilter.invoke(PathFilter.java:86) at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70) at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28) at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38) at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46) at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38) at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22) at coldfusion.CfmServlet.service(CfmServlet.java:175) at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89) at jrun.servlet.FilterChain.doFilter(FilterChain.java:86) at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42) at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46) at jrun.servlet.FilterChain.doFilter(FilterChain.java:94) at jrun.servlet.FilterChain.service(FilterChain.java:101) at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106) at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:284) at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543) at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203) at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320) at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428) at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266) at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
TagContext
VARIABLES - array
1
VARIABLES - struct
COLUMN 0
ID ??
LINE 20
RAW_TRACE at cfguest_preview2ecfm911253375.runPage(D:\inetpub\wwwroot\metroconventions\events\guest_preview.cfm:20)
TEMPLATE D:\inetpub\wwwroot\metroconventions\events\guest_preview.cfm
TYPE CFML
2
VARIABLES - struct
COLUMN 0
ID CFINCLUDE
LINE 600
RAW_TRACE at cfmetroconventions_header2ecfm234483097.runPage(D:\inetpub\wwwroot\metroconventions\metroconventions_header.cfm:600)
TEMPLATE D:\inetpub\wwwroot\metroconventions\metroconventions_header.cfm
TYPE CFML
3
VARIABLES - struct
COLUMN 0
ID CFINCLUDE
LINE 148
RAW_TRACE at cfexpand_control2ecfm719041210.runPage(D:\inetpub\wwwroot\metroconventions\expand_control.cfm:148)
TEMPLATE D:\inetpub\wwwroot\metroconventions\expand_control.cfm
TYPE CFML
4
VARIABLES - struct
COLUMN 0
ID CFINCLUDE
LINE 413
RAW_TRACE at cfcontrol2ecfm184266028._factor10(D:\inetpub\wwwroot\metroconventions\control.cfm:413)
TEMPLATE D:\inetpub\wwwroot\metroconventions\control.cfm
TYPE CFML
5
VARIABLES - struct
COLUMN 0
ID CF_CONTROL
LINE 408
RAW_TRACE at cfcontrol2ecfm184266028._factor17(D:\inetpub\wwwroot\metroconventions\control.cfm:408)
TEMPLATE D:\inetpub\wwwroot\metroconventions\control.cfm
TYPE CFML
6
VARIABLES - struct
COLUMN 0
ID CF_CONTROL
LINE 1
RAW_TRACE at cfcontrol2ecfm184266028.runPage(D:\inetpub\wwwroot\metroconventions\control.cfm:1)
TEMPLATE D:\inetpub\wwwroot\metroconventions\control.cfm
TYPE CFML
Template /control.cfm
Type coldfusion.runtime.CfErrorWrapper
CFQUERY.EXECUTIONTIME 0
CHILDCOUNT 0
CLEANURL http://www.metroconventions.com/control.cfm
COMPRESSIONSETTING 9
CONDATES June 19-21, 2009
CONTESTS
VARIABLES - query
RESULTSET
VARIABLES - query
  ACTIVE CATEGORIES CONTEST_NAME CON_ID CRITERIA EMAIL END_DATE ENTRIES_PER_PERSON ID MEDIA_TYPE PREV_AWARD RULES START_DATE WINNERS
CACHED false
EXECUTIONTIME 0
SQL SELECT * FROM contests WHERE con_id='775228CB-1217-5C2E-5B19BDF324ADD5BF' and active='y' ORDER BY contest_name ASC
CONTROL
VARIABLES - struct
Message1 It appears as if the page you are looking for is not here or is unavailable.
PageNotFound Page Not Found or Available
SeeArchived See Archived/Previous Poll Results
Sorry Sorry
Text1 <a href
CONVENTION
VARIABLES - query
RESULTSET
VARIABLES - query
  ACTIVE ADDRESS CC_EMAIL CITY COMPANY_NAME CON_AGE CON_ID CON_NAME CON_SHOW_DATES COUNTRY DATE DESCRIPTION DIRECTION_URL EMAIL END_DATE LOCATION LOGO MAX_RATING MIN_RATING OWNER_ID PHONE START_DATE STATE THEME WEBSITE_URL ZIP
1 y 333 S. Franklin Street info@animemetro.com Tampa METROCON, LLC. 8 775228CB-1217-5C2E-5B19BDF324ADD5BF METROCON July 23 - 25, 2010 [empty string] 2009-10-21 09:38:43.56 FLORIDA'S LARGEST ANIME CONVENTION [empty string] events@animemetro.com 2010-07-25 00:00:00.0 Tampa Convention Center [empty string] 3 1 4708E418-F5BC-8FC2-16527293633A86A3 [empty string] 2010-07-23 00:00:00.0 FL Ninja vs Samurai http://www.MetroConventions.com
CACHED false
EXECUTIONTIME 0
SQL SELECT * FROM conventions where con_id='775228CB-1217-5C2E-5B19BDF324ADD5BF'
CON_DATES
VARIABLES - query
RESULTSET
VARIABLES - query
  CON_ID CON_SHOW_DATE DATE ID
1 775228CB-1217-5C2E-5B19BDF324ADD5BF y 2010-07-23 00:00:00.0 93
2 775228CB-1217-5C2E-5B19BDF324ADD5BF y 2010-07-24 00:00:00.0 94
3 775228CB-1217-5C2E-5B19BDF324ADD5BF y 2010-07-25 00:00:00.0 95
CACHED false
EXECUTIONTIME 0
SQL SELECT * FROM days where con_id='775228CB-1217-5C2E-5B19BDF324ADD5BF' and con_show_date='y'
CON_ID 775228CB-1217-5C2E-5B19BDF324ADD5BF
CON_INFO
VARIABLES - query
RESULTSET
VARIABLES - query
  ACTIVE ADDRESS CC_EMAIL CITY COMPANY_NAME CON_AGE CON_ID CON_NAME CON_SHOW_DATES COUNTRY DATE DESCRIPTION DIRECTION_URL EMAIL END_DATE LOCATION LOGO MAX_RATING MIN_RATING OWNER_ID PHONE START_DATE STATE THEME WEBSITE_URL ZIP
1 y 333 S. Franklin Street info@animemetro.com Tampa METROCON, LLC. 8 775228CB-1217-5C2E-5B19BDF324ADD5BF METROCON July 23 - 25, 2010 [empty string] 2009-10-21 09:38:43.56 FLORIDA'S LARGEST ANIME CONVENTION [empty string] events@animemetro.com 2010-07-25 00:00:00.0 Tampa Convention Center [empty string] 3 1 4708E418-F5BC-8FC2-16527293633A86A3 [empty string] 2010-07-23 00:00:00.0 FL Ninja vs Samurai http://www.MetroConventions.com
CACHED false
EXECUTIONTIME 0
SQL SELECT * FROM conventions where con_id='775228CB-1217-5C2E-5B19BDF324ADD5BF'
CP_FRI 10.00
CP_SAT 10.00
CP_SUN 10.00
CP_T1 20.00
CP_T1_DATE_END 11/30/2008
CP_T1_DATE_START 09/19/2008
CP_T2 25.00
CP_T2_DATE_END 06/07/2009
CP_T2_DATE_START 12/01/2008
CP_T3 25.00
CRUMBARRAY
VARIABLES - array [empty]
CRUMBLINE 0
CRUMB_INCLUDETOP No
CURRPAGE http://www.metroconventions.com/control.cfm
CURRROW 3
CUSTOM_ID 8C9C1CC9-1217-5C2E-5BB32F1E3DBF3C45775228CB-1217-5C2E-5B19BDF324ADD5BF
C_YEAR 2009
DICTLIST ErrorLine=Error on Line Server=Server Page=Page Method=Method QueryString=Query String Cookie=Cookie Location=Location Browser=Browser DateTime=Date/Time Referrer=Referrer Details=Details Message=Message FormFields=Form Fields MissingFileName=Missing File Name NativeErrorCode=Native Error Code SQLState=SQL State ClientVariables=Client Variables ApplicationVariables=Application Variables Header1=UH OH Message1=We experienced an error. Details have been sent to our webmaster for careful review. We apologize for this inconvenience.
DICTLOAD_THEFILE inc_errcatch
DICTROW Message1=We experienced an error. Details have been sent to our webmaster for careful review. We apologize for this inconvenience.
ENDMONTH July
ENDYEAR 2010
ERROR
VARIABLES - struct
Browser Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5
DateTime {ts '2009-12-14 04:54:19'}
Diagnostics Element DATASOURCE is undefined in REQUEST. <br>The error occurred on line 20.
GeneratedContent <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html><head> <META http-equiv="Content-Type" content="text/html; charset=utf-8"> <TITLE>METROCON: Florida's Largest Anime Convention - Home</TITLE> <BASE HREF="http://www.metroconventions.com/"> <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=iso-8859-1"> <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE, NO-STORE, MUST-REVALIDATE"> <META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE"> <META HTTP-EQUIV="EXPIRES" CONTENT="NEVER"> <META NAME="KEYWORDS" CONTENT="Metrocon, Anime, Convention, FL, Florida, Tampa, con, chess, chessmatch, cosplay, Masquerade, fantasy, costume, gaming, japan, science fiction, steampunk, manga, masked ball, anime convention, anime con"> <META NAME="DESCRIPTION" CONTENT="METROCON: Florida's largest anime convention! Located in Tampa, Florida, METROCON is a weekend long celebration of Japanese Anime which features exciting events (The Anime Human Chess Match, The Fantasy Masquerad) and guests from the animation industry."> <META NAME="CATEGORY" CONTENT="Anime"> <META NAME="CLASSIFICATION" CONTENT="Anime Convention"> <META NAME="DIRECTORY" CONTENT=""> <META NAME="ROBOTS" CONTENT="ALL"> <META Name="Googlebot" Content="FOLLOW,INDEX,ARCHIVE"> <META NAME="COPYRIGHT" CONTENT="2002 - 2009 METROCON, LLC."> <META NAME="TRADEMARK" CONTENT="METROCON, LLC"> <META NAME="CONTENT-LANGUAGE" CONTENT="EN"> <META NAME="DISTRIBUTION" CONTENT="Global"> <META NAME="RATING" CONTENT="General"> <META NAME="RESOURCE-TYPE" value="document"> <META NAME="REVISIT-AFTER" CONTENT="2 days"> <META NAME="AUTHOR" CONTENT="METROCON, LLC."> <META NAME="CONTENTOWNER" CONTENT="METROCON, LLC."> <META NAME="PUBLISHER-EMAIL" CONTENT="info@animemetro.com"> <meta name="verify-v1" content="mFIX9TUFYLSTMAzlwEYPDPfJso5NomtDo47O7uXlqNQ=" /> <meta name="verify-v1" content="79YswSz1TQ5a34XptocC44mVMJie2EfCGbBglICJugQ=" /> <link rel="stylesheet" type="text/css" href="cmpro.css"> <script language="JavaScript"> <!-- function open_on_entrance(url,name) { popupWin = window.open('http://www.metroconventions.com/advertisement/cm_advert.htm','Advertisement', ' dependent, width=400,height=284,left=200,top=0') } // --> </script> <style style="text/css"> .lcdstyle{ /*Example CSS to create LCD countdown look*/ background-color:black; color:yellow; font: bold 18px verdana; padding: 3px; } .lcdstyle sup{ /*Example CSS to create LCD countdown look*/ font-size: 80% } </style> <script type="text/javascript"> /*********************************************** * Dynamic Countdown script- � Dynamic Drive (http://www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit http://www.dynamicdrive.com/ for this script and 100s more. ***********************************************/ function cdtime(container, targetdate){ if (!document.getElementById || !document.getElementById(container)) return this.container=document.getElementById(container) this.currentTime=new Date() this.targetdate=new Date(targetdate) this.timesup=false this.updateTime() } cdtime.prototype.updateTime=function(){ var thisobj=this this.currentTime.setSeconds(this.currentTime.getSeconds()+1) setTimeout(function(){thisobj.updateTime()}, 1000) //update time every second } cdtime.prototype.displaycountdown=function(baseunit, functionref){ this.baseunit=baseunit this.formatresults=functionref this.showresults() } cdtime.prototype.showresults=function(){ var thisobj=this var timediff=(this.targetdate-this.currentTime)/1000 //difference btw target date and current date, in seconds if (timediff<0){ //if time is up this.timesup=true this.container.innerHTML=this.formatresults() return } var oneMinute=60 //minute unit in seconds var oneHour=60*60 //hour unit in seconds var oneDay=60*60*24 //day unit in seconds var dayfield=Math.floor(timediff/oneDay) var hourfield=Math.floor((timediff-dayfield*oneDay)/oneHour) var minutefield=Math.floor((timediff-dayfield*oneDay-hourfield*oneHour)/oneMinute) var secondfield=Math.floor((timediff-dayfield*oneDay-hourfield*oneHour-minutefield*oneMinute)) if (this.baseunit=="hours"){ //if base unit is hours, set "hourfield" to be topmost level hourfield=dayfield*24+hourfield dayfield="n/a" } else if (this.baseunit=="minutes"){ //if base unit is minutes, set "minutefield" to be topmost level minutefield=dayfield*24*60+hourfield*60+minutefield dayfield=hourfield="n/a" } else if (this.baseunit=="seconds"){ //if base unit is seconds, set "secondfield" to be topmost level var secondfield=timediff dayfield=hourfield=minutefield="n/a" } this.container.innerHTML=this.formatresults(dayfield, hourfield, minutefield, secondfield) setTimeout(function(){thisobj.showresults()}, 1000) //update results every second } /////CUSTOM FORMAT OUTPUT FUNCTIONS BELOW////////////////////////////// //Create your own custom format function to pass into cdtime.displaycountdown() //Use arguments[0] to access "Days" left //Use arguments[1] to access "Hours" left //Use arguments[2] to access "Minutes" left //Use arguments[3] to access "Seconds" left //The values of these arguments may change depending on the "baseunit" parameter of cdtime.displaycountdown() //For example, if "baseunit" is set to "hours", arguments[0] becomes meaningless and contains "n/a" //For example, if "baseunit" is set to "minutes", arguments[0] and arguments[1] become meaningless etc function formatresults(){ if (this.timesup==false){//if target date/time not yet met var displaystring=arguments[0]+" days "+arguments[1]+" hours "+arguments[2]+" minutes "+arguments[3]+" seconds left until March 23, 2009 18:25:00" } else{ //else if target date/time met var displaystring="Future date is here!" } return displaystring } function formatresults2(){ if (this.timesup==false){ //if target date/time not yet met var displaystring="<span class='lcdstyle'>"+arguments[0]+" <sup>days</sup> "+arguments[1]+" <sup>hours</sup> "+arguments[2]+" <sup>minutes</sup> "+arguments[3]+" <sup>seconds</sup></span><font face=verdana size=3 color=yellow><b> until EPISODE 2!</b></font>" } else{ //else if target date/time met var displaystring="<a href='http://www.metroconventions.com/control.cfm?id=3395&action=movie4'><font face=verdana size=3 color=yellow><b>Click here to watch EPISODE 3: Fate Revealed</b></font></a>" //Don't display any text } return displaystring } </script> </head> <body bgcolor="000000" bottommargin="0" leftmargin="0" marginheight="0" marginwidth="0" rightmargin="0" topmargin="0"> <table align=center border="0" cellpadding="0" cellspacing="0" height="143" background="images/2009/layout/hp_top_2009_bg.jpg" width="953"> <tr> <td width="500" nowrap><img src="images/2009/layout/hp_top_2009_1_bg.jpg" title="METROCON - Florida's Largest Anime Convention! Located in Tampa, Florida, METROCON is a weekend long celebration of Japanese Anime which features exciting events (The Anime Human Chess Match, The Fantasy Masquerad) and guests from the animation industry."></td> <td width="100%" align="center" valign="top"> <table align=center border="0" cellpadding="0" cellspacing="0" width="100%"> <tr><td height="20" nowrap></td></tr> <tr> <td align="right"><p style="margin-left: 5px"> <font face="verdana" size="4" color="black"><b><i>METROCON - YEAR 8</i></b></font><br> </td> </tr> <tr><td height="2" nowrap></td></tr> <tr> <td align="right"><p style="margin-left: 5px"> <font face="verdana" size="2" color="black"><b><i>FLORIDA'S LARGEST ANIME CONVENTION</i></b></font> </td> </tr> <tr><td height="12" nowrap></td></tr> <tr> <td align="right"><p style="margin-left: 5px"> <font face="verdana" size="2" color="black"><b><i>July 23 - 25, 2010 </i></b></font><br> </td> </tr> <tr><td height="1" nowrap></td></tr> <tr> <td align="right"><p style="margin-left: 5px"> <font face="verdana" size="2" color="black"><b><i>Tampa Convention Center, Tampa, FL</i></b></font> </td> </tr> <tr><td height="1" nowrap></td></tr> <tr> <td align="right"><p style="margin-left: 5px"><font face="verdana" size="2" color="black"><b><i>Theme: Ninja vs Samurai</i></b></font> </td> </tr> <tr><td height="1" nowrap></td></tr> </table> </td> <td width="26" nowrap></td> </tr> </table> <table align=center border="0" cellpadding="0" cellspacing="0" width="953"> <tr> <td height="6" bgcolor="2d2d2d"></td> </tr> </table> <table align=center border="0" cellpadding="0" cellspacing="0" width="953" height="25" background="images/2009/layout/main_top_bg.jpg"> <tr> <td width="100%" align="center"></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" align=center width=953> <tr> <td valign="top" width="288" nowrap background="images/2009/layout/bl_left_side_bg.gif"> <table border="0" cellpadding="0" cellspacing="0" width="100%" background="images/2009/layout/bl_menu_home_left_bg.jpg"> <tr> <td><img src="images/2009/layout/bl_menu_home_left.jpg"></td> <td valign="top" width="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td height=10></td> </tr> <tr> <td nowrap height=24 width="100%" background="images/2009/layout/menu_title_bg.jpg"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td height=1></td> </tr> <tr> <td> <p style="margin-left: 10px; margin-right: 12px"><b><font face="Verdana" size="1" color="ffd200">NAVIGATION MENU:</font></b> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td width="30" valign="top" bgcolor="825a27" nowrap><img border="0" src="images/2009/layout/bl_menu_left_tl.jpg" width="30" height="191"></td> <td valign="top" width="100%" background="images/2009/layout/menu_bg.jpg"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td><img border="0" src="images/2009/layout/bl_menu_left_topper.jpg" width="23" height="10"></td> <td width="100%"></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#9A9A9A"> <tr> <td><img border="0" src="images/2009/layout/bl_menu_topper_left.jpg" width="24" height="10"></td> <td width="100%"></td> <td valign="bottom"><img border="0" src="images/2008/layout/bl_menu_div_r_ur.gif" width="4" height="4"></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td nowrap width="10"></td> <td width="100%" bgcolor="#9A9A9A"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td nowrap width="10"></td><td valign="top" bgcolor="4c4c4c"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height=16 bgcolor="4c4c4c"><a href="control.cfm#news" CLASS="hpMENU" title="METROCON News">METROCON News&nbsp; </a> </td> </tr> <tr> <td nowrap width="10"></td><td valign="bottom" bgcolor="4c4c4c"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="center" nowrap></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=3333" class="hpMENU">Location</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="center" nowrap></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=3917" class="hpMENU">Driving Directions/Parking</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="center" nowrap></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=4246" class="hpMENU">Convention Map</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="center" nowrap></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=4027" class="hpMENU">The Story Of METROCON Thus Far</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="left" nowrap><img src="more.gif" width="5" height="9" title="" border="0"></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=3315" class="hpMENU">METROCON 2009 Mascots</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="left" nowrap><img src="more.gif" width="5" height="9" title="" border="0"></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=4195" class="hpMENU">Contests</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="center" nowrap></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=3539" class="hpMENU">Events Schedule</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="left" nowrap><img src="more.gif" width="5" height="9" title="" border="0"></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=1378" class="hpMENU">Guests - 2010</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="center" nowrap></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=3903" class="hpMENU">Guest Liaison Positions</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="center" nowrap></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=4222" class="hpMENU">Ana's Ikimaru Geisha and Samurai Makeover Studio</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="center" nowrap></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=3780" class="hpMENU">METROCADE - Video Game Room</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="center" nowrap></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=4061" class="hpMENU">The Dark Side - Gaming Room</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="center" nowrap></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="events/events_home.cfm" class="hpMENU">TEAM METRO: Volunteer/Panel Signup</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="center" nowrap></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=4033" class="hpMENU">Stuff Check</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="center" nowrap></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=3412" class="hpMENU">Vendor List</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="center" nowrap></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=3554" class="hpMENU">Artist Alley List</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="center" nowrap></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=4188" class="hpMENU">Galleries</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="center" nowrap></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/includes/inc_banners_2009.cfm" class="hpMENU">Link to us! - 2009 Banners</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="left" nowrap><img src="more.gif" width="5" height="9" title="" border="0"></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=1014" class="hpMENU">FAQs</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="center" nowrap></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.animemetro.com/forum/forum.asp?FORUM_ID=39" class="hpMENU">Forums</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="left" nowrap><img src="more.gif" width="5" height="9" title="" border="0"></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=602" class="hpMENU">About Metrocon</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td height=8 background="images/2008/layout/bl_left_menu_spacer.gif"></td></tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="10" align="center" nowrap></td> <td valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" rowspan="2" height="16"><a href="http://www.metroconventions.com/control.cfm?ID=626" class="hpMENU">Contact Us</a></td> </tr> <tr> <td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#9A9A9A"> <tr> <td nowrap width="10"><img border="0" src="images/2009/layout/bl_menu_top_bottom_l.gif"></td> <td width="100%"></td> <td valign="top"><img border="0" src="images/2008/layout/bl_menu_div_r_lr.gif" width="4" height="4"></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td width="100%" height=10></td> </tr> </table> <SCRIPT LANGUAGE="JavaScript"> function checkVForm(){ theform=document.login // Check that the form has a full name specified in the field called "fullname" if (theform.UserName.value==""){ alert("Please provide a User Name.") theform.UserName.focus() return false; } // Check that the form has an email specified in the field called "email" if (theform.Password.value==""){ alert("Please provide a Password.") theform.Password.focus() return false; } return true; } </SCRIPT> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td width="100%" align="right"><img border="0" src="images/2009/layout/menu_endcap.jpg" width="50" height="24"></td> <td width="188" height="24" nowrap background="images/2009/layout/menu_title_bg.jpg"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td height=1></td> </tr> <tr> <td> <p style="margin-left: 10px; margin-right: 12px"><b><font face="Verdana" size="1" color="ffd200">ACCOUNT LOGIN:</font></b> </td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="9A9A9A"> <tr> <td><img border="0" src="images/2009/layout/bl_menu_topper_left2.gif" width="24" height="10"></td> <td width="100%"></td> <td valign="bottom"><img border="0" src="images/2008/layout/bl_menu_div_r_ur.gif" width="4" height="4"></td> </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td nowrap width="10"></td> <td nowrap width="10" bgcolor="9A9A9A"></td> <td valign="top" bgcolor="4c4c4c"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td> <td width="100%" bgcolor="4c4c4c"></td> </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td nowrap width="10"></td> <td nowrap width="10" bgcolor="9A9A9A"></td> <td width="100%"> <table border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="4c4c4c"> <form name="login" action = "http://www.metroconventions.com/events/events_home.cfm" target="_top" method = "POST" onsubmit="return checkVForm();"> <tr> <td valign="top" width="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td align=right nowrap><p style="margin-left: 5; margin-right: 5"><font face="verdana" size="1" color="white"><b>User Name:</b></font></td> <td width="100%"><input name="UserName" type="text" message="Please Enter a User Name" style="font-family: Verdana; font-size: 10px;width:115px;"></td> </tr> <tr> <td align=right nowrap><p style="margin-left: 5; margin-right: 5"><b><font face="verdana" size="1" color="white">Password:</b></font></td> <td width="100%"><input name="Password" type="password" message="Please Enter a Password" style="font-family: Verdana; font-size: 10px;width:115px;"></td> </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td nowrap height="6" bgcolor="4c4c4c"></td> </tr> </table> </td> <td valign="top"><input type="image" src="images/2008/layout/LoginButton.gif" value="Login Now!" title="Submit"></td> </tr> <input type="hidden" name="ltype" value="volunteers"> <input type="hidden" name="suclogin" value="yes"> <input type="hidden" name="conid" value="775228CB-1217-5C2E-5B19BDF324ADD5BF"> </form> <tr> <td colspan=2> <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0> <TR> <TD width="100%" height="36" valign="middle" bgcolor="#2d2d2d" align="center"><a href="http://www.metroconventions.com/events/forgot_password.cfm"><font face=verdana size=1 color=ffffff><b>Forgot Password</b></font><br> <a href="http://www.metroconventions.com/events/events_home.cfm"><font face=verdana size=1 color=ffffff><b>Register New Account</b></font> </TD> </tr> </table> </td> </tr> </table> </td> </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td nowrap width="10"></td> <td nowrap width="10" bgcolor="9A9A9A"></td> <td valign="top" bgcolor="4c4c4c"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> <td width="100%" bgcolor="4c4c4c"></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="9A9A9A"> <tr> <td nowrap width="10"><img border="0" src="images/2009/layout/bl_menu_top_bottom_l.gif"></td> <td width="100%"></td> <td valign="top"><img border="0" src="images/2008/layout/bl_menu_div_r_lr.gif" width="4" height="4"></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td width="100%" height=10></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td width="100%" align="right"><img border="0" src="images/2009/layout/menu_endcap.jpg" width="50" height="24"></td> <td width="188" height="24" nowrap background="images/2009/layout/menu_title_bg.jpg"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td height=1></td> </tr> <tr> <td> <p style="margin-left: 10px; margin-right: 12px"><b><font face="Verdana" size="1" color="ffd200">QUICK LINKS:</font></b> </td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#9A9A9A"> <tr> <td><img border="0" src="images/2009/layout/bl_menu_topper_left2.gif" width="24" height="10"></td> <td width="100%"></td> <td valign="bottom"><img border="0" src="images/2008/layout/bl_menu_div_r_ur.gif" width="4" height="4"></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" height="15"> <tr> <td nowrap bgcolor="#BBBBBB" width="10"></td> <td width="100%" bgcolor="#9A9A9A"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td><td width="100%"></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td width="100%" colspan="2" bgcolor="4c4c4c" height="16"><P style="MARGIN-LEFT: 8px"><a href="http://www.metroconventions.com/control.cfm?ID=3159" CLASS="hpMENU" title="METROCON 2008 Pre-Registration">2009 Pre-Registration</a></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td width="100%" colspan="2" bgcolor="4c4c4c" height="16"><P style="MARGIN-LEFT: 8px"><a href="http://www.metroconventions.com/events/events_home.cfm?ltype=volunteers" CLASS="hpMENU" title="Volunteer/Host Panels">Volunteer/Host Panels Signup</a></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td width="100%" colspan="2" bgcolor="4c4c4c" height="16"><P style="MARGIN-LEFT: 8px"><a href="http://www.metroconventions.com/events/events_home.cfm?ltype=vendors" CLASS="hpMENU" title="Vendor Tables Signup">Vendor Account Signup</a></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td width="100%" colspan="2" bgcolor="4c4c4c" height="16"><P style="MARGIN-LEFT: 8px"><a href="http://www.metroconventions.com/events/events_home.cfm?ltype=artists" CLASS="hpMENU" title="Aritst Alley Signup">Aritst Account Signup</a></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td width="100%" colspan="2" bgcolor="4c4c4c" height="16"><P style="MARGIN-LEFT: 8px"><A HREF="http://community.livejournal.com/_metrocon" CLASS="hpMENU" target="_blank">METROCON LiveJournal Community</a></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td width="100%" colspan="2" bgcolor="4c4c4c" height="16"><P style="MARGIN-LEFT: 8px"><A HREF="http://www.myspace.com/metroconventions" CLASS="hpMENU" target="_blank">METROCON MySpace</a></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td width="100%" colspan="2" bgcolor="4c4c4c" height="16"><P style="MARGIN-LEFT: 8px"><A HREF="http://twitter.com/METROCON_news" CLASS="hpMENU" target="_blank">METROCON Twitter</a></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td width="100%" colspan="2" bgcolor="4c4c4c" height="16"><P style="MARGIN-LEFT: 8px"><A HREF="http://www.animemetro.com" CLASS="hpMENU" target="_blank">AnimeMetro.com</a></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td width="100%" colspan="2" bgcolor="4c4c4c" height="16"><P style="MARGIN-LEFT: 8px"><A HREF="http://www.AnimeBelle.com" CLASS="hpMENU" target="_blank">AnimeBelle.com</a></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td width="100%" colspan="2" bgcolor="4c4c4c" height="16"><P style="MARGIN-LEFT: 8px"><A HREF="http://www.risingsun.net" CLASS="hpMENU" target="_blank">Risingsun.net</a></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td valign="bottom" bgcolor="4c4c4c"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td> </tr> </table> </td></tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#9A9A9A"> <tr> <td width="100%"></td> <td valign="top"><img border="0" src="images/2008/layout/bl_menu_div_r_lr.gif" width="4" height="4"></td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#9A9A9A"> <tr> <td nowrap width="10"><img border="0" src="images/2009/layout/bl_menu_top_bottom_l.gif"></td> <td width="100%"></td> </tr> </table> <table width="100%" cellspacing="0" cellpadding="0" border="0" width="100%"> <tr> <td width=100%></td><td height=10></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td width="100%" align="right"><img border="0" src="images/2009/layout/menu_endcap.jpg" width="50" height="24"></td> <td width="188" height="24" nowrap background="images/2009/layout/menu_title_bg.jpg"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td height=1></td> </tr> <tr> <td> <p style="margin-left: 10px; margin-right: 12px"><b><font face="Verdana" size="1" color="ffd200">UPDATED PAGES:</font></b> </td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#9A9A9A"> <tr> <td><img border="0" src="images/2009/layout/bl_menu_topper_left2.gif" width="24" height="10"></td> <td width="100%"></td> <td valign="bottom"><img border="0" src="images/2008/layout/bl_menu_div_r_ur.gif" width="4" height="4"></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" height="15"> <tr> <td nowrap bgcolor="#BBBBBB" width="10"></td> <td width="100%" bgcolor="#9A9A9A"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <!-- Recently Modified Pages - AnimeMetro --> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td><td width="100%"></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td colspan="2" height="16" nowrap><p style="margin-left: 8"><font class="hpMENU">11-30-09&nbsp&nbsp;<A HREF="control.cfm?ID=4270" CLASS="hpMENU" title="Alumni 2009">Alumni 2009</A></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td colspan="2" height="16" nowrap><p style="margin-left: 8"><font class="hpMENU">11-30-09&nbsp&nbsp;<A HREF="control.cfm?ID=1378" CLASS="hpMENU" title="Guests - 2010">Guests - 2010</A></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td colspan="2" height="16" nowrap><p style="margin-left: 8"><font class="hpMENU">09-22-09&nbsp&nbsp;<A HREF="control.cfm?ID=3780" CLASS="hpMENU" title="METROCADE - Video Game Room">METROCADE - Video Game...</A></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td colspan="2" height="16" nowrap><p style="margin-left: 8"><font class="hpMENU">05-28-09&nbsp&nbsp;<A HREF="control.cfm?ID=3789" CLASS="hpMENU" title="Microphone/Tech FAQ">Microphone/Tech FAQ</A></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td colspan="2" height="16" nowrap><p style="margin-left: 8"><font class="hpMENU">05-25-09&nbsp&nbsp;<A HREF="control.cfm?ID=4246" CLASS="hpMENU" title="Convention Map">Convention Map</A></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td><td width="100%"></td> </tr> </table> </td></tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#9A9A9A"> <tr> <td width="100%"></td> <td valign="top"><img border="0" src="images/2008/layout/bl_menu_div_r_lr.gif" width="4" height="4"></td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#9A9A9A"> <tr> <td nowrap width="10"><img border="0" src="images/2009/layout/bl_menu_top_bottom_l.gif"></td> <td width="100%"></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td width="100%" height="10"></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td width="100%" align="right"><img border="0" src="images/2009/layout/menu_endcap.jpg" width="50" height="24"></td> <td width="188" height="24" nowrap background="images/2009/layout/menu_title_bg.jpg"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td height=1></td> </tr> <tr> <td> <p style="margin-left: 10px; margin-right: 12px"><b><font face="Verdana" size="1" color="ffd200">NEW PAGES:</font></b> </td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#9A9A9A"> <tr> <td><img border="0" src="images/2009/layout/bl_menu_topper_left2.gif" width="24" height="10"></td> <td width="100%"></td> <td valign="bottom"><img border="0" src="images/2008/layout/bl_menu_div_r_ur.gif" width="4" height="4"></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" height="15"> <tr> <td nowrap bgcolor="#BBBBBB" width="10"></td> <td width="100%" bgcolor="#9A9A9A"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <!-- Recently Modified Pages - AnimeMetro --> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td valign="top"><img src="images/2008/layout/bl_main_menu_ul.gif" border="0"></td><td width="100%"></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td colspan="2" height="16" nowrap><p style="margin-left: 8"><font class="hpMENU">11-30-09&nbsp&nbsp;<A HREF="control.cfm?ID=4270" CLASS="hpMENU" title="Alumni 2009">Alumni 2009</A></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td colspan="2" height="16" nowrap><p style="margin-left: 8"><font class="hpMENU">05-25-09&nbsp&nbsp;<A HREF="control.cfm?ID=4246" CLASS="hpMENU" title="Convention Map">Convention Map</A></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td colspan="2" height="16" nowrap><p style="margin-left: 8"><font class="hpMENU">05-11-09&nbsp&nbsp;<A HREF="control.cfm?ID=4222" CLASS="hpMENU" title="Ana's Ikimaru Geisha and Samurai Makeover Studio">Ana's Ikimaru Geisha a...</A></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td colspan="2" height="16" nowrap><p style="margin-left: 8"><font class="hpMENU">03-19-09&nbsp&nbsp;<A HREF="http://www.metroconventions.com/includes/inc_banners_2009.cfm" CLASS="hpMENU" title="Link to us! - 2009 Banners">Link to us! - 2009 Ban...</A></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td colspan="2" height="16" nowrap><p style="margin-left: 8"><font class="hpMENU">03-12-09&nbsp&nbsp;<A HREF="control.cfm?ID=4195" CLASS="hpMENU" title="Contests">Contests</A></td> </tr> <tr> <td width=10 nowrap bgcolor="9a9a9a"></td><td valign="bottom"><img src="images/2008/layout/bl_main_menu_ll.gif" border="0"></td><td width="100%"></td> </tr> </table> </td></tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#9A9A9A"> <tr> <td width="100%"></td> <td valign="top"><img border="0" src="images/2008/layout/bl_menu_div_r_lr.gif" width="4" height="4"></td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#9A9A9A"> <tr> <td nowrap width="10"><img border="0" src="images/2009/layout/bl_menu_top_bottom_l.gif"></td> <td width="100%"></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td width="100%" height="10"></td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td width="100%" nowrap valign="top"> <table align=center border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="825a27"> <tr> <td height="20"></td> </tr> </table> <table align=center border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td height="10"></td> </tr> </table> <table align=center border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td align="center"><a href="http://www.bestbuy.com/" target="_new"><img src="images/2009/best_buy_banner.jpg" border="0" title="Best Buy"></a></td> </tr> </table> <table align=center border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td height="10"></td> </tr> </table> <table align=center border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td align="center"><a href="http://www.baltimoreknife.com/" target="_new"><img src="images/2009/baltimore_knife.jpg" border="0" title="Baltimore Knife & Sword"></a></td> </tr> </table> <table align=center border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td height="10"></td> </tr> </table> <table align=center border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="825a27"> <tr> <td height="8"></td> </tr> </table> </td> <td width="30" nowrap bgcolor="825a27"></td> </tr> </table> </td> <td width="10" nowrap bgcolor="4c4c4c" valign="top"><img src="images/2009/layout/top_main_curve_left.gif"></td> <td width="640" valign="top" background="images/gearswirl-small.jpg"> <table align=center border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="d5aa03"> <tr> <td width="100%" align="center" bgcolor="4c4c4c" height="10"></td> </tr> </table> <table height="50" border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="2d2d2d"> <tr> <td valign="top"><img src="images/2008/layout/bc_ul.gif"></td> <td><img src="images/2009/layout/metrogear_title_sm.gif"></td> <td width="100%"><p style="margin-left: 10px; margin-right: 5px"> <font class="PageTitle">METROCON - Florida's Largest Anime Convention!</font> </td> <td valign="middle" nowrap><p style="margin-left: 5px; margin-right: 5px"> <span class="breadcrumbs"> </span> </td> </td> <td valign="top"><img src="images/2008/layout/bc_ur.gif"></td> </tr> </table> <table height="5" border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="4c4c4c"> <tr> <td></td> </tr> </table> <!-- SWFObject embed by Geoff Stearns geoff@deconcept.com http://blog.deconcept.com/swfobject/ --> <script type="text/javascript" src="swfobject.js"></script> <style type="text/css"> body { background-color: #000000; font: .8em/1.3em verdana,arial,helvetica,sans-serif; } #info { width: 640px; overflow: auto; } #flashcontent { border: solid 0px #000; width: 640px; height: 400px; float: left; margin: 0px 0px; } </style> <style type="text/css"> /*Credits: Dynamic Drive CSS Library */ /*URL: http://www.dynamicdrive.com/style/ */ .buttonmenu{ list-style-type: none; margin: 0; padding: 0; width: 100%; } .buttonmenu li a{ color: white; display: block; width: 100%; padding: 2px 4px; text-decoration: none; font-weight: bold; border: 1px solid; border-color:#D5BFD0 #5A3A54 #5A3A54 #D5BFD0; /*light dark dark light*/ background-color: #2d2d2d; text-decoration:none; } .buttonmenu li a:visited{ color: white; } .buttonmenu li a:hover, .buttonmenu li a:active{ color: black; background-color: #ac8ccd; } </style> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%" id="table1"> <tr> <td> <table border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="4c4c4c"> <tr><td>
HTTPReferer [empty string]
Mailto [empty string]
Message Element DATASOURCE is undefined in REQUEST.
QueryString [empty string]
RemoteAddress 65.41.140.104
RootCause
VARIABLES - struct
Detail [empty string]
ErrNumber 0
Message Element DATASOURCE is undefined in REQUEST.
Resolvedname REQUEST
StackTrace coldfusion.runtime.UndefinedElementException: Element DATASOURCE is undefined in REQUEST. at coldfusion.runtime.CfJspPage.resolveCanonicalName(CfJspPage.java:1647) at coldfusion.runtime.CfJspPage._resolve(CfJspPage.java:1600) at coldfusion.runtime.CfJspPage._resolveAndAutoscalarize(CfJspPage.java:1735) at coldfusion.runtime.CfJspPage._resolveAndAutoscalarize(CfJspPage.java:1728) at cfguest_preview2ecfm911253375.runPage(D:\inetpub\wwwroot\metroconventions\events\guest_preview.cfm:20) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:192) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:366) at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:2644) at cfmetroconventions_header2ecfm234483097.runPage(D:\inetpub\wwwroot\metroconventions\metroconventions_header.cfm:600) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:192) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:366) at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:2644) at cfexpand_control2ecfm719041210.runPage(D:\inetpub\wwwroot\metroconventions\expand_control.cfm:148) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:192) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:366) at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:2644) at cfcontrol2ecfm184266028._factor10(D:\inetpub\wwwroot\metroconventions\control.cfm:413) at cfcontrol2ecfm184266028._factor17(D:\inetpub\wwwroot\metroconventions\control.cfm:408) at cfcontrol2ecfm184266028.runPage(D:\inetpub\wwwroot\metroconventions\control.cfm:1) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:192) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:366) at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65) at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:279) at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48) at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40) at coldfusion.filter.PathFilter.invoke(PathFilter.java:86) at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70) at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28) at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38) at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46) at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38) at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22) at coldfusion.CfmServlet.service(CfmServlet.java:175) at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89) at jrun.servlet.FilterChain.doFilter(FilterChain.java:86) at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42) at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46) at jrun.servlet.FilterChain.doFilter(FilterChain.java:94) at jrun.servlet.FilterChain.service(FilterChain.java:101) at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106) at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:284) at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543) at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203) at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320) at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428) at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266) at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
TagContext
VARIABLES - array
1
VARIABLES - struct
COLUMN 0
ID ??
LINE 20
RAW_TRACE at cfguest_preview2ecfm911253375.runPage(D:\inetpub\wwwroot\metroconventions\events\guest_preview.cfm:20)
TEMPLATE D:\inetpub\wwwroot\metroconventions\events\guest_preview.cfm
TYPE CFML
2
VARIABLES - struct
COLUMN 0
ID CFINCLUDE
LINE 600
RAW_TRACE at cfmetroconventions_header2ecfm234483097.runPage(D:\inetpub\wwwroot\metroconventions\metroconventions_header.cfm:600)
TEMPLATE D:\inetpub\wwwroot\metroconventions\metroconventions_header.cfm
TYPE CFML
3
VARIABLES - struct
COLUMN 0
ID CFINCLUDE
LINE 148
RAW_TRACE at cfexpand_control2ecfm719041210.runPage(D:\inetpub\wwwroot\metroconventions\expand_control.cfm:148)
TEMPLATE D:\inetpub\wwwroot\metroconventions\expand_control.cfm
TYPE CFML
4
VARIABLES - struct
COLUMN 0
ID CFINCLUDE
LINE 413
RAW_TRACE at cfcontrol2ecfm184266028._factor10(D:\inetpub\wwwroot\metroconventions\control.cfm:413)
TEMPLATE D:\inetpub\wwwroot\metroconventions\control.cfm
TYPE CFML
5
VARIABLES - struct
COLUMN 0
ID CF_CONTROL
LINE 408
RAW_TRACE at cfcontrol2ecfm184266028._factor17(D:\inetpub\wwwroot\metroconventions\control.cfm:408)
TEMPLATE D:\inetpub\wwwroot\metroconventions\control.cfm
TYPE CFML
6
VARIABLES - struct
COLUMN 0
ID CF_CONTROL
LINE 1
RAW_TRACE at cfcontrol2ecfm184266028.runPage(D:\inetpub\wwwroot\metroconventions\control.cfm:1)
TEMPLATE D:\inetpub\wwwroot\metroconventions\control.cfm
TYPE CFML
Type Expression
element DATASOURCE
objectType
VARIABLES - object of java.lang.Class
Class Name java.lang.Class
Methods
Method Return Type
asSubclass(java.lang.Class) java.lang.Class
cast(java.lang.Object) java.lang.Object
desiredAssertionStatus() boolean
forName(java.lang.String, boolean, java.lang.ClassLoader) java.lang.Class
forName(java.lang.String) java.lang.Class
getAnnotation(java.lang.Class) java.lang.annotation.Annotation
getAnnotations() java.lang.annotation.Annotation[]
getCanonicalName() java.lang.String
getClassLoader() java.lang.ClassLoader
getClasses() java.lang.Class[]
getComponentType() java.lang.Class
getConstructor(java.lang.Class[]) java.lang.reflect.Constructor
getConstructors() java.lang.reflect.Constructor[]
getDeclaredAnnotations() java.lang.annotation.Annotation[]
getDeclaredClasses() java.lang.Class[]
getDeclaredConstructor(java.lang.Class[]) java.lang.reflect.Constructor
getDeclaredConstructors() java.lang.reflect.Constructor[]
getDeclaredField(java.lang.String) java.lang.reflect.Field
getDeclaredFields() java.lang.reflect.Field[]
getDeclaredMethod(java.lang.String, java.lang.Class[]) java.lang.reflect.Method
getDeclaredMethods() java.lang.reflect.Method[]
getDeclaringClass() java.lang.Class
getEnclosingClass() java.lang.Class
getEnclosingConstructor() java.lang.reflect.Constructor
getEnclosingMethod() java.lang.reflect.Method
getEnumConstants() java.lang.Object[]
getField(java.lang.String) java.lang.reflect.Field
getFields() java.lang.reflect.Field[]
getGenericInterfaces() java.lang.reflect.Type[]
getGenericSuperclass() java.lang.reflect.Type
getInterfaces() java.lang.Class[]
getMethod(java.lang.String, java.lang.Class[]) java.lang.reflect.Method
getMethods() java.lang.reflect.Method[]
getModifiers() int
getName() java.lang.String
getPackage() java.lang.Package
getProtectionDomain() java.security.ProtectionDomain
getResource(java.lang.String) java.net.URL
getResourceAsStream(java.lang.String) java.io.InputStream
getSigners() java.lang.Object[]
getSimpleName() java.lang.String
getSuperclass() java.lang.Class
getTypeParameters() java.lang.reflect.TypeVariable[]
isAnnotation() boolean
isAnnotationPresent(java.lang.Class) boolean
isAnonymousClass() boolean
isArray() boolean
isAssignableFrom(java.lang.Class) boolean
isEnum() boolean
isInstance(java.lang.Object) boolean
isInterface() boolean
isLocalClass() boolean
isMemberClass() boolean
isPrimitive() boolean
isSynthetic() boolean
newInstance() java.lang.Object
toString() java.lang.String
StackTrace coldfusion.runtime.UndefinedElementException: Element DATASOURCE is undefined in REQUEST. at coldfusion.runtime.CfJspPage.resolveCanonicalName(CfJspPage.java:1647) at coldfusion.runtime.CfJspPage._resolve(CfJspPage.java:1600) at coldfusion.runtime.CfJspPage._resolveAndAutoscalarize(CfJspPage.java:1735) at coldfusion.runtime.CfJspPage._resolveAndAutoscalarize(CfJspPage.java:1728) at cfguest_preview2ecfm911253375.runPage(D:\inetpub\wwwroot\metroconventions\events\guest_preview.cfm:20) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:192) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:366) at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:2644) at cfmetroconventions_header2ecfm234483097.runPage(D:\inetpub\wwwroot\metroconventions\metroconventions_header.cfm:600) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:192) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:366) at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:2644) at cfexpand_control2ecfm719041210.runPage(D:\inetpub\wwwroot\metroconventions\expand_control.cfm:148) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:192) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:366) at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:2644) at cfcontrol2ecfm184266028._factor10(D:\inetpub\wwwroot\metroconventions\control.cfm:413) at cfcontrol2ecfm184266028._factor17(D:\inetpub\wwwroot\metroconventions\control.cfm:408) at cfcontrol2ecfm184266028.runPage(D:\inetpub\wwwroot\metroconventions\control.cfm:1) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:192) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:366) at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65) at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:279) at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48) at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40) at coldfusion.filter.PathFilter.invoke(PathFilter.java:86) at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70) at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28) at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38) at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46) at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38) at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22) at coldfusion.CfmServlet.service(CfmServlet.java:175) at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89) at jrun.servlet.FilterChain.doFilter(FilterChain.java:86) at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42) at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46) at jrun.servlet.FilterChain.doFilter(FilterChain.java:94) at jrun.servlet.FilterChain.service(FilterChain.java:101) at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106) at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:284) at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543) at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203) at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320) at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428) at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266) at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
TagContext
VARIABLES - array
1
VARIABLES - struct
COLUMN 0
ID ??
LINE 20
RAW_TRACE at cfguest_preview2ecfm911253375.runPage(D:\inetpub\wwwroot\metroconventions\events\guest_preview.cfm:20)
TEMPLATE D:\inetpub\wwwroot\metroconventions\events\guest_preview.cfm
TYPE CFML
2
VARIABLES - struct
COLUMN 0
ID CFINCLUDE
LINE 600
RAW_TRACE at cfmetroconventions_header2ecfm234483097.runPage(D:\inetpub\wwwroot\metroconventions\metroconventions_header.cfm:600)
TEMPLATE D:\inetpub\wwwroot\metroconventions\metroconventions_header.cfm
TYPE CFML
3
VARIABLES - struct
COLUMN 0
ID CFINCLUDE
LINE 148
RAW_TRACE at cfexpand_control2ecfm719041210.runPage(D:\inetpub\wwwroot\metroconventions\expand_control.cfm:148)
TEMPLATE D:\inetpub\wwwroot\metroconventions\expand_control.cfm
TYPE CFML
4
VARIABLES - struct
COLUMN 0
ID CFINCLUDE
LINE 413
RAW_TRACE at cfcontrol2ecfm184266028._factor10(D:\inetpub\wwwroot\metroconventions\control.cfm:413)
TEMPLATE D:\inetpub\wwwroot\metroconventions\control.cfm
TYPE CFML
5
VARIABLES - struct
COLUMN 0
ID CF_CONTROL
LINE 408
RAW_TRACE at cfcontrol2ecfm184266028._factor17(D:\inetpub\wwwroot\metroconventions\control.cfm:408)
TEMPLATE D:\inetpub\wwwroot\metroconventions\control.cfm
TYPE CFML
6
VARIABLES - struct
COLUMN 0
ID CF_CONTROL
LINE 1
RAW_TRACE at cfcontrol2ecfm184266028.runPage(D:\inetpub\wwwroot\metroconventions\control.cfm:1)
TEMPLATE D:\inetpub\wwwroot\metroconventions\control.cfm
TYPE CFML
Template /control.cfm
Type coldfusion.runtime.CfErrorWrapper
ERRORARRAY
VARIABLES - array
1 java.net.SocketException: Connection reset by peer: socket write error
ERRORLIST java.net.SocketException: Connection reset by peer: socket write error
ERRORROW java.net.SocketException: Connection reset by peer: socket write error
EXPIRECHK -1
FACTSHOW
VARIABLES - query
RESULTSET
VARIABLES - query
  DESCRIPTION ID
CACHED false
EXECUTIONTIME 0
SQL SELECT cm_singlepage.ID, cm_singlepage.Description FROM cm_singlepage WHERE cm_singlepage.ParentID= ? AND cm_singlepage.ItemType= ?
SQLPARAMETERS
VARIABLES - array
1 1.0
2 SHORTFACT
GETITEM
VARIABLES - query
RESULTSET
VARIABLES - query
  DATENUM DATENUM2 FORMMAIL FORMTITLE FORMTYPE ID INCLUDEBOTTOM INCLUDEMIDDLE INCLUDETOP INDENT IPROC IPROC_POST IPROC_PRE LINKURL LOGINLEVEL METADESC METAKWDS METAREFRESH METATITLE NEVEREXPIRES NEWWINDOW PAGENAME PAGETEXT PARENTID SECUREDISPLAY SKIN SUBFILTER TITLE TITLESTATUS
1 20030401 0 [empty string] [empty string] 1 [empty string] [empty string] [empty string] 0 [empty string] [empty string] [empty string] [empty string] 5 [empty string] [empty string] 0 [empty string] Y N [empty string] [empty string] 0 N [empty string] METROCON Home N
CACHED false
EXECUTIONTIME 0
SQL SELECT cm_topics.ID, cm_topics.ParentID, cm_topics.Indent, cm_topics.Title, cm_topics.TitleStatus, cm_topics.PageText, cm_topics.SubFilter, cm_topics.LinkURL, cm_topics.NewWindow, cm_topics.MetaRefresh, cm_topics.LoginLevel, cm_topics.FormTitle, cm_topics.FormType, cm_topics.FormMail, cm_topics.IProc_pre, cm_topics.IProc, cm_topics.IProc_post, cm_topics.Skin, cm_topics.SecureDisplay, cm_topics.MetaTitle, cm_topics.MetaKwds, cm_topics.MetaDesc, cm_topics.IncludeTop, cm_topics.IncludeMiddle, cm_topics.IncludeBottom, cm_topics.DateNum, cm_topics.DateNum2, cm_topics.NeverExpires, cm_topics.PageName FROM cm_topics WHERE cm_topics.ID= ? AND cm_topics.DateNum<= ? AND cm_topics.LoginLevel>= ? AND cm_topics.Approved='Y' AND cm_topics.RevisionExists IS NULL
SQLPARAMETERS
VARIABLES - array
1 1
2 20091214
3 5.0
GETITEMID 1
GETPAGEPOLLS
VARIABLES - query
RESULTSET
VARIABLES - query
  ID TITLE
CACHED false
EXECUTIONTIME 0
SQL SELECT cm_poll.ID, cm_poll.Title FROM cm_poll WHERE cm_poll.StartDate <= ? AND cm_poll.StopDate >= ? AND cm_poll.ChartDisplay= ? AND cm_poll.ParentID= ? ORDER BY cm_poll.ID ASC
SQLPARAMETERS
VARIABLES - array