/*!40000 DROP DATABASE IF EXISTS `joomla_downtown`*/; CREATE DATABASE /*!32312 IF NOT EXISTS*/ `joomla_downtown` /*!40100 DEFAULT CHARACTER SET utf8 */; USE `joomla_downtown`; -- -- Table structure for table `jos_alphacontent_rating` -- DROP TABLE IF EXISTS `jos_alphacontent_rating`; CREATE TABLE `jos_alphacontent_rating` ( `ref` int(11) NOT NULL auto_increment, `id` int(11) NOT NULL default '0', `total_votes` int(11) NOT NULL default '0', `total_value` int(11) NOT NULL default '0', `used_ips` longtext NOT NULL, `component` varchar(30) NOT NULL default '', `cid` int(11) NOT NULL default '0', `rid` int(11) NOT NULL default '0', PRIMARY KEY (`ref`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `jos_alphacontent_rating` -- /*!40000 ALTER TABLE `jos_alphacontent_rating` DISABLE KEYS */; LOCK TABLES `jos_alphacontent_rating` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `jos_alphacontent_rating` ENABLE KEYS */; -- -- Table structure for table `jos_banner` -- DROP TABLE IF EXISTS `jos_banner`; CREATE TABLE `jos_banner` ( `bid` int(11) NOT NULL auto_increment, `cid` int(11) NOT NULL default '0', `type` varchar(10) NOT NULL default 'banner', `name` varchar(50) NOT NULL default '', `imptotal` int(11) NOT NULL default '0', `impmade` int(11) NOT NULL default '0', `clicks` int(11) NOT NULL default '0', `imageurl` varchar(100) NOT NULL default '', `clickurl` varchar(200) NOT NULL default '', `date` datetime default NULL, `showBanner` tinyint(1) NOT NULL default '0', `checked_out` tinyint(1) NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `editor` varchar(50) default NULL, `custombannercode` text, PRIMARY KEY (`bid`), KEY `viewbanner` (`showBanner`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `jos_banner` -- /*!40000 ALTER TABLE `jos_banner` DISABLE KEYS */; LOCK TABLES `jos_banner` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `jos_banner` ENABLE KEYS */; -- -- Table structure for table `jos_bannerclient` -- DROP TABLE IF EXISTS `jos_bannerclient`; CREATE TABLE `jos_bannerclient` ( `cid` int(11) NOT NULL auto_increment, `name` varchar(60) NOT NULL default '', `contact` varchar(60) NOT NULL default '', `email` varchar(60) NOT NULL default '', `extrainfo` text NOT NULL, `checked_out` tinyint(1) NOT NULL default '0', `checked_out_time` time default NULL, `editor` varchar(50) default NULL, PRIMARY KEY (`cid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `jos_bannerclient` -- /*!40000 ALTER TABLE `jos_bannerclient` DISABLE KEYS */; LOCK TABLES `jos_bannerclient` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `jos_bannerclient` ENABLE KEYS */; -- -- Table structure for table `jos_bannerfinish` -- DROP TABLE IF EXISTS `jos_bannerfinish`; CREATE TABLE `jos_bannerfinish` ( `bid` int(11) NOT NULL auto_increment, `cid` int(11) NOT NULL default '0', `type` varchar(10) NOT NULL default '', `name` varchar(50) NOT NULL default '', `impressions` int(11) NOT NULL default '0', `clicks` int(11) NOT NULL default '0', `imageurl` varchar(50) NOT NULL default '', `datestart` datetime default NULL, `dateend` datetime default NULL, PRIMARY KEY (`bid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `jos_bannerfinish` -- /*!40000 ALTER TABLE `jos_bannerfinish` DISABLE KEYS */; LOCK TABLES `jos_bannerfinish` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `jos_bannerfinish` ENABLE KEYS */; -- -- Table structure for table `jos_categories` -- DROP TABLE IF EXISTS `jos_categories`; CREATE TABLE `jos_categories` ( `id` int(11) NOT NULL auto_increment, `parent_id` int(11) NOT NULL default '0', `title` varchar(50) NOT NULL default '', `name` varchar(255) NOT NULL default '', `image` varchar(100) NOT NULL default '', `section` varchar(50) NOT NULL default '', `image_position` varchar(10) NOT NULL default '', `description` text NOT NULL, `published` tinyint(1) NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `editor` varchar(50) default NULL, `ordering` int(11) NOT NULL default '0', `access` tinyint(3) unsigned NOT NULL default '0', `count` int(11) NOT NULL default '0', `params` text NOT NULL, PRIMARY KEY (`id`), KEY `cat_idx` (`section`,`published`,`access`), KEY `idx_section` (`section`), KEY `idx_access` (`access`), KEY `idx_checkout` (`checked_out`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `jos_categories` -- /*!40000 ALTER TABLE `jos_categories` DISABLE KEYS */; LOCK TABLES `jos_categories` WRITE; INSERT INTO `jos_categories` VALUES (1,0,'Advocacy','Advocacy','','1','left','',1,0,'0000-00-00 00:00:00',NULL,1,0,0,'imagefolders=*2*'),(2,0,'What\\\'s New','News','','2','left','',1,0,'0000-00-00 00:00:00',NULL,2,0,0,'imagefolders=*2*'),(3,0,'Member News','Member News','','2','left','',1,0,'0000-00-00 00:00:00',NULL,1,0,0,'imagefolders=*2*'),(4,0,'Front Page','Front Page','','3','left','',1,0,'0000-00-00 00:00:00',NULL,1,0,0,'imagefolders=*2*'),(5,0,'Mission','Mission','','4','left','',1,0,'0000-00-00 00:00:00',NULL,1,0,0,'imagefolders=*2*'),(6,0,'Buttons','Buttons','','5','left','',1,0,'0000-00-00 00:00:00',NULL,1,0,0,'imagefolders=*2*'),(7,0,'Featured Member','Featured Member','','6','left','',1,0,'0000-00-00 00:00:00',NULL,1,0,0,'imagefolders=*2*'),(8,0,'Shopping','Shopping','','7','left','',1,0,'0000-00-00 00:00:00',NULL,6,0,0,'imagefolders=*2*'),(9,0,'Dining','Dining','','7','left','',1,0,'0000-00-00 00:00:00',NULL,5,0,0,'imagefolders=*2*'),(10,0,'Lodging','Lodging','','7','left','',1,0,'0000-00-00 00:00:00',NULL,4,0,0,'imagefolders=*2*'),(11,0,'Arts & Entertainment','Arts & Entertainment','','7','left','',1,0,'0000-00-00 00:00:00',NULL,3,0,0,'imagefolders=*2*'),(12,0,'Services','Services','','7','left','',1,0,'0000-00-00 00:00:00',NULL,2,0,0,'imagefolders=*2*'),(13,0,'Non-profits','Non-profits','','7','left','',1,0,'0000-00-00 00:00:00',NULL,1,0,0,'imagefolders=*2*'),(14,0,'Members','Members','','8','left','',1,0,'0000-00-00 00:00:00',NULL,1,0,0,'imagefolders=*2*'),(15,0,'Home','Home','','14','left','',1,0,'0000-00-00 00:00:00',NULL,1,0,0,'imagefolders=*2*'),(16,0,'Members','Members','','10','left','',1,0,'0000-00-00 00:00:00',NULL,1,0,0,'imagefolders=*2*'),(17,0,'Members','Members','','12','left','',1,0,'0000-00-00 00:00:00',NULL,1,0,0,'imagefolders=*2*'),(18,0,'Members','Members','','11','left','',1,0,'0000-00-00 00:00:00',NULL,1,0,0,'imagefolders=*2*'),(19,0,'Members','Members','','9','left','',1,0,'0000-00-00 00:00:00',NULL,1,0,0,'imagefolders=*2*'),(20,0,'Members','Members','','13','left','',1,0,'0000-00-00 00:00:00',NULL,1,0,0,'imagefolders=*2*'),(21,0,'Asheville\\\'s Chamber of Commerce','Explore Asheville','','com_newsfeeds','left','',1,0,'0000-00-00 00:00:00',NULL,1,0,0,''),(22,0,'Downtown After Five','Downtown After Five','','15','left','',1,0,'0000-00-00 00:00:00',NULL,1,0,0,'imagefolders=*2*'),(23,0,'Members','Members','','16','left','',1,0,'0000-00-00 00:00:00',NULL,1,0,0,'imagefolders=*2*'),(24,0,'Board Documents','Board Documents','','com_weblinks','left','',1,0,'0000-00-00 00:00:00',NULL,1,0,0,''); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_categories` ENABLE KEYS */; -- -- Table structure for table `jos_components` -- DROP TABLE IF EXISTS `jos_components`; CREATE TABLE `jos_components` ( `id` int(11) NOT NULL auto_increment, `name` varchar(50) NOT NULL default '', `link` varchar(255) NOT NULL default '', `menuid` int(11) unsigned NOT NULL default '0', `parent` int(11) unsigned NOT NULL default '0', `admin_menu_link` varchar(255) NOT NULL default '', `admin_menu_alt` varchar(255) NOT NULL default '', `option` varchar(50) NOT NULL default '', `ordering` int(11) NOT NULL default '0', `admin_menu_img` varchar(255) NOT NULL default '', `iscore` tinyint(4) NOT NULL default '0', `params` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `jos_components` -- /*!40000 ALTER TABLE `jos_components` DISABLE KEYS */; LOCK TABLES `jos_components` WRITE; INSERT INTO `jos_components` VALUES (1,'Banners','',0,0,'','Banner Management','com_banners',0,'js/ThemeOffice/component.png',0,''),(2,'Manage Banners','',0,1,'option=com_banners','Active Banners','com_banners',1,'js/ThemeOffice/edit.png',0,''),(3,'Manage Clients','',0,1,'option=com_banners&task=listclients','Manage Clients','com_banners',2,'js/ThemeOffice/categories.png',0,''),(4,'Web Links','option=com_weblinks',0,0,'','Manage Weblinks','com_weblinks',0,'js/ThemeOffice/globe2.png',0,''),(5,'Web Link Items','',0,4,'option=com_weblinks','View existing weblinks','com_weblinks',1,'js/ThemeOffice/edit.png',0,''),(6,'Web Link Categories','',0,4,'option=categories§ion=com_weblinks','Manage weblink categories','',2,'js/ThemeOffice/categories.png',0,''),(7,'Contacts','option=com_contact',0,0,'','Edit contact details','com_contact',0,'js/ThemeOffice/user.png',1,''),(8,'Manage Contacts','',0,7,'option=com_contact','Edit contact details','com_contact',0,'js/ThemeOffice/edit.png',1,''),(9,'Contact Categories','',0,7,'option=categories§ion=com_contact_details','Manage contact categories','',2,'js/ThemeOffice/categories.png',1,''),(10,'Front Page','option=com_frontpage',0,0,'','Manage Front Page Items','com_frontpage',0,'js/ThemeOffice/component.png',1,''),(11,'Polls','option=com_poll',0,0,'option=com_poll','Manage Polls','com_poll',0,'js/ThemeOffice/component.png',0,''),(12,'News Feeds','option=com_newsfeeds',0,0,'','News Feeds Management','com_newsfeeds',0,'js/ThemeOffice/component.png',0,''),(13,'Manage News Feeds','',0,12,'option=com_newsfeeds','Manage News Feeds','com_newsfeeds',1,'js/ThemeOffice/edit.png',0,''),(14,'Manage Categories','',0,12,'option=com_categories§ion=com_newsfeeds','Manage Categories','',2,'js/ThemeOffice/categories.png',0,''),(15,'Login','option=com_login',0,0,'','','com_login',0,'',1,''),(16,'Search','option=com_search',0,0,'','','com_search',0,'',1,''),(17,'Syndicate','',0,0,'option=com_syndicate&hidemainmenu=1','Manage Syndication Settings','com_syndicate',0,'js/ThemeOffice/component.png',0,''),(18,'Mass Mail','',0,0,'option=com_massmail&hidemainmenu=1','Send Mass Mail','com_massmail',0,'js/ThemeOffice/mass_email.png',0,''),(19,'JCE Admin','option=com_jce',0,0,'option=com_jce','JCE Admin','com_jce',0,'js/ThemeOffice/component.png',0,''),(20,'JCE Configuration','',0,19,'option=com_jce&task=config','JCE Configuration','com_jce',0,'js/ThemeOffice/controlpanel.png',0,''),(21,'JCE Languages','',0,19,'option=com_jce&task=lang','JCE Languages','com_jce',1,'js/ThemeOffice/language.png',0,''),(22,'JCE Plugins','',0,19,'option=com_jce&task=showplugins','JCE Plugins','com_jce',2,'js/ThemeOffice/add_section.png',0,''),(23,'JCE Layout','',0,19,'option=com_jce&task=editlayout','JCE Layout','com_jce',3,'js/ThemeOffice/content.png',0,''),(24,'Fabrik','option=com_fabrik',0,0,'option=com_fabrik','Fabrik','com_fabrik',0,'../administrator/components/com_fabrik/images/logo.png',0,''),(25,'Connections','',0,24,'option=com_fabrik&task=connections','Connections','com_fabrik',0,'../administrator/components/com_fabrik/images/connections.png',0,''),(26,'Tables','',0,24,'option=com_fabrik&task=tables','Tables','com_fabrik',1,'../administrator/components/com_fabrik/images/tables.png',0,''),(27,'Forms','',0,24,'option=com_fabrik&task=forms','Forms','com_fabrik',2,'../administrator/components/com_fabrik/images/forms.png',0,''),(28,'Groups','',0,24,'option=com_fabrik&task=groups','Groups','com_fabrik',3,'../administrator/components/com_fabrik/images/groups.png',0,''),(29,'Elements','',0,24,'option=com_fabrik&task=elements','Elements','com_fabrik',4,'../administrator/components/com_fabrik/images/elements.png',0,''),(30,'Form Validations','',0,24,'option=com_fabrik&task=validations','Form Validations','com_fabrik',5,'../administrator/components/com_fabrik/images/validations.png',0,''),(31,'Validation Rules','',0,24,'option=com_fabrik&task=validationrules','Validation Rules','com_fabrik',6,'../administrator/components/com_fabrik/images/validation_rules.png',0,''),(32,'JCal Pro','option=com_jcalpro',0,0,'option=com_jcalpro','JCal Pro','com_jcalpro',0,'../components/com_jcalpro/images/calendar_icon_16x16.png',0,''),(33,'Edit Settings','',0,32,'option=com_jcalpro&task=editSettings','Edit Settings','com_jcalpro',0,'js/ThemeOffice/config.png',0,''),(34,'Manage Event Categories','',0,32,'option=com_jcalpro&task=showCategories','Manage Event Categories','com_jcalpro',1,'js/ThemeOffice/categories.png',0,''),(35,'Manage Events','',0,32,'option=com_jcalpro§ion=events','Manage Events','com_jcalpro',2,'js/ThemeOffice/component.png',0,''),(36,'Show Themes','',0,32,'option=com_jcalpro&task=showthemes','Show Themes','com_jcalpro',3,'js/ThemeOffice/component.png',0,''),(37,'Install Themes','',0,32,'option=com_jcalpro&task=install&element=themes','Install Themes','com_jcalpro',4,'js/ThemeOffice/install.png',0,''),(38,'Import','',0,32,'option=com_jcalpro&task=import','Import','com_jcalpro',5,'js/ThemeOffice/backup.png',0,''),(39,'About','',0,32,'option=com_jcalpro&task=about','About','com_jcalpro',6,'js/ThemeOffice/credits.png',0,''),(40,'Documentation','',0,32,'option=com_jcalpro&task=documentation','Documentation','com_jcalpro',7,'js/ThemeOffice/help.png',0,''),(45,'eXtplorer','option=com_extplorer',0,0,'option=com_extplorer','eXtplorer','com_extplorer',0,'../administrator/components/com_extplorer/images/joomla_x_icon.png',0,''),(42,'AlphaContent','option=com_alphacontent',0,0,'option=com_alphacontent','AlphaContent','com_alphacontent',0,'../administrator/components/com_alphacontent/images/alpha_icon.png',0,''),(43,'VirtueMart','option=com_virtuemart',0,0,'option=com_virtuemart','VirtueMart','com_virtuemart',0,'js/ThemeOffice/component.png',0,''),(44,'virtuemart_version','',0,9999,'','','',0,'',0,'RELEASE=1.1.3\nDEV_STATUS=stable'),(46,'sh404SEF','option=com_sef',0,0,'option=com_sef','sh404SEF','com_sef',0,'js/ThemeOffice/component.png',0,''); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_components` ENABLE KEYS */; -- -- Table structure for table `jos_contact_details` -- DROP TABLE IF EXISTS `jos_contact_details`; CREATE TABLE `jos_contact_details` ( `id` int(11) NOT NULL auto_increment, `name` varchar(100) NOT NULL default '', `con_position` varchar(50) default NULL, `address` text, `suburb` varchar(50) default NULL, `state` varchar(20) default NULL, `country` varchar(50) default NULL, `postcode` varchar(10) default NULL, `telephone` varchar(25) default NULL, `fax` varchar(25) default NULL, `misc` mediumtext, `image` varchar(100) default NULL, `imagepos` varchar(20) default NULL, `email_to` varchar(100) default NULL, `default_con` tinyint(1) unsigned NOT NULL default '0', `published` tinyint(1) unsigned NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) NOT NULL default '0', `params` text NOT NULL, `user_id` int(11) NOT NULL default '0', `catid` int(11) NOT NULL default '0', `access` tinyint(3) unsigned NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `jos_contact_details` -- /*!40000 ALTER TABLE `jos_contact_details` DISABLE KEYS */; LOCK TABLES `jos_contact_details` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `jos_contact_details` ENABLE KEYS */; -- -- Table structure for table `jos_content` -- DROP TABLE IF EXISTS `jos_content`; CREATE TABLE `jos_content` ( `id` int(11) unsigned NOT NULL auto_increment, `title` varchar(100) NOT NULL default '', `title_alias` varchar(100) NOT NULL default '', `introtext` mediumtext NOT NULL, `fulltext` mediumtext NOT NULL, `state` tinyint(3) NOT NULL default '0', `sectionid` int(11) unsigned NOT NULL default '0', `mask` int(11) unsigned NOT NULL default '0', `catid` int(11) unsigned NOT NULL default '0', `created` datetime NOT NULL default '0000-00-00 00:00:00', `created_by` int(11) unsigned NOT NULL default '0', `created_by_alias` varchar(100) NOT NULL default '', `modified` datetime NOT NULL default '0000-00-00 00:00:00', `modified_by` int(11) unsigned NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `publish_up` datetime NOT NULL default '0000-00-00 00:00:00', `publish_down` datetime NOT NULL default '0000-00-00 00:00:00', `images` text NOT NULL, `urls` text NOT NULL, `attribs` text NOT NULL, `version` int(11) unsigned NOT NULL default '1', `parentid` int(11) unsigned NOT NULL default '0', `ordering` int(11) NOT NULL default '0', `metakey` text NOT NULL, `metadesc` text NOT NULL, `access` int(11) unsigned NOT NULL default '0', `hits` int(11) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `idx_section` (`sectionid`), KEY `idx_access` (`access`), KEY `idx_checkout` (`checked_out`), KEY `idx_state` (`state`), KEY `idx_catid` (`catid`), KEY `idx_mask` (`mask`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `jos_content` -- /*!40000 ALTER TABLE `jos_content` DISABLE KEYS */; LOCK TABLES `jos_content` WRITE; INSERT INTO `jos_content` VALUES (1,'About Us','About Us','
Mission
\r\n

\r\n\r\nThe mission of the Asheville Downtown Association is to be a voice of the downtown community and to promote and support quality economic, cultural and residential development of downtown Asheville.\r\n\r\n

\r\n
\r\nAbout Us
\r\n
\r\n
\r\n\"Vance\r\n
\r\n
\r\n

\r\n\r\nCreated in 1987, the Asheville Downtown Association is a non-profit organization committed to the preservation and improvement of the central business district. Through programs and annual objectives, the Board of Directors work to make downtown Asheville the center of commerce, culture, government, and leisure.\r\n\r\n

\r\n

\r\n\r\nTogether, the Asheville Downtown Association board and members support the vitality of downtown through public advocacy, political involvement and community events. Membership is open to any person or organization interested in supporting the downtown community. Members reflect a wide variety of residents, property owners, business professionals, retailers and restaurants.\r\n\r\n

\r\n

\r\n \r\n

\r\n','',1,0,0,0,'2008-07-07 12:16:58',65,'','2009-06-18 10:41:16',71,0,'0000-00-00 00:00:00','2008-07-07 12:16:43','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,4302),(2,'2011 Downtown After 5: May 20','DA5 May','

stephaniesid

\r\n

\r\n\"files_stephaniesid_promo_photo.jpg\" stephaniesid is "indie pop revelry" (Sonic Parthenon, NYC). The emotional-yet-buoyant pop band was recently voted "Best Rock Band" and "Best Indie Band" for the second year in a row in their hometown of Asheville, NC, a city widely known for its musical soul.\r\n

\r\n

\r\nstephaniesid was born \r\nin 2002, around the nucleus of now husband-wife writing team Stephanie \r\nMorgan (vocalist) and Chuck Lichtenberger (keyboardist). The duo has \r\ntoured with a changing cast of stellar band members (vibraphonist \r\nMatthew Richmond, drummer/vibist Kari Richmond, drummer Cameron Juroff, \r\ndrummer/producer Vic Stafford, Atlanta bassist Rob Geisler, upside-down \r\nguitar whiz Michael Libramento, drummer Kevin Rumley of Bandazian).\r\n

\r\n

\r\n \r\n"It would be some \r\nsort of musical travesty if stephaniesid flies under the Rolling Stone \r\nradar for much longer..." says The Daily Times in Knoxville, TN of "Grus\r\namericanus". The single "Unmistakably Love" (deemed "unmistakably a \r\nhit" by Encore Weekly in Wilmington, NC) has been featured on numerous \r\nnational CD samplers and film/tv placements.\r\n

\r\n

Jennie Arnau

\r\n

\r\n\"jennie_img02_hires.jpeg\" \r\n

\r\n

\r\nJennie Arnau creates a unique blend of New York-nurtured South \r\nCarolina-born Grassroots rock.  Her original blend of Americana, \r\nAlt-Country and rock along with her bold and bittersweet voice have lead\r\nmore than one critic to describe her as a cross between Neil Young and \r\nMartina McBride. It’s a sly underground sound that’s born of urban grit,\r\nrowdy southern sensibilities and perfectly suits this native South \r\nCarolina singer.  It’s not a voice that has gone unnoticed either. Chuck\r\nEddy of the Village Voice\r\npraises her husky uplift and rhythmic wallop rarely \r\nheard in the female-folkie field,” while No Depression raves \r\n“Jennie’s voice is strong without sacrificing its femininity.Singer\r\nMagazines goes on to spotlight Jennie’s ability to “pierce your \r\nheart one moment, then turn right around and calm your spirit the next.”\r\n

\r\n

\r\nCHASING GIANTS, set for a April 13th release on MRI, is the follow up to\r\nJennie\'s 2007 release, MT. PLEASANT, which Joe Levy of Rolling Stone \r\nhailed as "her most fully realized set of songs yet. If you care about \r\nthe struggle for love and happiness - and who among us doesn\'t? - This \r\none\'s for you."  \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n
\r\n

\r\nStephanie\'s Id live at Downtown After 5 in Asheville, NC from Jesse Hamm on Vimeo.\r\n

\r\n

\r\n \r\n

\r\n

\r\nThanks to Jerry Nelson Photography for taking some great photos of our first DA5 of the 2010 season! Check them out here!\r\n

\r\n','',0,0,0,0,'2008-07-07 12:22:40',65,'','2011-01-20 15:29:30',71,0,'0000-00-00 00:00:00','2008-07-07 12:22:15','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,280),(403,'2011 Downtown After 5: July 15','DA5 July','

Josh Phillips Folk Festival

\r\n

\r\n\"joshphillipsfolkfestival.jpeg\"Josh \r\nPhillips, former singer and songwriter of Yo Mama\'s \r\nBig Fat Booty Band, has branched and broadened his musical horizons with\r\nthe Josh Phillips Folk Festival. They have been gaining a veritable \r\narmy of fans that range from the youngest musical listeners, to seasoned\r\nlong time traditional music fans. With the release of their first \r\nstudio album, "Wicker", Phillips has truly provided a strong testament \r\nto his ability to effortlessly capture generations worth of musical \r\nevolution, and traverse years of cultural dilution, bringing the \r\nlistener back to the very source of roots, folk, soul, R&B, rock and\r\nreggae. \r\n

\r\n“What I do strive for is to write songs when I am in a clear, thoughtful\r\nand honest headspace that feels good for me to sing and also for others\r\nto hear out loud - a way for us all to connect and realize though \r\nsituations are different, we all go through a lot of the same feelings."\r\nJosh Phillips\r\n

\r\n \r\n

\r\n
\r\n

\r\nSoulgrass Rebellion
\r\n

\r\n

\r\n\"sougrass_rebellion.jpeg\" \r\n

\r\nSoulgrass Rebellion is about a family of friends making music, making people dance, feeling good. The band is fronted by soulful singer/songwriter/guitarist Oso Rey, who moved to Asheville in 2006 from southern California where he shared the stage with giants like Sublime, Leftover Salmon, and No Doubt. The all-star group includes heavy-hitters who have played with several of the Southeast\'s top bands—Silas Durocher (Laura Reed and Deep Pocket, David Earl and the Plowshares, Silas Durocher and Everybody Knows) on electric guitar, Brian Jones (the Afromotive, Supple, Ian Thomas) on drum set, and Justin Powell (the Indigo Girls, the Donna Hopkins Band, and Geoff Achison) on upright bass.\r\nAfter playing as a duo for about a year, Rey and Durocher teamed up with local heroes David Earl Tomlinson and Pierce Edens to start the Lexington Ave. Living Room series, a singer/songwriter showcase at Bobo Gallery. The songwriters all began sitting in on each other\'s tunes, and soon guest musicians became a regular event—enter Jones and Powell. The four musicians who would become Soulgrass Rebellion hit it off instantly at these jams and quickly realized there was something serious happening.\r\nNow the band is quickly building fans with their high-energy shows. They\'ll be coming to a venue near you soon to recruit you to the rebellion.\r\n','',0,0,0,0,'2009-06-21 11:06:57',72,'','2011-01-20 15:30:02',71,0,'0000-00-00 00:00:00','2009-06-21 10:59:39','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,1428),(3,'Visit Downtown Asheville','Visit Downtown Asheville','

\r\nOver the last 15 years, Downtown Asheville has undergone a dramatic renaissance. Lucky for us, Asheville skipped the urban renewal process that took place after the Great Depression. The rich architecture of Art Deco, Beaux Arts and Neoclassical still exist, providing an impressive backdrop for a vibrant downtown. \r\n\r\n

\r\n
\r\n
\r\n\"Street \r\n
\r\n
\r\n

\r\n\r\nDowntown is a hotspot where locals, tourists, street musicians, and business owners converge. Downtown Asheville hums with life as people stroll the streets shopping, dining at independent eateries and local breweries, and being entertained by the diverse mix of culture, music and art. With almost 200 retail shops, several museums and theatres, 30 galleries, 60 restaurants and coffee shops, and a dozen nightspots with live music most days of the week everyone is sure to find something to do. \r\n\r\n

\r\n

\r\n\r\nDowntown Asheville is compact so we encourage you to park the car and get out and walk. Here is a list of safe and reliable parking options. Check out our directory of members for things-to-do, places to stay, and restaurant and retail listing. \r\n\r\n

\r\n
\r\n
\r\n\"shopping\" \r\n
\r\n
\r\n

\r\n\r\nFor more information about lodging and area attractions and activities visit our friends at ExploreAsheville.com. \r\n\r\n

\r\n

\r\n\"Explore \r\n

\r\n','',1,0,0,0,'2008-07-07 12:26:05',65,'','2009-06-18 10:53:49',71,0,'0000-00-00 00:00:00','2008-07-07 12:25:44','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,12697),(4,'The Board','The Board','
2011 Asheville Downtown Association Board of Directors
\r\n
\r\n
\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
Byron Greiner, President
\r\n Email Byron
\r\n
Susan Griffin, Vice \r\n President
\r\n Email Susan
\r\n
Adrian Vassallo, Treasurer
\r\n Email Adrian
Chris Tod Bubenik, Secretary
\r\n Email Chris
Dwight Butner
\r\n Email Dwight
Carmen Y. Cabrera
\r\n Email Carmen
Lauri Nichols
\r\n Email Lauri
Meghan Rogers
\r\n Email Meghan
Hesper Shallcross
\r\n Email Hesper
Mary Ann West
\r\n Email Mary Ann
Joe Eckert
\r\n Email Joe
Jarrod Perkins
\r\n Email Jarrod
Rebecca Hecht
\r\n Email Rebecca
Mike McCreary
\r\n Email Mike
\r\n
\r\n Jane Anderson
\r\n Email Jane
\r\n
\r\n Rick Jackson
\r\n Email Rick \r\n
Warren Stephenson
\r\n Email Warren
Brian Yates
\r\n Email Brian
\r\n
\r\n
Office Manager
Joanna Figart
\r\n Email Joanna \r\n
\r\n
Executive Director
Joe Minicozzi
\r\n Email Joe \r\n
\r\n

\r\n \r\n

\r\n\r\n','',1,0,0,0,'2008-07-07 12:32:22',65,'','2011-01-20 14:46:59',71,0,'0000-00-00 00:00:00','2008-07-07 12:32:11','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,1737),(554,'WNC Insider','WNC Insider','

\r\nWNC Insider
\r\n15 N. Oak Terrace
\r\nArden, NC 28704
\r\n828 606-2513
\r\nwww.WNCInsider.com
\r\n

\r\n','',1,13,0,20,'2011-01-13 13:21:26',71,'','2011-03-16 12:55:11',71,0,'0000-00-00 00:00:00','2011-01-13 13:19:09','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,3,'','',0,21),(555,'Morgan Bailey Ventures','Morgan Bailey Ventures','

\r\nMorgan Bailey Ventures Woodworkers
\r\n58 College Street
\r\nAsheville, NC
28801
\r\n(828) 257-3065
\r\nwww.MorganBaileyVentures.com \r\n

\r\n

\r\n \r\n

\r\n','',1,13,0,20,'2011-01-20 14:27:56',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-01-20 14:21:15','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,2,'','',0,26),(542,'City of Asheville announces human resources director','City of Asheville announces human resources director','The city of Asheville announced today that Kelley Dickens will serve as the city’s new human resources director, effective Dec. 3. \r\n','Ms. Dickens is highly regarded in her field with over ten years of professional human resources experience.  She has worked for both Forsyth and Catawba County governments and has served as the human resources director for Burke County, N.C. since March, 2008.  “With Kelley, we are getting someone with a proven track record of competence and integrity.  We are excited about her joining our team,” said City Manager Gary Jackson.
\r\n
\r\nMs. Dickens shared, “My family and I have visited Asheville many times and have always been impressed with the community. To have the opportunity to work and live in Asheville is a wonderful opportunity and I am looking forward to being a part of Asheville’s team.”  In addition to her impressive career in local government, Ms. Dickens holds a master’s degree in public administration from West Virginia University. 
\r\n
\r\nThis release may be found at:  http://www.ashevillenc.gov/news/news_releases/default.aspx?id=24566. \r\n',1,2,0,2,'2010-11-04 11:59:12',71,'','2010-11-04 11:59:13',71,0,'0000-00-00 00:00:00','2010-11-04 11:58:06','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,17,'','',0,62),(5,'Pressroom','Pressroom','','',-2,0,0,0,'2008-07-07 12:32:37',65,'','2010-12-15 14:31:09',71,0,'0000-00-00 00:00:00','2008-07-07 12:32:23','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,3),(6,'Membership','Membership','
\r\n
\r\n\"image004.jpg\"\r\n
\r\n
\r\n

\r\nAlong with opportunities for business networking and engagement in the community, by joining, you are helping the Association continue to be The Voice of Downtown. Members allow the Association to act as a champion for downtown through communicating concerns, advocating for policies, creating relationships with City and County Officials and staff, and addressing social issues. Connect with successful businesses, entrepreneurs and residents who have a common goal in the success of downtown by becoming a member.\r\n\r\n

\r\n
\r\nJoin us and receive:
\r\n
\r\n
\r\n\"ADA\r\n
\r\n
\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
2011 Rates
Individual$25
Family$35
Non-Profit Organization$50
Small Business (1-9 employees)$125
Medium Business (10-19 employees) $200
Large Business (more than 20 employees)$350
Friend of the Asheville Downtown Association $500
\r\n
\r\n
\r\n
Member 2 Member Events
\r\n

\r\nEvery quarter we invite you to join us for our M2M Events. These events are a great chance for members to mingle with other downtown business owners and residents, to find out what we\'ve been up to, and to learn about how the ADA works for you. \r\n

\r\n
How to Join

\r\n
\r\n
\r\n\"image010.jpg\"\r\n
\r\n
\r\n\r\n\r\n
\r\n
\r\nFill out the PDF Membership Form
and deliver it to our downtown office at 29 Haywood Street or click below to join online!
\r\n 
\"Purchase\r\n','',1,0,0,0,'2008-07-07 12:35:24',65,'','2011-01-03 13:43:10',71,0,'0000-00-00 00:00:00','2008-07-07 12:35:11','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,7220),(7,'Member 2 Member Events','Member 2 Member Events','\"m2m_mixer_logo_web.jpg\" \r\n','',1,0,0,0,'2008-07-07 12:35:41',65,'','2010-09-20 13:56:17',71,0,'0000-00-00 00:00:00','2008-07-07 12:35:28','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,7),(8,'Holiday Parade','','
\r\n
\r\n
\r\n
\r\n
\r\n\"Fireworks
\r\nHoliday nights in downtown Asheville
\r\n
\r\n
\r\n get a glitzy makeover this December!
\r\nThis year, the Asheville
Downtown Association has helped plan Asheville Seasonal Sizzle:\r\n21 Days of Not-So-Silent Nights, including "Appy" Hour on Thursdays, Festive Fridays and Saturdays with Santa, Song & Sizzle! Merrymakers will enjoy free fireworks,\r\nlive entertainment, seasonal appetizer specials at local restaurants,\r\nand extended hours of evening shopping in downtown Asheville’s eclectic\r\nboutiques and craft galleries.
\r\n
\r\n
"Appy" Hour on Thursdays offers specials on appetizers at AIR Restuarants from 5:00pm - 7:00pm. Festive Fridays offer live music and caroling in Pritchard Park. Saturdays with Santa in Pritchard Park give kids a change to come by and meet Santa from 9:30 - 11:00am! Saturdays Sizzle with live music in the Grove Arcade, Sizzle specials at downtown restaurants and fireworks at 7:00pm.
\r\n
\r\nAsheville visitors will receive \r\na warm holiday welcome as "Downtown Docent" guides walk the downtown streets \r\ndirecting guests to Seasonal Sizzle festivities, holiday happenings and other \r\npoints of interest.  After the fireworks, \r\nvisitors are encouraged to enjoy live music, theater and dance performances.

\r\n
\r\n\r\nCome on out and celebrate!
\r\n\r\n Check it all out at our Events Calendar or at \r\nwww.AshevilleParade.org\r\n
\r\n\r\n
\r\nDon’t miss the 2008 Asheville \r\nDowntown Association’s Holiday Windows Contest!  Check our who is participating, walk around and see everyone\'s creativity and make sure to vote for your favorite !
\r\n
\r\n
\r\n
\r\n','',0,3,0,4,'2008-07-07 12:51:20',66,'','2010-10-11 14:52:23',71,0,'0000-00-00 00:00:00','2008-07-07 12:51:02','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',64,0,7,'','',0,0),(195,'Ed Boudreaux\'s BBQ','Ed Boudreaux\'s BBQ','
\r\nEd Boudreaux\'s BBQ
\r\n48 Biltmore Ave
\r\nAsheville, NC 28801
\r\n(828) 296-0100\r\n
\r\n
\r\n
\r\nwww.EdBBQ.com\r\n
\r\n','',0,9,0,19,'2008-07-11 15:28:28',65,'','2010-12-31 13:59:12',71,0,'0000-00-00 00:00:00','2008-07-11 15:27:08','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,16,'','',0,118),(9,'The Mission','The Mission','

The mission

of the Asheville Downtown Association is to be a voice of the downtown community and to promote and support quality economic, cultural and residential development of downtown Asheville.\r\n','',1,4,0,5,'2008-07-07 13:09:00',65,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2008-07-07 13:08:03','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,1,'','',0,0),(10,'Buttons','Buttons','\r\n','',1,5,0,6,'2008-07-07 13:22:40',65,'','2010-08-17 09:29:51',62,0,'0000-00-00 00:00:00','2008-07-07 13:22:25','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',11,0,1,'','',0,0),(11,'Social Issues Task Force: Alternatives Solutions for Panhandling','Social Issues Task Force: Alternatives Solutions for Panhandling','','',-2,1,0,1,'2008-07-07 13:29:46',65,'','2008-11-10 11:16:50',70,0,'0000-00-00 00:00:00','2008-07-07 13:29:37','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,0,'','',0,3),(12,'Social Issues Task Force: Alternatives Solutions for Panhandling','Social Issues Task Force: Alternatives Solutions for Panhandling','','',-2,1,0,1,'2008-07-07 13:29:46',65,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2008-07-07 13:29:37','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',0,0,0,'','',0,1),(13,'Social Issues Task Force: Alternatives Solutions for Panhandling','Social Issues Task Force: Alternatives Solutions for Panhandling','','',-2,1,0,1,'2008-07-07 13:29:46',65,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2008-07-07 13:29:37','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',0,0,0,'','',0,0),(14,'We\'re Going Green! ','We\'re Going Green! ','

\r\nThe event has taken major steps to be more environmentally friendly and is reducing its carbon footprint through the use of compostable cups, plates and utensils, a recycling program, solar powered main stage and a complimentary bike corral.\r\n

\r\nVisit our events calendar »\r\n','',-2,2,0,2,'2008-07-07 13:30:26',65,'','2008-08-13 21:37:45',66,0,'0000-00-00 00:00:00','2008-07-07 13:30:17','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',7,0,0,'','',0,84),(15,'Volunteer Rewards','Volunteer Rewards Program','

\r\nWe\'ve put together a volunteer rewards program this year for all our great volunteers! If you\'d like to lend a hand, meet some greet new friends, and "Jam Out with Your Hand Out!", please contact our volunteer chairs at DTA5Volunteers@yahoo.com.\r\n

\r\n','',-2,2,0,2,'2008-07-07 13:30:42',65,'','2008-07-11 10:05:40',65,0,'0000-00-00 00:00:00','2008-07-07 13:30:36','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',9,0,0,'','',0,260),(16,'Accomplishments of The Asheville Downtown Association','Accomplishments of The Asheville Downtown Association','The standard Lorem Ipsum passage, used since the 1500s\r\n
\r\n
\r\n"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."\r\nSection 1.10.32 of "de Finibus Bonorum et Malorum", written by Cicero in 45 BC\r\n
\r\n
\r\n"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?"\r\n1914 translation by H. Rackham\r\n
\r\n
\r\n"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?"\r\n','The standard Lorem Ipsum passage, used since the 1500s\r\n
\r\n
\r\n"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."\r\nSection 1.10.32 of "de Finibus Bonorum et Malorum", written by Cicero in 45 BC\r\n
\r\n
\r\n"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?"\r\n1914 translation by H. Rackham\r\n
\r\n
\r\n"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?"\r\n',-2,2,0,2,'2008-07-07 13:31:08',65,'','2008-07-10 13:20:58',65,0,'0000-00-00 00:00:00','2008-07-07 13:31:01','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',5,0,0,'','',0,5),(17,'Featured Member','Featured Member','\"ef.logo_hs_v_yellow_web.jpg\" \r\n','',1,6,0,7,'2008-07-07 13:38:33',65,'','2011-03-23 12:59:28',71,0,'0000-00-00 00:00:00','2008-07-07 13:37:03','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',69,0,1,'','',0,0),(535,'City Seeks Public Participation in Recycling Contest','City Seeks Public Participation in Recycling Contest','The City of Asheville is participating in the Cans for Cash City Recycling Challenge.  The contest, sponsored by The United States Conference of Mayors, Keep America Beautiful, and Novelis Corporation, challenges cities across the country to promote citizen participation in the collection of aluminum beverage cans.  \r\n','This is the fourth year that the city has participated in this event and the amount of aluminum has increased with each year.  Last year the city collected 44,057 pounds of aluminum during the month of October. 
\r\n
\r\nAsheville will compete with other cities of the same size for up to $5,000 in awards.  Awards will be used to support recycling efforts through local education and awareness programs. 
\r\n
\r\nApproximately 50 billion aluminum cans end up in landfills each year.  Recycling aluminum beverage cans reduces waste in our landfills and helps create a sustainable environment.  The Challenge runs Oct. 1 through Oct. 31.  Recycle those aluminum cans!  
\r\n
\r\nFor more information about the Challenge or drop-off center locations, go to www.ashevillenc.gov/recycling or call 251-1122.
\r\n
\r\n',1,2,0,2,'2010-09-30 15:39:47',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-09-30 15:38:23','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,23,'','',0,61),(18,'From the President','From the President','\"latest_business_picture.jpg\"\r\n

\r\nWelcome to the Asheville\r\nDowntown Association website.\r\n

\r\n
\r\n
\r\n

\r\n The ADA\r\nand its members appreciate how fortunate we are to live in the beautiful\r\nmountains of Western North Carolina and even\r\nmore so, to have such a vibrant downtown. The ADA\r\nis the voice of downtown supporting and representing its many\r\nindependent residents and businesses by promoting downtown Asheville\r\nas the destination of Western North Carolina. We are dedicated to creating\r\nevents that provide fun, entertaining and informative times to enjoy the\r\ndowntown area. Our regular events include the Jazz After Five series\r\n(January – March), Downtown\r\nAfter Five (May – September), Oktoberfest which is returning this year (October 9th), the Asheville\r\nHoliday Parade (November 20),  Holiday Windows Contest (late\r\nNovember through December) and our Speaker Series the showcasing important\r\nissues of the central business district. \r\n

\r\n
\r\n
\r\n

\r\n\r\nWe remain involved in efforts\r\nto ensure that downtown Asheville\r\nremains a great place to live, work and play with programs addressing the\r\nconcerns of cleanliness of our streets, panhandling and other social issues\r\naffecting our town.\r\n

\r\n
\r\n
\r\n

\r\nOur organization cannot exist\r\nwithout your help and involvement which is crucial to our success. Our membership\r\nincludes individuals, non-profits, retail and professional businesses of many\r\nsizes. Please join us, volunteer for an event and get involved in helping make\r\nour community even better. \r\n

\r\n
\r\n
\r\n

\r\n Thank you for your support\r\nand appreciation of downtown Asheville,\r\na special place. \r\n

\r\n
\r\n
\r\n

\r\n Byron Greiner
\r\nPresident
\r\nAsheville Downtown Association
\r\n

\r\n','',1,0,0,0,'2008-07-08 12:18:42',65,'','2010-01-25 12:57:32',71,0,'0000-00-00 00:00:00','2008-07-08 12:17:56','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,791),(19,'Asheville Downtown Association Foundation','Asheville Downtown Association Foundation','

\r\nThe Asheville Downtown Association Foundation is a 501©3\r\nwhose aim is to carry out the altruistic goals of the Asheville Downtown Association.  Its primary focus is Spare Change for Real\r\nChange.\r\n

\r\n

What is Spare Change\r\nfor Real Change?\"new_sticker.jpg\"

\r\n

\r\nSpare Change for Real Change is a program\r\ndedicated to discouraging panhandling on city streets by encouraging support of\r\nagencies that offer real help to people in need.\r\n

\r\n

What\'s so bad about\r\npanhandling?

\r\n

\r\nGiving money to panhandlers often\r\nonly enables them to stay on the streets. \r\nIn most cases, petty cash raised by panhandling is used to feed\r\naddiction, not hunger.  \r\n

\r\n

\r\nPanhandling was made illegal in Asheville by City\r\nOrdinance 3023.  Responding to a\r\npanhandling request may seem helpful, but may actually result in court dates\r\nfor someone who already faces a multitude of challenges.\r\n

\r\n

\r\nReal help is available in Asheville.  Local agencies not only meet basic needs like\r\nfood, clothing, and shelter - needs panhandlers often say they\'ll use your\r\nmoney to meet - but they also offer assistance with education, employment,\r\nsubstance abuse recovery, housing, and medical and mental health care...tools\r\nthat can help panhandlers get off the streets for good.\r\n

\r\n

How does Spare Change\r\nfor Real Change work?

\r\n

\r\n                Donation boxes are located throughout downtown Asheville,\r\noffering an easy way to give without supporting panhandling.  Local business owners match the funds raised\r\nthroughout the year, and the money is awarded in grants each January to\r\nagencies working to end homelessness in our community.  2009\'s grant recipients were Homeward Bound, Salvation Army, and Western Carolina Rescue Ministries . \r\n

\r\n

\r\n\r\n

\r\n \r\n

How should I respond\r\nwhen panhandlers ask me for money?

\r\n

\r\n                Remember that they\'re people just like you,\r\nand treat them with the courtesy and respect we all want and deserve. Street life is hard, and offering kindness\r\ncan help restore dignity and hope.\r\n

\r\n

\r\n                Respectfully say no to their requests.  Remember that doing so isn\'t cold-hearted;\r\nyou don\'t want to support the harmful choices they may make with your money.\r\n

\r\n

\r\n                Be informed.  If panhandlers ask for change to get\r\nsomething to eat, tell them when and where the next free meal is being served\r\nin Asheville.\r\n

\r\n

\r\n                Offer a Spare Change for Real Change Real Help Guide instead of money, and encourage them to connect with the service providers\r\nlisted to get real help. Real Help Guides can be found at the\r\nAsheville Downtown Association office, located at 29\r\nHaywood Street.\r\n

\r\n

Where can I learn\r\nmore about resources in Asheville?

\r\n

\r\n                Our Real Help Guide is a good place to start! You can\r\nalso dial 2-1-1 to reach United Way\'s free, 24/7, community service line, where\r\nreferral specialists can answer your questions about what services are provided\r\nand where. You can find information in\r\ntheir online database as well, at www.211wnc.org.\r\n

\r\n

Where can I learn\r\nmore about homelessness, both in Asheville and\r\naround the country?

\r\n

\r\n                The\r\nCity of Asheville has a 10 Year Plan to End Homelessness,\r\ncoordinated by the Homeless\r\nInitiativeContact\r\nthe Homeless Initiative to find out how you can play a part in ending\r\nhomelessness today.  You can also attend\r\na Homeless Coalition\r\nmeeting, where you can talk with representatives from different homeless\r\nservices agencies and learn about our community\'s exciting efforts to end\r\nhomelessness.\r\n

\r\n

\r\n                For\r\nfacts about homelessness, current relevant news articles, and helpful links to\r\nadditional information, visit the New York Times Topics page on Homeless Persons. \r\n

\r\n

\r\n                To\r\nlearn more about homelessness in North Carolina,\r\nvisit the North Carolina\r\nCoalition to End Homelessness \r\nsite.  \r\n

\r\n

\r\n                To\r\ndiscover what\'s happening with homelessness nationally, visit the United States Interagency Council on\r\nHomelessness, National Alliance to End\r\nHomelessness,\r\nor National Coalition for the\r\nHomeless\r\nsites.\r\n

\r\n

How can I help?\"new_poster.jpg\"

\r\n

\r\n                Are you\r\na business owner?  Contact us to learn more about matching sponsorship opportunities.\r\n

\r\n

\r\n                Are you\r\na visitor or Asheville community member?  Donate your spare\r\nchange today to make a real change\r\nin someone\'s life.\r\n

\r\n

\r\n                Get\r\ninvolved!  Volunteer with a\r\nlocal agency that works to end homelessness and get people off the\r\nstreets.  Donate clothing, blankets,\r\nbackpacks, sleeping bags, and food items to agencies that can pass them on to\r\npeople who need them most.  You\'ll be\r\namazed at the difference you can make.\r\n

\r\n

\r\n \r\n

\r\n','',1,0,0,0,'2008-07-08 12:21:50',65,'','2011-03-23 14:42:18',71,0,'0000-00-00 00:00:00','2008-07-08 12:21:40','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,464),(20,'Accomplishments','Accomplishments','

\r\nMembership allows the Association to contribute to downtown initiatives and improvements through programs and events.\r\n\r\n

\r\n\r\n\r\n','',1,0,0,0,'2008-07-08 12:27:37',65,'','2009-03-03 12:15:00',71,0,'0000-00-00 00:00:00','2008-07-08 12:25:55','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate =\npdf=\nprint=\nemail=',1,0,0,'','',0,513),(21,'Committees','Committees','Each year subcommittees are organized to focus on
\r\nobjectives which will\r\nbenefit our members and
\r\nDowntown Asheville. All members are welcome to\r\n
\r\nbecome involved in committees. Consider serving
\r\non a committee that meets\r\nyour interests or goals.
\r\nTo join, please contact the Executive Director, chair of\r\n
\r\nthe committee you are interested in, or note your
\r\ninterest on the membership\r\napplication. 
\r\n
\r\n

\r\n \r\n

\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
COMMITTEE\r\n \r\n MEMBERS \r\n \r\n DESCRIPTION\r\n
\r\n

\r\n Executive\r\n

\r\n
\r\n

\r\n \r\n Byron Greiner (president), Susan Griffin (vice president), Adrian Vassalo (treasurer),
\r\n Chris Tod Bubenik (secretary) \r\n
\r\n

\r\n
\r\n

\r\n \r\n The Executive Committee is responsible for working with the Executive Director to plan the program of work for the organization. The committee defines the geographic area for the Association and pursues sponsorship opportunities. They set the Board\'s agenda for meetings and are responsible for interacting with the subcommittees. \r\n \r\n

\r\n
\r\n

\r\n Membership\r\n

\r\n
\r\n

\r\n \r\n Erika Ferraby (chair)
\r\n Carmen Cabrera,
\r\n Sandie Rhodes, Kimberly Walker
\r\n
\r\n

\r\n

\r\n  \r\n

\r\n
\r\n

\r\n \r\n The Membership Committee is dedicated to increasing members and member benefits, and to promote the organization to downtown stakeholders. The committee also organizes membership and networking nights and the State of Downtown in collaboration with the City of Asheville. \r\n \r\n

\r\n
\r\n

\r\n Issues\r\n

\r\n
\r\n

\r\n Joe Minicozzi (chair),
\r\n Carmen Cabrera,
\r\n Joe Eckert,
Rebecca Hecht, Cate Marvill, Mike McCreary\r\n \r\n

\r\n
\r\n

\r\n \r\n The Issues Committee has an active role in shaping community dialogue in regard to issues affecting Downtown Asheville. The committee researches critical issues for the downtown and brings these issues to the forefront of community discussion working closely with City staff and officials. Meetings take place on the last Friday of every month in the ADA office at 29 Haywood St.\r\n

\r\n
\r\n

\r\n Events\r\n

\r\n
\r\n

\r\n Lauri Nichols (chair),
\r\n Chris Bubenik, Rebecca Hect, J. Neal Jackson, Jarrod Perkins, Megan Rogers, Hesper Shallcross, Kimberly Walker\r\n
\r\n

\r\n
\r\n

\r\n \r\n The Events Committee is responsible for planning the many events hosted by the Association including Downtown After Five, Jazz After Five, Nouveau Night, clean-up days and the volunteer party. They work to secure volunteers and vendors for the events. \r\n \r\n

\r\n
\r\n

\r\n Holidays\r\n

\r\n
\r\n

\r\n \r\n Susan Griffin (chair), Mary Ann West, Sandie Rhodes \r\n

\r\n
\r\n

\r\n \r\n The Holidays Committee is focused on promoting downtown as a primary destination for holiday shopping and activity through the Holiday Windows Contest, Holiday Parade, street entertainment, advertising opportunities, light displays and extended hours. \r\n \r\n

\r\n
\r\n

\r\n Financial\r\n

\r\n
\r\n

\r\n \r\n Adrian Vassallo (chair),
\r\n Jeffrey Owen,
\r\n Jerrod Perkins
\r\n
\r\n
\r\n

\r\n
\r\n

\r\n \r\n The Finance Committee assists with the internal and external financial reporting of the Association.  They are also responsible for the insurance and legal needs of the Association.\r\n \r\n

\r\n
\r\n

\r\n PR & Marketing
\r\n

\r\n
\r\n

\r\n Meghan Rogers (chair), Chris Bubenik, J. Neal Jackson, Cate Marvill, Mike Rangel\r\n \r\n

\r\n
\r\n

\r\n \r\n The PR & Marketing Committee assists with upkeep of the website, press releases, event marketing, advertising and other news worthy items. \r\n

\r\n
\r\n','',1,0,0,0,'2008-07-08 12:28:52',65,'','2010-07-28 11:18:00',71,0,'0000-00-00 00:00:00','2008-07-08 12:28:28','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,1267),(22,'Issues & Speaker Series','Issues & Speaker Series','
\r\n
\r\n\"Spare\r\n
\r\n
\r\n

\r\nThe Asheville Downtown Association plays an active role in shaping community dialogue on issues affecting Downtown Asheville. A subcommittee is responsible for researching and bringing those critical issues to the forefront of community discussion. \r\n\r\n

\r\n
\r\n
\r\n

\r\n\r\nThrough the Speaker Series, the Association presents experts to talk to members and other downtown stakeholders, often in partnership with City staff. Past topics include downtown master planning, homelessness, parking, regional planning, panhandling, graffiti, and independent business support. Because the City of Asheville will participate in a master planning process this year, the committee will again co-sponsor a speaker on downtown planning. Also this year, the committee will host a panel discussion on downtown with elected County and State officials and present best practices and policies from successful downtown models in other communities.\r\n\r\n

\r\n','',-2,1,0,1,'2008-07-08 12:34:00',65,'','2008-11-10 11:16:37',70,0,'0000-00-00 00:00:00','2008-07-08 12:32:33','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',9,0,0,'','',0,468),(23,'Volunteer with the ADA','Volunteer with the ADA','
\r\n
\r\n
\r\n\"874524999_img_8121_50.jpg\"\r\n\r\n\r\n
\r\n
\r\n
\r\n

\r\nCalling all 2011 ADA Volunteers! Mark your calendars now for the Volunteer Orientation Party at the Orange Peel, Tuesday, April 26, 6:00pm - 9:00pm!

\r\n
\r\n
\r\n \r\n
\r\n
\r\n
\r\nOpportunities for involvement are as varied as downtown Asheville itself. The Asheville Downtown Association understands that strength lies in numbers and members help by volunteering, serving on a committee or working in the office. Levels of involvement and time requirements vary, so follow your passions and make a difference in your community. \r\n
\r\n
\r\n \r\n
\r\n
\r\nIf you would like to join a committee, volunteer for an event or just lend a hand here and there, please email us or give us a call!  \r\n
\r\n
\r\n \r\n
\r\n
\r\nOur 2011 Volunteer Coordinator is Erin Walker. Please email her at VolunteerWithADA@gmail.com to volunteer for a specific event. 
\r\n
\r\n
\r\n
 
\r\n
Downtown Advocates
\r\n

\r\nWhether a downtown resident, business owner or just frequent downtown, members are devoted to downtown: how it looks, grows, and changes. Take part in shaping downtown by serving on one of our standing committees or a special task force. \r\n

\r\n
\r\nSocial Butterflies
\r\n

\r\nIf you love planning events or are looking for a fun time and a chance to meet new people, consider volunteering at an event or on a task force leading up to the event. \r\n

\r\n

\r\n \r\n\"Good\r\n\r\n\r\n

\r\n
\r\nCreative Talents
\r\n

\r\nHave a special skill? Increase your exposure by contributing talents like public relations, graphic design, photography or writing. \r\n

\r\n
\r\nGreat Communicators
\r\n

\r\nThe Association’s mission is to be the voice of the downtown community. We can only do that with if we hear from you. Contact a board member with your concerns. \r\n

\r\n
\r\nOther ways to support downtown:\r\n
\r\n\r\nVolunteering is a great way to meet new friends and connect with your community! Call or email us today!
\r\n

\r\nPhone: 828/251.9973 | info@ashevilledowntown.org\r\n \r\n

\r\n
\r\n
\r\n
\r\n \r\n \r\n

Subscribe to our  ADA Volunteers Newsletter
\r\n

\r\n
\r\n \r\n \r\n \r\n \"Secure-Subscribe™\"™\r\n email marketing privacy\r\n \r\n
\r\n
\r\n
\r\n\r\n
\r\n','',1,0,0,0,'2008-07-08 12:37:59',65,'','2011-03-18 15:03:19',71,0,'0000-00-00 00:00:00','2008-07-08 12:35:02','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,6316),(557,'51 Biltmore Project','51 Biltmore Project','

What is the 51 Biltmore Project?
\r\n

\r\n

\r\nOn Tuesday January 25th, Asheville City Council will hold a hearing to finalize a downtown development agreement on the 51 Biltmore project. The site is currently the sunken parking lot owned by Public Interest Projects across the street from the doubledecker bus, and formerly the Swannanoa Hotel from the 1920ʼs. This project is a public-private venture with the City to build a parking deck that is encased within several other private projects. Those projects include an A-Loft hotel, with retail space on Biltmore and residential and mixed-use projects facing Lexington and over the top of the garage where the Hot Dog King is located. \r\n

\r\n

\r\nThe deck project will total 412 public parking spaces in this area of Biltmore Avenue, which is currently underserved duringr normal conditions and especially at peak times. Additionally, this project is part of a greater vision for the redevelopment of this area of Downtown.\r\n

\r\n

\r\n\"complete_massing_bilt.png\"\r\n \r\n

\r\n

What does the ADA think?

\r\n

\r\nThe Asheville Downtown Association supports this project because it furthers the goals of the Cityʼs adopted plans and is called for in the City Center section of the Cityʼs 2025 Plan. There is a vocal minority that believes that by moving forward with this project, mass transit enhancements will be under-capitalized. Indeed, we support ALL of the goals of the 2025 Plan, including the downtown mass transit, but we should not sacrifice one goal for the benefit of another as an arbitrary selection. We should work cooperatively and productively toward implementing our plans for Downtownʼs growth. The Asheville Downtown Association has been a committed partner supporting this document as well as the Downtown Master Plan, to further the health of Downtown Asheville. To sacrifice this project for the perceived benefit of other projects is not only detrimental to the overall balance of Downtown, but is also deviates from the established and approved plan. This behavior leads to a pattern of unpredictable decision making as well as a lack of progress.
\r\n
\r\nFor over 20 years, the Downtown Association has been actively involved with the renaissance of Downtown Asheville and weʼd like to see that expand to all of the downtown, not just the core. The 51 Biltmore project is a key ingredient in expanding the density and parking of the south slope of Biltmore avenue and will provide much needed parking for our downtown merchants, businesses, and residents in that area. Additionally, the A-loft hotel will provide more rooms for a widening hotel market. The private enhancements to this project will contribute to our tax-base. \r\n

\r\n

\r\nWe feel this project is a creative solution toward bringing public infrastructure to our community as well as encouraging more private investment in our downtown. This is an innovative solution and we urge your support. We ask that you attend Council on the 25th to affirm positive action. If you are unable to attend, please write Council and the Mayor to express your support. \r\n

\r\n

Background information

\r\n

\r\n51 Biltmore Parking Garage Fact Sheet \r\n

\r\n

\r\nPat Whalen\'s Commentary from the Asheville Citizen-Times, printed January 20, 2011 \r\n

\r\n

\r\nPublic Interest Projects Response to PARC \r\n

\r\n

\r\nTransportation Strategy as outlined in the 2025 Plan\r\n

\r\n

\r\n51 Biltmore Preliminary Models \r\n

\r\n','',1,0,0,0,'2011-01-21 16:41:40',71,'','2011-01-21 17:50:24',71,0,'0000-00-00 00:00:00','2011-01-21 16:41:09','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,188),(24,'Events','Events','
Annual State of Downtown Luncheon - January
\r\n
\r\n
\r\n\"conference_logo.jpg\" \r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n   \r\n

\r\n
\r\n The 2011 Small Business Conference will be comprised of informative workshops, the State of Downtown Luncheon and the Downtown Heroes Party. For more information, click here.
\r\n
\r\n

\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
Easter on the Green - April
\r\n

\r\n\"dta_eog_17x11_72dpi.jpg\" \r\n

\r\n

\r\nA family-friendly celebration of Easter traditions held on Roger McGuire Green at Pack Square Park. This is our first annual Easter on the Green! For more information, click here. \r\n

\r\n

\r\n \r\n

\r\n
Pritchard Park Cultural Arts Program - April to September
\r\n
\r\n
\r\n\"ppcap_logo4a.jpg\" \r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n   \r\n

\r\n
\r\n Pritchard Park will be packed with entertainment this year as we roll out the expanded Pritchard Park Cultural Arts Program. We’re excited to work with Arts2People and the City of Asheville to bring you free events throughout the spring and summer.For more information, click here .
\r\n \r\n
\r\n

\r\n   \r\n

\r\n
\r\n

\r\n \r\n

\r\n
Downtown After Five - May to September
\r\n
\r\n
\r\n
\r\n\"da5logo2010-506391.jpeg.png\" \r\n
\r\n
\r\n

\r\nCelebrating its 22nd year, Downtown After Five kicks-off the summer season in Asheville. The event takes place each third Friday of the month May- September. The event has a new location at Lexington Avenue at I-240 and will be more environmentally responsible through the use of compostable cups, plates and utensils. Free live music and dancing starts at 5 pm with food and drink available for purchase. For more information, click here .\r\n

\r\n
\r\n
\r\n

\r\n \r\n

\r\n
Oktoberfest - October
\r\n

\r\n\"oktoberfestnewlogo_website.png\" We are very excited to bring you Oktoberfest. The event will be on Wall St. in downtown Asheville and will highlight local breweries and restaurants! Each brewery will be premiering their seasonal brews while live music and events will make for a very fun time.  For more information, click here.   \r\n

\r\n
\r\n

\r\n
\r\n
\r\n

\r\n
\r\n
 
\r\n
Asheville Holiday Parade - November
\r\n
\r\n
\r\n\"holiday_parade_generic_logo_final.jpg\" \r\n
\r\n
\r\n
\r\n
\r\n
\r\nThe Asheville Downtown Association is proud to be the new organizer of the Annual Asheville Holiday Parade! For more information, click here. \r\n
\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

Stay Up To Date!

\r\n

Events on your calendar: Download our events to you calendar!

\r\n
\r\nThe Asheville Downtown Association is excited to announce the new Google Calendar which may be downloaded to your calendar! Click on the icon below to check it out.\r\n
\r\n

\r\n \r\n

\r\n

\r\n\r\n

\r\n

Events in your Inbox: Subscribe to our Weekly Events Digest!

\r\n

\r\nEvery Monday morning the Asheville Downtown Association publishes the Weekly Events Digest to keep you informed about all the downtown happenings! \r\n

\r\n
\r\n
\r\n
\r\n \r\n

Subscribe to our Weekly Events Newsletter

\r\n
\r\n \"Secure-Subscribe™\"email marketing privacy \r\n
\r\n
\r\n
\r\n
\r\n','',1,0,0,0,'2008-07-08 12:55:45',65,'','2011-04-06 11:34:38',71,0,'0000-00-00 00:00:00','2008-07-08 12:54:43','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,21959),(25,'Annual Events','Annual Events','

\r\n \r\n

\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
Downtown Association Annual Events At A Glance
EventDates
Downtown After Five Third Friday in May, June, July, August and September.
Speaker Series TBA
Member 2 Member Events \r\n

\r\n June & September \r\n

\r\n
Oktoberfest October
Downtown Clean-up November
Holiday Window Contest November
Holiday Parade November
State of Downtown January 2011
\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n
\r\n
\r\n
\r\n
\r\n \r\n

Subscribe to our Weekly Events Newsletter

\r\n
\r\n \"Secure-Subscribe™\"email marketing privacy \r\n
\r\n
\r\n
\r\n
\r\n','',0,0,0,0,'2008-07-08 12:56:37',65,'','2010-12-15 14:23:09',71,0,'0000-00-00 00:00:00','2008-07-08 12:56:27','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,3410),(26,'16 Patton Fine Arts Gallery','16 Patton Fine Arts Gallery','
\r\n16 Patton Fine Arts Gallery
\r\n16 Patton Avenue
\r\nAsheville NC 28801
\r\n(828) 236-2889\r\n
\r\n
\r\n
\r\nwww.16patton.com
\r\n
\r\n','',1,8,0,14,'2008-07-08 15:15:50',65,'','2011-01-03 14:32:31',71,0,'0000-00-00 00:00:00','2008-07-08 15:13:33','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,23,'','',0,532),(27,'Affordable Housing Coalition','','Affordable Housing Coalition
\r\n34 Wall Street, Ste 604
\r\nAsheville NC 28801
\r\n(828) 259-9216\r\n','',0,7,0,13,'2008-07-08 15:16:37',65,'','2008-07-11 15:31:53',0,0,'0000-00-00 00:00:00','2008-07-08 15:16:06','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,1,'','',0,3),(28,'Asheville Savings Bank','','Asheville Savings Bank
\r\n11 Church Street
\r\nAsheville NC 28802\r\n','',1,7,0,12,'2008-07-08 15:17:19',65,'','2009-04-30 14:15:53',0,0,'0000-00-00 00:00:00','2008-07-08 15:16:57','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,1,'','',0,0),(29,'The Bier Garden','','The Bier Garden
\r\n46 Haywood Street
\r\nAsheville, NC 28801
\r\n(828) 285-0002\r\n','',-2,7,0,9,'2008-07-08 15:17:57',65,'','2009-04-29 14:09:36',71,0,'0000-00-00 00:00:00','2008-07-08 15:17:34','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,0,'','',0,0),(30,'The Grove Park Inn Resort','','The Grove Park Inn Resort & Spa
\r\n290 Macon Avenue
\r\nAsheville, NC 28804
\r\n(828) 252-2711\r\n','',0,7,0,10,'2008-07-08 15:18:58',65,'','2008-07-11 15:31:53',0,0,'0000-00-00 00:00:00','2008-07-08 15:18:21','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,1,'','',0,1),(31,'Asheville Community Theatre','Asheville Community Theatre','
\r\nAsheville Community Theatre
\r\n
\r\n\r\n35 East Walnut Street
\r\n
\r\n\r\nAsheville NC 28801
\r\n
\r\n\r\n(828) 254-1320\r\n
\r\n
\r\nwww.AshevilleTheatre.org\r\n
\r\n','',1,8,0,14,'2008-07-09 10:07:25',65,'','2011-01-07 12:14:18',71,0,'0000-00-00 00:00:00','2008-07-09 10:07:04','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',4,0,22,'','',0,389),(35,'Visit Our Member Directory','Visit Our Member Directory','\"Visit\r\n','',1,14,0,15,'2008-07-10 14:54:43',65,'','2008-07-11 14:56:44',65,0,'0000-00-00 00:00:00','2008-07-10 14:52:58','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',6,0,1,'','',0,0),(32,'Accomplishments of The Asheville Downtown Association','Accomplishments of The Asheville Downtown Association','"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
\r\n','The standard Lorem Ipsum passage, used since the 1500s\r\n
\r\n
\r\n"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."\r\nSection 1.10.32 of "de Finibus Bonorum et Malorum", written by Cicero in 45 BC\r\n
\r\n
\r\n"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?"\r\n1914 translation by H. Rackham\r\n
\r\n
\r\n"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?"\r\n',-2,2,0,2,'2008-07-07 13:31:08',65,'','2008-07-10 13:11:13',65,0,'0000-00-00 00:00:00','2008-07-07 13:31:01','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,0,'','',0,3),(33,'Volunteer Rewards Program','Volunteer Rewards Program','','The standard Lorem Ipsum passage, used since the 1500s\r\n
\r\n
\r\n"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."\r\nSection 1.10.32 of "de Finibus Bonorum et Malorum", written by Cicero in 45 BC\r\n
\r\n
\r\n"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?"\r\n1914 translation by H. Rackham\r\n
\r\n
\r\n"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?"\r\n',-2,2,0,2,'2008-07-07 13:30:42',65,'','2008-07-10 13:05:14',65,0,'0000-00-00 00:00:00','2008-07-07 13:30:36','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',0,0,0,'','',0,0),(34,'Contact','Contact','

\r\nPlease contact us with questions, ideas, and comments! We love hearing from our community. \r\n

\r\n

\r\n\r\n
\r\n
\r\n

\r\n
\r\n\r\nAsheville Downtown Association
\r\n
\r\n\r\n29 Haywood St.
\r\n
\r\n\r\nAsheville, NC 28801
\r\n
\r\n
\r\n
\r\n\r\nPhone | 828.251.9973\r\n
\r\n
\r\nFax | 828.348.4277
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\nEmail Us at info@AshevilleDowntown.org\r\n
\r\n
\r\n \r\n
\r\n
\r\nTrying to contact a board member? You\'ll find them here! \r\n
\r\n','',1,0,0,0,'2008-07-09 15:30:39',65,'','2010-11-05 12:05:50',71,0,'0000-00-00 00:00:00','2008-07-09 15:29:39','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,5859),(36,'60 North Market Condominiums','60 North Market Condominiums','18 Wall Street
\r\nAsheville, NC 28801
\r\n(828) 350-7720
\r\nVisit website »\r\n','',0,10,0,16,'2008-07-11 10:35:51',65,'','2010-12-31 13:59:03',65,0,'0000-00-00 00:00:00','2008-07-11 10:35:39','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,7,'','',0,211),(37,'Haywood Park Hotel','Haywood Park Hotel','
\r\nHaywood Park Hotel
\r\n
\r\n
\r\nOne Battery Park Avenue
\r\n\r\nAsheville NC 28801
\r\n\r\n(828) 252-2522
\r\nwww.HaywoodPark.com\r\n
\r\n','
\r\n\r\n',1,10,0,16,'2008-07-11 10:38:17',65,'','2011-02-04 13:25:55',71,0,'0000-00-00 00:00:00','2008-07-11 10:37:17','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',10,0,6,'','',0,503),(38,'The Grove Park Inn Resort & Spa ','The Grove Park Inn Resort & Spa ','
\r\nThe Grove Park Inn Resort & Spa
\r\n290 Macon Avenue
\r\n\r\nAsheville, NC 28804
\r\n\r\n(828) 252-2711\r\n
\r\nwww.GroveParkInn.com
\r\n
\r\n','',0,10,0,16,'2008-07-11 10:47:57',65,'','2010-12-31 13:59:03',71,0,'0000-00-00 00:00:00','2008-07-11 10:46:50','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',4,0,5,'','',0,367),(39,'Allegra Print & Imaging','Allegra Print & Imaging','191 Charlotte Street
\r\nAsheville NC 28801
\r\nVisit website » \r\n','',0,12,0,17,'2008-07-11 10:51:41',65,'','2009-04-30 14:01:09',0,0,'0000-00-00 00:00:00','2008-07-11 10:50:39','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,85,'','',0,118),(40,'Asheville Architectural Walking Tour','Asheville Architectural Walking Tour','227 Haywood Rd\r\n
\r\nAsheville, NC 28806
\r\n(828) 221-2748
\r\nVisit website »\r\n','',0,12,0,17,'2008-07-11 10:52:57',65,'','2009-05-07 12:07:59',0,0,'0000-00-00 00:00:00','2008-07-11 10:52:02','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,84,'','',0,145),(41,'Asheville Area Chamber of Commerce','Asheville Area Chamber of Commerce','PO Box 1010
\r\nAsheville NC 28802
\r\n(828) 258-6123 \r\nVisit website »\r\n','',-2,12,0,17,'2008-07-11 10:54:10',65,'','2009-05-07 12:07:55',0,0,'0000-00-00 00:00:00','2008-07-11 10:53:17','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,0,'','',0,131),(42,'Asheville Savings Bank','Asheville Savings Bank','
\r\nAsheville Savings Bank
\r\n11 Church Street
\r\nAsheville NC 28802
\r\nwww.AshevilleSavings.com
\r\n
\r\n','',1,12,0,17,'2008-07-11 10:55:21',65,'','2009-04-30 14:17:57',71,0,'0000-00-00 00:00:00','2008-07-11 10:54:30','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,83,'','',0,434),(43,'Bank of Asheville','Bank of Asheville','
\r\nBank of Asheville
\r\n19 Woodfin Place
\r\nAsheville NC 28801
\r\n(828) 252-1735
\r\nwww.BankofAsheville.com
\r\n
\r\n','',1,12,0,17,'2008-07-11 10:56:27',65,'','2011-02-04 13:26:10',71,0,'0000-00-00 00:00:00','2008-07-11 10:55:49','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,82,'','',0,328),(44,'BB&T','BB&T','
\r\nBB&T
\r\nOne West Pack Square
\r\nAsheville, NC 28801
\r\n(828) 225-2024\r\n
\r\n
\r\n
\r\nwww.BBT.com \r\n
\r\n','',1,12,0,17,'2008-07-11 10:56:50',65,'','2011-01-03 14:33:18',71,0,'0000-00-00 00:00:00','2008-07-11 10:56:29','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,81,'','',0,214),(45,'Bold Life Magazine','Bold Life Magazine','105 S. Main Street
\r\nHendersonville, NC 28731
\r\n(828) 692-3230
\r\nVisit website »\r\n','',0,12,0,17,'2008-07-11 10:59:25',65,'','2009-04-30 14:04:45',65,0,'0000-00-00 00:00:00','2008-07-11 10:58:19','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,80,'','',0,88),(46,'Camille-Alberice Architects, PA','Camille-Alberice Architects, PA','32 Broadway, Ste 310
\r\nAsheville NC 28801
\r\n(828) 251-5550
\r\nVisit website » \r\n','',0,12,0,17,'2008-07-11 11:00:40',65,'','2009-05-07 12:07:35',0,0,'0000-00-00 00:00:00','2008-07-11 10:59:50','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,79,'','',0,67),(47,'Carolina Purple Pages','Carolina Purple Pages','P. O. Box 1113
\r\nAsheville NC 28802
\r\n(828) 350-9970
\r\nVisit website »\r\n','',0,12,0,17,'2008-07-11 11:01:20',65,'','2009-04-30 13:54:43',0,0,'0000-00-00 00:00:00','2008-07-11 11:00:42','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,78,'','',0,71),(48,'Carol L King & Associates, PA','Carol L King & Associates, PA','40 N. French Broad Avenue
\r\nAsheville NC 28801
\r\n(828) 258-2323
\r\nVisit website »\r\n','',0,12,0,17,'2008-07-11 11:02:25',65,'','2009-05-07 12:07:38',0,0,'0000-00-00 00:00:00','2008-07-11 11:01:22','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,77,'','',0,92),(49,'Dixon Hughes, PLLC','Dixon Hughes, PLLC','
\r\nDixon Hughes, PLLC
\r\n500 Ridgefield Court
\r\n\r\nAsheville, NC 28802
\r\n\r\n(828) 254-2254
\r\nwww.Dixon-Hughes.com
\r\n
\r\n','',1,12,0,17,'2008-07-11 11:03:01',65,'','2011-01-20 14:21:06',71,0,'0000-00-00 00:00:00','2008-07-11 11:02:28','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,76,'','',0,334),(50,'Renaissance Asheville','Renaissance Asheville','
\r\nRenaissance Asheville Hotel
\r\n\r\nOne Thomas Wolfe Plaza
\r\n\r\nAsheville, NC 28801
\r\n\r\n(828) 252-8211
\r\nwww.AshevilleRenaissance.com\r\n
\r\n','',0,10,0,16,'2008-07-11 11:16:21',71,'','2010-12-31 13:59:03',71,0,'0000-00-00 00:00:00','2008-07-11 11:15:47','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,4,'','',0,589),(51,'Julie L. Duriga, CPA','Julie L. Duriga, CPA','
\r\nJulie L. Duriga, CPA
\r\n56 College Street, #302
\r\n\r\nAsheville, NC 28801
\r\n\r\n(828) 255-5510
\r\nwww.JLD-CPA.com\r\n
\r\n','',0,12,0,17,'2008-07-11 11:34:16',65,'','2010-06-07 11:50:18',71,0,'0000-00-00 00:00:00','2008-07-11 11:33:54','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,75,'','',0,186),(52,'ECS Carolinas, LLP','ECS Carolinas, LLP','
\r\nECS Carolinas, LLP
\r\n200 Ridgefield Court #222
\r\n\r\nAsheville, NC 28806
\r\n\r\n(828) 665-2307
\r\nwww.ECSLimited.com
\r\n
\r\n','',0,12,0,17,'2008-07-11 11:34:38',65,'','2010-06-07 12:11:40',71,0,'0000-00-00 00:00:00','2008-07-11 11:34:21','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',4,0,74,'','',0,183),(53,'Eclipse Salon','Eclipse Salon','
\r\nEclipse Salon
\r\n16 Wall Street
\r\nAsheville, NC 28801
\r\n828)285-0019
\r\nwww.EclipseAsheville.com
\r\n
\r\n','',0,12,0,17,'2008-07-11 11:34:55',65,'','2009-08-19 14:43:44',71,0,'0000-00-00 00:00:00','2008-07-11 11:34:42','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,73,'','',0,134),(54,'Ecobuilders, Inc, The ','The Ecobuilders, Inc','P O Box 1896
\r\nAsheville NC 28802
\r\n(828) 337-2478
\r\nVisit website »\r\n','',0,12,0,17,'2008-07-11 11:35:13',65,'','2009-04-30 13:54:59',65,0,'0000-00-00 00:00:00','2008-07-11 11:34:57','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,72,'','',0,93),(55,'Edge Design Studios','Edge Design Studios','P O Box 5162
\r\nAsheville NC 28813
\r\n(828) 670-5680
\r\n Visit website »\r\n','',0,12,0,17,'2008-07-11 11:35:37',65,'','2009-05-07 12:07:17',0,0,'0000-00-00 00:00:00','2008-07-11 11:35:21','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,71,'','',0,75),(56,'Eye Center, The ','The Eye Center','The Grove Arcade
\r\n1 Page Ave Suite 118
\r\nAsheville, NC 28801
\r\n(828) 253-3533
\r\nVisit website »\r\n','',-2,12,0,17,'2008-07-11 11:35:56',65,'','2008-07-11 15:33:20',65,0,'0000-00-00 00:00:00','2008-07-11 11:35:39','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,0,'','',0,79),(57,'First Baptist Church of Asheville','First Baptist Church of Asheville','5 Oak Street
\r\nAsheville, NC 28801
\r\n828)252-4781
\r\nVisit website »\r\n','',0,12,0,17,'2008-07-11 11:36:21',65,'','2009-04-30 13:51:43',71,0,'0000-00-00 00:00:00','2008-07-11 11:35:58','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,70,'','',0,90),(58,'Frontier Syndicate','Frontier Syndicate','
\r\nFrontier Syndicate
\r\n32 Orange Street
\r\n\r\nAsheville, NC 28801\r\n\r\n
\r\n','',0,12,0,17,'2008-07-11 11:36:40',65,'','2010-12-31 14:01:09',71,0,'0000-00-00 00:00:00','2008-07-11 11:36:23','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,69,'','',0,154),(59,'Law Office of David Gantt, The ','The Law Office of David Gantt','82 Church Street
\r\nAsheville NC 28801
\r\n(828) 252-2852  
\r\nVisit website »\r\n','',-2,12,0,17,'2008-07-11 11:36:55',65,'','2009-05-07 12:06:56',65,0,'0000-00-00 00:00:00','2008-07-11 11:36:42','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,0,'','',0,68),(60,'Glazer Architecture','Glazer Architecture','

\r\nGlazer  Architecture
\r\n78 1/2 Patton Avenue
\r\nAsheville NC 28801
\r\n(828) 254-5853
\r\nwww.GlazerArchitecture.com
\r\n

\r\n','',1,12,0,17,'2008-07-11 11:37:13',65,'','2011-01-13 13:24:24',71,0,'0000-00-00 00:00:00','2008-07-11 11:36:57','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,68,'','',0,285),(61,'GREEN ink.','GREEN ink.','100 Coxe Ave, #410
\r\nAsheville, NC 28801
\r\n(828) 337-9991
\r\nVisit website »\r\n','',0,12,0,17,'2008-07-11 11:37:45',65,'','2009-04-30 14:07:49',65,0,'0000-00-00 00:00:00','2008-07-11 11:37:16','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,67,'','',0,80),(62,'Green Plan, Inc.','Green Plan, Inc.','150 Cumberland Avenue
\r\nAsheville NC 28801
\r\n(828) 216-6819
\r\n \r\n','',0,12,0,17,'2008-07-11 11:38:16',65,'','2009-05-07 12:06:50',0,0,'0000-00-00 00:00:00','2008-07-11 11:37:56','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,66,'','',0,59),(63,'Grove Arcade Copy Shop','Grove Arcade Copy Shop','
\r\nGrove Arcade Copy Shop
\r\n1 Page Ave., Suite 107
\r\nAsheville, NC 28801
\r\n(828) 225-3777
\r\nwww.GroveArcadeCopyShop.com
\r\n
\r\n','',0,12,0,17,'2008-07-11 11:38:36',65,'','2009-08-24 15:41:31',71,0,'0000-00-00 00:00:00','2008-07-11 11:38:19','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,65,'','',0,59),(64,'Grove Arcade Public Market','Grove Arcade Public Market','One Page Avenue, Suite 128
\r\nAsheville NC 28801
\r\n(828) 252-7799
\r\nVisit website »\r\n','',1,12,0,17,'2008-07-11 11:38:58',65,'','2011-03-07 16:36:21',0,0,'0000-00-00 00:00:00','2008-07-11 11:38:38','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,64,'','',0,92),(65,'Grove Corner Market','Grove Corner Market','Grove Arcade
\r\n1 Page Avenue, Suite 101
\r\nAsheville, NC 28801
\r\n828)225-4949
\r\nVisit website »\r\n','',0,12,0,17,'2008-07-11 11:39:15',65,'','2009-05-07 12:06:40',0,0,'0000-00-00 00:00:00','2008-07-11 11:39:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,63,'','',0,69),(66,'Home Trust Bank','Home Trust Bank','
\r\nHome Trust Bank
\r\n1900 Ridgefield Boulevard
\r\nAsheville, NC 28806
\r\n
\r\n
\r\nwww.HomeTrustBanking.com\r\n
\r\n','',1,12,0,17,'2008-07-11 11:39:37',65,'','2011-01-20 14:21:13',71,0,'0000-00-00 00:00:00','2008-07-11 11:39:18','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,62,'','',0,371),(67,'Insider Publishing Group','Insider Publishing Group','15 N. Oak Terrace
\r\nArden NC 28704
\r\n(828) 606-2513
\r\nVisit website »\r\n','',-2,12,0,17,'2008-07-11 11:39:57',65,'','2011-03-16 12:54:55',71,0,'0000-00-00 00:00:00','2008-07-11 11:39:43','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,0,'','',0,68),(68,'Intellenet, Inc.','Intellenet, Inc.','
\r\nIntellenet, Inc.
\r\n22 South Pack Square
\r\nAsheville, NC 28801
\r\n828)251-9898
\r\nwww.Intellenet.net\r\n
\r\n','',1,12,0,17,'2008-07-11 11:40:20',65,'','2010-12-31 14:38:27',71,0,'0000-00-00 00:00:00','2008-07-11 11:39:59','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,61,'','',0,278),(69,'Jan Davis Tire Stores Inc.','Jan Davis Tire Stores Inc.','
\r\nJan Davis Tire Stores Inc.
\r\n209 Patton Avenue
\r\nAsheville NC 28801
\r\n(828) 253-5634 \r\n
\r\nwww.JanDavisTire.com/
\r\n
\r\n
\r\n','',1,12,0,17,'2008-07-11 11:40:37',65,'','2011-01-24 14:46:09',71,0,'0000-00-00 00:00:00','2008-07-11 11:40:22','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,60,'','',0,286),(70,'Johndaggett Consulting, LLC','Johndaggett Consulting, LLC','55-1/2 Haywood St. #2A
\r\nAsheville NC 28801
\r\n(828) 242-0691
\r\nVisit website »\r\n','',0,12,0,17,'2008-07-11 11:40:57',65,'','2009-04-30 13:55:17',0,0,'0000-00-00 00:00:00','2008-07-11 11:40:39','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,59,'','',0,63),(71,'Jubilee! Community','Jubilee! Community','
\r\nJubilee! Community
\r\n46 Wall Street
\r\nAsheville NC 28801
\r\n(828) 252-5335
\r\nwww.JubileeCommunity.org
\r\n
\r\n','',1,12,0,17,'2008-07-11 11:41:12',65,'','2010-12-31 14:39:25',71,0,'0000-00-00 00:00:00','2008-07-11 11:41:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,58,'','',0,286),(72,'Byron Greiner at Keller Williams Professionals','Keller Williams Professionals','

\r\n Byron Greiner at Keller Williams Professionals
\r\n86 Asheland Ave
\r\nAsheville, NC 28801
\r\n(828) 713-7760
\r\nwww.MarketingAsheville.com
\r\n

\r\n','',0,12,0,17,'2008-07-11 11:41:31',65,'','2010-12-31 14:00:50',71,0,'0000-00-00 00:00:00','2008-07-11 11:41:14','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,57,'','',0,252),(73,'Kelso Associates Ltd','Kelso Associates Ltd','
\r\n\r\nKelso Associates Ltd
\r\n
\r\n
\r\n
\r\n\r\n15 W. Walnut Street
\r\nAsheville NC 28801
\r\n(828) 258-0123
\r\n www.KelsoAdvertising.com
\r\n
\r\n','',0,12,0,17,'2008-07-11 11:41:49',65,'','2010-12-31 13:58:39',71,0,'0000-00-00 00:00:00','2008-07-11 11:41:33','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,56,'','',0,242),(74,'Kimmel & Associates','Kimmel & Associates','25 Page Avenue
\r\nAsheville NC 28801
\r\n(828) 251-9900
\r\nVisit website »\r\n','',0,12,0,17,'2008-07-11 11:42:06',65,'','2010-12-31 13:58:39',0,0,'0000-00-00 00:00:00','2008-07-11 11:41:51','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,55,'','',0,74),(75,'Kimmel Development Group, LLC','Kimmel Development Group, LLC','25 Page Avenue
\r\nAsheville, NC 28801
\r\n(828) 253-5726 \r\n','',0,12,0,17,'2008-07-11 11:42:29',65,'','2010-12-31 13:58:39',0,0,'0000-00-00 00:00:00','2008-07-11 11:42:13','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,54,'','',0,74),(76,'Kledis and Company CPA\'s, P.A.','Kledis and Company CPA\'s, P.A.','355 Merrimon Avenue
\r\nAsheville NC 28801
\r\n(828) 258-9616 \r\n','',0,12,0,17,'2008-07-11 11:42:51',65,'','2010-12-31 13:58:39',0,0,'0000-00-00 00:00:00','2008-07-11 11:42:32','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,53,'','',0,94),(77,'Kloesel Engineering, P.A.','Kloesel Engineering, P.A.','
\r\nKloesel Engineering, P.A.\r\n
\r\n
\r\n8 Magnolia Avenue, Suite 100
\r\nAsheville, NC 28801
\r\n(828) 255-0780
\r\nwww.Kloesel-Engineering.com
\r\n
\r\n','',0,12,0,17,'2008-07-11 11:43:09',65,'','2010-12-31 13:58:39',71,0,'0000-00-00 00:00:00','2008-07-11 11:42:54','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,52,'','',0,244),(78,'Laser Image, Inc.','Laser Image, Inc.','
\r\nThe Laser Image, Inc.
\r\n
\r\n
\r\n
\r\nPO Box 1616
\r\nEnka NC 28728
\r\n(828) 298-3719
\r\n
\r\n
\r\nTheLaserImage@charter.net \r\n
\r\n
\r\n \r\n
\r\n
\r\n
\r\n','',1,12,0,17,'2008-07-11 11:43:30',71,'','2010-12-31 14:39:58',71,0,'0000-00-00 00:00:00','2008-07-11 11:43:12','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',4,0,51,'','',0,286),(79,'The Laurel of Asheville Magazine','The Laurel of Asheville Magazine','
\r\nThe Laurel of Asheville Magazine
\r\n1 West Pack Sq., Suite 503
\r\nAsheville, NC 28801
\r\n(828) 670-7503
\r\nwww.TheLaurelofAsheville.com
\r\n
\r\n
\r\n','',1,12,0,17,'2008-07-11 11:43:48',71,'','2011-01-28 15:56:30',71,0,'0000-00-00 00:00:00','2008-07-11 11:43:34','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',5,0,50,'','',0,297),(80,'Leslie & Associates, Inc.','Leslie & Associates, Inc.','
\r\nLeslie & Associates, Inc.
\r\nPO Box 8757
\r\n\r\nAsheville NC 28814
\r\n\r\n(828) 253-1517
\r\nwww.LeslieandAssoc.com\r\n
\r\n','',1,12,0,17,'2008-07-11 11:44:27',71,'','2011-01-03 14:32:48',71,0,'0000-00-00 00:00:00','2008-07-11 11:44:12','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,49,'','',0,294),(81,'L\'Optique','L\'optique','
\r\n\r\nL\'Optique
\r\n
\r\n
\r\n30 Wall Street
\r\nAsheville, NC 28801
\r\n(828) 259-9041
\r\nwww.LoptiqueOnline.com
\r\n
\r\n','',0,12,0,17,'2008-07-11 11:44:44',71,'','2010-12-31 13:58:39',71,0,'0000-00-00 00:00:00','2008-07-11 11:44:30','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',5,0,48,'','',0,215),(82,'McGuire, Wood & Bissette. PA','McGuire, Wood & Bissette. PA','
\r\nMcGuire, Wood & Bissette. PA
\r\n
\r\n
\r\n48 Patton Avenue
\r\nAsheville, NC 28801
\r\n(828) 254-8800
\r\nwww.MWBavl.com
\r\n
\r\n','',1,12,0,17,'2008-07-11 11:45:02',71,'','2010-12-31 14:38:37',71,0,'0000-00-00 00:00:00','2008-07-11 11:44:47','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',5,0,47,'','',0,216),(83,'Edwin Terrel Meek, Architect','Edwin Terrel Meek, Architect','22 South Pack Square, Suite 502
\r\nAsheville, NC 28801
\r\n(828) 225-6066
\r\nVisit website »\r\n','',0,12,0,17,'2008-07-11 11:45:38',65,'','2010-12-31 13:58:39',0,0,'0000-00-00 00:00:00','2008-07-11 11:45:08','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,46,'','',0,68),(84,'Mike Byer Auto & Truck Repair','Mike Byer Auto & Truck Repair','
\r\nMike Byer Auto & Truck Repair
\r\n135 Coxe Avenue
\r\nAsheville NC 28801
\r\n(828) 258-0548
\r\nwww.MikeByerAuto.com
\r\n
\r\n','',1,12,0,17,'2008-07-11 11:46:02',71,'','2011-01-06 11:47:56',71,0,'0000-00-00 00:00:00','2008-07-11 11:45:42','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,45,'','',0,272),(85,'Pack Memorial Library','Pack Memorial Library','67 Haywood Street
\r\nAsheville NC 28801
\r\n(828) 250-4713
\r\n Visit website »\r\n','',0,12,0,17,'2008-07-11 11:46:22',65,'','2010-12-31 13:58:39',0,0,'0000-00-00 00:00:00','2008-07-11 11:46:05','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,44,'','',0,80),(86,'Parsec Financial Management','Parsec Financial Management','P. O. Box 2324
\r\nAsheville NC 28802
\r\n(828) 255-0271 \r\n','',0,12,0,17,'2008-07-11 11:46:44',65,'','2010-12-31 13:58:39',0,0,'0000-00-00 00:00:00','2008-07-11 11:46:30','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,43,'','',0,65),(87,'PBC+L Architecture','PBC+L Architecture','One West Pack Square #1501
\r\nAsheville, NC 28801
\r\n(828) 232-0608
\r\n Visit website »\r\n','',0,12,0,17,'2008-07-11 11:47:03',65,'','2010-12-31 13:58:39',0,0,'0000-00-00 00:00:00','2008-07-11 11:46:46','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,42,'','',0,56),(88,'Pearsall Operating Co','Pearsall Operating Co','
\r\nPearsall Operating Co
\r\nOne Page Ave, #215
\r\n\r\nAsheville NC 28801
\r\n\r\n(828) 253-5552\r\n\r\n
\r\n','',1,12,0,17,'2008-07-11 11:47:23',65,'','2011-01-20 14:21:00',71,0,'0000-00-00 00:00:00','2008-07-11 11:47:06','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,41,'','',0,286),(89,'Public Interest Projects','Public Interest Projects','
\r\nPublic Interest Projects
\r\n2 Vanderbilt Place
\r\nAsheville NC 28801
\r\n(828) 255-7951
\r\nwww.PubIntProj.com
\r\n
\r\n','',1,12,0,17,'2008-07-11 11:47:43',65,'','2010-12-31 14:39:11',71,0,'0000-00-00 00:00:00','2008-07-11 11:47:25','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,40,'','',0,218),(90,'The Real Estate Center ','The Real Estate Center','
\r\nThe Real Estate Center
\r\n60 McCormick Place
\r\n\r\nAsheville, NC 28801
\r\n866-401-2371
\r\n828-255-4663
\r\n
\r\nwww.RECenter.com\r\n
\r\n

\r\n \r\n

\r\n','',1,12,0,17,'2008-07-11 11:48:05',71,'','2011-01-28 15:55:44',71,0,'0000-00-00 00:00:00','2008-07-11 11:47:46','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',4,0,39,'','',0,287),(91,'Samsel Architects','Samsel Architects','
\r\nSamsel Architects
\r\n60 Biltmore Avenue
\r\nAsheville NC 28801
\r\n(828) 253-1124
\r\nwww.SamselArchitects.com\r\n
\r\n','',1,12,0,17,'2008-07-11 11:48:24',65,'','2011-01-06 11:47:31',71,0,'0000-00-00 00:00:00','2008-07-11 11:48:08','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,38,'','',0,227),(92,'Sensibilities Day Spa','Sensibilities Day Spa','
\r\nSensibilities Day Spa
\r\n
\r\nDowntown
\r\n59 Haywood St

\r\n\r\nAsheville, NC 28801
\r\n\r\n(828) 253-3222
\r\n
\r\n
\r\n

\r\nBiltmore Park
\r\nTwo Town Square Blvd.
\r\nAsheville, NC 28803
\r\n(828) 687-8760
\r\n

\r\n
\r\n
\r\nwww.Sensibilities-Spa.com \r\n
\r\n','',1,12,0,17,'2008-07-11 11:48:42',65,'','2010-12-31 14:39:36',71,0,'0000-00-00 00:00:00','2008-07-11 11:48:26','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,37,'','',0,244),(93,'Southeastern Development of NC','Southeastern Development of NC','
\r\nSoutheastern Development of NC
\r\n9 Pack Square, SW, Suite 204
\r\nAsheville, NC 28801
\r\n(828) 252-2198\r\n
\r\n
\r\n','',1,12,0,17,'2008-07-11 11:49:00',71,'','2010-12-31 14:38:53',71,0,'0000-00-00 00:00:00','2008-07-11 11:48:44','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',4,0,36,'','',0,258),(94,'Strategic Workplace Solutions, LLC','Strategic Workplace Solutions, LLC','
\r\n Strategic Workplace Solutions, LLC
\r\n
\r\n
\r\n71 Broadway, Suite 201
\r\n\r\nAsheville, NC 28801
\r\n\r\n(828) 280-6253
\r\nwww.Strategic-Workplace-Solutions.com \r\n
\r\n','',1,12,0,17,'2008-07-11 11:49:16',71,'','2011-03-16 13:05:29',71,0,'0000-00-00 00:00:00','2008-07-11 11:49:02','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',4,0,35,'','',0,173),(95,'Studio Chavarria','Studio Chavarria','84 Walnut Street, Unit A
\r\nAsheville, NC 28801
\r\n(828) 236-9191
\r\n Visit website »\r\n','',0,12,0,17,'2008-07-11 11:49:35',65,'','2010-12-31 13:58:39',0,0,'0000-00-00 00:00:00','2008-07-11 11:49:19','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,34,'','',0,81),(96,'Sunburst Realty','Sunburst Realty','111 Central Ave.
\r\nAsheville, NC 28801
\r\n(828) 258-1284
\r\n \r\nVisit website »\r\n','',0,12,0,17,'2008-07-11 11:49:54',65,'','2010-12-31 13:58:39',0,0,'0000-00-00 00:00:00','2008-07-11 11:49:38','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,33,'','',0,63),(97,'Suntrust Bank','Suntrust Bank','10 S. Pack Square
\r\nAsheville, NC 28801
\r\n(828)232-5214
\r\nVisit website »\r\n','',0,12,0,17,'2008-07-11 11:50:12',65,'','2010-12-31 13:58:39',0,0,'0000-00-00 00:00:00','2008-07-11 11:49:56','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,32,'','',0,77),(98,'Travel Host of WNC','Travel Host of WNC','83 Fairview Hills Dr
\r\nFairview NC 28730
\r\n(828) 338-0025\r\n','',0,12,0,17,'2008-07-11 11:50:40',65,'','2010-12-31 13:58:39',0,0,'0000-00-00 00:00:00','2008-07-11 11:50:15','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,31,'','',0,64),(99,'WCQS Public Radio','WCQS Public Radio','73 Broadway
\r\nAsheville NC 28801
\r\n(828) 253-6875
\r\n \r\nVisit website »\r\n','',0,12,0,17,'2008-07-11 11:51:05',65,'','2010-12-31 13:58:39',0,0,'0000-00-00 00:00:00','2008-07-11 11:50:49','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,30,'','',0,75),(100,'Webb Insurance','Webb Insurance','
\r\nWebb Insurance
\r\n216 Asheland Avenue

\r\n\r\nAsheville, NC 28801
\r\n\r\n(828) 258-2663\r\n
\r\n\r\nwww.WebbIns.com\r\n
\r\n','',1,12,0,17,'2008-07-11 11:51:25',71,'','2011-01-07 13:27:01',71,0,'0000-00-00 00:00:00','2008-07-11 11:51:08','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,29,'','',0,171),(101,'WNC Magazine','WNC Magazine','P. O. Box 1330
\r\nAsheville, NC 28802
\r\n(828) 210-5030
\r\nVisit website »\r\n','',0,12,0,17,'2008-07-11 11:52:10',65,'','2010-12-31 13:58:39',0,0,'0000-00-00 00:00:00','2008-07-11 11:51:36','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,28,'','',0,56),(102,'WNC Woman Magazine','WNC Woman Magazine','PO BOX 1332
\r\nMars Hill, NC 28754
\r\n(828) 689-2988
\r\nVisit website »\r\n','',0,12,0,17,'2008-07-11 11:52:31',65,'','2010-12-31 13:58:39',0,0,'0000-00-00 00:00:00','2008-07-11 11:52:15','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,27,'','',0,60),(103,'Yurko Design & Architecture','Yurko Design & Architecture','12 Church Street, #27
\r\nAsheville, NC 28801
\r\n(828) 254-0550
\r\nVisit website »\r\n','',0,12,0,17,'2008-07-11 11:52:49',65,'','2010-12-31 13:58:39',0,0,'0000-00-00 00:00:00','2008-07-11 11:52:33','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,26,'','',0,54),(104,'A-B Tech Community College','A-B Tech Community College','
\r\nA-B Tech Community College
\r\n340 Victoria Road
\r\nAsheville NC 28801
\r\n(828) 254-1921\r\n
\r\nwww.ABTech.edu
\r\n
\r\n','',1,12,0,17,'2008-07-11 11:55:28',65,'','2011-01-28 15:55:12',71,0,'0000-00-00 00:00:00','2008-07-11 11:54:37','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,25,'','',0,372),(105,'UNC Asheville','UNC Asheville','One University Heights, CPO 1400
\r\nAsheville NC 28804
\r\n(828) 251-6716
\r\nVisit website » \r\n','',0,12,0,17,'2008-07-11 12:05:02',65,'','2010-12-31 13:58:39',0,0,'0000-00-00 00:00:00','2008-07-11 12:00:30','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,24,'','',0,257),(106,'Affordable Housing Coalition','Affordable Housing Coalition','34 Wall Street, Ste 604
\r\nAsheville NC 28801
\r\n(828) 259-9216
\r\nVisit website »\r\n','',0,11,0,18,'2008-07-11 12:06:15',65,'','2010-12-31 13:58:53',0,0,'0000-00-00 00:00:00','2008-07-11 12:05:57','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,36,'','',0,151),(107,'Arts 2 People','Arts 2 People','P O Box 1093
\r\nAsheville, NC 28802
\r\n(828) 582-0431
\r\nVisit website »\r\n','',1,11,0,18,'2008-07-11 12:06:31',65,'','2011-01-06 11:48:06',71,0,'0000-00-00 00:00:00','2008-07-11 12:06:18','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,35,'','',0,145),(108,'Asheville Area Arts Council','Asheville Area Arts Council','11 Biltmore Avenue
\r\nAsheville NC 28801
\r\n(828) 258-0710
\r\nVisit website »\r\n','',-2,11,0,18,'2008-07-11 12:06:52',65,'','2009-05-07 11:53:18',0,0,'0000-00-00 00:00:00','2008-07-11 12:06:33','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,0,'','',0,117),(109,'Community Foundation of WNC','Community Foundation of WNC','PO Box 1888
\r\nAsheville NC 28802
\r\n(828) 254-4960
\r\nVisit website »\r\n','',0,11,0,18,'2008-07-11 12:07:15',65,'','2010-12-31 13:58:53',0,0,'0000-00-00 00:00:00','2008-07-11 12:06:55','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,34,'','',0,74),(110,'Downtown Asheville Residential Neighbors','Downtown Asheville Residential Neighbors','P. O. Box 983
\r\nAsheville, NC 28802
\r\n(828) 225-2959
\r\nVisit website »\r\n','',0,11,0,18,'2008-07-11 12:07:32',65,'','2010-12-31 13:58:53',71,0,'0000-00-00 00:00:00','2008-07-11 12:07:17','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,33,'','',0,74),(111,'The Health Adventure','The Health Adventure','
\r\nThe Health Adventure
\r\n2 South Pack Square
\r\nAsheville NC 28801
\r\n(828) 254-6373
\r\nwww.TheHealthAdventure.org
\r\n
\r\n','',0,11,0,18,'2008-07-11 12:07:52',65,'','2010-12-31 13:58:53',71,0,'0000-00-00 00:00:00','2008-07-11 12:07:35','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',4,0,32,'','',0,249),(112,'Historical Miles Building','Historical Miles Building','2 Wall Street
\r\nAsheville, NC 28801
\r\n(828) 242-5456\r\n','',0,11,0,18,'2008-07-11 12:08:13',65,'','2010-12-31 13:58:53',0,0,'0000-00-00 00:00:00','2008-07-11 12:07:54','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,31,'','',0,69),(113,'Lexington Area Merchants Assoc.','Lexington Area Merchants Assoc.','4 Wind Song Drive
\r\nFairview, NC 28730
\r\n(828) 628-4778\r\n','',0,11,0,18,'2008-07-11 12:08:28',65,'','2010-12-31 13:58:53',65,0,'0000-00-00 00:00:00','2008-07-11 12:08:15','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,30,'','',0,86),(114,'Mountain BizWorks','Mountain BizWorks','
\r\nMountain BizWorks
\r\n29 ½ Page Avenue
\r\nAsheville, NC 28801
\r\n(828) 253-2834
\r\nwww.MountainBizworks.org
\r\n
\r\n','',1,11,0,18,'2008-07-11 12:08:58',65,'','2011-01-28 15:56:47',71,0,'0000-00-00 00:00:00','2008-07-11 12:08:43','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,29,'','',0,161),(115,'Pack Square Conservancy','Pack Square Conservancy','
\r\nPack Square Conservancy
\r\n1 West Pack Square #513
\r\n\r\nAsheville NC 28801
\r\n\r\n(828) 252-2300
\r\nwww.PackSquarePark.org
\r\n
\r\n','',1,11,0,18,'2008-07-11 12:09:46',65,'','2011-01-20 14:18:51',71,0,'0000-00-00 00:00:00','2008-07-11 12:09:01','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,28,'','',0,263),(116,'Ashev ille Greenworks','Asheville Greenworks','
\r\nAsheville Greenworks
\r\n29 Page Avenue

\r\n\r\nAsheville, NC 28801
\r\n\r\n828/254-1776
\r\nwww.AshevilleGreenworks.org\r\n
\r\n','',0,11,0,18,'2008-07-11 12:10:05',71,'','2010-12-31 13:58:53',71,0,'0000-00-00 00:00:00','2008-07-11 12:09:48','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,27,'','',0,226),(117,'Southern Appalachian Highlands Conservancy','Southern Appalachian Highlands Conservancy','34 Wall Sdtreet, #802
\r\nAsheville NC 28801
\r\n(828) 253-0095
\r\nVisit website »\r\n','',0,11,0,18,'2008-07-11 12:10:26',65,'','2010-12-31 13:58:53',0,0,'0000-00-00 00:00:00','2008-07-11 12:10:07','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,26,'','',0,72),(118,'Thomas Wolfe Memorial Advisory Committee','Thomas Wolfe Memorial Advisory Committee','52 N. Market Street
\r\nAsheville NC 28801
\r\n(828) 253-8304
\r\n Visit website »\r\n','',0,11,0,18,'2008-07-11 12:10:47',65,'','2010-12-31 13:58:53',0,0,'0000-00-00 00:00:00','2008-07-11 12:10:28','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,25,'','',0,64),(119,'YMI Cultural Center ','YMI Cultural Center ','39 South Market Street
\r\nAsheville, NC 28801
\r\n(828) 252-4614
\r\nVisit website »\r\n','',1,11,0,18,'2008-07-11 12:11:09',65,'','2011-02-04 13:26:28',0,0,'0000-00-00 00:00:00','2008-07-11 12:10:50','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,24,'','',0,88),(120,'YWCA of Asheville','YWCA of Asheville','
\r\nYWCA of Asheville
\r\n
\r\n
\r\n185 S. French Broad Avenue
\r\nAsheville NC 28801
\r\n(828) 254-7206
\r\nwww.YWCAofAsheville.com
\r\n
\r\n','',1,11,0,18,'2008-07-11 12:11:26',71,'','2011-01-24 14:47:31',71,0,'0000-00-00 00:00:00','2008-07-11 12:11:11','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',4,0,23,'','',0,283),(121,'Asheville Area Center for the Performing Arts','Asheville Area Center for the Performing Arts (AACPA)','
\r\nThe Performance Center
\r\n46 Haywood St Ste 365
\r\nAsheville, NC 28801
\r\nwww.ThePerformanceCenter.org\r\n
\r\n','',1,8,0,14,'2008-07-11 12:18:02',65,'','2011-01-20 14:19:10',71,0,'0000-00-00 00:00:00','2008-07-11 12:17:46','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',5,0,21,'','',0,391),(122,'Asheville Art Museum','Asheville Art Museum','PO Box 1717
\r\nAsheville NC 28802
\r\n(828) 253-3227
\r\n \r\nVisit website »\r\n','',0,8,0,14,'2008-07-11 12:18:18',65,'','2010-12-31 13:59:20',0,0,'0000-00-00 00:00:00','2008-07-11 12:18:04','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,20,'','',0,128),(123,'Asheville Community Theatre ','Asheville Community Theatre ','35 East Walnut Street
\r\nAsheville NC 28801
\r\n(828) 254-1320
\r\n','',-2,8,0,14,'2008-07-11 12:18:40',65,'','2009-04-30 14:13:07',71,0,'0000-00-00 00:00:00','2008-07-11 12:18:21','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,0,'','',0,88),(124,'Asheville Contemporary Dance Theatre','Asheville Contemporary Dance Theatre','20 Commerce Street
\r\nAsheville NC 28801
\r\n(828) 254-2621
\r\nVisit website »\r\n','',0,8,0,14,'2008-07-11 12:19:01',65,'','2010-12-31 13:59:20',0,0,'0000-00-00 00:00:00','2008-07-11 12:18:42','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,19,'','',0,67),(125,'Asheville Gallery of Art, LTD ','Asheville Gallery of Art, LTD ','16 College Street
\r\nAsheville NC 28801
\r\n(828) 251-5796
\r\n Visit website »\r\n','',0,8,0,14,'2008-07-11 12:19:19',65,'','2010-12-31 13:59:20',0,0,'0000-00-00 00:00:00','2008-07-11 12:19:03','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,18,'','',0,78),(126,'Asheville Symphony Society','Asheville Symphony Society','PO Box 2852
\r\nAsheville NC 28802
\r\nVisit website »\r\n','',0,8,0,14,'2008-07-11 12:19:40',65,'','2010-12-31 13:59:20',0,0,'0000-00-00 00:00:00','2008-07-11 12:19:21','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,17,'','',0,66),(127,'Blue Ridge Orchestra','Blue Ridge Orchestra','
\r\nBlue Ridge Orchestra\r\n
\r\n
\r\n104 Trotter Place
\r\n\r\nAsheville, NC 28801
\r\n\r\n828/252-0643
\r\nwww.BlueRidgeOrchestra.org\r\n
\r\n','',0,8,0,14,'2008-07-11 12:20:09',65,'','2010-12-31 13:59:20',71,0,'0000-00-00 00:00:00','2008-07-11 12:19:52','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,16,'','',0,114),(128,'Diana Wortham Theatre','Diana Wortham Theatre','
\r\nDiana Wortham Theatre
\r\n2 South Pack Square
\r\nAsheville, NC 28801
\r\n(828) 257-4530
\r\nwww.DWTheatre.com
\r\n
\r\n','',1,8,0,14,'2008-07-11 12:20:29',65,'','2011-01-13 13:22:23',71,0,'0000-00-00 00:00:00','2008-07-11 12:20:11','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,15,'','',0,283),(129,'Pack Place Education, Arts & Science Center, Inc.','Pack Place Education, Arts & Science Center, Inc.','2 South Pack Place
\r\nAsheville NC 28801
\r\n(828) 257-4544
\r\n Visit website »\r\n','',0,8,0,14,'2008-07-11 12:20:52',65,'','2010-12-31 13:59:20',0,0,'0000-00-00 00:00:00','2008-07-11 12:20:31','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,14,'','',0,77),(130,'Amour de Crepes','Amour de Crepes','20 Maxwell Street
\r\nAsheville, NC 28801
\r\n(828) 230-4968\r\n','',0,9,0,19,'2008-07-11 12:36:02',65,'','2010-12-31 13:59:12',0,0,'0000-00-00 00:00:00','2008-07-11 12:35:45','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nautho r=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,48,'','',0,121),(131,'Asheville Wine Market, Inc.','Asheville Wine Market, Inc.','65 Biltmore Avenue
\r\nAsheville NC 28801
\r\n(828) 253-0060
\r\nVisit website »\r\n','',0,9,0,19,'2008-07-11 12:36:22',65,'','2010-12-31 13:59:12',0,0,'0000-00-00 00:00:00','2008-07-11 12:36:04','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,47,'','',0,84),(132,'The Bier Garden','The Bier Garden','
\r\nThe Bier Garden
\r\n
\r\n
\r\n
\r\n46 Haywood Street
\r\nAsheville, NC 28801
\r\n(828) 285-0002
\r\nwww.AshevilleBierGarden.com
\r\n
\r\n','',0,9,0,19,'2008-07-11 12:36:39',65,'','2010-12-31 13:59:12',71,0,'0000-00-00 00:00:00','2008-07-11 12:36:24','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',5,0,46,'','',0,245),(133,'Bistro 1896','Bistro 1896','
\r\nBistro 1896
\r\n7 Pack Square
\r\nAsheville, NC 28801
\r\n(828) 251-1300
\r\nwww.Bistro1896.com
\r\n
\r\n','',1,9,0,19,'2008-07-11 12:37:08',65,'','2011-01-07 13:26:54',71,0,'0000-00-00 00:00:00','2008-07-11 12:36:42','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,45,'','',0,301),(134,'Bouchon ','Bouchon ','
\r\nBouchon
\r\n62 N. Lexington Ave
\r\nAsheville, NC 28801
\r\n828/280-0394
\r\nAshevilleBouchon.com
\r\n
\r\n','',0,9,0,19,'2008-07-11 12:37:29',65,'','2010-12-31 13:59:12',71,0,'0000-00-00 00:00:00','2008-07-11 12:37:11','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,44,'','',0,357),(135,'Martha Nell\'s','Martha Nell\'s','1 Biltmore Avenue
\r\nAsheville NC 28801
\r\n(828) 251-5565
\r\nVisit website »\r\n','',0,9,0,19,'2008-07-11 12:37:49',65,'','2010-12-31 13:59:12',70,0,'0000-00-00 00:00:00','2008-07-11 12:37:36','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,43,'','',0,95),(136,'City Bakery Cafe','City Bakery Cafe','
\r\nCity Bakery Cafe
\r\n60 Biltmore Ave
\r\nAsheville, NC 28801
\r\n828.252.4426
\r\nVisit website
\r\n
\r\n','',0,9,0,19,'2008-07-11 12:38:08',65,'','2010-12-31 13:59:12',71,0,'0000-00-00 00:00:00','2008-07-11 12:37:51','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,42,'','',0,125),(137,'Classic Thai Cuisine ','Classic Thai Cuisine ','62 Montview Drive
\r\nAsheville NC 28801
\r\n(828) 255-8833 \r\n','',0,9,0,19,'2008-07-11 12:38:30',65,'','2010-12-31 13:59:12',0,0,'0000-00-00 00:00:00','2008-07-11 12:38:14','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,41,'','',0,72),(138,'Gold Hill Associates','Gold Hill Associates','64 Haywood Street
\r\nAsheville NC 28801
\r\n(828) 252-7153 \r\n','',0,9,0,19,'2008-07-11 12:38:49',65,'','2010-12-31 13:59:12',70,0,'0000-00-00 00:00:00','2008-07-11 12:38:32','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,40,'','',0,61),(139,'Hannah Flanagan\'s Irish Pub of Asheville','Hannah Flanagan\'s Irish Pub of Asheville','
\r\nHannah Flanagan\'s Irish Pub of Asheville
\r\n27 Biltmore Ave
\r\nAsheville, NC 28801
\r\n(828) 252-1922
\r\nwww.HannahFlanagansPub.net
\r\n
\r\n','',0,9,0,19,'2008-07-11 12:39:07',65,'','2010-12-31 13:59:12',71,0,'0000-00-00 00:00:00','2008-07-11 12:38:52','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,39,'','',0,254),(140,'Jack of the Wood','Jack of the Wood','
\r\nJack of the Wood & Green Man Brewing
\r\n92 Patton Avenue

\r\n\r\nAsheville, NC 28801
\r\n\r\n(828) 252-5445
\r\nwww.JackoftheWood.com
\r\n
\r\n','',1,9,0,19,'2008-07-11 12:39:25',65,'','2011-02-04 13:26:44',71,0,'0000-00-00 00:00:00','2008-07-11 12:39:10','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,38,'','',0,361),(141,'Kamm\'s Custard Shop','Kamm\'s Custard Shop','1 N. Pack Square #418
\r\nAsheville NC 28801
\r\n(828) 253-7464
\r\nVisit website »\r\n','',0,9,0,19,'2008-07-11 12:39:49',65,'','2010-12-31 13:59:12',71,0,'0000-00-00 00:00:00','2008-07-11 12:39:27','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,37,'','',0,76),(142,'La Caterina Trattoria','La Caterina Trattoria','
\r\nLa Caterina Trattoria
\r\n39 Elm Street

\r\n\r\nAsheville NC 28801
\r\n\r\n(828) 254-1148
\r\nwww.LaCaterina.com\r\n
\r\n','',-2,9,0,19,'2008-07-11 12:40:09',65,'','2009-05-01 14:39:29',71,0,'0000-00-00 00:00:00','2008-07-11 12:39:51','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,0,'','',0,124),(143,'Laughing Seed Cafe','Laughing Seed Cafe','
\r\nLaughing Seed Cafe
\r\n34 Wall Street, Ste 707
\r\nAsheville NC 28801
\r\n(828) 258-9005
\r\nwww.LaughingSeed.com
\r\n
\r\n','',1,9,0,19,'2008-07-11 12:40:27',71,'','2011-02-04 13:26:37',71,0,'0000-00-00 00:00:00','2008-07-11 12:40:11','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',4,0,36,'','',0,338),(144,'The Lobster Trap','The Lobster Trap','
\r\nThe Lobster Trap
\r\n35 Patton Ave
\r\nAsheville, NC 28801
\r\n(828) 215-5640
\r\nwww.TheLobsterTrap.biz
\r\n
\r\n','',0,9,0,19,'2008-07-11 12:40:55',71,'','2010-12-31 13:59:12',71,0,'0000-00-00 00:00:00','2008-07-11 12:40:30','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',5,0,35,'','',0,222),(145,'Magnolias','Magnolias','26 Walnut Street
\r\nAsheville, NC 28801
\r\n(828) 253-0322 \r\n','',0,9,0,19,'2008-07-11 12:41:19',65,'','2010-12-31 13:59:12',0,0,'0000-00-00 00:00:00','2008-07-11 12:40:58','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncrea tedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,34,'','',0,169),(146,'The Market Place','The Market Place','
\r\nThe Market Place
\r\n20 Wall Street
\r\nAsheville NC 28801
\r\n(828) 252-4162
\r\nwww.Marketplace-Restaurant.com
\r\n
\r\n','',1,9,0,19,'2008-07-11 12:41:38',65,'','2011-03-16 12:56:53',71,0,'0000-00-00 00:00:00','2008-07-11 12:41:21','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',4,0,33,'','',0,349),(147,'The Mediterranean Restaurant','The Mediterranean Restaurant','
\r\nThe Mediterranean Restaurant
\r\n
\r\n
\r\n
\r\n57 College Street
\r\nAsheville NC 28801
\r\n(828) 258-0476\r\n
\r\n
\r\n','',1,9,0,19,'2008-07-11 12:41:55',71,'','2011-03-30 12:55:47',71,0,'0000-00-00 00:00:00','2008-07-11 12:41:41','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',5,0,32,'','',0,315),(148,'Nick\'s Grill','Nick\'s Grill','P. O. Box 8517
\r\nAsheville NC 28814
\r\n(828) 251-0967 \r\n','',1,9,0,19,'2008-07-11 12:42:14',65,'','2011-02-18 14:43:43',0,0,'0000-00-00 00:00:00','2008-07-11 12:41:58','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,31,'','',0,300),(149,'Old Europe Bistro','Old Europe Bistro','41 N. Lexington Ave
\r\nAsheville, NC 28801
\r\n828/252-0001
\r\n Visit website »\r\n','',-2,9,0,19,'2008-07-11 12:42:34',65,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2008-07-11 12:42:17','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,0,'','',0,11),(150,'Paris Festival Bakery','Paris Festival Bakery','
\r\nParis Festival Bakery
\r\n36 Hallaran Drive
\r\nMarshall, NC 28753
\r\n(828) 683-2316
\r\nwww.ParisFestival.com
\r\n
\r\n','',0,9,0,19,'2008-07-11 12:42:54',71,'','2010-12-31 13:59:12',71,0,'0000-00-00 00:00:00','2008-07-11 12:42:36','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,30,'','',0,201),(151,'Picholine Café and Wine Bar','Picholine Café and Wine Bar','64 Haywood Street
\r\nAsheville, NC 28801
\r\n(828) 254-3800 \r\n','',0,9,0,19,'2008-07-11 12:43:17',65,'','2010-12-31 13:59:12',65,0,'0000-00-00 00:00:00','2008-07-11 12:43:01','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,29,'','',0,71),(152,'Pomodoros Greek & Italian Cafe','Pomodoros Greek & Italian Cafe','
\r\nPomodoros Greek & Italian Café
\r\n1070 Tunnel Road
\r\nAsheville, NC 28805
\r\n828/399-3032
\r\nwww.PomodorosCafe.com
\r\n
\r\n','',-2,9,0,19,'2008-07-11 12:43:34',71,'','2009-05-01 15:05:55',71,0,'0000-00-00 00:00:00','2008-07-11 12:43:21','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,0,'','',0,102),(153,'Rosetta\'s Kitchen','Rosetta\'s Kitchen','
\r\nRosetta\'s Kitchen
\r\n
\r\n
\r\n11 Broadway St
\r\n\r\nAsheville, NC 28801
\r\n\r\n(828) 232-0738
\r\nwww.RosettasKitchen.com\r\n
\r\n','',1,9,0,19,'2008-07-11 12:43:57',71,'','2011-03-30 12:57:30',71,0,'0000-00-00 00:00:00','2008-07-11 12:43:37','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,28,'','',0,289),(154,'Ruby\'s BBQ Shack','Ruby\'s BBQ Shack','251 Tunnel Road
\r\nAsheville, NC 28805
\r\n(828) 253-5018
\r\nVisit website »\r\n','',0,9,0,19,'2008-07-11 12:44:15',65,'','2010-12-31 13:59:12',70,0,'0000-00-00 00:00:00','2008-07-11 12:43:59','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,27,'','',0,60),(155,'Sante Wine Bar','Sante Wine Bar','
\r\nSante Wine Bar
\r\nOne Page Avenue
\r\nAsheville, NC 28801
\r\n828.254.8188
\r\nwww.SanteWineBar.com
\r\n
\r\n','',0,9,0,19,'2008-07-11 12:44:32',71,'','2010-12-31 13:59:12',71,0,'0000-00-00 00:00:00','2008-07-11 12:44:19','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',5,0,26,'','',0,135),(156,'Savoy Restaurant ','Savoy Restaurant ','
\r\nSavoy Restaurant
\r\n641 Merrimon Ave

\r\n\r\nAsheville, NC 28804
\r\n\r\n(828) 253-1077
\r\nwww.SavoyAsheville.com\r\n
\r\n','',0,9,0,19,'2008-07-11 12:44:55',71,'','2010-12-31 13:59:12',71,0,'0000-00-00 00:00:00','2008-07-11 12:44:37','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,25,'','',0,121),(157,'Scully\'s Signature Dine & Drink','Scully\'s Signature Dine & Drink','
\r\nScully\'s Signature Dine & Drink
\r\n13 Walnut Street

\r\n\r\nAsheville NC 28801
\r\n\r\n(828) 251-8880
\r\nwww.MySpace.com/Scullys
\r\n
\r\n
\r\n','',0,9,0,19,'2008-07-11 12:45:17',65,'','2010-12-31 13:59:12',71,0,'0000-00-00 00:00:00','2008-07-11 12:44:59','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,24,'','',0,124),(158,'Southside Café','Southside Café','
\r\nSouthside Café
\r\n1800 Hendersonville Road

\r\n\r\nAsheville, NC 28801
\r\n\r\n828.274.4413
\r\nwww.SouthsideCafeAsheville.com\r\n
\r\n','',0,9,0,19,'2008-07-11 12:45:36',71,'','2010-12-31 13:59:12',71,0,'0000-00-00 00:00:00','2008-07-11 12:45:19','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',5,0,23,'','',0,94),(159,'SUGO Fine Food','SUGO Fine Food','
\r\n90 Patton Ave
\r\n\r\nAsheville, NC 28801
\r\n\r\n828/251-5552
\r\nwww.SUGOAsheville.com\r\n
\r\n','',0,9,0,19,'2008-07-11 12:46:00',71,'','2010-12-31 13:59:12',71,0,'0000-00-00 00:00:00','2008-07-11 12:45:45','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncat egory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,22,'','',0,75),(160,'The Sweet Monkey Bakery','The Sweet Monkey Bakery','
\r\nThe Sweet Monkey Bakery
\r\n943 Old Mars Hill Hwy #3

\r\n\r\nWeaverville, NC 28787
\r\n\r\n828/301-0238
\r\nwww.SweetMonkeyBakery.com\r\n
\r\n','',0,9,0,19,'2008-07-11 12:46:22',71,'','2010-12-31 13:59:12',71,0,'0000-00-00 00:00:00','2008-07-11 12:46:05','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',4,0,21,'','',0,120),(161,'Tupelo Honey Café','Tupelo Honey Café','PO Box 825
\r\nAsheville NC 28802
\r\n(828) 255-4863
\r\nVisit website »\r\n','',0,9,0,19,'2008-07-11 12:46:45',65,'','2010-12-31 13:59:12',65,0,'0000-00-00 00:00:00','2008-07-11 12:46:25','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,20,'','',0,79),(162,'Ultimate Ice Cream','Ultimate Ice Cream','1070 Tunnel Road
\r\nAsheville, NC 28805
\r\n(828) 296-1234
\r\nContact »\r\n','',-2,9,0,19,'2008-07-11 12:47:11',65,'','2009-05-07 12:31:30',71,0,'0000-00-00 00:00:00','2008-07-11 12:46:47','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,0,'','',0,76),(163,'Vincenzo\'s Ristorante & Bistro','Vincenzo\'s Ristorante & Bistro','
\r\nVincenzo\'s Ristorante & Bistro
\r\n10 N. Market Street
\r\nAsheville, NC 28801
\r\n(828) 254-4698
\r\nwww.Vincenzos.com
\r\n
\r\n','',1,9,0,19,'2008-07-11 12:47:32',65,'','2011-03-07 16:12:15',71,0,'0000-00-00 00:00:00','2008-07-11 12:47:13','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',4,0,19,'','',0,266),(164,'Vigne Restaurant & Bar','Vigne Restaurant & Bar','
\r\nVigne Restaurant & Bar
\r\n125 South Lexington Avenue 103-A

\r\n\r\nAsheville, NC 28801
\r\n\r\n828/271-4946
\r\nwww.VigneCulture.com\r\n
\r\n','',-2,9,0,19,'2008-07-11 12:47:51',71,'','2009-05-01 15:22:07',71,0,'0000-00-00 00:00:00','2008-07-11 12:47:36','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,0,'','',0,114),(165,'Weinhaus, The','The Weinhaus','86 Patton Ave
\r\nAsheville NC 28801
\r\n(828) 254-6453
\r\nVisit website »\r\n','',0,9,0,19,'2008-07-11 12:48:17',65,'','2010-12-31 13:59:12',65,0,'0000-00-00 00:00:00','2008-07-11 12:48:01','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,18,'','',0,65),(166,'World Coffee Café','World Coffee Café','18 Battery Park
\r\nAsheville, NC 28801
\r\nVisit website »\r\n','',0,9,0,19,'2008-07-11 12:48:38',65,'','2010-12-31 13:59:12',65,0,'0000-00-00 00:00:00','2008-07-11 12:48:22','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',5,0,17,'','',0,73),(167,'A Far Away Place','A Far Away Place','16 Battery Park Ave
\r\nAsheville NC 28801
\r\n(828) 252-1891
\r\n Visit website »\r\n','',0,13,0,20,'2008-07-11 13:04:56',65,'','2010-12-31 13:58:22',0,0,'0000-00-00 00:00:00','2008-07-11 13:04:26','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,43,'','',0,169),(168,'Ad-Lib','Ad-Lib','
\r\nAd-Lib
\r\n
\r\n
\r\n
\r\n23 Haywood Street
\r\n
\r\nAsheville NC 28801
\r\n
\r\n(828) 285-8838
\r\n
www.AdLibOnline.com\r\n
\r\n','',1,13,0,20,'2008-07-11 13:05:12',65,'','2011-01-20 14:20:28',71,0,'0000-00-00 00:00:00','2008-07-11 13:05:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,42,'','',0,522),(169,'Alexander & Lehnert Fine Jewelry','Alexander & Lehnert Fine Jewelry','
\r\nAlexander & Lehnert Fine Jewelry
\r\n
Historic Grove Arcade
\r\n1 Page Ave Suite 142
\r\nAsheville, NC 28801
\r\n(828) 254-2010 \r\n
\r\n
\r\n','',0,13,0,20,'2008-07-11 13:05:40',65,'','2010-12-31 13:58:22',71,0,'0000-00-00 00:00:00','2008-07-11 13:05:16','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,41,'','',0,420),(170,'Appalachian Craft Center','Appalachian Craft Center','
\r\nAppalachian Craft Center
\r\n
\r\n
\r\n10 North Spruce Street
\r\nAsheville NC 28801
\r\n(828) 253-8499
\r\nwww.AppalachianCraftCenter.com
\r\n
\r\n','',1,13,0,20,'2008-07-11 13:06:01',65,'','2010-12-31 14:39:02',71,0,'0000-00-00 00:00:00','2008-07-11 13:05:42','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',4,0,40,'','',0,610),(171,'Ariel Gallery ','Ariel Gallery ','46 Haywood Street, #5
\r\nAsheville NC 28801
\r\n(828) 236-2660
\r\n \r\nVisit website »\r\n','',1,13,0,20,'2008-07-11 13:06:33',65,'','2011-03-16 12:37:15',0,0,'0000-00-00 00:00:00','2008-07-11 13:06:04','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,39,'','',0,138),(172,'ArtWorks etc','ArtWorks etc\r\n','One Battle Square
\r\nAsheville, NC 28801
\r\n(828) 252-8621
\r\n \r\nVisit website » \r\n','',0,13,0,20,'2008-07-11 13:07:03',65,'','2010-12-31 13:58:22',0,0,'0000-00-00 00:00:00','2008-07-11 13:06:39','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,38,'','',0,132),(173,'Beads and Beyond','Beads and Beyond','19 Wall Street
\r\nAsheville, NC 28801
\r\n(828) 254-7927
\r\nVisit website »\r\n','',0,13,0,20,'2008-07-11 13:07:28',65,'','2010-12-31 13:58:22',0,0,'0000-00-00 00:00:00','2008-07-11 13:07:07','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,37,'','',0,90),(174,'Bender Gallery, The ','The Bender Gallery','57 Haywood Street
\r\nAsheville, NC 28801
\r\n(828) 225-6625
\r\nVisit website »\r\n','',-2,13,0,20,'2008-07-11 13:07:50',65,'','2009-04-30 14:01:34',71,0,'0000-00-00 00:00:00','2008-07-11 13:07:31','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,0,'','',0,77),(175,'Blaze-N-Skyy','Blaze-N-Skyy','Pet Boutique & Wellness Center
\r\n62 Wall Street
\r\nAsheville, NC 28801
\r\n(828) 253-2850
\r\nVisit website »\r\n','',0,13,0,20,'2008-07-11 13:08:14',65,'','2010-12-31 13:58:22',0,0,'0000-00-00 00:00:00','2008-07-11 13:07:52','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,36,'','',0,96),(176,'Bloomin\' Art','Bloomin\' Art','60 Haywood Street
\r\nAsheville NC 28801
\r\n(828) 254-6447 \r\n','',0,13,0,20,'2008-07-11 13:08:37',65,'','2010-12-31 13:58:22',0,0,'0000-00-00 00:00:00','2008-07-11 13:08:20','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,35,'','',0,84),(177,'Blue Spiral I','Blue Spiral I','38 Biltmore Avenue
\r\nAsheville NC 28801
\r\n(828) 251-0202
\r\nVisit website »\r\n','',1,13,0,20,'2008-07-11 13:08:55',65,'','2011-03-07 16:31:26',0,0,'0000-00-00 00:00:00','2008-07-11 13:08:39','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,34,'','',0,90),(178,'Roberto Coin','Roberto Coin','One Page Avenue, Suite 140
\r\nAsheville, NC 28801
\r\n(828) 350-1134 \r\n','',0,13,0,20,'2008-07-11 13:09:21',65,'','2010-12-31 13:58:22',0,0,'0000-00-00 00:00:00','2008-07-11 13:09:08','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,33,'','',0,66),(179,'A Dancer\'s Place','A Dancer\'s Place','14 Patton Avenue
\r\nAsheville, NC 28801
\r\n(828) 253-1434
\r\nVisit website »\r\n','',0,13,0,20,'2008-07-11 13:09:48',65,'','2010-12-31 13:58:22',70,0,'0000-00-00 00:00:00','2008-07-11 13:09:27','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,32,'','',0,283),(180,'Dragonfly','Dragonfly','The Grove Arcade
\r\n1 Page Avenue, #145
\r\nAsheville, NC 28801
\r\n(828) 350-8201 \r\n','',0,13,0,20,'2008-07-11 13:11:03',65,'','2010-12-31 13:58:22',0,0,'0000-00-00 00:00:00','2008-07-11 13:10:47','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,31,'','',0,138),(181,'Earth Guild','Earth Guild','
\r\nEarth Guild\r\n
\r\n
\r\n33 Haywood Street
\r\n\r\nAsheville NC 28801
\r\n\r\n(828) 255-7818 \r\n
\r\nwww.EarthGuild.com
\r\n
\r\n','',1,13,0,20,'2008-07-11 13:11:26',65,'','2011-02-11 16:48:28',71,0,'0000-00-00 00:00:00','2008-07-11 13:11:11','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,30,'','',0,385),(182,'Heaven Rains Boys & Girls','Heaven Rains Boys & Girls','1 Page Avenue, Suite 141
\r\nAsheville NC 28801
\r\n(828) 231-4735
\r\n \r\nVisit website »\r\n','',0,13,0,20,'2008-07-11 13:11:55',65,'','2010-12-31 13:58:22',0,0,'0000-00-00 00:00:00','2008-07-11 13:11:30','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,29,'','',0,100),(183,'The Jazzy Giraffe','The Jazzy Giraffe','
\r\nThe Jazzy Giraffe
\r\nThe Grove Arcade
\r\nOne Page Ave, Suite 136
\r\nAsheville, NC 28801
\r\n(828) 251-1616 \r\n
\r\n
\r\n
\r\nwww.TheJazzyGiraffe.com
\r\n
\r\n','',0,13,0,20,'2008-07-11 13:12:19',65,'','2010-12-31 13:58:22',71,0,'0000-00-00 00:00:00','2008-07-11 13:12:03','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',5,0,28,'','',0,275),(184,'Mast General Store ','Mast General Store ','
\r\nMast General Store
\r\n15 Biltmore Ave
\r\nAsheville, NC 28801
\r\n(828) 232-1883
\r\nwww.MastGeneralStore.com
\r\n
\r\n','',1,13,0,20,'2008-07-11 13:12:39',71,'','2011-01-24 14:46:15',71,0,'0000-00-00 00:00:00','2008-07-11 13:12:21','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=1\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',7,0,16,'','',0,467),(185,'The Bender Gallery ','The Bender Gallery ','57 Haywood Street\r\n
\r\nAsheville NC 28801
\r\n(828) 225-6625
\r\nVisit website »\r\n','',0,13,0,20,'2008-07-11 13:12:58',65,'','2010-12-31 13:58:22',71,0,'0000-00-00 00:00:00','2008-07-11 13:12:41','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,27,'','',0,0),(186,'Mobilia','Mobilia','
\r\n43 Haywood Street
\r\nAsheville NC 28801
\r\n(828) 252-8322
\r\nwww.MobiliaNC.com
\r\n
\r\n','',0,13,0,20,'2008-07-11 13:16:58',65,'','2010-12-31 13:58:22',71,0,'0000-00-00 00:00:00','2008-07-11 13:13:13','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,26,'','',0,149),(187,'Mountain Made, Inc.','Mountain Made, Inc.','
\r\nMountain Made, Inc.
\r\n1 Page Avenue #123

\r\n\r\nAsheville NC 28801
\r\n\r\n(828) 350-0307
\r\nwww.MTNMade.com\r\n
\r\n','',1,13,0,20,'2008-07-11 13:17:15',65,'','2011-01-24 14:46:40',71,0,'0000-00-00 00:00:00','2008-07-11 13:17:02','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,25,'','',0,377),(188,'The Natural Home ','The Natural Home','36 North Lexington Ave
\r\nAsheville, NC 28801
\r\n(828) 285-9442
\r\nVisit website »\r\n','',0,13,0,20,'2008-07-11 13:17:37',65,'','2010-12-31 13:58:22',70,0,'0000-00-00 00:00:00','2008-07-11 13:17:19','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,24,'','',0,82),(189,'Pura Vida Gallery','Pura Vida Gallery','
\r\nPura Vida Gallery
\r\n39-B Biltmore Avenue
\r\nAsheville, NC 28801
\r\n(828) 439-3568
\r\nwww.Pura-Vida-Asheville.com
\r\n
\r\n','',0,13,0,20,'2008-07-11 13:17:56',71,'','2010-12-31 13:58:22',71,0,'0000-00-00 00:00:00','2008-07-11 13:17:42','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,23,'','',0,191),(190,'Street Fair ','Street Fair ','
\r\nStreet Fair
\r\n
\r\n
\r\n
\r\n42 Battery Park Ave
\r\nAsheville NC 28801
\r\n(828) 253-0836 \r\n
\r\n
\r\n','',1,13,0,20,'2008-07-11 13:18:17',71,'','2011-01-06 11:47:39',71,0,'0000-00-00 00:00:00','2008-07-11 13:18:03','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,22,'','',0,464),(191,'Ten Thousand Villages','Ten Thousand Villages','10 College Street
\r\nAsheville, NC 28801
\r\n(828) 254-8374
\r\nVisit website »\r\n','',1,13,0,20,'2008-07-11 13:18:37',65,'','2010-12-31 14:40:06',0,0,'0000-00-00 00:00:00','2008-07-11 13:18:19','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,21,'','',0,129),(192,'Tops for Shoes','Tops for Shoes','
\r\nTops for Shoes
\r\n27 N. Lexington Avenue
\r\nAsheville NC 28801
\r\n(828) 254-6721
\r\nwww.TopsForShoes.com
\r\n
\r\n','',1,13,0,20,'2008-07-11 13:19:01',71,'','2011-01-07 12:14:27',71,0,'0000-00-00 00:00:00','2008-07-11 13:18:42','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,20,'','',0,432),(193,'Union','Union','18 Haywood Street
\r\nAsheville, NC 28801
\r\n(828) 259-3300
\r\n
\r\n(828) 252-1891
\r\n Visit website »\r\n','',0,13,0,20,'2008-07-11 13:19:24',65,'','2010-12-31 13:58:22',0,0,'0000-00-00 00:00:00','2008-07-11 13:19:05','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,19,'','',0,71),(194,'Zakya Boutique','Zakya Boutique','61 Haywood Street
\r\nAsheville, NC 28801
\r\n(828) 254-9890 \r\n','',0,13,0,20,'2008-07-11 13:19:50',65,'','2010-12-31 13:58:22',62,0,'0000-00-00 00:00:00','2008-07-11 13:19:33','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,18,'','',0,102),(201,'Hard Times for Homeless','Mountain X Article','

\r\nThe Mountain Xpress recently ran an article on the state of homelessness in downtown.  The Asheville Downtown Association is working with other groups as part of the 10-Year Plan to End Homelessness.  The Spare Change for Real Change program has been very successful in its first year and we are about to give the first grants.  Read the article here... \r\n

\r\n','',-2,2,0,2,'2008-08-04 23:26:51',66,'','2008-08-04 23:27:57',66,0,'0000-00-00 00:00:00','2008-08-04 23:22:23','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,0,'','',0,268),(196,'Testing page','','','',-2,0,0,0,'2008-07-14 16:43:53',65,'','2008-07-14 16:43:57',65,0,'0000-00-00 00:00:00','2008-07-14 16:43:36','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,5),(206,'Asheville Event Company','','

\r\nAsheville Event Co.
\r\nPO Box 8998
\r\nAsheville, NC 28814
\r\n888.240.8062
\r\nVisit website \r\n

\r\n

\r\n \r\n

\r\n','',0,12,0,17,'2008-10-15 14:10:51',70,'','2010-12-31 13:58:39',0,0,'0000-00-00 00:00:00','2008-10-15 14:07:26','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,22,'','',0,35),(197,'Jazz Series','','\r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n

The Jazz Series Presents

\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n

Headline Here\r\n

\r\n

Date Here

\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n
\r\n

Insert Time Here

\r\n
\r\n
\r\n

Type location here

\r\n
\r\n
\r\n
\r\n
\r\n','',0,3,0,4,'2008-07-07 12:51:20',65,'','2009-01-08 13:59:27',70,0,'0000-00-00 00:00:00','2008-07-07 12:51:02','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',4,0,6,'','',0,0),(198,'Speaker Series','','\r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n

The Speaker Series presents

\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n

Headline Here\r\n

\r\n

Date Here

\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n
\r\n

Insert Time Here

\r\n
\r\n
\r\n

Type location here

\r\n
\r\n
\r\n
\r\n
\r\n','',0,3,0,4,'2008-07-07 12:51:20',65,'','2008-08-04 16:14:18',65,0,'0000-00-00 00:00:00','2008-07-07 12:51:02','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,5,'','',0,0),(199,'Test','Test','This is a test page. \r\n','',-2,0,0,0,'2008-08-04 16:36:46',62,'','2008-08-04 16:37:39',62,0,'0000-00-00 00:00:00','2008-08-04 16:36:15','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,2),(200,'terst','','rjhlkfjghlghb\r\n','',-2,0,0,0,'2008-08-04 17:16:07',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2008-08-04 17:15:35','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,14),(274,'Pisgah Brewing Company','Pisgah Brewing Company','

\r\nPisgah Brewing Company
\r\n150 Eastside Dr.
\r\nBlack Mountain, NC 28711
\r\n828-669-2491
\r\nwww.PisgahBrewing.com
\r\n

\r\n','',1,9,0,19,'2009-03-18 13:41:20',71,'','2011-01-03 14:32:40',71,0,'0000-00-00 00:00:00','2009-03-18 13:38:50','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,13,'','',0,278),(202,'Downtown After Five gets green kudos!','','','

\r\nRead the latest article on our greening effort in The Mountain Xpress.  Scroll down to the second half of the article: \r\n

\r\n

\r\nhttp://www.mountainx.com/ae/2007/081308soundtrack/ \r\n

\r\n',-2,2,0,2,'2008-08-13 21:36:52',66,'','2008-10-27 11:33:55',70,0,'0000-00-00 00:00:00','2008-08-13 21:30:14','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',4,0,0,'','',0,273),(203,'Adorn Salon','Adorn Salon','

\r\n Come visit Lexington Avenue\'s premier salon... \r\n

\r\n

\r\nhttp://www.adornsalonandboutique.com/    
\r\n

\r\n','',-2,12,0,17,'2008-08-15 13:26:37',66,'','2010-12-31 13:58:39',66,0,'0000-00-00 00:00:00','2008-08-15 13:24:30','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,0,'','',0,95),(204,'2010 Downtown After Five','','

\r\n\"dta_eog_17x11_72dpi.jpg\"
\r\n

\r\n

\r\n \r\n

\r\n
\r\n
\r\n
\r\n \r\n \r\n

Subscribe to our Weekly Events Newsletter

\r\n
\r\n \r\n \r\n \r\n \"Secure-Subscribe™\"™\r\n email marketing privacy\r\n \r\n
\r\n
\r\n
\r\n\r\n
\r\n','',0,3,0,4,'2008-07-07 12:51:20',71,'','2011-04-01 15:34:05',71,0,'0000-00-00 00:00:00','2008-07-07 12:51:02','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',54,0,4,'','',0,0),(232,'Asheville.com','Asheville.com','

\r\n \r\nAsheville.com
\r\n265 Charlotte St
\r\nAsheville, NC 28801
\r\n(828) 253-2880
\r\nwww.Asheville.com\r\n

\r\n
\r\n
\r\n

\r\n \r\n

\r\n
\r\n
\r\nGet Directions\r\n
\r\n
\r\n

\r\n \r\n

\r\n','',0,12,0,17,'2009-01-29 13:10:36',72,'','2010-12-31 13:58:39',71,0,'0000-00-00 00:00:00','2009-01-29 13:06:46','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,18,'','',0,211),(205,'Asheville Condos at Keller Williams Professionals','Asheville Condos at Keller Williams Professionals','
\r\nAsheville Condos at Keller Williams Professionals
\r\n
\r\n
\r\nByron Greiner, Marketing Asheville
\r\n86 Asheland Ave\r\n
\r\nAsheville, NC 28801\r\n
\r\n828-713-7760\r\n
\r\nwww.MarketingAsheville.com | www.AshevilleCondos.net
\r\n
\r\n

\r\n \r\n

\r\n','',1,12,0,17,'2008-08-18 23:24:10',66,'','2011-03-07 16:36:08',71,0,'0000-00-00 00:00:00','2008-08-18 23:22:18','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',4,0,23,'','',0,71),(207,'Kilwin\'s Chocolate Fudge and Ice Cream','Kilwin\'s Chocolate Fudge and Ice Cream','
\r\n
\r\n

\r\n\r\nKilwin\'s Chocolate Fudge and Ice Cream
\r\n6 Battery Park Ave
\r\nAsheville, NC 28801
\r\n(828) 252-2639
\r\nwww.Kilwins.com
\r\n

\r\n','',1,9,0,19,'2008-10-23 10:31:53',72,'','2011-01-06 11:48:31',71,0,'0000-00-00 00:00:00','2008-10-23 10:30:03','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,15,'','',0,300),(208,'2008 Asheville Downtown Association’s Holiday Windows Contest!','2008 Asheville Downtown Association’s Holiday Windows Contest!','','

\r\n\"2006 \r\n

\r\n

\r\nDon’t miss the 2008 Asheville \r\nDowntown Association’s Holiday Windows Contest!  Decorate your shop window and \r\nenter to win cash prizes!\r\n

\r\n

\r\nWhat:  \r\n
\r\n
\r\n

\r\n
\r\n\r\n          Asheville Downtown Association’s 2008 Holiday \r\nWindows Contest   \r\n
\r\n

\r\nDeadline to \r\nEnter:
\r\n
\r\n

\r\n
\r\nNoon, Monday, \r\nNovember 3rd , to have your business listed on the map in the 40,000 \r\nAsheville Holiday Parade programs to be distributed on   Parade Day;  Final \r\ndeadline to enter is Monday, November 17th at noon.  Windows must be \r\ndecorated by noon on Wednesday, November 19th to be eligible \r\nfor prizes. \r\n
\r\n
\r\n
\r\n

\r\nPrizes:  \r\n
\r\n
\r\n

\r\n
\r\n\r\n          Best in Show, $350; Best Use of Merchandise, $150; Most Creative, \r\n$150. \r\n
\r\n

\r\nHow to Enter:  \r\n
\r\n
\r\n

\r\n
\r\n\r\n          Mail in your registration form to the Asheville \r\nDowntown Association office or scan it and email it.
\r\n
\r\n

\r\n\r\n 
\r\n
\r\n

\r\n

\r\nRegister by November 3rd \r\nand your business will be listed in the Parade program \r\nFREE!
\r\n
\r\n

\r\n
\r\n
\r\n

\r\nThank you to our 2008 Holiday \r\nWindows Contest sponsors: 
\r\nAsheville Savings Bank, BB&T, Dixon-Hughes, \r\nand DARN, Downtown Asheville Residential Neighbors.
\r\n

\r\n

\r\n \r\n

\r\n

\r\nHere are some ideas from previous winners to spark your creativity! \r\n

\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\"christmas_lucky_kittens.jpg\"
\r\n
 \"1213sensibilities.jpg\"
 \"1213amore.jpg\" \"1201windows1.jpg\"
 \"1201windows3.jpg\" \r\n

\r\n \"1201windows5.jpg\" \r\n

\r\n
\r\n

\r\n
\r\n  \r\n

\r\n

\r\n \r\n

\r\n',-2,2,0,3,'2008-10-27 11:28:16',70,'','2009-01-30 11:51:40',70,0,'0000-00-00 00:00:00','2008-10-27 11:14:44','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',12,0,0,'','',0,330),(235,'Brewgrass tickets on sale soon ','Brewgrass tickets on sale soon ','Is it too soon to\r\nbe thinking about this fall\'s big Brewgrass craft beer festival in\r\nAsheville? The party may be eight months away, but craft beer lovers\r\nare already anxious to get their hands on tickets for the event, Sept.\r\n19 at Martin Luther King Jr. Park.\r\n','By Tony Kiss\r\n\r\n\r\n

\r\nIs it too soon to\r\nbe thinking about this fall\'s big Brewgrass craft beer festival in\r\nAsheville? The party may be eight months away, but craft beer lovers\r\nare already anxious to get their hands on tickets for the event, Sept.\r\n19 at Martin Luther King Jr. Park.\r\n

\r\n

\r\nAnd\r\nreally, it\'s a good idea to put this on your calendar now. Brewgrass\r\ntickets are selling out earlier and earlier each year. It\'s become one\r\nof the region\'s most popular beer festivals. Even with 3,500 tickets\r\navailable to the public, they don\'t last nearly long enough.\r\n

\r\n

\r\nSo here\'s the official word: Brewgrass tickets will go on sale Feb. 15. You can only get them one place: online at www.brewgrassfestival.com.\r\n

\r\n

\r\nThe\r\nprice will be the same as last year: $30 for general admission, $15 for\r\ndesignated drivers. It\'s got to be one of the best beer bargains\r\naround. But don\'t try to order before Feb. 15.\r\n

\r\n

\r\nWhen\r\nI mentioned the Brewgrass festival in this column a few weeks back, a\r\nlot of readers were left scratching their heads. The Brewgrass Web site\r\ncontinues to announce “advance tickets on sale now!” But that link will\r\nnot let you order.\r\n

\r\n

\r\nThe\r\nsite will be getting a completely makeover by the time the ticket sales\r\ndo go on sale. We\'re looking forward to what they\'ll do with the page,\r\nwhich has pretty much looked the same for years.\r\n

\r\n

\r\nThrough\r\nits history, Brewgrass has been powered by the team of Doug Beatty and\r\nJimi Rentz, founders of Barley\'s Taproom and Pizzeria, one of the best\r\nplaces in town to get a pint of craft beer. Last year, Beatty sold his\r\ninterest in Barley\'s and put his energy into redeveloping Kingsport,\r\nTenn. Now Beatty has also sold his ownership share in Brewgrass.\r\n

\r\n

\r\nNew\r\npartners have come aboard: Eddie Dewey and Danny McClinton, who will\r\njoin Rentz in running this event. Beatty will continue to assist.\r\nDespite this big shift behind the scene, Brewgrass visitors may not\r\nnotice any real difference at the party. “Doug is still really involved\r\n(this year),” Dewey said. “And as far as the day of the event, Jimi\r\nwill be in charge on the grounds.”\r\n

\r\n

\r\nAfter\r\nsharing a beer with Dewey a few days ago, I came away feeling that the\r\nfestival remains in solid hands. You can never really replace someone\r\nwith the knowledge and drive of Doug Beatty, but Dewey has experience\r\nin the brewing business (he worked for the old Cherokee Brewing in\r\nAtlanta). And he\'s also an experience homebrewer. And he\'s attended\r\nalmost all of the Brewgrass gatherings.\r\n

\r\n

\r\nFor\r\nDewey, what makes Brewgrass so special is “it has that classic\r\nAsheville touch to it,” he said. It supports a great cause: Big\r\nBrothers Big Sisters of Western North Carolina. And the festival\r\ndoesn\'t try to squeeze in more customers to make a few extra bucks.\r\n

\r\n

\r\n“If\r\nyou look at most of these beer festivals around the country, they\r\ncontinue to grow, and tickets go up and up, and they make it a bigger\r\nevent,” he said. “I would never say that (Brewgrass) won\'t change some,\r\nbut our goal is to keep in Asheville. It doesn\'t matter if you go to 25\r\nbeer festivals a year, you are still looking forward to Brewgrass.”\r\n

\r\n

\r\nThe\r\nGrove Corner Market at the downtown Grove Arcade has launched a new\r\nbeer club. It doesn\'t cost anything to join, and members who will get\r\nvarious discounts. And there\'s a free tasting of microbrews at 4-6 p.m.\r\non the last Thursday of each month.\r\n

\r\n

\r\nI\'ve\r\nbeen really impressed at the beer selection at this little downtown\r\nmarket. You can buy local brews (among them Asheville Pizza and\r\nBrewing\'s new 22-ounce bottles) as well as some unusual selections from\r\naround the country (including Stoudt\'s from Pennsylvania).\r\n

\r\n

\r\nThis is the opinion of entertainment editor Tony Kiss, who writes his Beer Guy column each Friday in take5. Email TKISS@CITIZEN-TIMES.COM\r\n

\r\nAdditional Facts\r\n
\r\n Beer Guy Podcast\r\n\r\n

\r\nTo\r\nhear an interview with Eddie Dewey, one of the new partners in\r\nAsheville\'s Brewgrass festival, visit CITIZEN-TIMES.COM/podcasts.\r\n

\r\n
\r\n',1,2,0,2,'2009-01-30 11:50:55',70,'','2009-01-30 11:52:51',70,0,'0000-00-00 00:00:00','2009-01-30 11:50:02','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,222,'','',0,274),(218,'Membership Payment','Membership Payment','
\r\nYour Asheville Downtown Association Membership is now complete. \r\n
\r\n
\r\nThank you for Joining Us.
\r\n
\r\n','',-2,0,0,0,'2008-11-13 12:20:20',72,'','2009-07-08 14:39:21',63,0,'0000-00-00 00:00:00','2008-11-13 12:11:56','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,2),(209,'Junior League of Asheville','Junior League of Asheville','

\r\nJunior League of Asheville
\r\n
\r\nJunior League Next - to - New Shop
\r\n29 Biltmore Ave.
\r\nAsheville, NC 28801\r\n
\r\n

\r\n
\r\n
\r\n

\r\nMailing Address
\r\nPO Box 7315
\r\nAsheville, NC 28802\r\n
\r\n

\r\n
\r\n
\r\n

\r\nwww.JuniorLeagueAsheville.org \r\n

\r\n
\r\n
\r\n

\r\n\r\n \r\n\r\n

\r\n','',1,11,0,18,'2008-11-03 15:03:15',72,'','2011-01-20 14:19:02',71,0,'0000-00-00 00:00:00','2008-11-03 15:00:44','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,22,'','',0,249),(210,'Beijo Bags','Beijo Bags','

\r\nBeijo Bags
\r\n1585 Gilmer Edwards Rd.
\r\nRutherfordton, NC 28139
\r\n(772)  342-6782
\r\nwww.BeijoBags.com
\r\n
\r\n

\r\n','',0,13,0,20,'2008-11-03 15:07:29',72,'','2010-12-31 13:58:22',71,0,'0000-00-00 00:00:00','2008-11-03 15:05:10','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',5,0,15,'','',0,259),(211,'Vintage Roots Guitars, LLC','','

\r\n231 Upper Herron Cove Rd.
\r\nWeaverville, NC 28787\r\n

\r\n','',0,13,0,20,'2008-11-03 15:08:49',70,'','2010-12-31 13:58:22',0,0,'0000-00-00 00:00:00','2008-11-03 15:07:48','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,14,'','',0,30),(212,'Free Panel Presentation to Discuss Downtown Management Tools','Free Panel Presentation to Discuss Downtown Management Tools','','\r\n\r\n\r\n\r\n\r\n\r\n

\r\nOctober 31, 2008\r\n

\r\n

\r\nFOR IMMEDIATE RELEASE\r\n

\r\n

\r\nCONTACT: Joe Minicozzi, 828-255-7951x207\r\n

\r\n

\r\n \r\n

\r\n

Free Panel Presentation to Discuss Downtown Management Tools

\r\n

\r\nNovember 13, 2008; 6:00 PM\r\n

\r\n

\r\nAsheville Civic Center, Banquet Room, 87 Haywood Street\r\n

\r\n

\r\n \r\n

\r\n

\r\n[ASHEVILLE]  -  The Asheville Downtown\r\nAssociation in partnership with the City of Asheville\r\nand Downtown Asheville Residential Neighbors (DARN) invites everyone to a\r\npresentation from three North\r\nCarolina communities as they share their experience\r\nand solutions for their downtown issues. \r\nThe event will be a panel presentation from cities that utilize a method\r\nof operation is a public/private partnership in which property and business\r\nowners elect to make a collective contribution to the additional maintenance,\r\ndevelopment and promotion of their downtown district above the existing\r\nstandard.  Panelists include:\r\n

\r\n

\r\n-         \r\nDwight\r\nBassett, Economic Development Director for Chapel Hill Downtown Partnership\r\n

\r\n

\r\n-         \r\nMoria\r\nQuinn, Senior VP of Communications\r\nfor Charlotte Center City\r\nPartnership\r\n

\r\n

\r\n-         \r\nEd\r\nWolverton, President of Downtown Greensboro Inc.\r\n

\r\n

\r\n \r\n

\r\n

\r\n“This will be a great opportunity to hear from other\r\ndowntowns and see how they manage themselves and deal with their downtown\r\nissues” says Joe Minicozzi, Vice-President for the Asheville Downtown\r\nAssociation.  Minicozzi continues, “with\r\nall of the great dialog that is coming out of the downtown master plan process,\r\nthis is an opportunity to educate ourselves about downtown management tools to\r\nmake a better downtown Asheville.”\r\n

\r\n

\r\n \r\n

\r\n

\r\nSome programs and services other downtowns offer\r\ninclude:\r\n

\r\n

\r\n-        \r\nAdditional public safety officers\r\n

\r\n

\r\n-        \r\nVisitor assistance\r\n

\r\n

\r\n-        \r\nMore frequent street/sidewalk cleaning\r\n

\r\n

\r\n-        \r\nDistrict marketing\r\n

\r\n

\r\n-        \r\nCustomized trash receptacles\r\n

\r\n

\r\n \r\n

\r\nFor a more\r\ninformation on the visiting organizations, please visit their websites:\r\n

\r\nwww.charlottecentercity.org\r\n

\r\n

\r\nwww.downtownchapelhill.com \r\n

\r\n

\r\nwww.downtowngreensboro.net\r\n

\r\n

\r\n \r\n

\r\n

\r\nIf you\'d like to download a poster to advertise this event, just click here\r\n

\r\n',-2,2,0,2,'2008-11-04 11:09:25',70,'','2008-12-04 13:01:33',70,0,'0000-00-00 00:00:00','2008-11-04 11:07:13','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',5,0,0,'','',0,74),(225,'State of Downtown Luncheon','State of Downtown Luncheon','

\r\nAnnual State of Downtown \r\nLuncheon.\r\n

\r\n

\r\nJanuary 8, \r\n2009\r\n

\r\n

\r\n12:00pm – \r\n1:30pm
\r\n \r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n

\r\n
\r\n
\r\n

\r\n \r\n

\r\n
\r\nClick here to read the Asheville Citizen-Times report
\r\non the State of Downtown Luncheon!

\r\n
\r\n','

\r\nThe Asheville Downtown Association (ADA) will host the State of Downtown\r\nLuncheon on Thursday, January 8, 2009 from noon to 1:30pm in the Civic\r\nCenter\'s banquet room. The event is co-sponsored by the City of Asheville. \r\n

\r\n

\r\n2008 ADA Board Chair Joe Eckert will address the association\'s\r\nprogram of work for the past year as well as the membership\'s top priorities and\r\nchallenges facing downtown merchants and residents. \r\n

\r\n

\r\n"Our goal for the State of Downtown Luncheon is to bring\r\ntogether downtown stakeholders and talk about where we are, what\'s important and\r\nwhat our priorities are going into 2009," Eckert said. \r\n

\r\n

\r\nPat Whalen, 2008 chair of the Asheville Downtown Commission, will discuss\r\nthe downtown master plan process. The final plan is scheduled to be introduced\r\nin early 2009. \r\n

\r\n

\r\nMayor Terry Bellamy will review the City\'s accomplishments and\r\nactions as they pertain to downtown. She will also give her thoughts on the key\r\ndowntown issues like parking, panhandling, small business retention and\r\ngraffiti. \r\n

\r\n

\r\nThe luncheon finishes with a question and answer session with all presenters\r\nmoderated by Downtown Asheville Residential Neighbors (DARN) Chair Susan\r\nGriffin.\r\n

\r\n',-2,1,0,1,'2008-12-17 13:24:04',70,'','2009-02-06 10:55:04',70,0,'0000-00-00 00:00:00','2008-12-17 13:18:32','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',9,0,0,'','',0,163),(213,'Flight Night','Flight Night','
\r\n

\r\n\r\n \r\n\r\n

\r\n

The Asheville Downtown Association is proud to announce Flight Night…
\r\nA Celebration of Asheville’s epicurean delights!

\r\n
\r\n\"flightnightposter.jpg\"\r\n
\r\n

\r\n\r\n\r\n
\r\nJoin us\r\nfor the first annual Flight Night to celebrate Asheville\'s amazing\r\ndowntown. We will be celebrating at Fiore\'s Cottonwood Cafe and Fred\'s\r\nSpeakeasy at\r\n122 College St in Downtown Asheville. This evening will be a wonderful\r\nopportunity for members and non-members alike to get together. There\r\nwill be lots of information on our organization and plenty of food and\r\nfun.
\r\n

\r\n

\r\nA must attend for craft beer\r\naficionados and culinary connoisseurs alike, Flight Night will offer a\r\nmemorable craft beer and food experience that is uniquely Asheville!\r\n

\r\n

\r\nEnjoy a sampling of a variety of sweet and savory\r\nappetizers and craft beers from local well-known and emerging breweries.  Converse with the heavyweights of the craft\r\nbeer industry.  Indulge your senses with an\r\nimpressive, not-to-be missed evening of music and entertainment! \r\n

\r\n

\r\nDate:\r\nNovember 20, 2008 from 6:30 to 9:00p.m.                                           Location:  Fiore’s Cottonwood Café\r\nand Fred’s Speakeasy                                Ticket Price:  $25                                                                                                Special:  Become a Downtown\r\nAssociation member and receive $5 off ticket price\r\n

\r\n

\r\nBreweries\r\n

\r\n

\r\nGreen Man Brewing Company,\r\nAsheville Pizza and Brewing Company, Highland Brewing Company, French Broad, Pisgah,\r\nCatawba and The Wedge\r\n

\r\n

\r\nRestaurants\r\n

\r\n

\r\nFiore\'s Cottonwood Café,\r\nThe Flying Frog, Vincenzo\'s, Bouchon, Martha Nell\'s, The Chocolate Lounge and\r\nThe Laughing Seed\r\n

\r\n

\r\nEntertainment\r\n

\r\n

\r\nOne\r\nLeg Up, Hellblinki\r\n

\r\n

\r\nIn keeping with the\r\nflight theme, The Downtown Association will raffle two Northwest airlines\r\ntickets to fly anywhere in the lower 48 states United States.  Tickets are available for $25 at www.ashevilledowntown.org. \r\nEach patron who attends this event and becomes a member of the Downtown\r\nAssociation will receive $5 off their ticket price.  A percentage will be donated to Spare Change\r\nfor Real Change of Asheville.  Additional\r\nraffle tickets may be purchased at  1 for $5/ 3 for $10/ 10 for $25. \r\n

\r\n

\r\nPoster by:  Barrett\r\nNichols @ Procreate Multimedia
\r\n
Event\r\nConsultation: Creative Endeavors Events\r\n

\r\n

\r\n This is a fundraiser for the \r\nAsheville Downtown Association. Tickets are $25 per person. At this time, online ticket purchase has been closed.
\r\nPlease plan to pay at the door.

\r\n
\r\n

\r\n
\r\n

\r\n\r\n \r\n\r\n

\r\n
\r\n','',-2,0,0,0,'2008-11-06 13:48:53',72,'','2009-06-19 16:46:44',73,0,'0000-00-00 00:00:00','2008-11-06 13:45:00','0000-00-00 00:00:00','beerfood.GIF|||0||bottom||','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,1080),(214,'Thank you for your purchase!','','

\r\nThank you for your purchase! \r\n

\r\n

\r\nClick here to go back to the ADA Homepage ! \r\n

\r\n','',1,0,0,0,'2008-11-06 14:07:01',70,'','2008-11-06 14:22:44',70,0,'0000-00-00 00:00:00','2008-11-06 14:05:06','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,0),(215,'Your Order Was Canceled','','
\r\nYour order has been canceled.
\r\nClick here to return to the homepage .
\r\n
\r\n','',1,0,0,0,'2008-11-06 14:29:40',72,'','2009-07-08 14:38:08',63,0,'0000-00-00 00:00:00','2008-11-06 14:29:20','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,9),(216,'Spare Change grants announced','Spare Change grants announced','','

\r\nSpare Change grants announced \r\n

\r\n

\r\nThe\r\nAsheville Downtown Association Foundation recently announced the\r\nrecipients of grants from funds collected through the Spare Change for\r\nReal Change program. Spare Change collection boxes located throughout\r\ndowntown serve as an alternative to giving to panhandlers.\r\n

\r\n

\r\nMany area businesses match funds collected in Spare Change boxes or supplement the program with significant donations.\r\n

\r\n

\r\n“Spare\r\nChange for Real Change was designed to reduce panhandling and channel\r\nfunds to the organizations that are helping people get back on their\r\nfeet,” said Dwight Butner, chair of the foundation.\r\n

\r\n

\r\nReceiving grants were:\r\n

\r\n

\r\nHomeward Bound of Asheville, $5,000 to fight homelessness.\r\n

\r\n

\r\nWestern Carolina Rescue Ministries, $3,000 to provide services for the homeless.\r\n

\r\n

\r\nThe Salvation Army, $2,000 to offer food, shelter, and assistance to the needy.\r\n

\r\n

\r\nThe Spare Change program also unveiled a colorful new look for downtown\'s donation boxes, to be implemented in the coming weeks.\r\n

\r\n

\r\nFor more information, visit ashevilledowntown.org.\r\n

\r\n',-2,1,0,1,'2008-11-10 11:13:30',70,'','2009-02-27 12:16:32',71,0,'0000-00-00 00:00:00','2008-11-10 11:11:38','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',8,0,0,'','',0,531),(217,'5th Annual Jazz After 5 Concert Series','Jazz After Five','

\r\n\"scalescompressed.jpg\"\r\n

\r\n

\r\nThe Asheville Downtown Association’s Jazz After Five winds\r\ndown Friday, March 12 from 5-8pm. This year, the event moved to Pack Place.\r\n

\r\n

\r\nBiltmore and WCQS join the ADA in producing Jazz. Not only will Biltmore wines be featured at Jazz After Five, but Biltmore will give away two sets of annual passes to the estate at each Jazz After Five event.WCQS is the main media sponsor for Jazz and will receive half of the money\r\nraised from wristband sales. Like many public radio stations, WCQS is\r\nexperiencing a critical need for additional funding due to the challenging\r\neconomy. \r\n

\r\n

\r\nOn tap to perform is Jonathan Scales Fourchestra. Scales,\r\nclassically trained composer turned steel pan Maestro, means to deliver his musically complex, but somehow assessable, ideas to anyone willing to listen. Scales has released two well-received,full-length works (2007\'s One-Track Mind and 2008\'s Plot/Scheme) featuring the\r\nlikes of Jeff Coffin, Joseph Wooten, and Jeff Sipe. Scales\'versatility and\r\ninnovative nature has allowed him to share the stage with acts like The Wooten\r\nBrothers Band, Larry Keel & Natural Bridge, The Duhks, Everyone Orchestra,\r\nToubab Krewe, Ben Sollee and Futureman. \r\n

\r\n

\r\n“We’re excited to bring back Jazz After Five and feel\r\nlike the new venue will allow the crowd to get more involved in the music, but\r\nmore importantly, is a direct result of the needs of downtown businesses\r\naffected by the Pack Square Park construction,” said Asheville Downtown\r\nAssociation President Byron Greiner. \r\n

\r\n

\r\nLocal beer, Biltmore wine and signature cocktails will be\r\navailable for purchase as well as food from downtown restaurants.   \r\n

\r\n

\r\nJazz After Five is presented by Biltmore, Pack Place and\r\nthe Asheville Downtown Association. The ADA is a membership organization\r\ndedicated to being the voice of downtown. For more information, visit\r\nashevilledowntown.org or call (828) 251-9973. \r\n

\r\n

\r\n \r\n

\r\n','',-2,0,0,0,'2008-11-12 15:20:33',72,'','2010-11-05 11:38:54',71,0,'0000-00-00 00:00:00','2008-11-12 15:19:56','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,5449),(228,'LandDesign','LandDesign','

\r\nLandDesign
\r\nThe Grove Arcade Building
\r\nOne Page Ave., Suite 220
\r\nAsheville, NC 28801
\r\n828.281.1447
\r\nwww.LandDesign.com
\r\n
\r\n

\r\n

\r\n \r\n

\r\n','',0,12,0,17,'2009-01-29 11:43:34',72,'','2010-12-31 13:58:39',71,0,'0000-00-00 00:00:00','2009-01-29 11:39:33','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,21,'','',0,107),(226,'State of Downtown Luncheon','State of Downtown Luncheon','

\r\nAnnual State of Downtown \r\nLuncheon\r\n

\r\n
\r\n

\r\nFebruary 4, \r\n2010\r\n

\r\n

\r\n12:00pm – \r\n1:30pm
\r\n

\r\n\"clearblueskyline_touched_up_compressed.jpeg.jpg\"
\r\n
\r\n
\r\n

The Asheville Downtown Association will host the Annual State of Downtown Luncheon on Thursday, February 4, 2010 from
\r\n12:00pm to 1:30pm in the Civic Center\'s banquet room.
\r\n
\r\n

\r\n
\r\n
\r\n

State of \r\nDowntown Lunch will be $10 for ADA members and $12 for \r\nnon-members.

\r\n
\r\n
\r\n

Please Click Here to learn more about this important event.
\r\n
\r\n

\r\n

\r\nOnline ticket sales are over.
\r\nWe will be selling tickets at the door for cash or check.

\r\n

\r\n \r\n

\r\n
\r\n
\r\n

Presented in partnership by the Asheville Downtown Assocation
\r\nand the City of Asheville

\r\n
\r\n
\r\n
\r\n
\r\n\"newcitylogoforprint.jpg\"\"ada_logo_1.jpg\"\r\n
\r\n
\r\n
Check out all our events at the Events Calendar 
\r\n
\r\n
\r\n
\r\n
\r\n \r\n \r\n

Sign up for ADA updates of your choice: Events Digest, Volunteer Opportunities & more.

\r\n
\r\n \r\n \r\n \r\n \"Secure-Subscribe™\"™\r\n email marketing privacy\r\n \r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n \"Follow \r\n \"Join \"Friend \r\n \"Chat \"Chat  \r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n \r\n

\r\n
\r\n','',0,3,0,4,'2008-12-23 15:19:35',72,'','2010-12-15 14:32:15',71,0,'0000-00-00 00:00:00','2008-12-23 01:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',21,0,3,'','',0,2),(224,'Flight Night celebrates local food, beer Thursday','Flight Night celebrates local food, beer Thursday','','

\r\nCarol MotsingerCMotsinger@CITIZEN-TIMES.com \r\n • published November 19, 2008\r\n

\r\n

\r\nThe Asheville Downtown Association will host Flight Night, a celebration of Asheville’s epicurean delights Thursday.  \r\n

\r\n

\r\nClick here to read full story! \r\n

\r\n

\r\n \r\n

\r\n',-2,2,0,2,'2008-11-19 12:45:34',70,'','2008-12-04 13:00:50',70,0,'0000-00-00 00:00:00','2008-11-19 12:43:20','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,0,'','',0,39),(429,'Nominations for conservation awards open','Nominations for conservation awards open','Local conservation group Wild South has opened nominations for the second annual Roosevelt-Ashe Society\'s Conservation Awards.\r\n','The award seeks to honor often unsung heroes for their work to protect the southeast\'s wild places.\r\n

\r\n\r\nNominations are being accepted for Outstanding Educator, Outstanding\r\nPhilanthropist, Outstanding Volunteer, Outstanding Business and\r\nOutstanding Youth.\r\n

\r\n

\r\n Nomination forms will be accepted online at www.wildsouth.org until Aug. 15. The award recipients will be honored at an Oct. 2 Green Tie Gala in downtown Asheville.\r\n

\r\n

\r\nStaff Reports \r\n• July 7, 2009 \r\n

\r\n',1,2,0,2,'2009-07-09 10:25:54',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-07-07 01:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,69,'','',0,163),(430,'Tiles go in at Pack Square Park','Tiles go in at Pack Square Park','

\r\nA Weaverville artist has begun installing hundreds of stoneware\r\ntiles in Pack Square Park, including 400 square, brown-and-blue ones\r\ncreated and signed by students in the Buncombe County Schools.\r\n

\r\n','

\r\nThe kids\' contributions will complement the work of Kathy Triplett.\r\nThe raised, curved, pitted surfaces of her big, intricate tiles invite\r\ntouch, and their muted colors take inspiration from the tan-and-pink\r\ncoloring of the adjacent Asheville City Hall. The work is being\r\ninstalled on the facing of the new Bascom Lamar Lunsford Stage.\r\nCobalt-blue bricks will also be installed in the dance platform in\r\nfront of the stage.\r\n

\r\n

\r\nTriplett\'s installation, which began June 29, is the latest artistic\r\ntouch gracing downtown Asheville\'s new $20 million Pack Square Park.\r\nOther major artworks to come include a stainless steel pergola over the\r\nstage where the tiles will be displayed, and a giant brass ring that\r\nwill encircle granite boulders already in place on Pack Square.\r\nAsheville sculptor Hoss Haley is fabricating both those pieces.\r\n

\r\n

\r\nWith the help of masons Ted Harper and James Owen, Triplett is continuing the meticulous process of installing the tiles, which she expects will take about three weeks.\r\n

\r\n

\r\n“The inspiration for the tiles comes from the arch pattern at the\r\ntop of City Hall,” she explains, pointing to the building\'s feathered\r\narchitectural accent. “I took the feather pattern and made it more\r\norganic” after being inspired by a poplar leaf.\r\n

\r\n

\r\nThe school project included having eighth-graders research native\r\nplants, followed by a workshop in which Triplett showed them how to\r\nmake the tiles. Each one displays the plant\'s botanical name as well as\r\nthe students\' names. (A few Buncombe County commissioners and members\r\nof the Pack Square Conservancy, which is overseeing park construction,\r\nalso fabricated tiles.)\r\n

\r\n

\r\n“It\'s an honor to have a piece in a public space,” says Triplett,\r\nwho executes both private and public commissions and sells pieces at\r\nBlue Spiral 1 gallery in Asheville.\r\n

\r\n

\r\nIn other park news:\r\n

\r\n

\r\n• The installation of a giant brass ring that will complete the Pack\r\nSquare fountain is tentatively scheduled for the week of July 10.\r\n

\r\n

\r\n• The conservancy still needs to raise about $3.7 million to\r\ncomplete the ambitious project. To that end, the group is working on a\r\nnumber of events to thank donors and court new contributors.\r\n

\r\n

\r\n• Crews are installing bronze benches atop recycled granite bases in front of the Asheville Art Museum.\r\n

\r\n

\r\n• Grading continues to prepare for installing sod, which should arrive in the next few weeks.\r\n

\r\n

\r\n• The conservancy recently lobbied state lawmakers in Raleigh in hopes of landing federal economic-stimulus funding.\r\n

\r\n
\r\nby Jason Sandford in Mountain Xpress Vol. 15 / Iss. 50 on 07/08/2009\r\n
\r\n',1,2,0,2,'2009-07-09 10:27:49',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-07-08 01:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,68,'','',0,159),(219,'Blackbird Frame and Art','Blackbird Frame and Art','

\r\n\r\nBlackbird Frame and Art
\r\n159 S Lexington Ave
\r\nAsheville, NC 28801
\r\n828-252-4144
\r\nwww.BlackbirdFrame.com
\r\n

\r\n','',1,13,0,20,'2008-11-14 13:10:40',72,'','2011-03-18 15:54:45',71,0,'0000-00-00 00:00:00','2008-11-14 13:08:09','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,13,'','',0,262),(220,'Panel mulls Business Improvement Districts','Panel mulls Business Improvement Districts','Mark BarrettMBarrett@CITIZEN-TIMES.com \r\n • published November 14, 2008\r\n','

\r\nThat\'s the idea behind business improvement districts described at a\r\npanel discussion at the Civic Center Thursday featuring officials from\r\nBIDs in three North Carolina municipalities.\r\n

\r\n

\r\nThe districts are\r\nareas — frequently in downtowns — in which municipal governments levy\r\nan additional property tax then typically turn the proceeds over to a\r\nnonprofit entity to provide additional services like extra law\r\nenforcement, marketing, additional litter pickup, beautification and\r\neconomic development in that same area.\r\n

\r\n

\r\nFor example, property owners and others decided they wanted more\r\ndone to keep downtown Greensboro clean, but city officials declined,\r\nsaid Ed Wolverton, president of Downtown Greensboro Inc.\r\n

\r\n

\r\nThe city\r\nsaid, “We\'d like to, but if we did it downtown, we\'d have to do it at\r\nFour Seasons Mall or Friendly Center and we can\'t do that,” Wolverton\r\nsaid.\r\n

\r\n

\r\nSo now, Downtown Greensboro contracts with a company that\r\nprovides a 10-person crew that picks up litter, cleans sidewalks and\r\nremoves graffiti, he said.\r\n

\r\n

\r\nEstablishing a BID for downtown\r\nAsheville is one of a number of steps that have been considered as part\r\nof the process of drawing up a new downtown master plan. A plan is\r\nexpected to go to City Council for consideration early next year, but\r\nit is unclear whether it will contain a BID proposal.\r\n

\r\n

\r\nDowntown\r\nrestaurateur Dwight Butner said after Thursday\'s discussion that a\r\ndistrict may be a harder sell in Asheville because revitalization has\r\nalready significantly lifted downtown property values, reducing a sense\r\nof urgency about making improvements in the central business district.\r\n

\r\n

\r\n“I\'ve not heard of any place yet … that (established) a BID after property values rebounded,” he said.\r\n

\r\n

\r\nWolverton\r\nsaid some Greensboro property owners opposed the idea originally, “But\r\nwhat they\'ve found is they like the extra services.”\r\n

\r\n

\r\nThe\r\ndistricts have become more common in recent years, said moderator and\r\nAsheville Downtown Association Vice President Joe Minicozzi, with about\r\n800 nationwide and 46 in North Carolina.\r\n

\r\n

\r\nAbout 45 people attended\r\nThursday\'s discussion, sponsored by the Downtown Association with city\r\ngovernment and Downtown Asheville Residential Neighbors.\r\n

\r\n

\r\nDo it yourself\r\n

\r\n

\r\nWolverton\r\nand officials from districts in Chapel Hill and Charlotte described an\r\narray of steps their BIDs have taken that included helping homeless\r\npeople find work or housing, sponsoring special events, helping\r\nproperty owners renovating historic buildings get tax credits, buying\r\nnew Christmas decorations, and trying to draw businesses and residents\r\ndowntown.\r\n

\r\n

\r\nThe districts also get substantial non-tax revenues,\r\nbut officials said the fact that the districts have a dedicated stream\r\nof funding that benefits those who provide it is a big advantage over a\r\nsimple nonprofit trying to boost downtown.\r\n

\r\n

\r\n“You can only get so\r\nmuch done with volunteers. After a while they have to be paid and you\r\nget what you pay for,” said Moira Quinn, senior vice president of\r\ncommunications for Charlotte Center City Partnership.\r\n

\r\n

\r\nBefore\r\nChapel Hill established its downtown district, town Economic\r\nDevelopment Director Dwight Bassett said, “It was very much a peaks and\r\nvalley funding. Some people would get a benefit and not pay. Some\r\npeople would pay and get no benefit.”\r\n

\r\n

\r\nSome in the audience raised\r\nthe issue of whether city governments would reduce the downtown\r\nservices they provide once a district is established. Wolverton said\r\nthe state law allowing the districts requires that the funds be used to\r\nenhance services, not replace those a municipality already provides\r\ncitywide.\r\n

\r\n

\r\nWolverton said his group is “willing to call (city\r\ngovernment) on it” if they suspect substitution occurs and that the\r\ndistrict gives Downtown Greensboro some freedom to act quickly if it\r\nsees a need city government is not meeting.\r\n

\r\n

\r\n“We can continue to have the fight with City Council or we can strap our boots on and do it ourselves,” he said.\r\n

\r\n

\r\n \r\n

\r\n',-2,1,0,1,'2008-11-14 13:27:35',70,'','2009-02-27 12:17:07',71,0,'0000-00-00 00:00:00','2008-11-14 13:25:46','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',4,0,0,'','',0,227),(221,'Asheville Holiday Parade and Events','Asheville Holiday Parade and Events','
\r\n\"holiday_parade_logo_2010web.jpg\"\r\n
\r\n
\r\n
\r\n
\r\n

\r\nMountain Magic will fill Downtown this season through many of our holiday programs! The Asheville Downtown Association is proud to bring you the

\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n

64th Annual Asheville Holiday Parade

\r\n

The Holiday Windows Competition

\r\n

Holiday Hours of Downtown Businesses

 \r\n

1st Annual

\r\n

Downtown

\r\n

JingleFest

 
\r\n

\r\n \r\n

\r\n

         
\r\n

\r\n

\r\n

\r\n \r\n

\r\n
\r\n

Asheville Holiday Parade 2010: November 20th

\r\n

\r\n\"SteepThe 64th Annual Asheville Holiday Parade\'s theme is "Mountain Magic" to be held Saturday, November 20 at 11 am.\r\n

\r\n

\r\nThis\r\nyear\'s Grand Marshals are... The Steep Canyon Rangers who will be \r\nperforming at the head of the parade. Bringing up the rear will be \r\nSanta, sponsored by Biltmore, America\'s Largest Home. In between will be\r\n90+ entries of marching bands, decorated floats, dancers, cloggersm \r\ntumblers, llamas, horses, dogs, tractors, fun cars, angels, choirs, rock\r\nbands, and of course Reindeer. To see who will be in the parade, where \r\nthe parade route runs and special offers from Biltmore, visit AshevilleParade.org.\r\n

\r\n

\r\nAlso\r\nlike last year, there will be holiday-related activities leading up to \r\nthe parade, as well as after the parade. The Asheville Downtown \r\nAssociation\'s holiday windows competition, which gets bigger and better \r\neach season, will be judged on November 17 so that everyone attending \r\nthe parade can take the self-guided walking tour of all of the festive \r\nwindows.\r\n

\r\n

\r\nFor more information, email Parade Director Sandie Rhodes at Sandie@AshevilleParade.org\r\n \r\n

\r\n

\r\nBefore the parade...\r\n
\r\nRed Cross Downtown Mountain Mile
\r\nRun\r\nor walk the Asheville Holiday Parade route just before the parade starts!\r\nRunners of all levels and ages are welcome to participate in the 2nd Annual Red\r\nCross Downtown Mountain Mile on November 20 in beautiful downtown Asheville.\r\nSponsored by Volvo Construction, the race will immediately precede the downtown\r\nHoliday Parade and all proceeds benefit your local Red Cross. Register at www.redcrosswnc.org.
\r\n

\r\n

\r\nAfter the Parade...
\r\nSanta in the Park
\r\nSanta will visit with everyone at Pritchard Park right after the parade. He will be joined by the Montford Park Players doing skits from Dicken\'s Christmas Carol. The Asheville Chorale Society will be singing traditional carols, and of course, Santa\'s elves and reindeer will be on hand. Kids can get their photo taken with Santa (or Rudolph) by nationally-acclaimed photographer, Jerry Nelson.\r\n

\r\n

\r\n \r\n

\r\n

\r\n1st Annual Downtown JingleFest

\r\n

\r\n\"jinglefestwetoday2.jpeg\"Sunday, December 5, is the first ever Downtown JingleFest. We\'ll start off at 3 pm at Reuter Terrace in Pack Square Park with traditional Christmas caroling by Asheville Chorale Society, a few dance numbers from Asheville Ballet\'s Nutcracker, a 6th grade African Drum group and girls choir from Delta House, the Montford Park Players portraying Dicken\'s characters from A Christmas Carol," the North Pole mailbox and a visit from Santa (the real one!), elves, reindeer and hot cider and snowman building competitions, snowball throwing contests,  and who know what else.
\r\n
\r\nAt dark, we\'ll go inside Pack\'s Tavern to the Century Room (second floor) for some hot toddies and a special performance by Mark Keller and friends previewing their upcoming Holiday Jam benefit for Mission Hospital. More games and prizes... "Did someone say "Pin the tail on the reindeer?"
\r\n 
\r\nIn keeping with the season of giving, we ask those inclined to bring a blanket, gloves, scarf, etc. for ABCCM and/or cans of non-perishable food for MANNA Food Bank.
\r\n 
\r\nGather up family and friends and head over to Pack Square Park on Sunday. This will become an annual family-friendly (not beer-friendly until after dark), festive celebration of the season by the ADA. Keep an eye out for reindeer!
\r\n
\r\nIt\'s a JingleFest! Doesn\'t that just make you smile? \r\n

\r\n

\r\n \r\n

\r\n

Bad Weather Plan:

\r\n

\r\nJingleFest will be held in the Century Room of Pack\'s Tavern if
\r\nweather is too bad to be outside. Bar will not be open until after 5:00pm so kids will be expected.
 \r\n

\r\n

Sponsored by
\r\n

\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n
\"pack-logo_rgb-burnt-red-300x227.jpg\"
\r\n
\"cca_logo.jpg\"
\r\n
\r\n

Photographed by Jerry Nelson Photography.
\r\n

\r\n

\r\n \r\n

\r\n

Holiday Windows Competition

\r\n

\r\nThe 2010 Holiday Season is just around the corner, and the\r\nAsheville Downtown Association has several events planned to bring folks\r\ndowntown to shop, dine and play.  We need your help to set the stage for\r\nthe celebration!  Our overall downtown holiday theme is "Mountain Magic", so\r\nget your elves together, design a holiday window display, and enter the contest\r\nfor a chance to win cash prizes.  Judging will be on Wednesday, November\r\n17th. \r\n

\r\n

\r\nThree awards will be given:  Best Interpretation of\r\nthe Theme (How well does the design express the theme of Mountain Magic?)\r\n, Best Use of Merchandise (Does the display use merchandise from the\r\nstore?  How compelling is the invitation to shop inside?), and a\r\nspecial Judges\' Favorite award (that intangible WOW! factor) to the\r\nhighest scoring entry.  Points are also given for creativity and\r\noriginality.\r\n

\r\n

\r\n \r\n

\r\n

Holiday Hours

\r\n
\r\n
\r\n
\r\n\"Holiday\r\n
\r\n
\r\n \r\n
\r\n
\r\nAt the Asheville \r\nDowntown Association, we\'re passionate about bringing customers to your \r\ndowntown business. The next few months hold many special holidays for \r\nall of us and you may be closing your business to spend time with \r\nfamily. We\'d like to help publicize your special holiday hours and days \r\nof operation through our website. \r\n
\r\n
\r\n \r\n
\r\n
\r\nPlease email the ADA with this information and remember to consider the following holidays:  \r\n
\r\n

\r\n \r\n

\r\n
\r\n
\r\n
\r\n
\r\n Thanksgiving Day: November 25
\r\n
\r\n
\r\n First Day of Chanukah: December 2\r\n
\r\n
\r\n Muharram: December 7
\r\n
\r\n
\r\n Last Day of Chanukah: December 9
\r\n
\r\n
\r\n Christmas Eve: December 24
\r\n
\r\n
\r\n Christmas Day: December 25
\r\n Kwanzaa: December 26
\r\n
\r\n
\r\n New Year\'s Eve: December 31
\r\n
\r\n New Year\'s Day: January 1\r\n
\r\n
\r\n ADA Business Member\'s Holiday Hours are posted here.
\r\n
\r\n
\r\n
\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n','',1,0,0,0,'2008-11-14 13:44:03',72,'','2010-12-05 09:22:41',71,0,'0000-00-00 00:00:00','2008-11-14 13:43:29','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,5041),(526,'New mapAsheville information marks City of Asheville and NCDOT owned roads','New mapAsheville information marks City of Asheville and NCDOT owned roads','Who should you call to fix that pothole or broken curb? In a recent update to mapAsheville, the city\'s online user-accessible mapping and GIS service, The City of Asheville added a new application that displays ownership of all roads and corridors within the city limits so residents can find out who maintains their street.\r\n','While many of the streets inside the Asheville city limits are owned and maintained by the city, others are a mix of North Carolina Department of Transportation property, privately-owned roads, or roads owned by the National Park Service.
\r\n
\r\n“A lot of people don\'t understand that difference,” says Transportation Director Ken Putnam. “They just assume they are on a city street.”
\r\n
\r\nKnowing who owns the road brings a resident that much closer to finding out who to call if repairs or maintenance are needed, because whoever owns the street is responsible for its maintenance, Putnam notes.
\r\n
\r\nFor instance, Putnam continues, most major traffic corridors in the City of Asheville, like Merrimon Avenue, Charlotte Street and Haywood Road, not to mention I-240, are the property of NCDOT. “We thought this would be important information to put out there,” Putnam said. “And that it would be another useful resource for the citizens of Asheville.”
\r\n
\r\nThe new application, says Information Technology Director Jonathan Feldman, is a good example of the versatility of the award-winning mapAsheville system developed in 2006.  Like previous applications that supply developer information and maps instances of crimes within the city, the update consists of data the city is already working with in some fashion. Because of the way mapAsheville was structured in its creation, it is easy to follow up by plugging in new information and making it available to the public.
\r\n         
\r\n“It\'s like a Mr. Potato Head system,” Feldman says. “We can put it together with all these different components. So when we decided to do this one, it was literally done within the week.”
\r\n
\r\nThe City of Asheville already uses extensive GIS information for anything from directing emergency vehicles to supplying Asheville City Council with current annexation boundaries. Having that tool also increases the efficiency by which City of Asheville staff can answer technical questions without digging for data. The mapAsheville component allows the public to access data it needs as well, Feldman says.
\r\n
\r\n“Without an application like mapAsheville, all that information is locked away where the people can\'t get to it,” Feldman says.
\r\n
\r\nTo see the mapAsheville\'s new application, go to www.ashevillenc.gov/mapasheville and click on the “Standard GIS” link. Then, in the map criteria column on the left side of the page, select “Maintenance Responsibility,” and zoom in to the desired location. Clicking the “+” sign will show the map\'s color-coded key. A “Simple Search” from the mapAsheville main site will also allow for address-specific searches.
\r\n
\r\n',1,2,0,2,'2010-07-28 11:00:23',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-07-28 10:59:06','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,29,'','',0,69),(248,'Obituary','Obituary','Victor Richard Trantham, Jr., 63, of Asheville, died Tuesday, February 17, 2009. \r\n','

\r\nHe was born October 25, 1945 to Elizabeth Jolly Trantham, of\r\nAsheville and the late Victor R. Trantham, Sr. He was also preceded in\r\ndeath by one sister, June Trantham Grant. \r\n

\r\n

\r\nVictor was a veteran of the US Navy and served two tours for his\r\ncountry in Vietnam. He was a graduate of Asheville Buncombe Technical\r\nCollege with an Associate of Arts degree in hotel/restaurant\r\nmanagement. He worked in management with Howard Johnson\'s Corporation\r\nfor 13 years and in 1979, was named National Manager of the Year. He\r\nwas also the general manager of the Haywood Park Hotel for 21 years. \r\n

\r\n

\r\nVictor served the community tirelessly and gave of himself to so\r\nmany. He served on the Downtown Development Committee, the Tourism and\r\nDevelopment Committee and the Community Relations Advisory Board. \r\n

\r\n

\r\nHe was a long-standing member of St. Luke\'s Episcopal Church and served as a Vestry member for several years. \r\n

\r\n

\r\nVictor will be remembered for his devotion to God, his pride in his\r\nfamily, his loyalty to friends, his love of the mountains and his\r\nstrength and enduring faith in Jesus Christ. \r\n

\r\n

\r\nIn addition to his mother, Victor is survived by his wife of 37\r\nyears, Janice Wilkie Trantham; one son, Victor R. Trey Trantham, III\r\nand his wife, Rebecca and their children, Victor, IV and Kayden; and\r\none daughter, Lauren and her fianc, Mike Ormsbee. \r\n

\r\n

\r\nThe family will receive friends from 6 to 8 p.m.on Friday at Groce Funeral Home at Lake Julian. \r\n

\r\n

\r\nA funeral service will be held at 11 a.m. on Saturday at the funeral home with the Rev. Patty Mouer officiating. \r\n

\r\n

\r\nInterment will follow at St. Luke\'s Episcopal Church Cemetery on\r\nChunns Cove Road immediately followed by a reception in the church\r\nParish House. \r\n

\r\n

\r\nFlowers are appreciated. However, for those who desire, memorials\r\nmay be made in Victor\'s memory to St. Lukes Episcopal Church, 219\r\nChunns Cove Road, Asheville, NC 28805. \r\n

\r\n

\r\nA memorial register is available at Obituaries at www.grocefuneralhome.com\r\n

\r\n',1,2,0,2,'2009-02-20 11:44:45',70,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-02-20 11:43:12','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,211,'','',0,196),(222,'Get your Holiday Groove on with Seasonal Sizzle ','GET YOUR HOLIDAY GROOVE ON WITH SEASONAL SIZZLE ','','

\r\nASHEVILLE, N.C. (Nov. 11, 2008)–Holiday nights in downtown Asheville get a glitzy makeover this December with Asheville Seasonal Sizzle\r\n: 21 days of not-so-silent nights. Merrymakers will enjoy free\r\nfireworks, live entertainment, seasonal appetizer specials at local\r\nrestaurants, and extended hours of evening shopping in downtown\r\nAsheville’s eclectic boutiques and craft galleries.
\r\n
\r\nWeekend firework displays–Seasonal Sizzle at Seven–will take place on\r\nSaturdays, Dec. 6, 13 and 20 at 7 p.m. in downtown Asheville.
\r\n
\r\n

\r\nParticipating\r\nindependent restaurants will feature “Appy Hour” appetizer specials on\r\nThursdays, Dec. 1 through 21 from 5 to 7 p.m. Local restaurants will\r\nalso offer “Sizzle Specials” on the Saturday evenings with fireworks\r\n(Dec. 6, 13 and 20). 
\r\n
\r\nAsheville visitors will receive a warm holiday welcome as “Downtown\r\nDocent” guides walk the downtown streets directing guests to Seasonal\r\nSizzle festivities, holiday happenings and other points of interest.
\r\n
\r\nAfter the fireworks, visitors are encouraged to enjoy live music,\r\ntheater and dance performances including the Warren Haynes Christmas\r\nJam, Asheville Ballet’s Nutcracker and holiday theater performances at\r\nNorth Carolina Stage Company, Diana Wortham Theater and Asheville\r\nCommunity Theater.

\r\n
\r\n',-2,2,0,2,'2008-11-14 14:40:29',70,'','2008-11-14 14:41:47',70,0,'0000-00-00 00:00:00','2008-11-14 14:36:18','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,0,'','',0,112),(223,'Downtown Asheville\'s Holiday Events','','','
\r\nHappy Holidays at the Asheville Downtown Association
\r\n
\r\n
\r\n
\r\nThis year\'s holiday season is turning out to be one of the most exciting downtown Asheville has ever seen! There are a lot of events going on and many of you are participating in Candy Cane Hearts Program, the Holiday Parade, and the Holiday Windows Contest.
\r\n
\r\nNovember is shaping up to be a wonderful time in Asheville. To kick off the Holiday Season, we are hosting the first annual Flight Night, November 20, 2008! A must attend for craft beer aficionados and culinary connoisseurs alike, Flight Night will offer a memorable craft beer and food experience that is uniquely Asheville! Tickets are now available on the ADA website, just click above!
\r\n
\r\nOf course, the Holiday Parade will be on November 22, 2008. There is lots of information on the website and more below! We are still looking for volunteers for this event! If you are interested in volunteering, please give us a call or an email! We\'d love to have you.
\r\n
\r\nOn Parade Day we are hosting the Candy Cane Hearts Program! If your business chooses to participate in the Candy Cane Heart promotion, we will list your business on the ADA website, the parade website, and the parade map as participating. You will receive a Candy Cane Heart poster to hang in your window on parade day! All you pledge in return is to give a tiny token gift to patrons making a purchase. This can be as small as a chocolate kiss, a discount off future purchase, a sample of a new dessert, or whatever you see fit! We have created a one day promotion to turn the parade audience into shoppers and diners. Give us a call or an email if you\'d like to participate!
\r\n
\r\nDecember in Asheville will be "Downtown Decked Out", the ADA in coordination with many other organizations, have "Happy Appy" Thursdays, "Festive Fridays", Saturday with Santa & "Saturday Sizzle at Seven". You may know about some of these events, but here are the details.
\r\n
\r\n*    Decorations: Pritchard Park will be professionally decorated
\r\nwith lights, etc., and a "North Pole Express Mailbox" donated by the Asheville Post Office where kids can mail letters to Santa.
\r\n*    "Holiday Windows" program with judging on Wednesday, November 19
\r\nand a "People\'s Choice" award (encouraging people to walk and view decorated windows). You all have made this the best year yet: 43 entries! All of these participating businesses are listed here on the Holiday Parade Website. Click on the Asheville Holiday Season tab for more information about this and the
\r\nCandy Cane Hearts Program.   
\r\n*    Asheville Holiday Parade (Nov. 22) kicks off with the Asheville Holiday Parade at 11 am followed by Santa Singing in the Park, meeting kids, caroling, Old English dance performance and a concert by Biltmore Baptist Choir at 3 pm. It\'s not too late to help out with the parade! We are still looking for volunteers!
\r\n*    Santa Claus: Saturday mornings (Nov. 29, Dec. 6, 13 and 20)
\r\nSanta will come to the Park at 10 am to pick up his mail and spend an hour with the kids. We\'ll have elves on hand to meet and greet as well.
\r\nThere will also be some choirs and other musical groups to perform at this time.
\r\n*    Caroling at The Grove Arcade There will be live holiday music on Friday and Saturday late morning/afternoons
\r\n*    "Happy Appy Thursdays": (December 4, 11, 18) Asheville
\r\nIndependent Restaurant Association
is sponsoring "Appy Hour", as a way to encourage people to stay downtown to eat and locals to come downtown early for dinner. Many downtown restaurants offering specially discounted appetizers from 5:00 to 6:00 pm. Some of the participating restaurants include, Bouchon featuring $13 cheese plate will sale for $9; The Lobster Trap featuring $6.00 Trout Dip and Fiore\'s featuring $8.00 Calamari!
\r\n*    "Festive Fridays": live entertainment - caroling, concerts, etc.
\r\nin Pritchard Park from 5:00 to 7:00 pm
\r\n*    "Saturday Sizzle at Seven" fireworks (December 6, 13, 20), you may have seen us on the news about this one! Asheville Independent Restaurant Association is also encouraging it\'s members to "Experience the Sizzle" by offering Sizzling Specials on each of these Saturday nights!
\r\n
\r\nFor details, visit ExploreAsheville.com, AshevilleParade.org, AIRAsheville.org, GroveArcade.com, GroveParkInn.com and of course AshevilleDowntown.org.

\r\n',-2,2,0,2,'2008-11-17 14:29:46',70,'','2008-11-17 14:31:08',70,0,'0000-00-00 00:00:00','2008-11-17 14:28:31','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',4,0,0,'','',0,417),(227,'Asheville Oktoberfest','Asheville Oktoberfest','

2010 Asheville Oktoberfest

\r\n
\r\n

\r\n  \"Click \r\n

\r\n
\r\n
\r\n \r\n
\r\n
\r\n
\r\n
\r\n \r\n \r\n

Sign up for ADA updates of your choice: Events Digest, Volunteer Opportunities & more.

\r\n
\r\n \r\n \r\n \r\n \"Secure-Subscribe™\"™\r\n email marketing privacy\r\n \r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\"Follow
\r\n
 \"Join\"Friend
\r\n
 \"Chat\"Chat
\r\n        \r\n  \r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n \r\n

\r\n
\r\n','',0,3,0,4,'2009-01-08 13:36:01',72,'','2011-04-01 15:30:46',71,0,'0000-00-00 00:00:00','2009-01-08 13:35:41','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',66,0,2,'','',0,0),(553,'Urgent Cares of America Offers Free Flu Shots for North Carolina\'s Youth','Urgent Cares of America Offers Free Flu Shots for North Carolina\'s Youth','Urgent Cares of America clinics are now offering free seasonal 2011 flu shots to all children and youth ages 4 years through college students. Ages 4 years old and up, including university and college students with appropriate student IDs, can receive their flu shot for free by simply walking into an Urgent Cares of America clinic while supplies last. \r\n','

\r\n"This effort is to encourage families and young adults to think about being vaccinated and staying well during the turbulent temperatures North Carolina brings us during the winter months" Reuel Heyden, Director of Community Relations. \r\n

\r\n

\r\nThe 2010-­â€2011 flu vaccine protects against three different flu viruses: the H3N2 virus, the Influenza B virus and the H1N1 virus. \r\n

\r\n

\r\nParticipating locations are Asheville Urgent Care, Boone Urgent Care, Hendersonville Urgent Care, Clayton Urgent Care, FastMed of Cary, FastMed of Wake Forest, Fuquay Urgent Care Urgent Care of Cary, Wake Urgent Care. \r\n

\r\n

\r\nUrgent Cares of America is network of currently nine (9) urgent care facilities with locations in Asheville, Boone, Cary, Clayton, Garner, Fuquay-­â€Varina and Wake Forest. \r\n

\r\n

\r\nFor more information and directions please visit www.rucn.info or contact (919) 550-­â€0821.\r\n

\r\n',1,2,0,2,'2011-01-03 15:53:42',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-01-03 15:46:10','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,11,'','',0,84),(482,'Asheville Downtown Association hosts the State of Downtown Luncheon','Asheville Downtown Association hosts the State of Downtown Luncheon','

\r\nThe Asheville Downtown\r\nAssociation (ADA) will host the State of Downtown Luncheon on Thursday,\r\nFebruary 4 from noon to 1:30pm in the Civic Center\'s banquet room. The event is\r\nco-sponsored by the City of Asheville.
\r\n 
\r\n2009 ADA Board Chair Byron Greiner will address the association\'s program of\r\nwork for the past year as well as the membership\'s top priorities and\r\nchallenges facing downtown merchants and residents.
\r\n 
\r\n"Our goal for the State of Downtown Luncheon is to bring together downtown\r\nstakeholders and talk about where we are, what\'s important and what our\r\npriorities are going into 2010," Greiner said. \r\n

\r\n

\r\n \r\n

\r\n

\r\nMayor Terry Bellamy will\r\ndiscuss the City\'s accomplishments and actions as they pertain to downtown and\r\nthe Asheville Downtown Commission will review its progress as well as give an\r\nupdate on the Downtown Master Plan.\r\n

\r\n

\r\n \r\n

\r\n

\r\nDowntown Asheville Residential Neighbors (DARN)\r\nwill also facilitate a question and answer session with presenters and\r\nattendees. \r\n

\r\n

\r\nTickets are $10 for members\r\nof the Asheville Downtown Association and $12 for potential members, and\r\ninclude lunch. Tickets are available by clicking here or 828- 251-9973.\r\n

\r\n

\r\n \r\n

\r\n','',1,1,0,1,'2010-01-22 11:00:54',71,'','2010-12-15 14:32:24',71,0,'0000-00-00 00:00:00','2010-01-22 10:59:35','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,6,'','',0,476),(253,'Scholar: Urban renewal hurt cities\' vitality','Scholar: Urban renewal hurt cities\' vitality','Any gardener knows that damaging a plant\'s roots can stunt its growth or kill it.But people behind urban renewal projects that hit hundreds of American\r\ncities in the decades after World War II didn\'t account for the fact\r\nthat something similar can happen when people are forcibly removed from\r\nthe neighborhoods that nurture them.\r\n','

\r\nThat\'s a key point in the work of Mindy Thompson Fullilove, an\r\nexpert on the impacts of urban renewal who is scheduled to speak here\r\nthis weekend as part of a series of events focused on the subject.\r\n

\r\n

\r\nFullilove\r\nis a research psychiatrist at New York State Psychiatric Institute and\r\na professor of clinical psychiatry and public health at Columbia\r\nUniversity. Her 2004 book, “Root Shock: How Tearing Up City\r\nNeighborhoods Hurts America and What We Can Do About It,” chronicles\r\nthe downward spiral urban renewal imposed on several predominantly\r\nAfrican-American neighborhoods in Pittsburgh, Newark, N.J., and\r\nRoanoke, Va.\r\n

\r\n

\r\nFullilove argues that urban renewal eliminated\r\nplaces that helped people live their lives and broke the bonds that\r\ntied communities together. She wrote that it placed so much pressure on\r\naffected residents — who in many cases had no place to move once their\r\nhomes were torn down — that urban renewal was a major cause of the\r\nriots that hit many American cities in the 1960s.\r\n

\r\n

\r\nUrban renewal affected more than 2,500 neighborhoods, she wrote, about two-thirds of them African-American ones.\r\n

\r\n

\r\nHer\r\nwork is of more than academic interest in Asheville. Urban renewal\r\ndramatically changed neighborhoods to the east, south and west of\r\ndowntown that had about 12,500 residents and 4,154 homes and apartments\r\nbefore the process began, according to press accounts at the time.\r\n

\r\n

\r\nEverette\r\nParrish grew up in what he described as a close-knit neighborhood south\r\nof downtown. But he told the Citizen-Times in 2004 that when he\r\nreturned to the area in 1978 after spending most of the \'60s and \'70s\r\nin the Midwest, “The old neighborhood as I knew it had just been\r\ndestroyed.”\r\n

\r\n

\r\nHere are excerpts from an interview with Fullilove.\r\n

\r\n

\r\nQuestion: What exactly is root shock?\r\n

\r\n

\r\nAnswer:\r\nI have defined root shock as the traumatic stress reaction to the loss\r\nof all or part of one\'s emotional support system. By that I mean that\r\none goes into a state of confusion and disorientation, discomfort\r\nbecause of ways of living in the world that were … lost when the world\r\nwas changed.\r\n

\r\n

\r\nQ: With regard to urban renewal, what were the motives behind it? Did it turn out like people intended it to turn out?\r\n

\r\n

\r\nA:\r\nIt was a program proposed by downtown power brokers who thought that\r\nclearing out blight would reanimate the city as an economic competitor\r\nfor the newly emerging suburbs. … And it was definitely part of\r\nrestructuring the city so that the city would fit the automobile.\r\n

\r\n

\r\nIt\r\nhad many unintended consequences people are still paying for. I don\'t\r\nthink it turned out at all the way people thought. Instead of being an\r\neconomic engine, it really crippled people. Making cities for cars was\r\na really bad idea, and now we actually have to retool our whole society\r\naway from cars because cars are making us fat and using too much energy.\r\n

\r\n

\r\nQ: You\'ve done some academic research looking at root shock from a health perspective. What kind of impacts did you find?\r\n

\r\n

\r\nA:\r\nMany, across many domains. Because root shock is experienced by\r\nindividuals who have lost their place, it\'s a personal loss. But it\r\nalso has some costs for social groups and a cost for society.\r\n

\r\n

\r\nThere\r\nare huge economic losses. For example, many small businesses were not\r\ncompensated at all and were unable to relocate, so there\'s a loss. In\r\nthe few studies that have been done, as many as like 70-80 percent of\r\nsmall businesses are destroyed. … There are cultural losses, political\r\nlosses, economic losses, psychological losses.\r\n

\r\n

\r\nBut also society,\r\nby tearing up near-downtown neighborhoods, weakened downtowns, which\r\ncost all of us because it cost us energetic, creative cities. We have\r\nhad these very stagnant cities that have fallen behind other countries\'.\r\n

\r\n

\r\nThe\r\nbook that calls for cities to be welcoming places for the creative\r\nclasses (“The Rise of the Creative Class” by Richard Florida) basically\r\ncalls for us to rebuild the cities that we had.\r\n

\r\n

\r\nQ: To what extent do you think people feel that the approach used … (for urban renewal) was a big mistake?\r\n

\r\n

\r\nA:\r\nMany people think of it as a big mistake. … I don\'t think they fully\r\nunderstand why it was bad, but they have a good sense it was brutal.\r\n

\r\n

\r\nQ: Are these kinds of neighborhood-clearing activities still going on, and has the way they are handled changed?\r\n

\r\n

\r\nA: They\'re still going on, and they\'re still (hurting people).\r\n

\r\n

\r\nQ: Any idea why we haven\'t learned from these experiences?\r\n

\r\n

\r\nA:\r\nWhat happened is that the politicians and the developers found that\r\nthey could make a lot of money doing the developments they wanted to\r\nmake using these sets of tools. It was quite lucrative, so they\'ve\r\nfound more and more clever ways to get around (obstacles) but without\r\nreally changing the brutality of the process.\r\n

\r\n

\r\nQ: What do you think society should be doing about these problems today?\r\n

\r\n

\r\nA:\r\nWe got out of agriculture as a place where people worked and got into\r\nmanufacturing; and now we\'ve exported all the manufacturing jobs and\r\ngotten into service. Now we\'re exporting service jobs. I think the\r\nurgent issue is what the economy\'s going to be in the future. … We\r\ndestroyed our cities but they can be repaired and even starting to\r\nrepair them can energize people to create the economy of the future.\r\nThat\'s what I think we have to do.\r\n

\r\n

\r\nMark BarrettMBarrett@CITIZEN-TIMES.com \r\n • published February 26, 2009 \r\n

\r\n',1,2,0,2,'2009-02-26 10:57:11',70,'','2009-02-26 10:57:22',70,0,'0000-00-00 00:00:00','2009-02-26 10:55:32','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,206,'','',0,167),(252,'Park construction changes Pack Place access','Park construction changes Pack Place access','Workers have completed the western side of the small plaza in front of\r\nPack Place and have shifted to the eastern side, complicating\r\nhandicapped to the collection of cultural institutions downtown.\r\n','Pack Place can now be accessed using the doors on the right side of\r\nthe entrance to Pack Place, but using that entrance involves a small\r\nset of steps.\r\n

\r\nHandicapped access to Pack Place is now either\r\nthrough Asheville Art Museum’s front entrance or via the alley between\r\nMarble Slab Creamery and the New French Bar Courtyard Café, said Donna\r\nClark, spokeswoman for Pack Square Conservancy. There is also a ramp\r\nconnecting Pack Place with the top floor of the Biltmore Avenue parking\r\ndeck.\r\n

\r\n

\r\nWork on Pack Square is scheduled to be completed in April.\r\nOther parts of the park are expected to be completed later in the year.\r\n

\r\n

\r\nPack Place is home to Diana Wortham Theatre, The Health Adventure,\r\nColburn Earth Science Museum, the YMI Cultural Center and the Asheville\r\nArt Museum.\r\n

\r\n

\r\nMark BarrettMBarrett@CITIZEN-TIMES.com \r\n • published February 25, 2009 \r\n

\r\n',1,2,0,2,'2009-02-25 13:27:51',70,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-02-25 13:25:37','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,207,'','',0,152),(251,'Chamber Announces 2009 We\'re For Business Award Winners ','Chamber Announces 2009 We\'re For Business Award Winners ','','

\r\nThe Asheville Area Chamber of Commerce takes pride in the achievements of the entire business community, regardless of size or business category. That is \r\nwhy they are pleased to announce the winners from the 2nd annual We\'re For \r\nBusiness awards luncheon presented by Wachovia.  The event took place \r\nat the Grove Park Inn Resort & Spa. The 2009 We\'re For \r\nBusiness recipients are:\r\n

\r\n
\r\n

\r\n Customer Service – “Over \r\n the Top” presented by First Citizens Bank \r\n

\r\n
\r\n

\r\n 15 or Fewer Employees: \r\n Appalachian Carpet and Textile Cleaning
\r\n 16 or More Employees: Two Men and a Truck\r\n

\r\n
\r\n

\r\n Commitment to Community - \r\n “One for All” presented by McDonald\'s \r\n

\r\n
\r\n

\r\n 15 or Fewer Employees: Landmark Landscapes
\r\n 16 or More Employees: Asheville Savings Bank\r\n

\r\n
\r\n

\r\n Innovation – “Out on a \r\n Limb”presented by George\'s Stor-Mor \r\n

\r\n
\r\n

\r\n 15 or Fewer Employees: Whole Log Lumber
\r\n 16 or More Employees: Mail Management\r\n

\r\n
\r\n

\r\n Green Business – “Go \r\n Green” presented by Forest Commercial Bank \r\n

\r\n
\r\n

\r\n 15 or Fewer Employees: American Security Shredding
\r\n 16 or More Employees: Plasticard \r\n Locktech International\r\n

\r\n

\r\n  \r\n

\r\n

\r\n  \r\n

\r\n
\r\n
\r\n',1,2,0,2,'2009-02-25 11:35:34',70,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-02-25 11:33:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,208,'','',0,146),(229,'Windows on the Park','Windows on the Park','

\r\nWindows on the Park
\r\n1
N Pack Sq # 1E
\r\nAsheville
, NC
‎ 
\r\n(828) 252-2920
\r\nwww.WindowsOnThePark.com
\r\n
\r\n

\r\n','',0,12,0,17,'2009-01-29 11:55:53',71,'','2010-12-31 13:58:39',71,0,'0000-00-00 00:00:00','2009-01-29 11:53:32','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,20,'','',0,166),(230,'Battery Park Book Exchange','Battery Park Book Exchange','
\r\nBattery Park Book Exchange
\r\n1 Page Ave. Suite 101
\r\nAsheville, NC 28801
\r\n828-467-0074
\r\nwww.LSBookExchange.com
\r\n

\r\n
\r\n','',1,13,0,20,'2009-01-29 11:59:53',72,'','2011-03-30 12:57:15',71,0,'0000-00-00 00:00:00','2009-01-29 11:56:13','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',4,0,12,'','',0,344),(231,'The Venue','The Venue','

\r\nThe Venue
\r\n21 North Market St.
\r\nAsheville, NC 28801
\r\n(828) 779-8546
\r\nwww.TheVenueAsheville.biz
\r\n
\r\n

\r\n','',0,12,0,17,'2009-01-29 12:30:38',71,'','2010-12-31 13:58:39',71,0,'0000-00-00 00:00:00','2009-01-29 12:28:55','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,19,'','',0,178),(233,'If county offices exit, will downtown suffer?','','Some downtown\r\nmerchants fear a loss of business if Buncombe County government move\r\nits offices out of the central business district, though the fear has\r\nnot been universal.\r\n','

\r\nIf county offices exit, will downtown suffer?
\r\n
\r\n
\r\n
Businesses debate effects of Buncombe departure
\r\n
\r\n\r\n
\r\nClarke Morrison
\r\n
\r\n
\r\n

\r\n

\r\nSome downtown\r\nmerchants fear a loss of business if Buncombe County government move\r\nits offices out of the central business district, though the fear has\r\nnot been universal.\r\n

\r\n

\r\nHundreds\r\nof county employees work downtown, bringing business to restaurants and\r\nshops. But county commissioners have asked County Manager Wanda Greene\r\nto look for a new location to consolidate offices, most of which are\r\nscattered around downtown.\r\n

\r\n

\r\nGreene estimated that 800 to 1,000 employees would be affected by a move, and most of those people work downtown.\r\n

\r\n

\r\nSome of the workers dine regularly at Tripps on College Street, said Steve Wright, managing partner of the restaurant.\r\n

\r\n

\r\n“I\r\ncertainly would not like it if they moved out of downtown,” he said.\r\n“It\'s a big percentage of my lunch business. I see a lot of the same\r\nfaces every day.”\r\n

\r\n

\r\nChairman David Gantt said one option is buying the Biltmore Square Mall, off Interstate 26 southeast of downtown.\r\n

\r\n

\r\nLosing\r\nworkers from downtown would no doubt hurt some businesses, said Dwight\r\nButner, owner of Vincenzo\'s Ristorante & Bistro on Market Street\r\nand former president of the Asheville Independent Restaurant\r\nAssociation.\r\n

\r\n

\r\n“I hate to see it when anybody chooses to move out of downtown,” Butner said.\r\n

\r\n

\r\nBut\r\nJimi Rentz, owner of Barley\'s Taproom and Pizzeria on Biltmore Avenue,\r\nsaid he doubts whether an exit by the county would affect business.\r\n

\r\n

\r\n“Someone is going to come to fill the space they evacuated,” he said. “They (buildings) are not going to sit vacant.”\r\n

\r\n

\r\nBryon Greiner, a real estate broker and president of the Asheville Downtown Association, agreed.\r\n

\r\n

\r\n“Anytime\r\nsomebody moves out of downtown, there\'s concern” Greiner said. “But I\r\nthink the space would readily be taken up by others.”\r\n

\r\n

\r\nGreene\r\nsaid consolidating county services wouldn\'t necessarily mean a move out\r\nof downtown. She said she plans to present a recommendation and funding\r\nplan for a possible relocation to commissioners in 45-60 days.\r\n

\r\n

\r\nA\r\nnew facility could cost $50 million or more, Greene said. She said the\r\ncounty is open to acquiring an existing building or buying land for a\r\nnew one. The location would have to have water and sewer service and\r\naccess to public transportation, she said.\r\n

\r\n

\r\nGreene\r\nsaid the county has to find more room, particularly for its cramped\r\nhuman services offices. Federal reimbursements for health and social\r\nservices are tied to space requirements for workers dealing with\r\nclients.\r\n

\r\n

\r\n“We are\r\nnot meeting those requirements right now,” she said. “It would be great\r\nif we could find a way that we could consolidate all of county\r\ngovernment.”\r\n

\r\n

\r\nGreene said the county will take the impact on downtown businesses into account in any decision on moving offices.\r\n

\r\n

\r\n“Just knowing how much our employees eat and shop downtown, we\'re not going to do anything without measuring impacts,” she said.\r\n

\r\n

\r\nGantt agreed.\r\n

\r\n

\r\n“Any\r\nchange of the employee population downtown is something that would be\r\nconsidered,” he said. “We would have to look at that and have\r\ndiscussions.”\r\n

\r\n

\r\nChuck\r\nTessier, owner of a property management company and former member of\r\nthe Asheville Downtown Commission, said it\'s unclear what impact county\r\noffices leaving downtown would have.\r\n

\r\n

\r\nTessier was the county\'s planning director in the late 1970s and early \'80s.\r\n

\r\n

\r\n“When I worked for the county, a lot of people were getting in their car and going somewhere (for lunch),” he said.\r\n

\r\n

\r\nBut Tessier said consolidation of offices makes sense.\r\n

\r\n

\r\n“They\r\nare scattered out in so many locations,” Tessier said. “Getting the\r\noffices consolidated in one place would be a big plus. It should really\r\nmake the county much more efficient than it is now.”\r\n

\r\n

\r\nTessier\r\nalso believes there would be a demand for space left vacant by a move,\r\nand it would fill up over time, even with the economic downturn.\r\n

\r\n

\r\n“It wouldn\'t happen overnight,” he said.\r\n

\r\n \r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n',1,2,0,2,'2009-01-29 13:15:45',70,'','2009-01-30 11:52:28',70,0,'0000-00-00 00:00:00','2009-01-23 01:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,223,'','',0,184),(234,'Efforts needed to clean up downtown, mayor says ','','Downtown is still\r\nthe city\'s diamond but one that needs to the cleaned and polished,\r\nMayor Terry Bellamy told the Asheville Downtown Association on Thursday.\r\n','Mark Barrett\r\n\r\n\r\n

\r\nDowntown is still\r\nthe city\'s diamond but one that needs to the cleaned and polished,\r\nMayor Terry Bellamy told the Asheville Downtown Association on Thursday.\r\n

\r\n

\r\nCity\r\ngovernment, nonprofits, downtown residents and businesses should all\r\nfocus on efforts to make downtown cleaner and more pleasant, Bellamy\r\ntold about 90 people at the association\'s annual State of Downtown\r\nluncheon at the Civic Center.\r\n

\r\n

\r\n“Our downtown is tarnished” by problems like graffiti, litter, petty crime, and parking and vehicle towing issues, Bellamy said.\r\n

\r\n

\r\nCity\r\ngovernment has increased efforts to pick up trash downtown, clean\r\nsidewalks and arrest those defacing buildings or otherwise creating a\r\nnuisance, but problems remain, she said.\r\n

\r\n

\r\nDowntown\r\nappears to be entering a relative lull in development activity. That\r\nfollows several years that saw many buildings renovated and a handful\r\nof new structures erected while downtown\'s popularity grew among\r\nvisitors and residents.\r\n

\r\n

\r\nPat\r\nWhalen, a downtown developer who heads the city Downtown Commission,\r\nsaid the slowdown presents an opportunity to chart the course forward\r\nin the form of a new city downtown plan scheduled to go to City Council\r\nin the next few months.\r\n

\r\n

\r\n“We were superheated before. Now we have an opportunity to take our breath,” Whalen said.\r\n

\r\n

\r\nBellamy said problems downtown could reduce its attractiveness to visitors despite its recent success.\r\n

\r\n

\r\nShe\r\nworried aloud about visitors saying, “I saw (downtown Asheville) on\r\ntelevision, but when I came, it didn\'t look the same. … It was crummy.”\r\n

\r\n

\r\nSince\r\n2005, city government has increased trash pickup and the number of\r\ntrash cans downtown, pressure-washed sidewalks around trash cans more\r\noften, beefed up its street-sweeping equipment and worked with partners\r\nto make Pritchard Park safer and more visited, Bellamy said.\r\n

\r\n

\r\nNew\r\nstreet flushing equipment will be deployed shortly, and several\r\nwaterlines are being replaced downtown, providing capacity for future\r\ngrowth, she said.\r\n

\r\n

\r\nBellamy\r\nsaid police have increased efforts to catch graffiti artists, and the\r\ncity is pushing for tougher punishment for those charged with vandalism\r\nand other nuisance offenses. But, she said, more work on graffiti and\r\nthe issues of parking availability and vehicles being towed from\r\ndowntown parking lots is needed, Bellamy said.\r\n

\r\n

\r\nAn\r\naudience member said the city should clean up property it owns across\r\nHaywood Street from the Civic Center, saying, “It\'s really shabby.”\r\n

\r\n

\r\n“You\'re\r\nright. … What\'s good for the goose is good for the gander,” Bellamy\r\nresponded. She said the city is trying to improve that property\'s\r\nappearance and is trying in general to make sure property it owns stays\r\npresentable.\r\n

\r\n \r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n',1,2,0,2,'2009-01-29 13:17:20',70,'','2009-01-30 11:52:06',70,0,'0000-00-00 00:00:00','2009-01-09 01:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,221,'','',0,224),(236,'County narrows list of potential new offices ','County narrows list of potential new offices ','Buncombe County officials have identified 20 locations as possible spots for consolidating county operations in a new location.\r\n','

\r\nCounty narrows list of potential new offices
\r\n
\r\n\r\n
\r\nClarke Morrison
\r\n
\r\n
\r\n

\r\n

\r\nBuncombe County officials have identified 20 locations as possible spots for consolidating county operations in a new location.\r\n

\r\n

\r\nSpeaking\r\nto business leaders Thursday, County Manager Wanda Greene said she took\r\na flood of calls from real estate brokers following news county\r\ncommissioners asked her find a way to get workers out of cramped\r\ngovernment offices.\r\n

\r\n

\r\n“We\'ve\r\nhad a lot of proposals that have been made to us,” Greene said during a\r\nluncheon meeting of the Council of Independent Business Owners at\r\nCountry Club of Asheville. “They brought us some good ideas.”\r\n

\r\n

\r\nThe\r\ncounty is looking for a large existing building or land on which to\r\nbuild a new one. Greene said she\'s narrowed a list of potential options\r\ndown to 20. The facility could cost $50 million or more, she said.\r\n

\r\n

\r\n“I\'m putting numbers to those options now,” she said.\r\n

\r\n

\r\nGreene\r\nsaid that among the remaining options is Biltmore Square Mall, which\r\nhas struggled to attract shoppers since opening in 1989 off the\r\nInterstate 26 and Brevard Road interchange.\r\n

\r\n

\r\nThe\r\nproperty is for sale, and Rusty Pulliam, part of the Biltmore Eight LLC\r\nownership group, has said the asking price is around $37 million.\r\n

\r\n

\r\nGreene\r\nshowed the group of about 75 at Thursday\'s meeting maps of various\r\ncounty buildings spread across downtown. The social services building\r\non Coxe Avenue is “literally busting at the seams,” potentially\r\njeopardizing the agency\'s federal funding, while the courthouse is\r\n“absolutely slammed,” she said.\r\n

\r\n

\r\nGreene\r\nreiterated the pledge by commissioners Chairman David Gantt that\r\nproperty taxes wouldn\'t be raised to fund the facility. She said\r\ncriteria for selecting the site included it be accessible to public\r\ntransportation and that it maximize the consolidation of county offices.\r\n

\r\n

\r\nThe\r\nproperties on her list of 20 include vacant land, existing buildings\r\nthat need renovation and existing buildings that would have to be\r\ndemolished to make way for new construction.\r\n

\r\n

\r\nCIBO\r\nPresident John Carroll said Greene made a compelling case for\r\nadditional space, but questioned whether the county should be spending\r\nmoney on a new facility during an economic downtown.\r\n

\r\n

\r\n“What\'s\r\ngoing to be the economic impact on downtown Asheville at a time when\r\nthe economy is headed south?” Carroll said. “I think we need to let the\r\neconomic clouds clear before we make any decisions.”\r\n

\r\n

\r\nJesse Ledbetter, a former county commissioner and state legislator, said Greene made some good points.\r\n

\r\n

\r\n“I\r\nthink they\'re doing a thorough job at looking at properties that might\r\nbe available, and that\'s something they certainly need to do,” he said.\r\n“They need to find the best possible property that\'s close in.”\r\n

\r\n

\r\nGreene\r\nsaid she hopes to present about a half dozen options to commissioners\r\nin March. The final decision will be up to the board.\r\n

\r\n \r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n',1,2,0,2,'2009-01-30 11:54:17',70,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-01-30 11:53:50','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,220,'','',0,188),(237,'ASD Doggs','ASD Doggs','
\r\nASD Doggs
\r\nPO Box 847
\r\nAsheville, NC 28802
\r\n828-216-5326
\r\n
\r\n
\r\n

\r\n \r\n

\r\n','',0,9,0,19,'2009-01-30 15:11:59',72,'','2010-12-31 13:59:12',71,0,'0000-00-00 00:00:00','2009-01-30 15:05:24','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,14,'','',0,207),(239,'Landmark buildings wouldn\'t pass test Plan would reject Jackson, BB&T','Landmark buildings wouldn\'t pass test Plan would reject Jackson, BB&T','

\r\nASHEVILLE – The BB&T\r\nBuilding would be shorter, and the Jackson Building wouldn\'t exist at\r\nall if a draft downtown plan had been in effect when they were built. \r\n

\r\n','

\r\n \r\n

\r\n

\r\nThat\'s according to an analysis of the plan by city staff and\r\nconsultants presented Thursday to members of the Downtown Commission\r\nand an advisory committee on the plan, which is scheduled to go to City\r\nCouncil on March 24.\r\n

\r\n

\r\nThe rules would not be applied\r\nretroactively, meaning they would not affect any building already\r\napproved or built. City staff did the analysis to give people a better\r\nidea of how the rules might work in practice.\r\n

\r\n

\r\nOther city\r\nlandmarks, existing or just proposed, would look substantially\r\ndifferent if they had been built in conformity with rules suggested by\r\nthe plan, a city planner involved in preparing the analysis said.\r\n

\r\n

\r\nThe\r\nback sides of both City Hall and the county courthouse probably would\r\nhave run afoul of rules requiring that buildings “step back” from\r\nstreets as they rise. The Ellington hotel and condominium building\r\napproved — but not yet built — at 35 Biltmore Ave. would be too tall,\r\nplanner Alan Glines said.\r\n

\r\n

\r\nThe plan has been pitched as favoring\r\nthin buildings that preserve views and allow more sunlight to reach\r\ncity streets. It is also billed as an attempt to take some of the\r\nsubjectivity and unpredictability out of the city\'s development review\r\nprocess for downtown projects.\r\n

\r\n

\r\nBut for at least one person at\r\nThursday\'s meeting, Downtown Commission member and local architect John\r\nRogers, problems the plan would have created for one of the city\'s\r\nthinnest and best-known buildings suggest that the rules need some\r\nchanges before approval.\r\n

\r\n

\r\n“A great question for all these rules is: ‘Could you build the Jackson Building?\'” he said. “The fact is, you could not.”\r\n

\r\n

\r\nThe\r\nplan would require that the wall of the Jackson Building facing South\r\nMarket Street be moved at least 10 feet away from Market Street after\r\nabout four stories, Glines said.\r\n

\r\n

\r\nBut, he said, that would mean\r\nthe building would be only a little more than 10 feet wide at that\r\npoint, too thin to be economically practical to build.\r\n

\r\n

\r\nLimits on\r\nhow much of a shadow a building can cast on a public space — in this\r\ncase, Pack Square Park — might also have required a shorter building,\r\nGlines said.\r\n

\r\n

\r\nThe BB&T building would be about 45 feet too tall under the proposed height limits in the plan, according to the analysis.\r\n

\r\n

\r\nUnder\r\nthe draft plan rules, the Public Service Building at the corner of\r\nPatton and Coxe avenues would not be allowed to rise so dramatically\r\nfrom the sidewalk, the Asheville Renaissance Hotel would be less\r\nmonolithic and the hotel and condominium buildings proposed for the\r\nHaywood Park area — but effectively turned down by City Council last\r\nyear — probably could have gone ahead but with some changes, Glines\r\nsaid.\r\n

\r\n

\r\nThe now-dead Haywood Park project probably would have been\r\nacceptable under the rules if the condominium building were moved back\r\nseveral feet from Haywood Street and some other changes were made,\r\nGlines said, although that might have blocked views to the north from\r\nthe 21 Battery Park condominium building.\r\n

\r\n

\r\nCity staff and\r\ncommittee members suggested changes to create some flexibility in the\r\nrules, although they said the rules would have improved the look of\r\nsome buildings, had they been in effect.\r\n

\r\n

\r\n“It\'s hard, and some\r\npeople say it\'s impossible, to legislate good design,” Sasha Vrtunski,\r\nthe city\'s primary liaison with consultants writing the plan, said\r\nafter the meeting. “So what you try to do is standardize as much as you\r\ncan so that it\'s clear and fair.”\r\n

\r\n

\r\n \r\n

\r\n

\r\nMark BarrettMBarrett@CITIZEN-TIMES.com \r\n • published February 6, 2009 12:15 am \r\n

\r\n',1,2,0,2,'2009-02-06 14:48:15',70,'','2009-02-06 14:49:05',70,0,'0000-00-00 00:00:00','2009-02-06 14:46:35','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,218,'','',0,160),(238,'Asheville Downtown Association photos now online!','Asheville Downtown Association photos now online!','

\r\n\"collage.jpg\" \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\nAsheville Downtown Association now has an online photo album! We\'d love to add photos you have from events. This is our community photo album, to help us remember all these great times! Please email us with any photos from past events! In the meantime, check out the album online! We are updating daily! \r\n

\r\n\r\n','',1,2,0,2,'2009-02-02 14:16:09',70,'','2009-02-02 14:22:38',70,0,'0000-00-00 00:00:00','2009-02-02 13:46:46','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',5,0,219,'','',0,127),(255,'Construction changes Pack Place access','Construction changes Pack Place access','Workers have completed the western side of the small plaza in front of\r\nPack Place and have shifted to the eastern side, complicating\r\nhandicapped access to the collection of cultural institutions downtown.\r\n','

\r\nPack Place can now be accessed using the doors on the right side of\r\nthe entrance to Pack Place, but using that entrance involves a small\r\nset of steps.\r\n

\r\n

\r\nHandicapped access to Pack Place is now either\r\nthrough Asheville Art Museum’s front entrance or via the alley between\r\nMarble Slab Creamery and the New French Bar Courtyard Café, said Donna\r\nClark, spokeswoman for Pack Square Conservancy. There is also a ramp\r\nconnecting Pack Place with the top floor of the Biltmore Avenue parking\r\ndeck.\r\n

\r\n

\r\nWork on Pack Square is scheduled to be completed in April.\r\nOther parts of the park are expected to be completed later in the year.\r\n

\r\n

\r\nPack\r\nPlace is home to Diana Wortham Theatre, The Health Adventure, Colburn\r\nEarth Science Museum, the YMI Cultural Center and the Asheville Art\r\nMuseum.\r\n

\r\n

\r\nAC-T Business Briefs STAFF AND WIRE REPORTS \r\n • updated February 26, 2009 \r\n

\r\n',1,2,0,2,'2009-03-03 11:27:07',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-03-03 11:24:22','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,205,'','',0,121),(416,'Asheville alters stimulus request: Council drops $13,500 request for bicycles','Asheville alters stimulus request: Council drops $13,500 request for bicycles','The latest round of federal stimulus funding requests from the City\r\nCouncil will exclude $13,500 for bicycles so city staff can get around\r\ntown.\r\n','But the council and managers with the Asheville Housing Authority\r\nare asking for $11.7 million for a variety of projects, including $5\r\nmillion for a new fire station and $125,000 to repair the heating and\r\ncooling system in part of the Asheville Civic Center.\r\n

\r\n\r\nThe council voted 6-1 against requesting the money for six bicycles —\r\ntwo of them with small electric motors — and instead look at using the\r\nmoney for education programs on local water, sewer and stormwater\r\nsystems.\r\n

\r\n

\r\n Council\r\nmembers said they thought the number of bicycles the city would get for\r\nthe money was too few and some wondered if they would really be used.\r\n

\r\n

\r\n “It\'s unbelievable that we would consider $13,500 for six bicycles,” Vice Mayor Jan Davis said. “That is pretty amazing.”\r\n

\r\n

\r\n\r\nCouncilman Carl Mumpower voted against all the stimulus requests,\r\nsaying during a Tuesday night meeting, “In the face of today\'s economy,\r\nI am fascinated that we would continue to feel it is OK to spend money\r\non nice but not necessary things.”\r\n

\r\n

\r\n\r\nCity staff members in charge of stimulus requests and reducing the\r\ncarbon output of city operations said the bicycles were an attempt to\r\ncut the number of employees driving alone in a car to work.\r\n

\r\n

\r\n Employees were surveyed about why they felt they needed a car, said Lauren Bradley, assistant to the city manager.\r\n

\r\n

\r\n “One of the barriers most commonly cited was the inability to get to other meetings or run errands.”\r\n

\r\n

\r\n\r\nThe bicycles could be used, for example, to travel a mile from City\r\nHall to Mountain Housing Opportunities on Clingman Avenue. In addition\r\nto the bicycles, the money would cover maintenance, helmets, locks and\r\nsafety classes, staff said.\r\n

\r\n

\r\n Mike Sule, founder of Asheville on Bikes, a bicycle commuting advocacy group, praised the idea.\r\n

\r\n

\r\n\r\n“Investing in healthy transportation systems saves in the long term on\r\nthings like medical costs — while we\'re shrinking our carbon footprint,\r\nwe are saving money,” Sule said.\r\n

\r\n

\r\n Council members, though, said they thought the money should be able to buy more bikes.\r\n

\r\n

\r\n\r\nCouncilman Brownie Newman suggested it was relatively easy to walk\r\naround downtown. Others said the money might be better spent on\r\nprograms that could help children see and understand important urban\r\ninfrastructure.\r\n

\r\n

\r\n Mayor Terry Bellamy said the city had to shut down tours of its Bee Tree Reservoir for lack of money.\r\n

\r\n

\r\n\r\n“This would be an opportunity to have educational facilities so our\r\nstudents could see about water, sewer and stormwater,” Bellamy said.\r\n

\r\n

\r\nBy Joel Burgess \r\n• June 25, 2009 \r\n

\r\n',1,2,0,2,'2009-06-30 10:42:12',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-06-25 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,81,'','',0,26),(240,'Asheville City Market','Asheville City Market','

\r\nAsheville City Market
\r\n729 Haywood Rd. Suite 3
\r\nAsheville, NC 28806
\r\n
\r\n
\r\n

\r\n
\r\n161 S. Charlotte St.\r\n\r\n
\r\n

\r\n\r\nAsheville, NC 28801
\r\n\r\nwww.ASAPconnections.org/citymarket.html \r\n

\r\n

\r\n \r\n

\r\n','',1,13,0,20,'2009-02-06 16:00:19',72,'','2011-03-30 12:55:59',71,0,'0000-00-00 00:00:00','2009-02-06 15:52:31','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,11,'','',0,311),(241,'Council to vote on biggest greenway project: Landowners, advocates at odds over another stretch','','

\r\nThe City Council will make two key decisions about the future of Asheville\'s greenway system today.
\r\n
\r\n

\r\n','

\r\nCouncil members will decide whether to start construction on the\r\ncity\'s largest greenway project, a 1.2-mile path for bicycles and\r\nwalkers from Asheville\'s most popular park, Carrier Park on Amboy Road,\r\nwest to Hominy Creek Park on the French Broad River.\r\n

\r\n

\r\nAlso,\r\ncity-elected officials must decide whether to close a controversial\r\nalleyway that landowners say is a haven for destructive behavior.\r\nGreenway activists say it will be used to create a bicycle and walking\r\npath on downtown\'s south side.\r\n

\r\n

\r\nThe greenway to Hominy Creek is\r\nset to cost $635,000 and would end at the park popular with boaters.\r\nCity plans call for currently unscheduled projects to add greenway\r\nconnections north into the heart of West Asheville.\r\n

\r\n

\r\nCity resident\r\nMichael Sule commutes nearly everywhere by bicycle and said the most\r\nwesterly addition to the city greenway system would be “the beginning\r\nof connectivity” for people who don\'t want to drive.\r\n

\r\n

\r\n“It\'s huge.\r\nIt will mean people can get from one place in town to another without\r\nhaving to use a car, and it\'s a lot safer for a cyclist or pedestrian\r\nto have a dedicated way for them to move about.”\r\n

\r\n

Longest greenway project

\r\n

\r\nConstruction of the path to Hominy Creek Park is set to start next\r\nmonth and should be finished by September, city staff said. The council\r\nis set to decide whether to award the contract to JLS Company of Arden,\r\nwhich was the lowest bid at $535,803. City staff is recommending an\r\nextra $99,197 be set aside for cost overruns.\r\n

\r\n

\r\nStaff originally\r\nestimated the project would cost $890,000. A state grant will cover\r\n$300,000 of the costs. City taxpayers will pay for the rest.\r\n

\r\n

\r\nIt\r\nwould be the longest single greenway project to date. From 1997 to 2005\r\nthe city built the 0.75-mile Glenn Creek\'s Greenway along W.T. Weaver\r\nBoulevard in two phases.\r\n

\r\n

\r\nShorter sections include the Reed Creek\r\nGreenway in the Montford neighborhood and the River Bend Greenway on\r\nthe Swannanoa River.\r\n

\r\n

\r\nThe Hominy Creek section would be part of\r\nthe existing French Broad Greenway along Amboy Road and would connect a\r\ntotal of 2.5 miles along the river, city landscape architect Seth\r\nHendler-Voss said.\r\n

\r\n

\r\n“It\'s going to be a great attraction for\r\nbicyclists and rollerbladers because those people are usually looking\r\nfor distance,” Hendler-Voss said.\r\n

\r\n

Controversial alleyway

\r\n

\r\nLandowners around the south end of Wallack Street, an unused\r\ndowntown street, are asking the council to permanently close the road\r\nand give them control of the land. People use the area to take drugs\r\nand often leave heaps of litter and graffiti, said Scott Rogers, the\r\nexecutive director for Asheville Buncombe Community Christian Ministry.\r\n

\r\n

\r\n“Every week we would pick up two trash bags of bottles, needles and stuff,” Rogers said.\r\n

\r\n

\r\nBut\r\ngreenway advocates said Wallack is part of a planned stretch of\r\ngreenway that would run from the transit center on Coxe Avenue down to\r\nSouthside Avenue. The greenway master plan calls for a connection from\r\nthere to the South French Broad Avenue neighborhood and on toward the\r\nFrench Broad River, said Marc Hunt, the chairman of the Asheville\r\nGreenway Commission.\r\n

\r\n

\r\n“That section of Wallack that would be closed is a critical piece of that connection,” Hunt said.\r\n

\r\n

\r\nRogers\r\nsaid he would be willing to compromise and suggested that his nonprofit\r\nbe able to fence off part of the alleyway until the city is ready to\r\nbuild the greenway.\r\n

\r\n

\r\nJoel BurgessJBurgess@CITIZEN-TIMES.com \r\n • updated February 10, 2009 1:23 pm\r\n

\r\n',1,2,0,2,'2009-02-11 14:37:36',70,'','2009-02-11 14:38:07',70,0,'0000-00-00 00:00:00','2009-02-10 01:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,217,'','',0,162),(242,'Longest greenway in city gets OK Taxpayers, state will split cost of $635K path bridging parks','','Construction of the city\'s longest greenway will move ahead following a vote by City Council Tuesday.\r\n','

\r\nIn a separate item, the elected officials denied the closure of an\r\nalleyway that nearby landowners said is used for illegal activities but\r\nthat greenway advocates want to be a downtown path for bicycles and\r\nwalkers.\r\n

\r\n

\r\nThe council voted 6-1 to spend up to $635,000 on a\r\n1.2-mile path connecting the city\'s most popular park, Carrier Park on\r\nAmboy Road, west to Hominy Creek Park on the French Broad River. A\r\nstate grant will pay for $300,000 of the construction. City taxpayers\r\nwill cover the rest.\r\n

\r\n

\r\nThe greenway will be the longest stretch\r\nbuilt at one time by the city and will link up with existing paths to\r\ncreate the longest continuous greenway in Asheville, 2.5 miles along\r\nthe French Broad. Projects not yet scheduled call for a path north from\r\nHominy Creek Park into the heart of West Asheville.\r\n

\r\n

\r\nCity resident\r\nand bicyclist Ben Blitch said the newest and most westerly addition to\r\nthe greenway system was an important step in creating safe paths for\r\npedestrians and cyclists.\r\n

\r\n

\r\n“It will be great, especially once they can make the connections to Biltmore Village and West Asheville,” Blitch said.\r\n

\r\n

\r\nThe\r\none council member who opposed awarding the greenway construction\r\ncontract, Carl Mumpower, said economic conditions were wrong for “a\r\nproject that is nice but not necessary.”\r\n

\r\n

\r\nIn a separate action,\r\nthe council voted unanimously to close only a small piece of an unused\r\ndowntown alleyway known as Wallack Street. Some property owners backing\r\nup to the public right-of-way between Asheland and Coxe avenues wanted\r\na larger chunk of it closed so they could take control of the property\r\nwhich they said was used by people who were taking drugs and leaving\r\ngraffiti.\r\n

\r\n

\r\nBut members of the Asheville Greenway Commission said\r\nthe right-of-way was important for a greenway planned to run from the\r\ntransit center on Coxe south to Wallack Street.\r\n

\r\n

\r\nThe closure was a\r\ncompromise that would give property owner Asheville Buncombe Community\r\nChristian Ministry control of its driveway, but would also maintain the\r\ncity\'s right-of-way through the property, said Councilwoman Robin Cape.\r\n

\r\n

\r\n“We are saving a width of land for public greenway,” Cape said.\r\n

\r\n

\r\nJoel BurgessJBurgess@CITIZEN-TIMES.com \r\n • published February 11, 2009 12:15 am\r\n

\r\n',1,2,0,2,'2009-02-11 14:42:57',70,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-02-11 14:39:29','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,216,'','',0,161),(243,'Try this on for size','','Several high-profile downtown buildings and proposed projects wouldn’t\r\nmeet the standards spelled out in the draft Downtown Master Plan, a\r\ncity planner told members of the Downtown Commission and the Downtown\r\nMaster Plan Advisory Committee. In a Feb. 5 presentation, Urban Planner\r\nAlan Glines reviewed a short list of downtown structures’ level\r\nof conformity to the proposed design guidelines. Advisory committee\r\nmembers had requested the analysis as a way to see real-world\r\napplications of the plan.\r\n','

\r\nGlines’ report applies 11 design criteria to the BB&T Building, The\r\nEllington and the now-defunct Haywood Park proposal, and while all\r\nthree met some of the criteria, none satisfied all of them. Notably,\r\nThe Ellington—in an area designated “intermediate” with a maximum\r\nheight of 145 feet—exceeded that proposed height limit by 125 feet. The\r\nbuilding, which will be grandfathered since it’s already been approved\r\nby City Council, will also exceed the draft’s maximum street-front\r\nheight and will not have the required setback from neighboring\r\nbuildings.\r\n

\r\n

\r\nOne of the buildings in the massive Haywood Park project, which developer Tony Fraga\r\nwithdrew from Council consideration in November, would have exceeded\r\nheight guidelines, since it would straddle two zoning designations. And\r\nthe BB&T Building, whose flat sides don’t comply with the setback\r\nguidelines, also lacks the signature “cap” required on high-rises.\r\n

\r\n

\r\nThe proposed Parkside project wasn’t in the report, but Glines said\r\nit, too, would not pass muster, noting that the controversial structure\r\nwould cast too much shadow on a public park.\r\n

\r\n

\r\nAll this might come as good news to those who see the master plan as\r\na way to check large-scale construction downtown. But Downtown\r\nCommission member John Rogers\r\nnoted that the 1920s-era Jackson Building, heralded as a model of style\r\nas well as a yardstick for acceptable height, wouldn’t fit the\r\nguidelines either.\r\n

\r\n

\r\n“The problem with hard-and-fast rules is, if you follow the letter\r\nof the plan, you’re never going to get a building anybody likes,” said\r\nRogers, an architect. “I think a great question for all these is,\r\n‘Could you build the Jackson Building?’ The fact is, you couldn’t.”\r\n

\r\n

\r\nWith the three-week public-comment period now closed, the draft is\r\nback in the hands of consultants Goody Clancy. Over the next month, it\r\nwill make its way through several city commissions before a\r\npresentation to Council in March.\r\n

\r\n

\r\nby Brian Postelle in Vol. 15 / Iss. 29 on 02/11/2009 \r\n

\r\n',1,2,0,2,'2009-02-11 14:47:36',70,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-02-11 14:46:26','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,215,'','',0,204),(244,'Downtown group offers volunteer help to complete park','','Asheville Downtown Association members have offered to pitch in as\r\nvolunteers to speed up the completion of the new Pack Square Park, ADA\r\nPresident Byron Greiner told the board of the Pack Square Conservancy on Feb. 4.\r\n','

\r\n“It’s something we wanted to bring forward to speed things along,” said\r\nGreiner. “We want to partner with you because it means so much to us.”\r\n

\r\n

\r\nThe nonprofit conservancy is overseeing a $20 million remodel of the\r\npark, which covers 6.5 acres of land in the heart of downtown,\r\nextending from the steps of City Hall and the Buncombe County\r\nCourthouse to Pack Square. Construction began in 2005, but the project\r\nhas been plagued with delays, and some downtown business owners have\r\ncomplained that the ongoing disruption has hurt their bottom line.\r\n

\r\n

\r\nGreiner said members of groups such as the Coalition of Asheville\r\nNeighborhoods, the Asheville Independent Restaurant Association and the\r\nMountain Voices Alliance stand ready to help with everything from\r\nlandscaping to ceremonial events.\r\n

\r\n

\r\nThe conservancy thanked Greiner for the offer but said that\r\ncontractual obligations, as well as liability concerns, might preclude\r\ntapping volunteers until after the park is finished. The conservancy\r\nplans to open it in sections, starting with the Pack Square section in\r\nApril. The area closest to the government buildings is slated for a\r\nSeptember opening, followed by the park’s midsection about a month\r\nlater.\r\n

\r\n

\r\nIn other action, the conservancy board approved hiring a new\r\nexecutive director, confirming a vote it had apparently taken in closed\r\nsession last month.\r\n

\r\n

\r\nOn Jan. 28, the board announced the hiring of Gary Giniat to replace outgoing Executive Director Marilyn Geiselman.\r\nGiniat, formerly vice president of marketing and public relations for\r\nthe Chicago Children’s Museum, starts his new job Feb. 16 and will earn\r\n$60,000 a year. The conservancy has been searching for a new executive\r\ndirector since last September.\r\n

\r\n

\r\nThe conservancy’s previous public meeting, on Jan. 6, had included a\r\nclosed session to discuss a personnel matter. But the board adjourned\r\nwithout taking any action in open session, and after the Jan. 28\r\nannouncement about hiring Giniat, Mountain Xpress questioned whether the nonprofit had violated North Carolina’s open-meetings law.\r\n

\r\n

\r\nThe law allows boards and commissions of public bodies to meet in\r\nclosed session for several specific reasons, such as discussing\r\npersonnel issues. But other actions, such as voting on an appointment,\r\nmust be conducted in the open, according to Amanda Martin,\r\nthe N.C. Press Association’s general counsel. “Final action making an\r\nappointment or discharge or removal by a public body having final\r\nauthority for the appointment or discharge or removal shall be taken in\r\nan open meeting,” Martin wrote in a Feb. 2 e-mail, quoting the state\r\nlaw.\r\n

\r\n

\r\nIt’s unclear whether the conservancy, a private nonprofit group that\r\nreceives both public and private funding, falls under the state law’s\r\ndefinition of a public body. But after a controversy about five years\r\nago involving a reporter from the Asheville Citizen-Times, the conservancy decided it would abide by the law’s requirements.\r\n

\r\n

\r\nIn a Feb. 2 phone interview, Giniat said he’s looking forward to using\r\nhis communication and marketing skills to promote the park. “I love\r\ndowntown Asheville,” said Giniat, adding that he’s visited the area\r\noften over the last 20 years and has friends here. “I think the park\r\ncan really be a showcase for the city.”\r\n

\r\n

\r\nAt the same meeting, the conservancy named board member Guy Clerici to take over as chair, replacing Carol King.\r\n

\r\n

\r\nby Jason Sandford in Mountain Xpress Vol. 15 / Iss. 29 on 02/11/2009 \r\n

\r\n',1,2,0,2,'2009-02-11 14:49:02',70,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-02-11 14:47:39','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,214,'','',0,171),(245,'Asheville Downtown Association now has a Google Calendar!','','This means you can download all our events to your calendar! \r\n','

\r\nClick on the icon below to check it out!\r\n

\r\n

\r\n \r\n

\r\n

\r\n\r\n

\r\n',1,2,0,2,'2009-02-11 15:11:29',70,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-02-11 15:10:31','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,213,'','',0,154),(246,'The Eye Center','The Eye Center','

\r\nThe Eye Center
\r\n1 Page Ave. #118
\r\nAsheville, NC 28801
\r\n(828) 253-3533
\r\nwww.Endry.org
\r\n

\r\n','',0,12,0,17,'2009-02-18 13:42:07',72,'','2010-12-31 13:58:39',71,0,'0000-00-00 00:00:00','2009-02-18 13:39:39','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,17,'','',0,82),(247,'Future uncertain for Old Europe, Z Lounge','Future uncertain for Old Europe, Z Lounge','Old Europe, a downtown Asheville fixture for 15 years, has shut its\r\ndoors on Lexington Avenue after a foreclosure forced the sale of the\r\nproperty.\r\n','

\r\nThe coffee house and pastry shop first opened in 1994 on Battery Park\r\nAvenue. In 2006, the business moved to larger premises at 41 N.\r\nLexington Ave., transforming itself into a bistro and bar and opening\r\nthe upscale Z Lounge next door.\r\n

\r\n

\r\nCo-owner Zoltan Vetro had originally said Old Europe’s lease was not renewed, but in fact, Vetro and his wife, Melinda Vetro,\r\nowned the property through their company, Old Europe Café of Asheville.\r\nCarolina First Bank foreclosed on the property Jan. 30 and immediately\r\nsold it for $731,850.\r\n

\r\n

\r\nUndaunted, however, Vetro said he’s optimistic about Old Europe’s\r\nfuture, though nothing is certain yet. “I’m still looking at plans,\r\ntalking to so many people,” he told Xpress. “We’re talking to people and looking at spots all over the place.”\r\n

\r\n

\r\nThe problem, said Vetro, was “the economy—that was what really hurt us.\r\nThe money just wasn’t coming in. We dealt with a lot in the past few\r\nyears, being kicked out of our first location and now, part of the\r\n[foreclosure deal] was that we’d move out. But we’re looking ahead to\r\nthe future.”\r\n

\r\n

\r\nWill the business stay downtown? “Hopefully, yes: We’ve been here\r\nfor 14 years; we’re part of the scene. I mean, everybody knows Z;\r\neverybody knows Old Europe.”\r\n

\r\n

\r\nAt the same time, Vetro couldn’t offer any guarantees, noting,\r\n“Everything is up in the air—I looked at three locations this morning.”\r\n

\r\n

\r\nTogether, the two businesses employed 21 people.\r\n

\r\n

\r\nThe property was snapped up by The Whiteside Fund, a partnership of\r\nreal-estate developers, on the same day as the foreclosure. The\r\ndocuments show that Carolina First initially sold the property to\r\nCascade Mountain Properties LLC. Whiteside attorney David Matney declined to comment on the relationship between Cascade and Whiteside.\r\n

\r\n

\r\nWhiteside owns only the Old Europe and Z Lounge portions of the\r\nmultistory building, which also fronts on Rankin Avenue; the rest is in\r\nthe hands of a condominium association.\r\n

\r\n

\r\n“This was purchased purely as an investment,” Whiteside Chief Operating Officer Joshua Schley told Xpress.\r\n“Obviously, we’d like to get an exciting business in there as quickly\r\nas possible, something to keep downtown interesting and draw people\r\nin.”\r\n

\r\n

\r\nby David Forbes in Mountain Xpress Vol. 15 / Iss. 30 on 02/18/2009 \r\n

\r\n',1,2,0,2,'2009-02-18 14:07:29',70,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-02-18 14:06:23','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,212,'','',0,182),(249,'Mardi Gras comes to Asheville with parade and parties','Mardi Gras comes to Asheville with parade and parties','Fat Tuesday and the related Mardi Gras celebration have a legendary\r\nhistory in New Orleans. But the party is equally alive and well in\r\nAsheville.\r\n','

\r\nTo share in the fun, head downtown this weekend for Asheville\'s\r\nsecond annual Mardi Gras parade or stop by one of the Mardi Gras balls\r\nhappening around town at Jack of the Wood, the Grey Eagle, Mo-Daddy\'s\r\nand more. Louisiana native and Asheville resident Lesley Groetsch spoke\r\nrecently about the traditions.\r\n

\r\n

\r\nQuestion: What is a Mardi Gras krewe?\r\n

\r\n

\r\nAnswer:\r\nA krewe is a social aid and pleasure club. It started in New Orleans as\r\na Mardi Gras tradition. It used to be very neighborhood-oriented; now\r\nit is just a group that gets together to celebrate Mardi Gras. There\r\nare usually good works involved — that\'s the social aid part. The\r\npleasure club is what happens at Mardi Gras and the parties that lead\r\nup to it.\r\n

\r\n

\r\nQ: Did you grow up participating in Mardi Gras?\r\n

\r\n

\r\nA:\r\nAbsolutely, I was in a krewe where I lived. A lot of parades start in\r\nthe weeks before Mardi Gras; it\'s actually a whole season. There is\r\nusually one parade to each krewe, but in Asheville we will all do it\r\ntogether and share the parade.\r\n

\r\n

\r\nQ: What is Fat Tuesday?\r\n

\r\n

\r\nA:\r\nAsh Wednesday is the beginning of Lent in the Catholic Church.\r\nTraditionally, you give up something during Lent. In the old days, you\r\ncouldn\'t eat meat during Lent, and it was a time of fasting and somber\r\nbehavior. The day before Ash Wednesday everybody would get it out of\r\ntheir system, have a party, drink a lot of wine, eat a lot of king\r\ncake. Mardi Gras literally translates to Fat Tuesday.\r\n

\r\n

\r\nQ: What\'s a king cake?\r\n

\r\n

\r\nA:\r\nA king cake is one of the oldest Mardi Gras traditions. It\'s a round\r\ncake, like a crown is round. They hide a little plastic baby in it.\r\nStarting Jan. 6 and going to Mardi Gras in New Orleans, you eat dozens\r\nof king cakes. Everywhere you go there\'s a king cake. If you get the\r\nbaby, you bring the cake the next time.\r\n

\r\n

\r\nQ: You are in the Mystic Krewe of Munky Doux, and the Mystic Mountain Krewe organizes the parade. How did Asheville get krewes?\r\n

\r\n

\r\nA:\r\nWhen my husband Jack and I moved here, everyone who leaves New Orleans\r\nmisses their traditions and tries to re-create them wherever they go.\r\nAshley Thibodaux and Chris Jones had a restaurant called Thibodaux\r\nJones back then, and they came to us. We had The Orange Peel then, and\r\nthey wanted to start a krewe, so we started the Mystic Krewe of Munky\r\nDoux.\r\n

\r\n

\r\nAs far as I know, that was the first organized krewe in\r\nAsheville. We\'d meet at a bar and do a pub crawl, an informal sidewalk\r\nparade that would end in a ball. Last year the Mystic Mountain Krewe\r\ngot together, did a lot of work, got a permit and created an official,\r\nreal Mardi Gras parade.\r\n

\r\n

\r\nQ: What should people in Asheville expect?\r\n

\r\n

\r\nA:\r\n“Laissez les bon temps rouler” means “let the good times roll.” This\r\nkrewe is very careful to say that this is not a drunken, naked event\r\nlike you might see in some of the wilder neighborhoods of the French\r\nQuarter. Even in New Orleans Mardi Gras is still a family event in most\r\nplaces. People will be wearing costumes, dancing in the streets. There\r\nwill be a lot of masks worn and a lot of beads thrown. I strongly\r\nencourage costumes and a mask. In New Orleans, it is practically a rule\r\nthat you can\'t go out on Mardi Gras day without a costume. The parade\r\nis free; there is a ticketed ball afterwards. The Munky Doux ball is\r\nthe night before at Jack of the Wood.\r\n

\r\n

\r\nQ: Will Asheville\'s parade have a king and queen?\r\n

\r\n

\r\nA: Yes, Margeaux Miller is queen, and Moksha Gita is king.\r\n

\r\n

\r\nCarol Rifkin writes about entertainment for take5. Email CMRifkin@gmail.com.\r\n

\r\n',1,2,0,2,'2009-02-20 11:45:42',70,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-02-20 11:45:02','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,210,'','',0,310),(250,'Downtown plan committee to meet Monday','Downtown plan committee to meet Monday','The Advisory Committee for the Asheville Downtown Master Plan will meet\r\nat 10:30 a.m. Monday at the Office of Economic Development, 29 Haywood\r\nStreet.\r\n','

\r\nThe purpose of the meeting will be to discuss potential changes to the draft plan and the master plan schedule. \r\n

\r\n

\r\nThe\r\ncommittee was formed to give feedback to the consultant team working on\r\nthe Downtown Master Plan and to serve as ambassadors to the larger\r\ncommunity for the master planning process. \r\n

\r\n

\r\nFor more information contact Sasha Vrtunski at 232-4599 or svrtunski@ashevillenc.gov.\r\n

\r\n',1,2,0,2,'2009-02-20 11:47:41',70,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-02-20 11:46:44','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,209,'','',0,152),(417,'I-40 wreck spills chemicals, closes highway','I-40 wreck spills chemicals, closes highway','For most people on Wednesday, the backup on Interstate 40 after a tractor-trailer crash and chemical spill was a headache.\r\n','But business was booming just off the interstate at Time Out Market No. 5.\r\n

\r\n “It has been great,” manager Shannon Ledford said.\r\n

\r\n

\r\n Motorists stranded after all lanes of the interstate shut down turned the station\'s Exxon pump lanes into a parking lot.\r\n

\r\n

\r\n A westbound truck pulling a double trailer west crashed around 3 a.m. about four miles east of the Tennessee state line, stranding some motorists for more than eight hours.\r\n

\r\n

\r\n There were no injuries but plenty of problems for drivers caught on the section of interstate winding through the Pigeon River gorge, with no easy way around.\r\n

\r\n

\r\n Tractor-trailer trucks lined both sides of U.S. 276 near Time Out Market. Customers lined up for snacks, drinks and restrooms.\r\n

\r\n

\r\n “And directions,” assistant store manager Hazel Surrett said.\r\n

\r\n

\r\n\r\nThe station gets about 300 customers on a normal Wednesday. Workers\r\nthere estimated at least an additional 200 people because of the closed\r\ninterstate.\r\n

\r\n

Driver was cut off

\r\n

\r\n\r\nThe accident happened when a tractor-trailer truck cut off the truck\r\nhauling double trailers while trying to pass, the driver of the wrecked\r\ntruck told Trooper Mark Jones of the N.C. Highway Patrol.\r\n

\r\n

\r\n The driver pulling the double trailers swerved off the road\r\nand overcorrected while coming back on. The second trailer flipped and\r\nskidded along the concrete median wall on the shoulder of the road.\r\n

\r\n

\r\n The impact ripped open part of the container and sent a chemical used in making spray-on truck bed liners into the road.\r\n

\r\n

\r\n The rest of the truck stayed on its wheels.\r\n

\r\n

\r\n The driver won\'t be charged, Jones said.\r\n

\r\n

\r\n\r\nDouble-trailer trucks were involved in nearly three times as many fatal\r\nrollover accidents as single-trailer trucks in 2007, which are the most\r\nrecent statistics available from the National Highway Traffic Safety\r\nAdministration.\r\n

\r\n

Hazmat team helps

\r\n

\r\n\r\nThe regional hazardous materials response team from Asheville Fire and\r\nRescue along with rescue workers from across the county spent most of\r\nthe morning working to get the road open.\r\n

\r\n

\r\nA crew from Mountain Environmental Services used absorbent pads to soak\r\nup the chemicals, which did not reach the nearby Pigeon River, said\r\nGreg Shuping, the emergency services coordinator for Haywood County.\r\n

\r\n

\r\nThe highway reopened around noon with part of one westbound lane expected to remain closed through the evening.\r\n

\r\n

\r\n Not everyone was as easygoing about the situation as the folks who stopped by the Time Out Market.\r\n

\r\n

\r\n\r\nState highway department worker Mike Evans got an earful as he stood at\r\nExit 20 in Jonathan Creek handing out detour directions to motorists.\r\nSome were being sent back to Asheville and north to Tennessee before\r\npicking up Interstate 81.\r\n

\r\n

\r\n “Just look at their faces,” he said.\r\n

\r\n

Travelers redirected

\r\n

\r\n Travelers going to Idaho, Indiana and just over the mountain to Gatlinburg, Tenn., all got rerouted. Some lost well more than an hour.\r\n

\r\n

\r\n Paul Cooper, of Dillsboro, had to be in Nashville, Tenn., by 3 p.m. Evans politely told him he wasn\'t going to make it.\r\n

\r\n

\r\n “They just want to know where to go,” Evans said.\r\n

\r\n

\r\n Peter Wong, of New York, was one of those.\r\n

\r\n

\r\n He was traveling with his family from Durham to Memphis, Tenn.\r\n

\r\n

\r\n “We are going to see Elvis\' place — Graceland,” he said.\r\n

\r\n

\r\n\r\nHe broke out a map and studied it on the trunk of his car before\r\ndeciding that the trip, thanks to the wreck, would now take in Cherokee\r\nand U.S. 441 through the Great Smoky Mountains Park.\r\n

\r\n

\r\n Wrecks that force emergency workers to close I-40 in the Pigeon River Gorge are not unusual.\r\n

\r\n

\r\n Since 2005, the gorge has averaged about 30 accidents each year involving tractor-trailer trucks.\r\n

\r\n

\r\n\r\nStepped-up patrols and more awareness on the part of truck drivers\r\ndropped that number to 13 last year, said 1st Sgt. Murray Whisenhunt of\r\nthe Highway Patrol.\r\n

\r\n

\r\n\r\nThe area is curvy and steep. The interstate has concrete wall barriers\r\ndown the middle and on some shoulders to keep cars from colliding or\r\nending up in the river.\r\n

\r\n

\r\n Trucks are limited to 50 mph and only the right lane in most parts of the gorge. Cars can travel 55 mph.\r\n

\r\n

\r\n “The best thing to do is obey the speed limit there and be very cautious,” he said. “It is a dangerous road.”\r\n

\r\n

\r\n\r\nBy Jon Ostendorff \r\n• June 25, 2009 \r\n

\r\n

\r\n \r\n

\r\n',1,2,0,2,'2009-06-30 10:44:24',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-06-25 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,80,'','',0,34),(254,'Chronic homeless numbers tumble; total homeless up slightly; stimulus money on the way','Chronic homeless numbers tumble; total homeless up slightly; stimulus money on the way','

\r\nThe number of chronic homeless people in Asheville is down 25\r\npercent from the last year, according to figures from the city of\r\nAsheville and Buncombe County. However, perhaps driven by the state of\r\nthe economy, the overall number of homeless rose by 5 percent. The area\r\nmay get some federal stimulus money to combat the problem.\r\n

\r\n','According to a recent count, there are approximately 555 homeless\r\npeople in the area, with 115 chronically homeless. The numbers come\r\nfrom the annual Point in Time Homeless Count, completed by the city and\r\ncounty on Jan. 28 and supported by the U.S. Department of Housing and\r\nUrban Development.\r\n

\r\nThe decline in the number of chronic homeless stems from actions\r\ntaken as part the 10-Year Plan to End Homelessness, a joint effort by\r\nthe city, county and local nonprofits that has placed 231 homeless\r\npeople — including about 100 chronically homeless — in permanent\r\nhousing, according to plan Director Amy Sawyer.\r\n

\r\n

\r\n“That’s a major priority for us: getting them off the streets,” Sawyer\r\nsaid, attributing much of the success to the plan’s Housing Support\r\nTeam, which was one of three such efforts in the state to get about\r\n$300,000 over two years in an effort to pursue a “housing first” model\r\naimed at ending the chronically homeless problem.\r\n

\r\n

\r\nThe formerly chronically homeless that now have housing include 20 families and 31 children, according to the new figures.\r\n

\r\n

\r\nThe support team may receive a further boost this year, as Sawyer told Xpress\r\nthat she’d recently been notified that about $500,000 in federal grants\r\nfrom the recently passed economic-stimulus package is designated to\r\nhelp with the homelessness problem in Asheville, especially in\r\npreventing the already poor from becoming homeless.\r\n

\r\n

\r\nBut where is the overall increase in the homeless numbers coming from?\r\n

\r\n

\r\n“I don’t know,” Sawyer said. “Anecdotally, we’ve had a lot more\r\nrequests for assistance with food, for help paying rent and utility\r\ncosts so they don’t become homeless. A lot of the working poor are\r\nreally being hit hard right now.”\r\n

\r\n

\r\nShe added that she hopes to eventually have all agencies in the area\r\nparticipate in the Homeless Management Information System to more\r\naccurately track and count the homeless population. That process is\r\nmoving along, with a release from the plan’s officials noting that this\r\nyear, 48 percent of the homeless counted were recorded in HMIS, while\r\nin 2008, only 12 percent were in the system.\r\n

\r\n— David Forbes, staff writer Mountain Xpress 02/26/2009\r\n',1,1,0,1,'2009-02-27 12:18:38',71,'','2009-02-27 12:21:06',71,0,'0000-00-00 00:00:00','2009-02-27 12:17:12','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,16,'','',0,251),(256,'Downtown development plan calls for limits, but some say it takes too much power from Council','Downtown development plan calls for limits, but some say it takes too much power from Council','The proposed downtown master plan is designed to encourage skinnier\r\nbuildings in the central business district and less guesswork over\r\nwhether they will be approved.\r\n','

\r\nThe portions of the plan dealing with rules for development projects\r\ncontemplate a process that relies more on rules on paper than the\r\njudgment of members of City Council — in John Adams\' phrase, “a\r\ngovernment of laws, and not of men.”\r\n

\r\n

\r\nBut some of those who have\r\npushed City Council to clamp down on development in the past worry that\r\nthe draft plan would take too much discretion away from elected\r\nofficials.\r\n

\r\n

\r\nAnd an attorney who has represented several developers\r\nbefore council said the proposed rules are so complicated that it may\r\nbe difficult to decide which ones apply to which piece of property.\r\n

\r\n

\r\nThe\r\nrule changes, which City Council is scheduled to vote on in May, come\r\nafter a period of intense development interest in downtown not equaled\r\nin decades, although the level of actual construction hasn\'t matched\r\nthe number of development proposals.\r\n

\r\n

\r\nSome of the proposals that\r\nemerged over the past five years or so were turned down, some were\r\napproved and built. Others received government approval but are either\r\ndead or in limbo because of economic conditions.\r\n

\r\n

Setting criteria

\r\n

\r\nAfter several heated debates before council over what should or\r\nshould not be built downtown, some people are convinced that the\r\nprocess needs to be changed.\r\n

\r\n

\r\nAmong those are consultants at Goody Clancy, the Boston-based consulting firm that is writing the plan.\r\n

\r\n

\r\nThe\r\nplan pushes more decisions to the city Planning and Zoning Commission,\r\nwhose members are appointed by City Council, and away from City Council\r\nor city staff. It sets up more specific criteria by which projects are\r\nto be evaluated, including height limits.\r\n

\r\n

\r\nIt would force developers of larger projects to hold meetings with the public at the beginning of the project review process.\r\n

\r\n

\r\nAs\r\nthings stand now, projects approved by city staff and appointed boards\r\nover a period of months can, and sometimes are, voted down by council.\r\nThe current process prevents members of City Council from considering\r\nevidence about a project until almost the time it comes before council\r\nfor a vote, even if public debate has been going on for months.\r\n

\r\n

Public pressure

\r\n

\r\nCritics say that means a project\'s fate can turn on, as Downtown\r\nCommission Chairman Pat Whalen put it, “what bunch of people showed up\r\nat a City Council meeting.”\r\n

\r\n

\r\nAs a result, he says, the process “is not quite as rational” as it should be.\r\n

\r\n

\r\n“I\r\nthink taking the emotion out it as much as you can is a very good\r\nidea,” said attorney and former Mayor Louis Bissette, who has\r\nrepresented developers before council. “It\'s really not a very level\r\nplaying field when the opponents of a project can bring out a hundred,\r\n200 people and the developer\'s sitting there with their lawyer and his\r\narchitect. … The people looking at this have got to be swayed.”\r\n

\r\n

\r\nSome\r\npeople, however, think the new plan would reduce accountability for\r\ndevelopment decisions. They applaud other parts of the plan but say\r\ncouncil approval should still be required as a “fail safe” against\r\ndamaging projects.\r\n

\r\n

\r\n“It\'s our town. … We need to have a say on what happens to it, not just experts,” said plan critic Steve Rasmussen.\r\n

\r\n

\r\nHe\r\nsays the plan gives “an awful lot of discretion and power” to the\r\nPlanning and Zoning Commission. “History shows that developers with a\r\nlot of money … have had a lot of influence on who gets appointed to a\r\nboard like that.”\r\n

\r\n

\r\nJenny Bowen, who works with local arts\r\norganizations and serves on a master plan advisory committee, calls the\r\ncurrent process “quite a travesty. Things get blocked, things get\r\npolitically motivated. … Things get through that we know shouldn\'t get\r\nthrough.”\r\n

\r\n

\r\nShe said she favors most of the plan but wants council\r\nto act as a final protection: “Every situation is unique, and if there\r\nis a real outcry, there has to be a way” to block a project.\r\n

\r\n

\r\nWhalen\r\nsays he hears people say, “City Council is going to be kind of like the\r\narbiter of last resort to protect them from bad development.” His\r\nresponse is: “I kind of hope that clear rules are going to protect them\r\nfrom bad development. … It is a much more regulated approach than we\'ve\r\nhad in the past.”\r\n

\r\n

\r\nWhile the public would have fewer opportunities\r\nto speak out on a particular development, it has had numerous chances\r\nto shape the rules that would govern all downtown proposals, he said.\r\n

\r\n

\r\n“Each project is not supposed to be some sort of popular referendum,” Whalen said.\r\n

\r\n

New restrictions

\r\n

\r\nThe plan calls for several restrictions on building height and mass that don\'t exist today.\r\n

\r\n

\r\nNew buildings would be capped at either 15 stories or 27 stories, depending on location.\r\n

\r\n

\r\nRules would limit the width of buildings as they get taller.\r\n

\r\n

\r\nBuildings\r\nwould not be allowed to cast shadows on park space for more than two\r\nhours between 10 a.m. and 2 p.m. during the spring and fall equinox.\r\n

\r\n

\r\nCurrent rules contain no height limits, massing restrictions or shadow rules.\r\n

\r\n

\r\n“There\r\nneeds to be some way to manage the scale and size of buildings,” said\r\nBen Carlson, an associate at Goody Clancy who is helping draw up the\r\nplan. “At the same time, we have to balance control of building scale\r\nand size with the rights of property owners and developers to have\r\nreasonable opportunity to develop their properties.”\r\n

\r\n

\r\nThe rules\r\ncould limit the density of downtown development. That is a concern for\r\nsome who believe building downtown relieves market pressure for more\r\nconstruction in suburban areas and reduces the environmental impacts of\r\nnew homes or offices.\r\n

\r\n

\r\nBut, Whalen said, it should reassure some who worry development will change the character of downtown.\r\n

\r\n

\r\n“For the people who were concerned about ‘losing Asheville,\' a lot\'s been done about their concerns,” he said.\r\n

\r\n

Looking to the past

\r\n

\r\nCarlson said the plan seeks “to look to the favorite buildings of the past as examples of what to follow in the future.”\r\n

\r\n

\r\nBut\r\nthere\'s a catch. A city staff analysis with Goody Clancy of an earlier\r\nversion of the plan found that it would have essentially barred\r\nconstruction of the Jackson Building overlooking Pack Square or of the\r\nPublic Service Building on Patton Avenue, two structures that would\r\nmake many people\'s list of favorites.\r\n

\r\n

\r\nOf course, the plan also\r\nwould have prevented construction of the less popular BB&T Building\r\nor approval of the controversial Ellington hotel and condominium\r\nbuilding planned for Biltmore Avenue.\r\n

\r\n

\r\nThe plan would not require\r\nany changes to existing buildings, but the analysis prompted\r\nconsultants to revise the plan. The Ellington and the BB&T would\r\nstill be too tall, but a more recent draft specifically indicates that\r\nthe Jackson Building would be allowed.\r\n

\r\n

\r\nBissette said the rules\r\nmay encourage “short, squatty buildings” and fall short of making rules\r\ngoverning downtown development understandable.\r\n

\r\n

\r\nHe has had trouble\r\nfiguring out how the rules would affect a lot on Patton Avenue his law\r\nfirm owns. “When we got to looking into this thing, it got to be more\r\nand more confusing,” he said.\r\n

\r\n

\r\nOn the other side, Rasmussen said some of the rules should be more restrictive.\r\n

\r\n

\r\nThe plan “would probably prevent some of the real monstrosities from going up,” he said.\r\n

\r\n

\r\nHowever,\r\n“The height limits are set pretty high,” he said. “It\'s really kind of\r\nopening a back door to really, really tall buildings that a lot of\r\npeople don\'t want here. Even though they\'d be skinnier, they\'d still be\r\nreally tall.”\r\n

\r\n

\r\nWhalen sees the whole process as a compromise. Developers get more certainty, and development critics get more restrictions.\r\n

\r\n

\r\n“I\r\ndon\'t think anybody agrees 100 percent with everything that\'s in the\r\nmaster plan,” he said. “There are parts for everyone of us to disagree\r\nwith. I guess the question is, is it a reasonable plan?”\r\n

\r\n

\r\nMark BarrettMBarrett@CITIZEN-TIMES.com \r\n • updated March 1, 2009 \r\n

\r\n',1,2,0,2,'2009-03-03 11:29:44',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-03-03 11:28:40','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,204,'','',0,133),(351,'Downtown master plan will guide new building laws','Downtown master plan will guide new building laws','The City Council on Tuesday endorsed a plan that would forbid new\r\nbuildings from casting shadows over parkland and residential areas\r\nwhile allowing room for tall structures downtown.\r\n','
\r\n \r\n\r\n\r\n

\r\n\r\nThe wide-ranging master plan, approved on a 5-2 vote, also would force\r\ndevelopers into community meetings with residents and would allow for\r\nthe creation of a special downtown district offering more services at\r\nadded costs for businesses.\r\n

\r\n

\r\n The recommendations came after two years and 4,000 hours of community meetings, a few of which turned heated.\r\n

\r\n

\r\n\r\nCouncil members Robin Cape, Kelly Miller and Brownie Newman, along with\r\nVice Mayor Jan Davis and Mayor Terry Bellamy voted in favor of the\r\nplan. Councilmen Carl Mumpower and Bill Russell opposed.\r\n

\r\n

\r\n The master plan doesn\'t carry the weight of law.\r\n

\r\n

\r\n Council members have asked city staff to bring them a series of ordinances they can approve to carry out the recommendations.\r\n

\r\n

\r\n\r\nThe vote was a surprise as many expected the elected officials to spend\r\nweeks examining parts before voting on the entire proposal.\r\n

\r\n

\r\n Miller pushed for the vote, saying the council should approve the plan in principle, then go back and hash out details.\r\n

\r\n

\r\n\r\nThe document is not perfect, but would mean developers wouldn\'t find\r\nthemselves “spending hundreds of thousands of dollars” on a project\r\nthen not getting it approved, he said.\r\n

\r\n

\r\n “It\'s not everything to everybody. But it\'s a start. It\'s transparent,” Miller said.\r\n

\r\n

\r\n\r\nCritics, such as Mumpower, said the plan would stifle the creativity\r\nthat brought downtown\'s economic and cultural revival in the 1990s.\r\n

\r\n

\r\n “This plan is going to kill the creative goose that laid the golden egg,” Mumpower said.\r\n

\r\n

\r\n\r\nProponents said new rules were needed because current ordinances were\r\nwritten to deal with restoration of old buildings during the 1990s and\r\nnot with the surge of construction proposals the city saw before the\r\nrecession, including the Ellington hotel.\r\n

\r\n

\r\n If constructed, the Ellington would be Asheville\'s tallest building at 23 stories.\r\n

\r\n
\r\n

\r\n\r\nAspects of the plan drawing debate as it was put together included the\r\nidea of a special downtown area, with fees to pay for services such as\r\nadded litter clean-up, affordable housing and the arts.\r\n

\r\n

\r\n\r\nIn the end, volunteers overseeing the plan settled on what they called\r\na “treaty” that does not call for the immediate creation of the\r\ndowntown services area, but leaves it up to property owners.\r\n

\r\n

\r\n Several members of the public commented on the plan, most urging the council to pass it.\r\n

\r\n

\r\n\r\nPat Whalen, a volunteer who helped oversee the plan, said the rules\r\nwould preserve some of the best parts of downtown while making\r\nconstruction more clear-cut.\r\n

\r\n

\r\n “It really tries to maintain a pleasant, livable urban fabric as Asheville grows,” Whalen said.\r\n

\r\n

\r\n\r\nThose who opposed the recommendations, though, said the plan appeared\r\nto at times place arbitrary limits on what they can do with their\r\nproperty.\r\n

\r\n

\r\n “As it\r\nstands currently, we are able to build a building of indeterminate\r\nsize,” said Jeffery Owen, a downtown property owner. “Now we can only\r\ndo an eight-story building.”\r\n

\r\n

\r\nBy Joel Burgess \r\n• May 27, 2009 \r\n

\r\n
\r\n',1,2,0,2,'2009-05-27 11:37:39',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-05-27 11:36:22','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,126,'','',0,118),(296,'Downtown After Five 2009','Downtown After Five 2009','
\r\n \r\n
\r\n
\r\n\"dta5-art-no-shirt.jpg\"\r\n
\r\n
\r\n \r\n
\r\n
\r\n2009 Downtown After Five
\r\nMay 15th
 \r\n
\r\n
\r\n \r\n
\r\n
\r\n
\r\n
\r\n  Headliner: Cadillac Jones
\r\n

\r\n\"cadillacjonesphoto.jpg\"\r\n

\r\n

\r\n \r\n\r\n\r\n\r\n\r\n\r\n\r\nCadillac Jones started in 2000 in an Atlanta basement. After nine years of\r\ntouring and three albums, the band evolved into a six piecefunk/jazz orchestra\r\nwith its own voice and sense of purpose.\r\n

\r\n

\r\n Their music is steeped in the classics like James Brown, Herbie\r\nHancock and the Blackbyrds, spiced with influences ranging from 60\'s organ\r\ngrooves to 70\'s arena funk, with the occasional 80\'s  inspired breakbeats\r\nmixed in for good measure.   \r\n

\r\n

\r\nAll this is tied together with one common thread: make sure the audience leaves\r\nwith their minds relaxed, their eardrums tickled, and their bodies slightly\r\nsore but very satisfied.\r\n

\r\n

\r\nCadillac Jones is releasing their fourth full length album entitled\r\nRhythm Method at the Downtown After Five event on May 15th.\r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n   \r\n

\r\n

\r\n \r\nDJ Williams Projekt\"dj_williams_projekt.jpg\" \r\n

\r\n

\r\n \r\n\r\n\r\nNO, I AM NOT A "DJ" but I am\r\naddicted to music and feel very lucky to play and create music for a living. I\r\nam from Plainfield, NJ but grew up in Richmond, VA. Music helps keep me sane,\r\ncleanses my soul, and has allowed me to travel all over the place. I currently\r\nplay and tour with my band (DJ Williams Projekt) with some of the most talented\r\nplayers in Richmond: Gordon Jones, Dusty Simmons, Brian Mahne, Mark Ingraham,\r\nand Todd Herrington. These guys keep me inspired and are like a family to me. I\r\nhave gotten the pleasure to share the stage with such great musicians as John\r\nLegend, Karl Denson, Soulive, Dave Matthews, Michael Franti, Keller Williams,\r\nAntibalas Afrobeat Orchestra, Benevento/Russo Duo, Citizen Cope, Marc\r\nBroussard, Dickey Betts, and many others.\r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\nWilsin\r\n

\r\n

\r\n\"wilsin.jpg\" \r\n

\r\n

\r\n \r\n

\r\n

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n

\r\n

\r\nFounded by Asheville\'s renowned Singer/Songwriter Will\r\nHartzog. Wilsin consists of variety of musical backrounds combined into a\r\nsoulful sound. Damian LeMaster, pianist/songwriter, provides a great deal to\r\nthe band. His experience with playing vintage and modern keyboards are what\r\nmake Wilsin so sonically innovative. Guitarist/Midi Sampler Trevor Wolford is\r\nknown for experimenting with new sounds. He adds to the "no\r\nlimtations" attitude of Wilsin\'s polyphonic sound.\r\n

\r\n

\r\nWilsin\'s rhythmic core is held together by\r\npercussionist/drummer Isaac Wells. Isaac provides a great deal to the band with\r\nmany years of musical experience in playing many genres and styles of music.\r\n

\r\n \r\n

\r\n \r\n

\r\n\r\n
\r\n
\r\n\r\n
\r\n
\r\n\r\n
\r\n
\r\n\r\n
\r\n
\r\n\r\n
\r\n
\r\n\r\n
\r\n
\r\n\r\n
\r\n
\r\n\r\n
\r\n
\r\n\r\n
\r\n
\r\n','',-2,0,0,0,'2009-04-22 11:43:33',62,'','2009-05-14 12:36:25',71,0,'0000-00-00 00:00:00','2009-04-23 14:57:00','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,0),(392,'Friday, May 15 5pm','may-15','
\r\n
\r\n
\r\n\"dta5_may.gif\" \r\n
\r\n
\r\n

Cadillac Jones

\r\n

\r\nCadillac Jones started in 2000 in an Atlanta basement. After nine years of\r\ntouring and three albums, the band evolved into a six piece funk/jazz orchestra\r\nwith its own voice and sense of purpose.
\r\nTheir music is steeped in the classics like James Brown, Herbie\r\nHancock and the Blackbyrds, spiced with influences ranging from 60\'s organ\r\ngrooves to 70\'s arena funk, with the occasional 80\'s  inspired breakbeats\r\nmixed in for good measure. \r\n

\r\n
\r\n','

\r\nAll this is tied together with one common thread: make sure the audience leaves with their minds relaxed, their eardrums tickled, and their bodies slightly sore but very satisfied.
\r\nCadillac Jones is releasing their fourth full length album entitled Rhythm Method at the Downtown After Five event on May 15th.\r\n

\r\n

\r\nDJ Williams Projekt

\r\n

\r\n"NO, I AM NOT A "DJ" but I am addicted to music and feel very lucky to play and create music for a living. I am from Plainfield, NJ but grew up in Richmond, VA. Music helps keep me sane, cleanses my soul, and has allowed me to travel all over the place. I currently play and tour with my band (DJ Williams Projekt) with some of the most talented players in Richmond: Gordon Jones, Dusty Simmons, Brian Mahne, Mark Ingraham, and Todd Herrington. These guys keep me inspired and are like a family to me. I have gotten the pleasure to share the stage with such great musicians as John Legend, Karl Denson, Soulive, Dave Matthews, Michael Franti, Keller Williams, Antibalas Afrobeat Orchestra, Benevento/Russo Duo, Citizen Cope, Marc Broussard, Dickey Betts, and many others.\r\n

\r\n

\r\nFounded by Asheville\'s renowned Singer/Songwriter Will Hartzog. Wilsin consists of variety of musical backrounds combined into a soulful sound. Damian LeMaster, pianist/songwriter, provides a great deal to the band. His experience with playing vintage and modern keyboards are what make Wilsin so sonically innovative. Guitarist/Midi Sampler Trevor Wolford is known for experimenting with new sounds. He adds to the "no limtations" attitude of Wilsin\'s polyphonic sound.\r\n

\r\n

Wilsin

\r\n

\r\nWilsin\'s rhythmic core is held together by percussionist/drummer Isaac Wells. Isaac provides a great deal to the band with many years of musical experience in playing many genres and styles of music.  \r\n

\r\n

\r\n \r\n

\r\n',1,15,0,22,'2009-06-17 14:00:02',73,'','2009-06-17 16:51:40',73,0,'0000-00-00 00:00:00','2009-06-17 13:59:30','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=0\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',17,0,1,'','',0,16),(257,'Design center partners with Burton Street, WNC Alliance on I-26 forum','Design center partners with Burton Street, WNC Alliance on I-26 forum','The Asheville Design Center, the Burton Street Neighborhood Association\r\nand the WNC Alliance are organizing a March 9 neighborhood tour and\r\nforum concerning the four competing designs for the controversial\r\nInterstate 26 connector.\r\n','

\r\n“Folks in the Burton Street community, because there’s such an impact\r\non their neighborhood, had wanted to know more about the various\r\nalternatives and the process the [state Department of Transportation]\r\nis going through,” said Design Center Executive Director Chris Joyell.\r\n“That process isn’t the most transparent, and as we continued on, we\r\nrealized that these impacts include a lot more than Burton Street. They\r\ninclude Emma, possibly Montford too.”\r\n

\r\n

\r\nTwo of the design options have drawn the most support from various\r\nfactions of the community. alternative 3 would demolish eight homes in\r\nthe Burton Street area—mostly along Fayetteville Street—and leave\r\nothers facing a large sound wall. It would also displace 30 homes in an\r\nEmma trailer park.\r\n

\r\n

\r\nAlternative 3 has been endorsed by the Asheville Area Chamber of\r\nCommerce and—narrowly—by the Buncombe County Board of Commissioners.\r\nProponents say it would reduce driving times, cost less to build and be\r\nmore aesthetically pleasing.\r\n

\r\n

\r\nThe other favored option, alternative 4b, was created by the Design\r\nCenter with an eye toward separating local and interstate traffic,\r\nopening up more areas for downtown-style development and reducing the\r\nimpact on the surrounding neighborhoods. This option would require less\r\nland than any of the other alternatives.\r\n

\r\n

\r\nThe Asheville City Council endorsed 4b on a 6-1 vote.\r\n

\r\n

\r\nBut the DOT has extensively modified the independently produced\r\ndesign, and it would now require the demolition of two homes in the\r\nBurton Street area.\r\n

\r\n

\r\nThe forum will consider both the project’s timeline and the various\r\nalternatives’ impacts on the area. The Design Center is trying to\r\narrange a similar event in Montford, said Joyell, and future forums in\r\nother neighborhoods are also possible.\r\n

\r\n

\r\n“We’re not 100 percent behind 4b,” he said. “There’s some mutations\r\nthe DOT made that we’re not happy with. If we’re going to change those,\r\nwe need to get the information out there and get the community’s\r\nsupport.”\r\n

\r\n

\r\nThe DOT is expected to indicate its preferred option this summer,\r\nsaid Joyell, though the announcement will be followed by a comment\r\nperiod during which further modifications may be made. The final design\r\nwill most likely be chosen next year, and construction is slated to\r\nbegin in 2013.\r\n

\r\n

\r\nThe neighborhood tour will begin at 5:30 p.m. at St. Paul’s\r\nMissionary Baptist Church, 170 Fayetteville St.; the forum will be held\r\nat the church starting at 6:30 p.m.\r\n

\r\n

\r\nTo view documents related to the I-26 project, go to http://www.mountainx.com/xpressfiles.\r\n

\r\n

\r\nby David Forbes in the Mountain Xpress Vol. 15 / Iss. 32 on 03/04/2009 \r\n

\r\n',1,2,0,2,'2009-03-04 11:48:51',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-03-04 11:45:30','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,203,'','',0,86),(258,'Downtown shelter to double space','Downtown shelter to double space','Western Carolina Rescue Ministries plans to launch a $7 million\r\nconstruction project in May that will double the amount of space it has\r\nto provide services for homeless people and those battling drug and\r\nalcohol addictions.\r\n','

\r\nA $1 million grant from the Federal Home Loan Bank of Atlanta puts the\r\nnonprofit about halfway to its funding goal for the project, according\r\nto Director Vic Howard.\r\n

\r\n

\r\nThe homeless shelter occupies three 1920s-era buildings on the western\r\nedge of downtown Asheville, near the intersection of Patton Avenue and\r\nHaywood Street. It provides 300 meals a day to homeless people and\r\novernight shelter for 100 men, women and children every night, says\r\nHoward. The alcohol- and drug-addiction program has an additional 24\r\nbeds.\r\n

\r\n

\r\nThe planned four-story structure will be erected at the shelter’s\r\ncurrent location (225 Patton Ave.). It will feature 85 beds for\r\nhomeless men, 16 beds for homeless women and children, plus three\r\nfamily rooms, a chapel and a large dining room. Construction is\r\nscheduled to begin May 13, Howard reports.\r\n

\r\n

\r\nThe new building will enable the agency to improve its services, says board member John Parker.\r\nFor example, the shelter now has to have three seatings at lunch and\r\ndinner to accommodate all those in need of a meal. The new dining hall,\r\nwith seating for more than 100, should be able to accommodate most\r\neveryone at once, says Parker.\r\n

\r\n

\r\n“It’s just amazing the impact we have on this community. Our budget\r\nis about $1 million a year, and we take that and turn that into about\r\n$4 million in services,” he notes. “I’ve never seen any organization do\r\nso much with so little.”\r\n

\r\n

\r\nThe new facility, says Howard, is needed because “the demand on our\r\nservices is just so great,” and the current buildings, which once\r\nserved as warehouses, are simply falling apart. The project, he\r\nemphasizes, will also help Asheville achieve its goal of ending chronic\r\nhomelessness in the city by 2015.\r\n

\r\n

\r\n“We were able to put 89 people to work last year, so we’re trying to\r\nmove them off the streets and into shelter and into a job they can\r\nsustain,” says Howard.\r\n

\r\n

\r\nNeighbors also praise the ministry. “We’ve never had a problem with\r\nthem, and I think it’s a service that has to be provided” says Randy McKinney, vice president of McKinney Welding Supplies on Haywood Street.\r\n

\r\n

\r\nVic Shealy, president of Citizens Fuel Co., says he’s had a\r\npositive relationship for years with the shelter, which uses a portion\r\nof the company’s property for parking in return for providing mowing\r\nservices.\r\n

\r\n

\r\n“I think they do a wonderful job over there. Now, would I rather it\r\nnot be right next door? Yes. Why? Because it creates some people just\r\nhanging around,” notes Shealy. “But they provide a real service to the\r\ncommunity, and we’ve never had one problem with them.”\r\n

\r\n

\r\nby Jason Sandford in the Mountain Xpress Vol. 15 / Iss. 32 on 03/04/2009 \r\n

\r\n',1,2,0,2,'2009-03-04 11:49:57',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-03-04 11:48:59','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,202,'','',0,83),(259,'Private Mountain Communities, LLC','Private Mountain Communities, LLC','

\r\nPrivate Mountain Communities, LLC
\r\n1 Page Avenue Suite 150
\r\nAsheville, NC 28801
\r\n1-888-517-3322
\r\nwww.PMCLifestyle.com
\r\n

\r\n','',1,12,0,17,'2009-03-04 12:36:30',71,'','2011-01-24 14:46:45',71,0,'0000-00-00 00:00:00','2009-03-04 12:30:43','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,16,'','',0,163),(260,'Associations that Truly Associate','Associations that Truly Associate','“I can’t tell you how important I think social networking\r\nand web 2.0 tools are. For us, our MySpace page has literally been a\r\nrunaway hit.” That’s Timothy Bishop, talking about the new ways the Ellensburg (WA) Downtown Association  (also known as “EDA”) is putting itself on the map. \r\n','

\r\nHow big a hit? Well in just one year Bishop,the Director of the Ellensburg Downtown Association, tells us that the Ellensburg MySpace page has grown to over 1,500 followers. Many of those are students from nearby Central Washington University who were not “finding” the downtown merchants before. (They also host an Ellensburg Facebook page). Now, student welcome bags at CWU include a key chain with EDA’s MySpace address. Bishop told us:\r\n

\r\n
\r\n
\r\n

\r\n In the past the students would finally\r\n discover downtown in their junior or senior year. Now we build\r\n relationships with them from Day One.\r\n

\r\n
\r\n
\r\n

\r\nAnd, those relationships work both ways. Tallee.com,\r\na software developer, had just re-located to downtown Ellensburg. They\r\nadvertised for employees in student newspapers and talked their jobs up\r\nto professors, but they didn’t get enough applicants. However, after\r\nposting their jobs on Ellensburg’s MySpace page they got an\r\ninstantaneous response – and hired 5 new employees from the college!\r\n

\r\n
\r\n
\r\n

\r\nTimothy also noted EDA’s new partnership with the nearby university’s chapter of the Public Relations Student Society of America (PRSSA) “and for the next 8 months they’ll be working with us to help tell Downtown Ellensburg’s success stories.”\r\n

\r\n
\r\n
\r\n

\r\nBishop has been described as an arsonist of ideas. Now he’s reaching\r\nout getting students and many other folks to start publicity and\r\nnetworking fires for him.\r\n

\r\n
\r\n
\r\n

\r\n “Timothy Bishop doesn’t go out and rebuild\r\n downtowns. He is an arson who lights fires in the hearts and minds of\r\n downtown citizens.” - Pug Ostling\r\n

\r\n
\r\n

\r\nHow else are downtowns revitalizing their communities by working the social media side of the street? Well, look for the Asheville Downtown Association on Facebook - or better yet, check out @SpudBros on Twitter. Spud Brothers sells “just maybe the world’s greatest fries”\r\n– no easy task in health conscious downtown Boulder, Colorado. How are\r\nthey doing it? Well, one way is by giving discounts to their nearby\r\nUniversity of Colorado Twitter followers.\r\n

\r\n

\r\nDowntown associations and businesses all over the country are\r\nrevitalizing by using social networks. Yes, there are a million stories\r\nin the “Networked City.” These have been just a few of them. Just ask Timothy. Our money’s still on The Bishop.\r\n

\r\n

\r\nEditor’s Note: We’ve written several other articles about the Ellensburg Downtown Association on this blog. Do a search for “Ellensburg” or click here and read the next most recent, “My Money’s on the Bishop.”\r\n

\r\n
\r\n',1,2,0,2,'2009-03-04 12:58:09',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-03-04 12:55:04','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,201,'','',0,125),(261,'Pack Square may reopen next month','Pack Square may reopen next month','Pack Square could reopen during the second half of April and other\r\nparts of Pack Square Park in July and September, the board of the\r\nnonprofit in charge of renovating the park were told today.\r\n','

\r\n But Pack Square Conservancy board members were quick to say that\r\ndates are tentative and subject to weather or other complications.\r\nFinal completion of renovation work on downtown park space could take\r\nsome time after areas are opened.\r\n

\r\n

\r\n The large area in front of the\r\nCity Building and the county courthouse could open as soon as late\r\nJuly, said the conservancy’s construction manager, Mark Durbin. The\r\ngrass in Roger McGuire Green will have to be fenced off for several\r\nmonths after that, however, park designer Fred Bonci said.\r\n

\r\n

\r\n The\r\ncurrent schedule shows the area between Pack Square and the green\r\nopening in September, Durbin said. Work on a pavilion for the park is\r\nnot expected to being until late this year or early 2010.\r\n

\r\n

\r\n\r\n\r\nMark BarrettMBarrett@CITIZEN-TIMES.com \r\n • published March 4, 2009 \r\n

\r\n',1,2,0,2,'2009-03-05 10:41:48',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-03-04 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,200,'','',0,150),(262,'Asheville City Council: Council targets fee increases to balance budget','Asheville City Council: Council targets fee increases to balance budget','The Saturday breakfasts for the homeless are gone from Pritchard Park,\r\nbut public sentiment has been simmering at low boil since Asheville\'s\r\nParks and Recreation Department evicted the do-gooders in early May.\r\n','
\r\n

\r\n "This is what you have done. You haven\'t brought this community together; you have divided us."-- Mayor Terry Bellamy to Adam Ripley, who organized the Pritchard Park breakfast project\r\n

\r\n
\r\n

\r\nMontreat resident Adam Ripley,\r\nwho headed up the project, had tapped fellow Montreat College students\r\nand nonprofits around town to help fund the project, cook and\r\ndistribute food, and wash dishes. The weekly feedings began last\r\nSeptember, and the crowds quickly swelled into the hundreds, says\r\nRipley.\r\n

\r\n

\r\nIt was those numbers, Parks & Rec Director Irby Brinson\r\nsaid later, that made him call a halt to the meals. Brinson also noted\r\nthat Ripley hadn\'t gotten the required permit for an organized event.\r\n

\r\n

\r\nThe\r\ncity did offer Ripley alternate sites, including a parking lot behind\r\nCity Hall that he\'s used twice as a temporary venue. On another recent\r\nweekend, Ripley distributed food at Aston Park.\r\n

\r\n

\r\nBut the\r\n21-year-old activist continues to push for a more central location. And\r\nin recent weeks, as word has spread on the street and Ripley\'s cause\r\nhas gained momentum, that fight has turned uglier, culminating in a\r\nsometimes rancorous discussion at City Council\'s May 23 formal session.\r\n

\r\n

Indigestion all around

\r\n

\r\nThe\r\ncontroversy dominated the meeting\'s public-comment period, as people on\r\nall sides of the issue spoke to the purpose of Pritchard Park and the\r\nplace of homeless folks in the community.\r\n

\r\n

\r\n"What we have here is a bunch of actors," chided the Rev. Christopher Chiaromonte,\r\na local figure recognizable by his maroon robes and heavily ornamented\r\nstaff. Pacing slightly behind the lectern and raising his voice,\r\nChiaromonte called Council members "hypocrites," drawing a warning from\r\nMayor Terry Bellamy to remain respectful.\r\n

\r\n

\r\nSpeaking in more civil tones, the Rev. Amy Cantrell quoted biblical passages in defense of the poor and compared the current issue to the civil rights struggles of the 1960s.\r\n

\r\n

\r\nThe\r\nCity Council and Senior Opportunity Center parking lots that the city\r\noffered Ripley are close by, she conceded, but that doesn\'t make them\r\nacceptable choices. "It is not that far to the back of the bus," she\r\ndeclared. "Not that far to the balcony of the theater."\r\n

\r\n

\r\nRepresenting\r\nseveral others in the audience, Cantrell pleaded with City Council to\r\n"end policies that make downtown Asheville an exclusion zone."\r\n

\r\n

\r\nRipley\r\nwas present and had signed up to speak, but he ceded his time to\r\nCantrell and was subsequently denied another chance, having forfeited\r\nhis turn under Council rules.\r\n

\r\n

Whose park is it anyway?

\r\n

\r\nBut\r\nbehind all the rhetoric looms the fundamental question of who gets to\r\nuse public parks, and for what. And after advocates for the homeless\r\nhad their say, downtown business and property owners took their turns\r\nat the microphone, asserting that having homeless people in the park is\r\nincompatible with the area\'s functions as a business district and\r\ntourist destination.\r\n

\r\n

\r\n"It has improved since they stopped feeding the homeless and derelicts," said four-year downtown resident Stephen West.\r\nHe called the homeless population "unamenable to our way of life. They\r\ncan\'t find the will to work; they can\'t find the will to stay sober."\r\nWest likened the homeless population\'s Saturday gatherings to scenes\r\nfrom Invasion of the Body Snatchers in which soulless human clones gather en masse in the city center.\r\n

\r\n

\r\nTwelve-year downtown resident Judy Swan\r\nsaid the people hanging out in Pritchard Park are "the same drunks that\r\nI chase out of our alley when they go there to urinate." Their presence\r\nin the park, she maintained, discourages other city residents and\r\ntourists from using it.\r\n

\r\n

\r\n"Downtown is a wonderful place," said Swan. "Please leave the park for those who would like to enjoy it."\r\n

\r\n

\r\nOther\r\nspeakers emphasized that they don\'t hate the homeless but are concerned\r\nabout their negative impacts. "I have no problem with the homeless,"\r\ndeclared College Street business owner Tom Bunch. But he added that many of his customers are appalled by what they see in the park.\r\n

\r\n

\r\nThe acerbity of the debate wasn\'t lost on Bellamy, who had particularly choice words for Ripley.\r\n

\r\n

\r\n"This\r\nCouncil has been made to seem like villains because we asked for\r\norder," Bellamy fumed. Since the breakfasts were shut down, Council\r\nmembers have received e-mails calling them "all sorts of names," she\r\nsaid.\r\n

\r\n

\r\nVoicing support for staff\'s judgment on the matter, Bellamy\r\nnoted that Ripley had rejected the compromise locations he\'d been\r\noffered. (Ripley later told Xpress that he\'s agreeable to the Aston Park site.)\r\n

\r\n

\r\nCalling\r\nthe recent attacks on City Council divisive and harmful, Bellamy cited\r\nindividual Council members\' personal outreach to the homeless, as well\r\nas city initiatives such as the Ten Year Plan to End Homelessness.\r\n

\r\n

\r\n"Adam, this is what you have done," scolded Bellamy. "You haven\'t brought this community together; you have divided us."\r\n

\r\n

\r\nThe mayor\'s comments sparked applause, which she promptly gaveled down.\r\n

\r\n

Charrette wins Council\'s favor

\r\n

\r\nEarlier\r\nin the evening, City Council unanimously approved two measures aimed at\r\npromoting high-density, mixed-use development along Haywood Road in\r\nWest Asheville. The more general item involved amending the language of\r\nthe Unified Development Ordinance\'s "urban place district" designation.\r\nA second measure called for rezoning the block between Blue Ridge and\r\nMitchell avenues, now occupied by the St. Joan of Arc Catholic Church.\r\n

\r\n

\r\nDeveloper Kevin Crump\r\nand others recently hosted a weeklong charrette in connection with a\r\nproject planned for the site (see "Lending an Ear," March 29 Xpress). The attempt to solicit community input and buy-in appeared to pay off as both measures passed unanimously (Council member Brownie Newman was absent).\r\n

\r\n

\r\nCrump\'s\r\nplans envision a block-long, three-story building along Haywood Road,\r\nwith a mix of housing types behind. Some neighbors who attended the\r\nmeeting aired concerns about a sidewalk-and-buffer requirement that\r\nthey said would threaten trees on the site. They\'d already discussed\r\nthe problem with Crump and are working on a compromise design that will\r\nneed to be approved by the city. But the issue must first go before the\r\nTree Commission, which will determine what impact each option would\r\nhave.\r\n

\r\n

\r\nBellamy, meanwhile, had glowing words for the project\'s\r\nattempts to provide affordable housing and encourage public input. "My\r\nhat\'s off to you," she proclaimed. "I think you are a good neighbor.\r\nYou are one of those lights in the darkness."\r\n

\r\n

Seats up for grabs

\r\n

\r\nThe\r\ncity is looking to fill vacancies on the following boards and\r\ncommissions: the Airport Authority, Board of Adjustment, Civic Center\r\nCommission, Civil Service Board, Board of Electrical Examiners,\r\nHistoric Resources Commission, Noise Ordinance Appeals Board, Tourism\r\nDevelopment Authority and Recreation Board. The deadline for\r\napplications is Thursday, June 15. For more information, call the city\r\nclerk\'s office at 259-5601.\r\n

\r\n

\r\nby Brian Postelle in the Mountain Xpress Vol. 12 / Iss. 44 on 05/31/2006 \r\n

\r\n

\r\n \r\n

\r\n',1,2,0,2,'2009-03-09 10:51:47',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-03-09 10:49:03','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,199,'','',0,120),(263,'Vacancies don\'t faze Grove Arcade','Vacancies don\'t faze Grove Arcade','Located in the heart of downtown and boasting a grand architectural style, the Grove Arcade can\'t hide.\r\n','

\r\nThat might make its vacancies and retail churn more noticeable than\r\nother downtown spots. But while the massive, 269,000-square-foot\r\nedifice has had some high-profile departures in the last year — the\r\nArts & Heritage Gallery, Larson Porcelain & Design, the Ali\r\nBaba restaurant and the Dragonfly gift shop — the occupancy picture is\r\nactually looking up, according to executive director Ruth Summers.\r\n

\r\n

\r\nSummers\r\nsaid the arcade has gotten “two nibbles” on the gallery space on the O.\r\nHenry side of the arcade, it\'s finishing up the lease for the old Ali\r\nBaba space, and a retailer is working through a lease for the former\r\nDragonfly spot.\r\n

\r\n

\r\n“We look at it as positive year,” Summers said.\r\n“We\'re hoping by the end of the year — actually by the end of July — to\r\nbe 100 percent leased.”\r\n

\r\n

\r\nThe first floor of the arcade features 38\r\nretail spaces and 55,000 square feet of usable retail space. Of the 35\r\nretail tenants, 15 are original tenants from the arcade\'s reopening six\r\nyears ago.\r\n

\r\n

\r\nThe arcade, which originally opened in 1929 but spent\r\ndecades as a federal office building before closing in 1995, has retail\r\nshops on the first floor, businesses on the second and apartments on\r\nfloors three-five. It reopened in 2002 after a $20 million renovation.\r\n

\r\n

\r\nBefore\r\nhis death in 1927, developer E.W. Grove said of his plans for the\r\narcade: “It is generally conceded that the Arcade Building would do\r\njustice to a city many times the size of Asheville. It is by far the\r\nfinest structure in the South, and there are few, if any, finer in the\r\nentire country.”\r\n

\r\n

Some are expanding

\r\n

\r\nWhile no business in the Arcade is booming this time of year — that\r\ncomes when the summer and fall tour buses hit town — some have been\r\nenjoying steady growth and are even expanding.\r\n

\r\n

\r\nThe Jazzy Giraffe\r\nclothing store, which opened three years ago, is expanding into a\r\nformer pottery space next door. It will use the space for shoes and\r\naccessories while expanding its gift space.\r\n

\r\n

\r\n“We have a lot of faith in the downtown,” store owner Donna Wright said.\r\n

\r\n

\r\nAt\r\nEnter the Earth, a store that sells crystals, stone jewelry and\r\nfossils, business has been slow — but not abnormally so, said store\r\nmanager Laura Uzzell.\r\n

\r\n

\r\n“People forget that it\'s always slow this\r\ntime of year,” she said. “As soon as it warms up, business will pick\r\nup. The best thing about being here in the Grove Arcade is they\'ve made\r\nthese arrangements to drop off busloads of people — you can\'t ask for\r\nmore than that.”\r\n

\r\n

\r\nLike the Jazzy Giraffe, Enter the Earth has been\r\nfortunate to strike a balance between tourist business and loyal locals\r\nwho check in periodically to look for new merchandise. Enter the Earth\r\nexpanded about two years ago.\r\n

\r\n

‘A heavy load\' for some

\r\n

\r\nSome merchants are enduring more of a struggle, though, partly\r\nbecause of the relatively high rents at the arcade. Rosanne Kiely,\r\nowner of the Grove Corner Market, one of the arcade\'s original tenants,\r\nsaid the store has actually “been on a growth spurt,” with sales rising\r\neach year.\r\n

\r\n

\r\n“People are not going out to eat as much, and people\r\nare coming here to eat a meal or take a meal with them,” Kiely said.\r\n“Our sales are climbing, but we still have a heavy load here at the\r\nGrove Arcade. You have got to do a lot of sales to generate the\r\noverhead here.”\r\n

\r\n

\r\nThe Grove Arcade\'s standard rental rate is $23 a square foot, plus a small percentage charge for common area fees.\r\n

\r\n

\r\nThe\r\nGrove Corner Market has 11 employees, and Kiely has had to cut payroll\r\nhours by about 30 percent. The store also has some debt from previous\r\nyears that were slower, so it\'s “doing catch-up while trying to keep up\r\nwith current expenses,” she said.\r\n

\r\n

\r\n“Our situation kind of\r\ndemonstrates what\'s going on — it\'s a high-rent space, and you need to\r\ngenerate a pretty significant revenue stream with a good profit margin\r\nto make it here,” Kiely said.\r\n

\r\n

\r\nA shift toward upscale stores that\r\ncater mostly to tourists is “totally contrary to the original concept\r\nof a city public building and a public market” that the arcade reopened\r\nunder, she maintains. Kiely also noted that the arcade also has two\r\nfirst-floor retail spaces devoted to marketing upscale residential\r\ndevelopments.\r\n

\r\n

\r\nKiely hedges her assessment, though, by noting that\r\nthe arcade does have all local businesses, and a lot of them have\r\nreasonable prices, especially the restaurants.\r\n

\r\n

\r\nSummers notes that\r\nthe building is very expensive to operate and maintain, and that the\r\noperators cannot offer rent relief because then every occupant would\r\nwant the same treatment. She also pointed out that the retail\r\noperations cover a wide range of prices, and that 15 of the building\'s\r\nretailers are original tenants.\r\n

\r\n

\r\n“I think for retail that\'s not a lot of turnover in six-plus years,” Summers said.\r\n

\r\n

\r\nFor her part, Summers remains upbeat about the arcade\'s evolution and its outlook, despite a bleak economy.\r\n

\r\n

\r\n“Most\r\nevery business goes down in Asheville this time of year,” Summers said.\r\n“When you take the economy and wintertime, it\'s been a double whammy to\r\nmost business. Outside the arcade, I bet you any restaurateur will tell\r\nyou the same thing.”\r\n

\r\n

\r\nJohn BoyleJBoyle@CITIZEN-TIMES.com \r\n • published March 8, 2009 \r\n

\r\n',1,2,0,2,'2009-03-09 11:09:05',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-03-09 10:53:12','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,198,'','',0,130),(264,'Stimulus can energize Asheville\'s green economy','Stimulus can energize Asheville\'s green economy','In the green industry of tomorrow, electricians will wire solar panels with the aid of instructions loaded into an iPod.\r\n','

\r\nConstruction workers will insulate houses with a foam spray made from soybeans. And cars will run on biodiesel made from algae.\r\n

\r\n

\r\nWith\r\npeople already training for those jobs in the classroom, business\r\nleaders in Western North Carolina are betting they can make that future\r\nhappen by tapping into federal stimulus money intended to feed the\r\nso-called green economy.\r\n

\r\n

\r\n“If you drive around Asheville, you see\r\nthe solar panels on the Green Sage Café downtown and all the Arby\'s\r\nrestaurants,” said Russ Yelton, who heads the Global Institute for\r\nSustainability Technologies at Asheville-Buncombe Technical Community\r\nCollege. “People are already doing sustainable technologies now.”\r\n

\r\n

\r\nPresident\r\nBarack Obama has heralded the green-collar jobs as an answer to\r\nmanufacturing job losses and dependence on foreign oil.\r\n

\r\n

\r\nThe size\r\nand potential growth of renewable energy companies in North Carolina\r\nare difficult to estimate, but a survey last summer by the N.C.\r\nSustainable Energy Association estimated firms employed about 6,500\r\nworkers. About 70 percent of those jobs were in manufacturing.\r\n

\r\n

\r\nCompanies\r\nresponding to another survey in February said they could more than\r\ndouble employment by the end of 2010 if economic conditions loosened.\r\nNearly six out of 10 responding companies said the credit crunch is the\r\nbiggest drag on expansion.\r\n

\r\n

\r\nIn WNC, jobs in the green economy are taking root in Clean Energy Business Incubator at A-B Tech\'s Enka campus.\r\n

\r\n

\r\nThe\r\nincubator houses 41 startup companies, which saw a total of $4 million\r\nin revenues in 2007, along with $2 million in investment, creating 51\r\nfull-time jobs with an average annual wage of $32,000.\r\n

\r\n

\r\nA $666,050\r\nappropriation for A-B Tech\'s green-collar job training made it into the\r\nmost recent spending bill approved by Congress. A $354,000 grant\r\nthrough the U.S. Department of Energy last year helped to create the\r\nincubator.\r\n

\r\n

Growing jobs

\r\n

\r\nBusiness leaders hope the incubator will provide a ready-made\r\npipeline for stimulus money, producing new jobs in the near future,\r\nYelton said.\r\n

\r\n

\r\nYelton can wander the renovated halls of the former\r\nBASF research building, past the doors of entrepreneurs creating new\r\nproducts for biodiesel from algae, a solar-powered filter for clean\r\nwater, advanced composting for animal carcasses and other new ideas.\r\n

\r\n

\r\nSteve DeWeese has jobs already growing out of his Endless Supply company.\r\n

\r\n

\r\nWhile\r\nthe construction industry has suffered with the slowdown in the housing\r\nmarket, DeWeese sees a growing demand for his spray foam insulation\r\nmade from soybeans instead of petroleum products.\r\n

\r\n

\r\nHis company has\r\nalready installed the competitively priced insulation in homes,\r\nbusinesses and at a student dorm at Appalachian State.\r\n

\r\n

\r\n“We\'ve\r\nbeen very busy and see a lot of growth on the horizon, even though the\r\nconstruction industry is off. The homes that are being built,\r\ncontractors are looking at energy efficiency and how they can give the\r\nhomeowner the best return on their investment. Spray foam insulation,\r\nespecially a green version, has received a lot of attention.”\r\n

\r\n

\r\nEndless\r\nSupply has already seen more business this quarter in the midst of the\r\nrecession than the previous three quarters combined, DeWeese said, with\r\na 100 percent increase in sales. He plans to add two more positions to\r\nhis staff of four in the next few months.\r\n

\r\n

\r\nThe federal recovery\r\nact should provide a boost to business, by tripling the tax credit to\r\n30 percent up to $1,500 for homeowners who improve the\r\nenergy-efficiency of their homes with insulation and other technologies.\r\n

\r\n

\r\n“People\r\nhad been seeing a payback in three to five years. With these new tax\r\ncredits, that window could be two to three years,” DeWeese said.\r\n

\r\n

\r\nThe\r\nfederal stimulus contains more than $136 million for weatherization\r\nprojects in North Carolina, according to the state agency formed to\r\nmanage the federal money.\r\n

\r\n

\r\nIt devotes another $49.5 million to\r\nother clean-energy projects in the state, the Solar Energy Industries\r\nAssociation told The Associated Press.\r\n

\r\n

Debate on green economy potential

\r\n

\r\nOfficials on the state and local level are still divvying up the\r\nmoney to spend from Washington, but the White House estimates the\r\nstimulus will generate 7,500 new jobs for the 11th Congressional\r\nDistrict of Western North Carolina. Yelton said he believes that\r\nestimate is realistic.\r\n

\r\n

\r\nA Duke University researcher who studied\r\nthe potential for green-collar job growth said parts suppliers and\r\nmanufacturers should see sharp growth, but predictions are difficult.\r\n

\r\n

\r\n“Even\r\nfor really specific technologies, those job estimates were hard to come\r\nby and were just guesstimates,” said Duke sociologist Gary Gereffi, who\r\nco-authored a study on green-collar jobs last fall.\r\n

\r\n

\r\nThe global\r\ninstitute at Asheville-Buncombe Technical Community College is counting\r\ncompanies in the region with the help of Western Carolina University\r\ngraduate students.\r\n

\r\n

\r\n“Several hundred companies could be considered\r\nas green here, and now we\'re trying to look at their suppliers. If we\r\ncould just create five jobs per company, that would be a lot of jobs,”\r\nYelton said.\r\n

\r\n

\r\nThe numbers are still being collected for 2008, but “most of those numbers have doubled,” Yelton said.\r\n

\r\n

\r\nSome\r\nskeptics say the growth of green jobs will reduce the number in other\r\nfields and that other parts of the country will be competing in the\r\nsame field.\r\n

\r\n

\r\n“I\'m sure we have some of what economists call\r\ncomparative advantages” in Western North Carolina, said Todd Cherry,\r\nwho teaches economics at Appalachian State University. “But when you\r\ntravel around to other states, they\'re all saying the same thing. We\r\ncan\'t all be right.”\r\n

\r\n

Traditional trades important in new economy

\r\n

\r\nAsheville-Buncombe Technical Community College officials see\r\nparticular potential in solar hot water and photovoltaic systems and\r\ngreen building.\r\n

\r\n

\r\n“If you look at who these green-collar workers\r\nare going to be, you have to look at your traditional trades,” said\r\nVernon Daugherty, dean of engineering and applied technology. “If\r\nyou\'re talking about solar photovoltaic, then you\'re talking about\r\nelectricians being involved. They are the only people who can connect\r\nthat wiring to the grid.”\r\n

\r\n

\r\nOn the main campus, curriculum classes\r\nare training carpenters, electricians, heating and air conditioning\r\ntechnicians in sustainable or green technologies. “It\'s a natural\r\nevolution in training,” Daughtery said. “We can\'t teach students to\r\nbuild their parents\' house. We have to teach them to build the houses\r\nof today and the houses of five years from now that we haven\'t even\r\nseen.”\r\n

\r\n

\r\nYelton said classes that teach electricians to wire the\r\noften complicated arrays of solar photo voltaic panels are being\r\nrecorded on video and loaded onto video iPods that a worker could strap\r\nonto his tool belt and take into the field. “They can refer to the\r\nvideo rather than bother a supervisor.”\r\n

\r\n

\r\nYelton envisions when a\r\nplumber working on a solar thermal hot water system in downtown\r\nAsheville could connect to the Internet to stream a video as a\r\nrefresher.\r\n

\r\n

\r\nAbout 35 people are enrolled in the electrician\r\nclasses, according to Frank Miceli, head of the electronics and\r\ncomputer engineering technology. Many students are interested in\r\nlearning more about solar panel wiring as a potential career.\r\n

\r\n

\r\n“Green\r\nseems to be where the jobs are going,” said Chris Valery, 42, who is\r\nfinishing up his electronics engineering degree this semester. “I\'m\r\nlooking at several different avenues, but solar panels sound\r\ninteresting.”\r\n

\r\n

\r\nCherry said green jobs that are created may come at the expense of other jobs.\r\n

\r\n

\r\n“If\r\nwe\'re getting our energy from renewable sources, then all the people\r\nthat are working in those industries, they\'ll benefit, but all the\r\npeople working in the ‘brown\' jobs, they\'re going to be hurt,” he said.\r\n

\r\n

\r\nBackers\r\nof efforts to create green jobs say they are more likely to be created\r\ndomestically since renewable energy sources are often located close to\r\nwhere the energy is used.\r\n

\r\n

\r\nCherry said one benefit of green jobs\r\nis that many will be created in rural areas, but that job creation is\r\nnot as strong an argument for green jobs as the environmental benefits\r\nand energy independence.\r\n

\r\n

\r\n“There are legitimate issues and real\r\nimportant issues that should be driving the decisions, but it seems\r\nlike jobs is an easy flag to wave,” he said.\r\n

\r\n

\r\nFLS Energy of Black\r\nMountain donated an array of solar panels to Asheville-Buncombe\r\nTechnical Community College for students to learn how to wire the\r\nsystems. Most of its installers have been hired through the alternative\r\nenergy program at Appalachian State University. “It would be great if\r\nthe community college closer to home was providing us with graduates\r\nwith the same type of skill,” said Michael Shore, who heads FLS Energy.\r\n

\r\n

\r\n“This\r\nis what is coming,” said Daugherty. “If there is any area in the\r\ncountry where a green jobs economy would take hold, it\'s got to be\r\nAsheville. This is a very progressive, environmentally friendly place.”\r\n

\r\n

\r\nStaff writer Mark Barrett and The Associated Press contributed to this article.\r\n

\r\n

\r\nDale NealDNeal@CITIZEN-TIMES.com \r\n • published March 9, 2009 \r\n

\r\n',1,2,0,2,'2009-03-09 11:12:16',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-03-09 11:11:24','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,197,'','',0,107),(265,'Downtown Master Plan has some good points, some bad points','Downtown Master Plan has some good points, some bad points','

\r\nThe Downtown Master Plan, as described in the story, “Downtown\r\ndevelopment plan calls for limits, but some say it takes too much power\r\nfrom Council,” (AC-T, March 1), reads like a plan for political control\r\nof the face of the city. It’s probably a good idea for council to\r\ndelegate the technical responsibility of new development, but they\r\nshould be very cautious of the influence their politically-appointed\r\ncommissions have in final development decisions.\r\n

\r\n','

\r\nThe AC-T writes about who reviews certain sized development, and\r\nthey range from City Planning and Zoning, Technical Review and Downtown\r\nCommissions. It disturbs me as well as plan critic Steve Rasmussen,\r\nquoted as saying, “History shows that developers with a lot of money …\r\nhave had a lot of influence on who gets appointed to a board like that.”\r\n

\r\n

\r\nFor\r\ninstance, the Downtown Commission appears to be an arm of the Chamber\r\nof Commerce. Yet no “Citizen’s Commission” has been appointed to\r\nrepresent Asheville’s residents. When Rasmussen further stated, “It’s\r\nour town. … We need to have a say on what happens to it, not just\r\nexperts,” he was talking about maintaining the culture of Asheville\r\nthat made the city so popular to those trying to change that culture\r\nthrough development.\r\n

\r\n

\r\nDevelopment will come, but it should consider all aspects of what is good for Asheville.\r\n

\r\n

\r\nBert Bass, Weaverville \r\n • published March 9, 2009 \r\n

\r\n',1,2,0,2,'2009-03-09 11:13:23',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-03-09 11:12:33','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,196,'','',0,177),(266,'New Mountain Mobility bus route in North Buncombe','New Mountain Mobility bus route in North Buncombe','Buncombe County has expanded Mountain Mobility to the north Buncombe County area.\r\n','

\r\nThe route, which will be known as the “North Buncombe Trailblazer,”\r\nwill feature several runs that offer transportation services from rural\r\nareas of north Buncombe County to urban locales of Asheville by\r\nproviding connectivity with Asheville Transit (Route 2). \r\n

\r\n

\r\nThe\r\nNorth Buncombe Trailblazer will feature an early morning and late\r\nafternoon commuter run that provides citizens with access to and from\r\ndowntown Asheville. This run is structured to arrive and depart in\r\nconjunction with regular working hours.\r\n

\r\n

\r\nMountain Mobility,\r\nBuncombe County’s Community Transportation System, received a grant\r\nfrom the N.C. Department of Transportation – Public Transportation\r\nDivision to expand public transportation options between the Asheville\r\nurbanized area and outlying areas of north Buncombe County. Matching\r\nfunds for the grant will be provided by the Town of Woodfin, Buncombe\r\nCounty and generated from passenger fares.\r\n

\r\n

\r\nMountain Mobility will\r\nutilize a 20-passenger light transit vehicle (small bus) to provide the\r\nservice. The bus is lift-equipped to serve persons with disabilities\r\nand will be equipped with a bike rack. \r\n

\r\n

\r\nThe Mountain Mobility\r\nbus will link to Asheville Transit buses (Route 2) at the Manor Ridge\r\nApartments bus stop located on Elkmont Road in Woodfin. \r\n

\r\n

\r\nThe service area for the North Buncombe Trailblazer includes:\r\n

\r\n

\r\n•\r\nBrookdale Road, Reems Creek Rd. Dogwood Dr., Flat Creek Rd., Clarks\r\nChapel Rd., Old Gibbs Rd., New Stock Rd., Aiken Rd., Northview Mobile\r\nHome Park, Weaverville Hwy., Manor Ridge Apt., Newbridge Shopping\r\nCenter, Woodfin Ingles, Weaver Blvd., Weaverville Super Wal-Mart and\r\nLowe’s Shopping Center\r\n

\r\n

\r\nRoutes will connect at times that allow\r\npassengers to transfer to and from connecting Asheville Transit routes.\r\nThe route will operate Monday through Friday. The passenger fare will\r\nbe 50 cents per boarding.\r\n

\r\n

\r\nThe North Buncombe Trailblazer service\r\nbegan on Monday, February 24, 2009. For more information about Mountain\r\nMobility or to obtain route schedules, call 258-0186 or visit\r\nbuncombecounty.org.\r\n

\r\n

\r\nAsheville Citizen-Times staff reports \r\n • published March 9, 2009 \r\n

\r\n',1,2,0,2,'2009-03-11 11:26:55',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-03-11 11:25:50','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,195,'','',0,119),(267,'Literacy Council in new offices','Literacy Council in new offices','The Literacy Council of Buncombe County has settled into its new\r\noffices at Asheville Office Park, 31 College Place, Building B-221 in\r\ndowntown Asheville.\r\n','

\r\nThe council now has additional tutoring space, an office for\r\neach staff member, a computer lab that will soon be equipped with\r\nrefurbished PCs from Charlotte Street Computers and a conference room\r\nfor on-site trainings and meetings. \r\n

\r\n

\r\nThe council is still\r\nlooking for donations of standing plants, benches and two six-foot long\r\nfolding tables. It is also asking for donations of $25, which will get\r\nthe donor a chair named after them. The chairs are used of onsite\r\ntraining, orientations, classes and board meetings. \r\n

\r\n

\r\nDonations\r\ncan be mailed to: Asheville Office Park, 31 College Place, Building\r\nB-221 Asheville, NC 28801. Please note on the check that the donation\r\nis for “Own a Seat.”\r\n

\r\n

\r\nAsheville Citizen-Times Staff Reports \r\n • published March 10, 2009 \r\n

\r\n',1,2,0,2,'2009-03-11 11:28:06',71,'','2009-03-11 11:28:38',71,0,'0000-00-00 00:00:00','2009-03-11 11:27:13','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,194,'','',0,130),(268,'Asheville’s big iron survives a big hit','Asheville’s big iron survives a big hit','It no doubt came as a shock to many a passerby to see the iconic Flat\r\nIron sculpture, which sits at the intersection of Wall Street and\r\nBattery Park Avenue in downtown Asheville, torn six feet off its base\r\non Feb. 28.\r\n','

\r\nOn that Saturday, around 8:20 p.m., Asheville resident Cortez Lamont Anderson\r\nallegedly failed to stop for Asheville Police Department officers, who\r\nwere trying to pull him over on suspicion of driving drunk.\r\n

\r\n

\r\nNear the end of his run, Anderson roared up Wall Street, where his\r\nwhite Pontiac G6 ultimately collided with the sculpture, knocking over\r\na planter and causing the iron to slide six feet off its base but not\r\ntip over. At press time, yellow “Caution” tape still covered the scene\r\nand the iron remained displaced.\r\n

\r\n

\r\nAccording to the APD’s incident report, there were no injuries, and\r\ndamage to property was minimal. Police apprehended Anderson on foot\r\njust after the crash.\r\n

\r\n

\r\nAnderson was charged with resisting arrest, driving drunk, driving\r\nwith his license revoked and fleeing arrest in a motor vehicle. He is\r\ncurrently being held in the Buncombe County Detention Facility on an\r\n$18,000 bond.\r\n

\r\n

\r\nThe 8-foot-tall sculpture, designed by Asheville sculptor Reed Todd, was modeled after the irons used at the turn-of-the-century Asheville Laundry.\r\n

\r\n

\r\nThe city hopes to get the famous iron back on its base soon.\r\n

\r\n

\r\n“We hope to have it repaired this week,” Diane Ruggeiro, the city’s cultural arts superintendent, told Xpress\r\non March 9. “The artist has been out of town and we wanted to involve\r\nthem in the repair. But we’ve got everything ready to go from our end.”\r\n

\r\n

\r\nby David Forbes in the Mountain Xpress, Vol. 15 / Iss. 33 on 03/11/2009 \r\n

\r\n',1,2,0,2,'2009-03-11 11:29:50',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-03-11 11:29:03','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,193,'','',0,134),(269,'Economy makes parking changes unlikely','Economy makes parking changes unlikely','Most studies done for government come with promises from sponsoring agencies that the findings won’t sit on the shelf.\r\n','

\r\nBut that appears to be exactly where much of the transportation and\r\nparking section of the proposed downtown master plan is headed.\r\n

\r\n

\r\nThe\r\nplan recommends that the city consider establishing a downtown shuttle\r\nservice, extending enforcement for metered spaces by two hours to 8\r\np.m. or redeveloping the Rankin Street and Wall Street parking garages.\r\n

\r\n
\r\n
\r\n\"Advertisement\"
\r\n\r\n\r\n\r\n\"Quantcast\"\r\n
\r\n
\r\n

\r\nBut city government is unlikely to take steps toward\r\nimplementing those measures any time soon, said Cathy Ball, director of\r\ntransportation and engineering.\r\n

\r\n

\r\nA decline in downtown parking\r\nusage — apparently caused by the economic downturn — calls into\r\nquestion the need for a shuttle or longer meter hours, Ball said, and\r\nbig changes to the Rankin and Wall garages are simply “not anywhere in\r\nour planning time frame.”\r\n

\r\n

\r\nExcluding those who pay for parking by\r\nthe month, the number of motorists using city-owned garages downtown\r\nfrom Jan. 1 through last weekend was down 13.4 percent compared to the\r\nsame period a year ago, said Parking Services Manager Harry Brown. The\r\nnumber of people renting spaces in city parking decks is down 3-5\r\npercent, he said.\r\n

\r\n

\r\nSpending slowdown\r\n

\r\n

\r\n“People aren’t spending\r\nas much money. They aren’t shopping as much, they aren’t eating out as\r\nmuch,” Ball said. “I’m just sure that there have been some jobs lost\r\ndowntown.”\r\n

\r\n

\r\nThe city Planning and Zoning Commission is scheduled\r\nto consider the downtown master plan April 1, and it will go before\r\nCity Council May 12 — about a year after the public kickoff meeting for\r\nthe process of drawing up the $170,000 plan was held.\r\n

\r\n

\r\nDuring the\r\nprocess, “The economic downturn shifted the horizon,” said Sasha\r\nVrtunski, who is coordinating the process for the city. “Some things in\r\nthe plan which seemed like they could happen right away can’t happen\r\nright away.”\r\n

\r\n

\r\nFollowing plan recommendations to change development\r\nrules downtown would be relatively inexpensive and work on that can\r\nbegin quickly, Vrtunski said.\r\n

\r\n

\r\nBut, she said, a proposed business\r\nimprovement district that would provide extra services like sidewalk\r\nand street cleaning or more law enforcement in a special tax district\r\ndowntown probably won’t fly these days.\r\n

\r\n

\r\n“Right now, nobody wants to talk about the idea of putting taxes on themselves,” she said.\r\n

\r\n

\r\nDriving to ride\r\n

\r\n

\r\nA\r\nstudy of a downtown shuttle is the first transportation recommendation\r\nin the draft downtown plan and is included as a way to address what a\r\nseparate study found was a deficit of 700 to 800 parking spaces\r\ndowntown.\r\n

\r\n

\r\nThe idea behind the shuttle is not so much to move\r\npeople from one end of downtown to the other as it is to ferry downtown\r\nworkers between outlying parking areas and their job sites, said\r\nCary-based consultant Fred Burchett.\r\n

\r\n

\r\nDowntown workers could save\r\nmoney by parking at a lot like the one close to Beaucatcher Tunnel on\r\nCollege Street, Burchett said, and free up parking in the downtown core\r\nfor hourly use by tourists or shoppers.\r\n

\r\n

\r\n“We thought that might\r\nextend the life of our parking garages,” postponing the day the city\r\nwould need to be provide more spaces, Ball said.\r\n

\r\n

\r\nThe plan said\r\nsimilar shuttles have worked in other downtowns — including\r\nChattanooga, Tenn.; Norfolk, Va.; Alexandria, Va.; and Hartford, Conn.\r\n— although each of those cities is considerably larger than Asheville.\r\n

\r\n

\r\nThe\r\nplan calls for a study to determine things like the location of\r\noutlying lots, how much demand there might be and how often the shuttle\r\nwould run.\r\n

\r\n

\r\nBurchett said the shuttle would have to run at least\r\nevery 15 minutes to be successful and the plan said service frequency\r\ncould be five to 10 minutes at peak times. It would cost about $1\r\nmillion a year to operate, the plan says, although about three-quarters\r\nof that could come from extra parking revenues, federal funds and\r\nprivate-sector money.\r\n

\r\n

\r\nPeople moving within downtown would use the\r\nshuttle some, Burchett said, although he said downtown is small enough\r\nthat many people wouldn’t bother.\r\n

\r\n

\r\n“If you were in town to go to\r\nsomething at the Orange Peel, would you walk from the Haywood Park\r\nHotel to the Orange Peel? I would,” he said.\r\n

\r\n

\r\nSeveral downtown\r\nworkers said they wouldn’t use a shuttle to get from their car to work\r\nor within downtown and doubted many others would either.\r\n

\r\n

\r\n“It\r\nwouldn’t work out for me because I’m on appointments. I’m in and out\r\nall the time,” said Edwin Draper, owner of Draper Insurance.\r\n

\r\n

\r\n“I’ve\r\nalways gotten a spot and I don’t have any parking issues,” said\r\nphotographer Jon Leidel, who parks in the Wall Street parking deck near\r\nhis office in the Flatiron Building.\r\n

\r\n

\r\nHe said he doesn’t need a shuttle to get around downtown.\r\n

\r\n

\r\n“The idea of getting on some sort of … trolley to get from here to the courthouse is kind of funny,” he said. “I’d just walk.”\r\n

\r\n

\r\nBall said the shuttle proposal will come up again.\r\n

\r\n

\r\n“We\r\nstill think it’s a great idea. It’s still on the table when the time is\r\nright and when our parking demand starts turning,” she said.\r\n

\r\n

\r\nMore service, more often\r\n

\r\n

\r\nSome\r\ndowntown workers did support for the idea of a frequent shuttle service\r\nthrough West Asheville or to Mission Hospitals, also recommended for\r\nfurther study in the plan.\r\n

\r\n

\r\nMost city bus routes are set up so\r\nthat a bus passes a given point once an hour, although some streets\r\nhave more than one route on them, meaning a rider can catch a bus every\r\nhalf hour in places.\r\n

\r\n

\r\nMost people aren’t willing to wait that\r\nlong, Burchett said, with the result that the transit system primarily\r\nhas what he called “captive ridership. … The people who are using\r\ntransit today are the ones who have no choice.”\r\n

\r\n

\r\nWest Asheville\r\nresident Audrey Davis said she has looked into taking the bus to\r\ncommute to her downtown job as a paralegal but deemed it impractical:\r\n“It would add an extra hour and a half to my day,” she said.\r\n

\r\n

\r\nEven\r\nincreasing the frequency to every half hour would make commuting by bus\r\nmore inviting, she said, and more frequent service than that would be\r\neven better.\r\n

\r\n

\r\nAs it is now, “It’s an unwieldy and cumbersome system,” she said.\r\n

\r\n

\r\nTammy\r\nBui said parking concerns do seem to keep some customers away from the\r\nSouthern Expressions gift and souvenir shop she runs on Biltmore Avenue.\r\n

\r\n

\r\nFriends and acquaintances “say they don’t want to come downtown because parking is so lousy,” she said.\r\n

\r\n

\r\nBut\r\nBui isn’t inclined to switch to public transportation. “I have a lot of\r\nerrands on the way to work, so I need a car,” she said.\r\n

\r\n

\r\nFeeding the meter\r\n

\r\n

\r\nExtending\r\nthe time when people would have to feed parking meters from 6 p.m.\r\nuntil 8 p.m. is one of several minor adjustments in downtown parking\r\nand transportation systems the draft downtown plan recommends.\r\n

\r\n

\r\nThe\r\nplan also calls for adding or improving sidewalks and bike lanes,\r\nbetter signage leading to parking and other destinations, more\r\ncoordination of public and private parking and construction of new\r\nparking in the area around the Grove Arcade and Civic Center.\r\n

\r\n

\r\nBut\r\nother than the Arcade/Civic Center proposal — which has been batted\r\naround for years without any resolution — extending parking meter\r\nenforcement might be one of the most noticeable changes the plans\r\nsuggests.\r\n

\r\n

\r\nThe theory behind the proposal is that it would\r\nencourage some people to use parking garages, leaving more spaces on\r\nthe street for people making quick shopping trips or visitors\r\nunfamiliar with garages.\r\n

\r\n

\r\nBurchett said that when he looked at the\r\nsituation in the summer of 2007, “on a typical night or weekend, there\r\nis no space available on the street and the garages are empty and\r\npeople complain they can’t find parking.”\r\n

\r\n

\r\nMost people would prefer parking on the street first, in a surface parking lot second and in a parking garage third, he said.\r\n

\r\n

\r\nRevenue from parking meters is down 14 percent so far this year, said Brown, the city parking official. \r\n

\r\n

\r\nHowever, he attributed some of that decline to bad weather and waterline construction that has blocked some spaces. \r\n

\r\n

\r\nNudging\r\nmore motorists toward garages might even make a small dent in conflicts\r\nthat arise when people park in posted lots and get towed, Burchett\r\nsaid. \r\n

\r\n

\r\nIf a metered space is available, fewer people would take the risk of parking where they aren’t supposed to, he said.\r\n

\r\n

\r\nLonger parking meter hours were uniformly panned by downtown workers interviewed for this story.\r\n

\r\n

\r\nArt gallery manager Carol Bonds said it might make her less likely to spend time downtown after work.\r\n

\r\n

\r\n“I would definitely end up in a garage and I would definitely have to pay for it,” she said.\r\n

\r\n

\r\nRATE CHANGE POSSIBLE\r\n

\r\n

\r\nWorkers\r\nare installing new machinery in city parking garages now that would\r\ngive the city more flexibility to adjust changes for parking after\r\nattendants leave for the evening, ordinarily 7 p.m., although it is not\r\ncertain whether any adjustments will actually be made.\r\n

\r\n

\r\nAs of now,\r\nit costs $1 to exit the Civic Center and Rankin Avenue garage after 7\r\np.m. and $2 to leave the Wall Street deck no matter how long a car has\r\nbeen parked inside.\r\n

\r\n

\r\nThe machines will allow the city to charge\r\naccording to the amount of time a car was in a garage, said Harry\r\nBrown, city parking services manager. They also take credit cards and\r\nshould do a better job of accepting currency, he said.\r\n

\r\n

\r\nCity\r\nCouncil approved the machines some time ago, but city staff would bring\r\nthe issue back to council before actually changing rates, he said.\r\nCathy Ball, head of transportation and engineering for the city, said\r\neconomic concerns mean it isn’t certain whether staff will make that\r\nrequest. \r\n

\r\n

\r\nWHAT IT COSTS\r\n

\r\n

\r\nCurrent city hourly parking charges:\r\n

\r\n

\r\n25 cents per 15 minutes at metered spaces, up to a maximum of $2 at a time.\r\n

\r\n

\r\n50\r\ncents an hour in the Civic Center garage, excluding special events. The\r\nfirst hour of parking is free and the maximum daily charge is $4.\r\n

\r\n

\r\n75 cents an hour in the Rankin Avenue and Wall Street decks, with the first hour free and a daily maximum of $6.\r\n

\r\n

\r\nMonthly charges:\r\n

\r\n

\r\n$100 in the Wall Street deck, $90 in the Rankin deck and $70 in the Civic Center deck.\r\n

\r\n

\r\n$55-$65 in surface lots and $35-$45 in on-street spaces that require monthly permits.\r\n

\r\n

\r\n\r\n\r\nMark BarrettMBarrett@CITIZEN-TIMES.com \r\n • published March 15, 2009 \r\n

\r\n',1,2,0,2,'2009-03-16 13:43:10',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-03-15 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,192,'','',0,67),(270,'Downtown commission changes meeting','Downtown commission changes meeting','The Downtown Commission has changed its meeting date.\r\n','

\r\nHere is the announcement from the city:\r\n

\r\n

\r\nApril Meeting of Asheville Downtown Commission Rescheduled\r\n

\r\n

\r\n \r\n

\r\n

\r\nASHEVILLE-The\r\nregularly scheduled April meeting for the Asheville Downtown Commission\r\nhas been rescheduled due to a City holiday. The new meeting date is\r\nFRIDAY, APRIL 3rd (rescheduled from April 10). There is a formal design\r\nreview for new construction at 225 Patton Avenue (Western Carolina\r\nRescue Ministries) on the agenda. \r\n

\r\n

\r\nFor more information on the Asheville Downtown Commission, email Stephanie Monson at smonson@ashevillenc.gov, or call Ms. Monson at 828-232-4502.\r\n

\r\n',1,2,0,2,'2009-03-16 13:45:17',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-03-15 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,191,'','',0,148),(271,'Flat Iron sculpture removed for repairs, restoration','Flat Iron sculpture removed for repairs, restoration','The Flat Iron sculpture, part of the Asheville Urban Trail, was removed\r\nMonday morning from its location at the corner of Wall Street and\r\nBattery Park Avenue for restoration.\r\n','

\r\nThe sculpture was recently hit by an automobile which dislodged the\r\nsculpture from its metal base and moved it about 6 feet. Local artist\r\nReed Todd, who created the Flat Iron, will do the repairs, as well as\r\nsome restoration. The sculpture is scheduled to be reinstalled at its\r\noriginal location within one month.\r\n

\r\n

\r\nThe Asheville Urban Trail is\r\na walking tour through downtown Asheville that highlights the unique\r\narchitecture, people and historic events of the city.\r\n

\r\n

\r\nupdated March 16, 2009 with the Asheville Citizen Times \r\n

\r\n',1,2,0,2,'2009-03-18 10:58:57',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-03-16 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,190,'','',0,117),(272,'Towing rules may get tough','Towing rules may get tough','The city will target towing practices that have long riled downtown\r\npatrons with measures including cutting costly storage fees and\r\nforbidding requirements that fees be paid in cash only.\r\n','

\r\nCity Council could decide on those proposals and others as soon as Tuesday.\r\n

\r\n

\r\n“We\r\nare not saying that people cannot tow from their private lots,” City\r\nAttorney Bob Oast said. “One of the main things we are trying to\r\naddress are situations where people encounter their vehicles being\r\ntowed in the parking lot and the tow company won\'t release them.”\r\n

\r\n

\r\nThe\r\nproposals follow years of complaints from residents and tourists about\r\n“predatory towing” practices. Those include tow companies refusing to\r\nlet drivers pay fines before a car is taken out of a parking lot and to\r\nan impound area where a storage fee is assessed immediately.\r\n

\r\n

\r\nVice\r\nMayor Jan Davis cautioned that the rules need to be fair to lot owners\r\nand tow companies who have to keep spaces clear for people who rent\r\nthem.\r\n

\r\n

\r\n“We really need to determine what is equitable to that tow\r\ncompany owner who has one or two people involved with doing what the\r\nproperty owners want them to do,” Davis said. “Unfortunately, there are\r\na few lot owners and tow companies that have given them all a bad name.”\r\n

\r\n

\r\nThe\r\ncouncil last took action on towing in 2003 when it passed a city law\r\nrequiring signs of certain sizes be posted before owners could tow from\r\nprivate lots.\r\n

\r\n

\r\nSince then, council members have faced a steady stream of angry complaints from drivers.\r\n

\r\n

\r\nPolice\r\nlast year charged two employees of All-Safe Towing in Asheville with\r\nobtaining property by false pretenses after they towed a police decoy\r\ncar.\r\n

\r\n

\r\nThe car was part of the police\'s first-ever predatory towing\r\nsting in which they paid for a parking spot and waited to see if the\r\ncar would still be towed.\r\n

\r\n

\r\nSome drivers say new rules would help but would not stop all bad practices.\r\n

\r\n

\r\nLaura\r\nPolk said she had to pay $178 earlier this month to get her car back\r\nfrom a lot on New Leicester Highway after her daughter parked outside a\r\ndowntown coffee shop.\r\n

\r\n

\r\nHer daughter stepped outside the Dripolator\r\ncoffee shop on Biltmore Avenue around 9:15 p.m. after it closed, Polk\r\nsaid. The car was gone minutes later. She was shocked at how fast the\r\ntow company cleared the lot when the shop closed and that she had to\r\npay a storage fee even though her daughter got to the impound lot\r\nshortly after the car arrived.\r\n

\r\n

\r\n“They really need to do something\r\nabout it,” Polk said. “But it seems to me, if somebody sets out to do\r\nthis kind of predatory towing, they\'re still going to do it.”\r\n

\r\n

\r\nCity\r\nofficials were unsure whether federal interstate commerce law would\r\nallow them to restrict private towing practices. The city sought state\r\nhelp, and North Carolina legislators recently submitted a bill that\r\nwould give Asheville more control.\r\n

\r\n

\r\nBut research Oast conducted this week showed the city does have the power to restrict towing, he said.\r\n

\r\n

\r\nTwo tow company managers gave mixed reviews of the rules.\r\n

\r\n

\r\nMelinda\r\nDurham, president of Rice\'s Towing, said her company tows for Bank of\r\nAmerica, and they already do more than the rules call for, sometimes\r\nleaving illegally parked cars if weather is particularly bad.\r\n

\r\n

\r\nThe rules are a good idea and only necessary because of some companies\' aggressive practices, she said.\r\n

\r\n

\r\n“If people wouldn\'t be greedy and ridiculous, we wouldn\'t be going through this,” Durham said.\r\n

\r\n

\r\nAll-Safe\r\nmanager Danny Jones said he had tried to implement some of the\r\npractices in the past, such as allowing people to pay with credit or by\r\ncheck, but the company got burned.\r\n

\r\n

\r\nPeople would write bad checks or call their credit card companies and tell them not to allow the charges, he said.\r\n

\r\n

\r\n“We\r\ngot a slew of credit card reversals,” Jones said. “So if they (city\r\nofficials) are going to demand it, there needs to be some kind of\r\nrepercussion for people who don\'t do what they are supposed to do.”\r\n

\r\n

\r\n\r\n\r\nJoel BurgessJBurgess@CITIZEN-TIMES.com \r\n • published March 18, 2009\r\n

\r\n',1,2,0,2,'2009-03-18 11:00:13',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-03-18 10:59:26','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,189,'','',0,123),(273,'Taking care of BIDness','Taking care of BIDness','When the draft Downtown Master Plan lands on Asheville City Council\r\nmembers’ desks sometime this spring, it will include at least one\r\ncontroversial recommendation by consultants Goody Clancy: that the city\r\nform an independent management entity to oversee certain public\r\nservices traditionally provided by city government. Both the management\r\nentity and the services rendered would be funded by a special tax on\r\ndowntown property.\r\n','

\r\nSo-called “business improvement districts” are common nationwide, and\r\nthough the draft master plan is still getting nipped and tucked before\r\nbeing sent to City Council, the BID idea has already sparked discussion\r\namong assorted downtown stakeholders.\r\n

\r\n

\r\nThe Downtown Commission’s Feb. 20 meeting was devoted to parsing the\r\nchapter concerning a proposed Asheville Development District—one reason\r\nthe plan’s first appearance before Council was bumped from March to\r\nMay. And Sasha Vrtunski,\r\nthe city’s project manager, told the commission that a good portion of\r\nthe public comments collected about the draft plan had directly\r\nreferenced the BID proposal. With Goody Clancy staffer Ben Carlson\r\non conference call, commission members asked the consultants to soften\r\nthe language to make it clear that the community and City Council would\r\nbe the ones to determine if, and how, to move forward with a BID.\r\n

\r\n

\r\n“The plan is establishing that we’re going to have the conversation,” Downtown Commission Chair Pat Whalen\r\nexplained. Another request was to change the unfortunate acronym (ADD)\r\nto the more generic-sounding CID (for “community improvement\r\ndistrict").\r\n

\r\n

\r\nMeanwhile, groups representing downtown businesses and residents are\r\nhosting their own meetings and information sessions to assess whether a\r\nBID might help address their concerns about such festering downtown\r\nissues as panhandling and graffiti. And while some groups are already\r\ntaking sides, others want more information before turning thumbs up or\r\ndown.\r\n

\r\n

\r\nGetting that information and educating the public could take a good\r\nwhile—one to three years, Whalen told the commission—meaning Asheville\r\nwill probably be hearing a lot more about BIDs.\r\n

\r\n

Help us help you

\r\n

\r\nAcross the country, BIDs are a diverse lot. Each of the more than 40\r\nstates that allow them has its own enabling legislation and\r\nrequirements (in North Carolina, the official term is “municipal\r\nservice district"). And each city that puts one in place customizes the\r\nidea to meet its particular needs. Nationwide, BIDs handle everything\r\nfrom trash pickup to parking to marketing and even security.\r\n

\r\n

\r\nThe common thread is that city government doesn’t manage the\r\nservices provided, and the funding comes exclusively from the\r\ndistrict’s property owners. The tax, which the city collects on behalf\r\nof the BID, is typically based on either square footage or the amount\r\nof property taxes paid. The bottom line is typically 10 to 15 cents per\r\nsquare foot, or 5 to 6 percent of property taxes paid, according to BID\r\nexpert Lawrence Houstoun. In Portland, Ore., the BID has a $4.5 million annual budget; in Washington, D.C., it’s $8 million.\r\n

\r\n

\r\nThe system is widely credited with cleaning up downtown areas in cities\r\nsuch as Philadelphia and Baltimore, making them more inviting both to\r\nvisitors and to new or relocating businesses. Many BIDs also lobby city\r\nand state officials concerning downtown issues.\r\n

\r\n

\r\nBut downtown Asheville’s revitalization is more or less a fait\r\naccompli at this point (though it hasn’t rendered the area immune to\r\nthe current economic slump): Drawing people to the city center isn’t\r\ntypically a problem. Nonetheless, business owners and residents alike\r\nhave ongoing complaints about things like graffiti and cigarette butts.\r\n

\r\n

\r\nAnd since the draft master plan was first made public back in\r\nJanuary, some stakeholders have zeroed in on the BID idea. For some,\r\naccurately representing the many faces of Asheville on the BID’s board\r\nwill be crucial to its acceptance by the public; others are concerned\r\nthat the funding source be equitable. Susan Griffin,\r\npresident of Downtown Asheville Residential Neighbors, notes that much\r\nof downtown consists of tax-exempt, publicly owned property. That kind\r\nof thing, she believes, needs to be factored into the equation.\r\n

\r\n

Red flags

\r\n

\r\nControversy surrounding BIDs is nothing new. In a 1996 summary for the Manhattan Institute for Policy Research, staffer Heather Mac Donald\r\nwrote that such districts have “been accused of everything from\r\npolarizing rich and poor to imposing unnecessary taxes.” And apparently\r\nnot much has changed in the ensuing 13 years.\r\n

\r\n

\r\nRick Reinhard, deputy executive director of the Downtown D.C.\r\nBID in the nation’s capital, says that during his presentations, he\r\nuses a poster showing Michael Moore on one side and Rush Limbaugh on\r\nthe other. “These two wouldn’t like BIDs” he asserts. “People from the\r\nfar left say, ‘We didn’t elect you to the BID.’ And people from the far\r\nright say, ‘We don’t want to pay more taxes.’ But the middle 80 percent\r\nlike them: Ideologues don’t like BIDs, but pragmatists do.”\r\n

\r\n

\r\nSo far, that breakdown seems to fit the situation here in Asheville,\r\nwhere government watchdogs have wondered how accountable the BID would\r\nbe to the public. Nationwide, there’s a lot of variety in how\r\nbusiness-improvement districts are structured; state law determines\r\nsome of it, and the rest is left up to each individual community. In\r\nAsheville, of course, those specifics haven’t even been worked out yet,\r\nwhich appears to be fueling fears in some quarters.\r\n

\r\n

\r\nBut generally speaking, much of a BID’s power—and its ability to\r\ncarry out projects over an extended period of time—stems from the fact\r\nthat it’s somewhat insulated from the changing whims of politics.\r\n“Political cycles and business cycles don’t often coincide,” Reinhard\r\npoints out. “Too often, government agencies get a change of direction.\r\nThis is something the businesses can control.”\r\n

\r\n

\r\nOften, BIDs have a board representing various segments of the\r\ncommunity, as well as paid staff. But while City Council would most\r\nlikely have a say in appointing such a board, business-improvement\r\ndistricts aren’t typically elected bodies—a particular concern when it\r\ncomes to things like putting private security guards on the street. The\r\nBIDs contacted by Xpress\r\nfor this story say their security guards can’t make arrests and simply\r\nradio police when they spot a problem, though Portland’s 17-member\r\ndowntown security force is made up of retired police officers who do\r\ncarry guns.\r\n

\r\n

\r\nMeanwhile, at the Feb. 20 meeting, Brad Galbraith told his fellow Downtown Commission members, “I’ll be dadgum if I’m going to support something that is going to be a new tax.”\r\n

\r\n

\r\nBut that doesn’t mean the idea has no legs here. Although outright\r\nendorsements have been scarce so far, a few downtown groups are already\r\nfloating the BID balloon.\r\n

\r\n

\r\n“We are definitely looking at it,” Asheville Downtown Association President Byron Greiner\r\nreports. “And we do think we’d be able to take a leadership role [in\r\nits formation].” Last November, the association hosted a presentation\r\nby BID staffers from Charlotte, Greensboro and Chapel Hill to drive\r\nhome the point that such districts already exist in North Carolina in\r\ncities of varying size.\r\n

\r\n

\r\nBut Greiner says there’s still a lot of public buy-in to be achieved\r\nhere in Asheville, and convincing the community that the benefits\r\njustify the cost will take effort. “If you get all the elements\r\ntogether, gosh, this makes sense,” he maintains. “But if you don’t,\r\nit’s just another tax.”\r\n

\r\n

Downtown déjà vu?

\r\n

\r\nConsidering Asheville’s recent history, it makes sense that the\r\nDowntown Association would be in on the ground floor of the local BID\r\ndebate. The nonprofit group, whose Web site describes it as “committed\r\nto the preservation and improvement of the central business district,”\r\nis the closest thing the city now has to the kind of downtown advocate\r\na BID would be.\r\n

\r\n

\r\nFrom around the mid-1980s to the mid-’90s, the city’s Office of\r\nDowntown Development helped focus attention and energy on an area that\r\nwas struggling to emerge from a decades-long slumber. Forging\r\npartnerships with nonprofits, downtown merchants and other\r\norganizations, the city office formed the Downtown Association as part\r\nof its overall revitalization strategy.\r\n

\r\n

\r\n“It was pretty forward-thinking and entrepreneurial for that time,” says Leslie Anderson,\r\nwho was the city’s downtown development director for a number of years.\r\nIn fact, her office actually pitched a BIDlike structure to City\r\nCouncil at one point but was rebuffed in the face of resistance from\r\nsome downtown property owners, who couldn’t get past the idea of “just\r\nanother tax.”\r\n

\r\n

\r\n“So Council did not agree to it,” Anderson recalls. “We thought we\r\nhad a lot of support going into the meeting, but it didn’t go the way\r\nwe thought it would.”\r\n

\r\n

\r\nSimilarly, any form of BID created now would still be subject to the\r\nwill of City Council, which under state law not only designates the\r\ndistrict but spells out what services the BID will provide and how much\r\ntax to levy against the affected properties. The law also says a public\r\nhearing must be held, but for the general public, a bigger role could\r\ncome up front—such as downtown stakeholders petitioning Council to form\r\nsuch a district.\r\n

\r\n

\r\n“From my experience, you really need champions from within the downtown community,” notes David Dixon\r\nof Goody Clancy, a specialist in planning and urban design who is the\r\ndraft plan’s public face. But while Dixon says he’s seen BIDs work in\r\nboth liberal Portland and conservative Texas, he cautions that\r\nAsheville’s diversity and contentious political environment may make\r\nfor a tough process here.\r\n

\r\n

\r\n“Asheville is a place where people have differing world views,”\r\nDixon observes. “I’m not pessimistic about Asheville forming a BID, but\r\nit may happen easier where people think alike.”\r\n

\r\n

A good fit for Asheville?

\r\n

\r\nFor Asheville, the question may be less “Can we do it?” than “Do we\r\nneed to?” A first step in figuring that out, says Whalen, is\r\nestablishing a base line for existing city services. That involves\r\nthree factors: What does the city provide now? What does the downtown\r\ncommunity want? And what percentage of the taxes collected from\r\ndowntown are actually used to fund downtown services? If there’s too\r\nbig a gap, several Downtown Commission members say, it could turn out\r\nto be a question of revisiting how funds are allocated rather than\r\nturning to a new fiscal model.\r\n

\r\n

\r\nReinhard, meanwhile, notes that BIDs are typically formed in\r\nresponse to a big event or even an emergency. “In Buffalo, they needed\r\nto shovel snow; in Atlanta, the Olympics were coming.” And in D.C., he\r\nsays, a new performance center made keeping the surrounding area clean\r\nand safe a priority. Some districts have even been formed in the wake\r\nof a high-profile, violent crime.\r\n

\r\n

\r\n“Often a BID comes out of an opportunity or threat,” says Reinhard. “When it does, the BID is often more easily adopted.”\r\n

\r\n

\r\nAnother common catalyst is an abandoned, economically crippled downtown—a hurdle that Asheville has already cleared.\r\n

\r\n

\r\n“Just because it works in other cities doesn’t mean it’s right for\r\nAsheville,” argues Downtown Master Plan Advisory Committee member Jen Bowen.\r\nAn artist who recently hosted her own informal forum on the draft\r\nDowntown Master Plan, Bowen asserts, “We don’t need to turn around\r\nAsheville; we just need to state where we want to be as a city.”\r\n

\r\n

\r\nWhile in D.C. for Barack Obama’s inauguration, she reports, she saw\r\npeople wearing Downtown D.C. BID T-shirts working to keep up with the\r\nmountain of trash produced during the event, and she asked a few of\r\nthem about the BID. “They liked the fact that it created more\r\nservice-industry jobs,” Bowen recalls.\r\n

\r\n

\r\nAnd indeed, in some communities, those kinds of jobs have served a\r\ndual purpose, providing work for homeless people while helping address\r\ndowntown business owners’ concerns about panhandling.\r\n

\r\n

\r\nBut most BIDs, says Bowen, are also designed to invite growth,\r\ndevelopment and even chain stores into the downtown area—things many\r\nAsheville residents think the master plan ought to help prevent.\r\n

\r\n

\r\nMeanwhile, Asheville already has several private membership groups\r\nthat put up money for downtown enhancements or petition city government\r\nfor things like performances in Pritchard Park. Last Christmas, for\r\nexample, the Downtown Association distributed fliers to try to recruit\r\nmore buskers to be on the streets during the holidays, and the Grove\r\nPark Inn donated $40,000 to the city to fund fireworks displays meant\r\nto lure shoppers and diners downtown during slow, cold, December\r\nweekends.\r\n

\r\n

\r\nAnd if Asheville does adopt a BID, don’t assume that it’ll all be\r\nsmooth sailing from there, Reinhard warns. They sometimes step on toes,\r\nhe notes—which is probably inevitable when an independent management\r\nentity makes decisions concerning a downtown that belongs to everyone,\r\nnot just the property owners funding the BID.\r\n

\r\n

\r\n“Some people praise us; some give us the finger,” he reports. \r\n

\r\n

\r\nby Brian Postelle in the Mountain Xpress Vol. 15 / Iss. 34 on 03/18/2009 \r\n

\r\n',1,2,0,2,'2009-03-18 11:01:53',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-03-18 11:00:31','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,188,'','',0,37),(275,'Chili Mama\'s Hot Sauces','Chili Mama\'s Hot Sauces','

\r\nChili Mama\'s Hot Sauces
\r\nin the Downtown Market
\r\n45 South\r\nFrench Broad\r\n
\r\nAsheville, NC, 28801
\r\ncompanies.to/chilimamas\r\n \r\n

\r\n \r\n

\r\n\r\n

\r\n','',0,13,0,20,'2009-03-18 13:45:07',71,'','2010-12-31 13:58:22',71,0,'0000-00-00 00:00:00','2009-03-18 13:43:26','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_lin k=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,17,'','',0,212),(276,'Sir Speedy Printing','Sir Speedy Printing','
\r\nSir Speedy Printing
\r\n231 Biltmore Ave.
\r\nAsheville, NC 28801
\r\n828-259-9020
\r\nwww.SirSpeedy.com
\r\n

\r\n
\r\n','',0,12,0,17,'2009-03-19 14:13:46',71,'','2010-12-31 13:58:39',71,0,'0000-00-00 00:00:00','2009-03-19 14:11:41','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,15,'','',0,75),(277,'Fire-ravaged Richmond Hill Inn was in foreclosure','Fire-ravaged Richmond Hill Inn was in foreclosure','The months leading up to a devastating fire today at the Richmond Hill\r\nInn were fraught with conflict as current and former owners battled\r\nover a $6.8 million debt.\r\n','

\r\nThe historic inn building and surrounding complex were set to be\r\nsold April 16 on the courthouse steps because of an unpaid mortgage.\r\n

\r\n

\r\nIn a Monday foreclosure hearing, Assistant Buncombe County Clerk of Court Ed Clontz signed an order allowing the sale.\r\n

\r\n

\r\nWilliam\r\nGray, acting through Richmond Hill Inn LLC, bought the inn for $10.4\r\nmillion in 2005 from longtime owners Albert and Marge Michel of\r\nGuilford County. The Michels owned the business through the similarly\r\nnamed Richmond Hill Inc.\r\n

\r\n

\r\nThe Michels financed the mortgage, but\r\nGray fell behind on payments, said Marjorie Mann, a neutral attorney\r\npaid through the original sale of the business to handle the\r\nforeclosure. \r\n

\r\n

\r\nGray owes the Michels $6.8 million. Neither he nor the Michels could be reached for comment.\r\n

\r\n

\r\nThe\r\nMichels brought a foreclosure action in October 2008. But a legal\r\nbattle followed that included a lawsuit brought by Gray and co-investor\r\nThe Hammocks LLC against the Michels, alleging that they had not\r\ndisclosed plumbing problems at the time of the sale.\r\n

\r\n

\r\nDefendants denied the allegations. \r\n

\r\n

\r\nCounty\r\nofficials said Gray had not paid his property taxes and have sued to\r\ncollect $64,000 in unpaid 2008 taxes, said Gary Roberts, county tax\r\ndepartment director.\r\n

\r\n

\r\nThe fire was extinguished this morning with the exception of a\r\nfew hot spots that continued to burn hours after the start of the\r\nmassive fire. \r\n

\r\n

\r\nAsheville fire Chief Greg Grayson said the fire\r\nwas so large he could see the flames from Tunnel Road as he was driving\r\nto the fire about 1 a.m.\r\n

\r\n

\r\nDespite the size of the fire, innkeeper\r\nSusie Zimmerman said the hotel will still continue to operate one of\r\nits restaurants and work to hold all scheduled events. \r\n

\r\n

\r\nZimmerman\r\nsaid that chefs from Gabrielle’s, the hotel\'s high-end, award-winning\r\nrestaurant, will move to the Ambassador’s Grille, a more casual\r\nresturant. She added that the hotel is working to accomodate\r\nreservations. \r\n

\r\n

\r\nShe also said managers will make adjustments so that all planned events can still take place. \r\n

\r\n

\r\n“The way it looks at this point, we can work with all our events,” she said. \r\n

\r\n

\r\nThose\r\nwith questions about reservations or events can call 252-7313, although\r\nthe phone number may be experiencing a high volume of calls. \r\n

\r\n

\r\nThe\r\nAsheville Fire Department has asked the State Bureau of Investigation\r\nfor help, which Grayson said is standard procedure for a fire this big.\r\nIt may be days before investigators come up with a cause, he said.\r\n

\r\n

\r\nPart of what investigators will look at is digital images that were taken from the fire trucks, Grayson said. \r\n

\r\n

\r\nDamages will top $1 million, said Tony Adams, an insurance adjuster with Charlotte-based AmeriClaims Inc. \r\n

\r\n

\r\nKelly\r\nWebb, department spokeswoman, said more than half of the historic\r\nstructure was destroyed, and it’s likely that the rest of the building\r\nwill have to be demolished. \r\n

\r\n

\r\nWhen crews arrived, the fire had already caused the front portion of the inn to collapse, she said.\r\n

\r\n

\r\nEmergency\r\nworkers learned of the fire from “an incomplete 911 call” early this\r\nmorning, she said, meaning that someone called to report the fire but\r\ndidn’t answer when dispatchers called back for more information. \r\n

\r\n

\r\nDispatchers sent fire, police and ambulance crews. Police were first on the scene and reported a raging fire, Webb said. \r\n

\r\n

\r\nResponding\r\nfire crews sent out a call for help from other fire departments. Twelve\r\nother fire departments throughout Buncombe County assisted.\r\n

\r\n

\r\nNo one was inside the inn at the time of the fire, Webb said. \r\n

\r\n

\r\nThe\r\ninn is open during the winter months only on weekends, she said. Guests\r\nhad been there the weekend before and other guests were expected this\r\nweekend. \r\n

\r\n

\r\nThe owner of the inn was there, but is living in a newer, detached portion of the inn, she said.\r\n

\r\n

\r\nIt’s too early to tell what caused the fire, Webb said.\r\n

\r\n

\r\nAsheville Buncombe Arson Task Force members are interviewing the owner about what occurred before the fire, Webb said.\r\n

\r\n

\r\nThe\r\nFire Department is asking that people avoid the area, including the\r\nPearson Street Bridge, because fire crews are using the bridge and\r\nroads to shuttle water to the fire site. \r\n

\r\n

\r\nUsing all the hydrants\r\nin the area, firefighters had additional support of water tankers being\r\nshuttled to the scene by 12 community fire departments. \r\n

\r\n

\r\nBy 8 a.m., most of the firefighters been released, but two trucks and crews remained at the scene.\r\n

\r\n

\r\n“There was a lot of heat with that type of fire, and they are keeping it wet," Webb said. \r\n

\r\n

\r\nThere are no injuries reported among firefighters, Webb said. \r\n

\r\n

\r\nNo one else was present at the fire. \r\n

\r\n

\r\nThe historic inn, built in 1889, has been plagued by fire. \r\n

\r\n

\r\nAn unsolved arson gutted a 24,000-square foot addition to the Richmond Hill Inn on April 9, 1995. \r\n

\r\n

\r\nConstruction\r\non the addition, known as Garden Quarters, had begun in the fall of\r\n1993. The $3 million in damage made it the most expensive fire in the\r\ncity\'s history, eclipsing the $2 million April 1969 blaze that\r\ndestroyed the Bank of Asheville and Dunham\'s Music House, parts of\r\ndowntown Asheville\'s historic facade.\r\n

\r\n

\r\nMark Barrett and Joel BurgessMBarrett@CITIZEN-TIMES.com \r\n • updated March 19, 2009\r\n

\r\n',1,2,0,2,'2009-03-23 10:44:48',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-03-19 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,187,'','',0,89),(278,'Orange Peel, Moog museum receive grants','Orange Peel, Moog museum receive grants','Six Buncombe County projects will split more than $2.5 million in new grants and loan guarantees.\r\n','

\r\nAmong the projects, all of which are expected to boost tourism to\r\nthe area, are an expansion of The Orange Peel concert venue and a new\r\nmuseum dedicated to synthesizer pioneer Bob Moog.\r\n

\r\n

\r\n“While other\r\nfunding sources are drying up, the tourism industry is working hard to\r\ncontinue to build this community,” said Ron Storto, Buncombe County\r\nTourism Development Authority chairman who\'s also vice president of\r\nhospitality development for Biltmore Farms.\r\n

\r\n

\r\n“The dollars we are pledging are a much-needed shot in the arm during some particularly tough times.”\r\n

\r\n

\r\nThe\r\nagency\'s Tourism Product Development Fund, from which the grants were\r\nmade, is funded by a portion of the room tax paid by hotel guests.\r\n

\r\n

\r\nThe\r\nOrange Peel is in line for a $300,000 loan guaranty from the authority\r\nas part of a plan to increase its capacity to as many as 1,150 from the\r\ncurrent 942-person limit.\r\n

\r\n

\r\n“We\'re hoping to expand the capacity of\r\nThe Orange Peel and provide people the opportunity to have some box\r\nseats,” said Pat Whalen, president of Public Interest Projects, which\r\nowns The Orange Peel.\r\n

\r\n

\r\nWhalen also hopes to add a smoking deck on the north side of the building, an additional fire exit and more bathrooms.\r\n

\r\n

\r\n“The\r\nnext step will be to see what the current lending climate will do for\r\nus,” he said. If a loan is obtained and plans approved in time, The\r\nPeel could begin renovations this summer. “We don\'t plan on having to\r\nshut down,” Whalen said. “Most of the things that have to be done in\r\nthe main room can probably be done pretty surgically.”\r\n

\r\n

\r\nThe\r\nMoogseum has a steeper road ahead. The planned museum dedicated to Bob\r\nMoog (pronounced to rhyme with “vogue”) is starting from scratch.\r\n

\r\n

\r\n“The\r\nfirst big grant like this is critically important, and the hardest one\r\nto get,” said Michelle Moog-Koussa, Bob Moog\'s daughter and the\r\nexecutive director of the Bob Moog Foundation. “It takes a group with\r\nvision to commit to a project like we are about to embark upon,” she\r\nsaid. “The Buncombe County Tourism Development Authority has proven to\r\nbe that body. We hope to have a great effect on the community. This\r\nwill be a catalyst to our fundraising efforts.”\r\n

\r\n

\r\nThe foundation\r\nwill not receive the grant — a total of $600,000, to be distributed\r\nover four years — until it is ready to begin building, Moog-Koussa\r\nsaid. Her goal is to raise $2 million in a process that will likely\r\nrequire two years.\r\n

\r\n

\r\nAccording to the tourism authority , almost\r\n$12 million has been reinvested in tourism-targeted community projects\r\nsince its Tourism Product Development Fund\'s inception in 2001.\r\n

\r\n

\r\nOther recipients from the 2009 funding cycle for the fund include:\r\n

\r\n

\r\nThe John B. Lewis Soccer Fields, which will receive $500,000 for lighting that will enable nighttime playing.\r\n

\r\n

\r\nMomentum, The Health Adventure\'s new science and health museum, which will receive $500,000 to build an indoor planetarium.\r\n

\r\n

\r\nPack Square Conservancy, which will receive $500,000 for construction of a visitor pavilion at Pack Square Park.\r\n

\r\n

\r\nAsheville\r\nArt Museum, which will receive $500,000 for expansion of galleries,\r\npublic spaces, education facilities and visitor amenities.\r\n

\r\n

\r\nBruce C. SteeleBSteele@CITIZEN-TIMES.com \r\n • published March 21, 2009 \r\n

\r\n',1,2,0,2,'2009-03-23 10:46:53',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-03-21 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,186,'','',0,54),(279,'Wild Wing Café franchise owner says \'business is strong\' in wake of Chapter 11 bankruptcy','Wild Wing Café franchise owner says \'business is strong\' in wake of Chapter 11 bankruptcy','Despite filing for Chapter 11 bankruptcy, the owner of Wild Wing Café\r\nsaid Tuesday that “business is great,” and he has no plans to lay off\r\nemployees or close.\r\n','

\r\nA nearby business also on Biltmore Avenue, Dripolator coffee shop, is scaling back and moving just to the north of downtown.\r\n

\r\n

\r\n“I\'m\r\nnot going anywhere — I\'m here to save my business,” said Wild Wing\r\nowner Dave McFarland, who opened the popular restaurant and sports bar\r\nwith a partner in 2004 and took sole ownership in January. “We\'ve got a\r\ngreat business. There were just some key responsibilities I was unaware\r\nthat weren\'t being met.”\r\n

\r\n

\r\nIn its federal court filing last month,\r\nthe company listed debts of $1.6 million and assets of $33,500. Largest\r\ncreditors include the Internal Revenue Service, which is owed $658,547;\r\nfood supplier Sysco Corp., owed $128,009; and the state of North\r\nCarolina, owed $66,677 in sales taxes. Several individuals are listed\r\nas being owed more than $100,000 apiece, although McFarland said those\r\nnumbers may be high.\r\n

\r\n

\r\nChapter 11 bankruptcy allows a company to\r\nreorganize while staying in business. The local Wild Wing, which is a\r\nfranchise operation of a chain, lists its estimated average future\r\ngross monthly income at $200,000 and its net employee payroll at\r\n$62,000.\r\n

\r\n

\r\nThe location at 161 Biltmore Ave. opened in 2004 and\r\nemploys about 90 people. McFarland said revenue is down 6 percent for\r\nthe first three months of this year, which he said is not too bad\r\nconsidering the economy.\r\n

\r\n

\r\n“I just needed to identify our problems,\r\nrestructure and dig our way out of it and come up with a reorganization\r\nplan,” McFarland said. “The business is strong.”\r\n

\r\n

\r\nSeveral local\r\nrestaurants have closed in the past few months, including Martha Nell\'s\r\non Pack Square, Old Europe Bistro on Lexington Avenue and O\'Naturals on\r\nHendersonville Road.\r\n

\r\n

Dripolator moving

\r\n

\r\nDripolator, at 144 Biltmore Ave., is moving into space near Greenlife Grocery in the new Pioneer Building on Broadway in May.\r\n

\r\n

\r\nThe shop will no longer serve a full menu and instead will focus on coffee and baked goods, manager Greg Lieb said.\r\n

\r\n

\r\n“Basically,\r\nif we stayed and did the restaurant it would probably go under. We\'re\r\njust losing money on the restaurant end, so we\'re looking to make money\r\non the coffee,” Lieb said.\r\n

\r\n

\r\nComplaints about limited parking and\r\ncustomers getting towed have been an ongoing problem at the Biltmore\r\nAvenue location, but that is not the main reason for the move, he said.\r\n

\r\n

\r\nThe\r\nnew location will offer parking on the street with additional spaces in\r\na garage, Lieb said. He said outdoor seating should also be a draw for\r\nthe new shop.\r\n

\r\n

\r\nJohn BoyleJBoyle@CITIZEN-TIMES.com \r\n • updated March 18, 2009 \r\n

\r\n',1,2,0,2,'2009-03-23 10:48:47',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-03-18 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,185,'','',0,120),(280,'Choral concert puts focus on Earth\'s marvels','Choral concert puts focus on Earth\'s marvels','When Lenora Thom listens to the music for the Asheville Choral\r\nSociety\'s concert “Gaia: A Celebration of the Earth,” she imagines\r\nherself traveling across the very Earth the songs celebrate.\r\n','

\r\nDuring the symphony by Ralph Vaughan Williams, she imagines she\'s in\r\nthe sea. She\'s sitting in the woods during a section by Libby Larsen.\r\n

\r\n

\r\n“I\r\nlove the creativity of putting these types of programs together,” Thom\r\nsaid. “I like to look for music that deserves to be heard.”\r\n

\r\n

\r\nThe Asheville Choral Society will perform the program celebrating the Earth, with soloists and an orchestra, at\r\n

\r\n

\r\n8 p.m. Saturday and 4 p.m. March 29 at Central United Methodist Church on Church Street in downtown Asheville.\r\n

\r\n

\r\nThe\r\nevent is a musical journey, featuring contrasting works that are linked\r\nthematically, Thom said. “I think the variety appeals to a lot of\r\npeople. … I\'m really pleased with the flow and the variety.”\r\n

\r\n

\r\nThe\r\nconcert opens with “Sea Symphony” by Williams. “It\'s a brilliant\r\ndepiction of the sea and its power,” she said, noting its “big,\r\nsymphonic style.” The second half of the concert opens with Larsen\'s\r\n“Missa Gaia: Mass for the Earth,” the piece that inspired Thom to dream\r\nup the program. “It\'s a fascinating take on the Earth,” she said of the\r\ncomposition that has a “kind of sparse orchestration.”\r\n

\r\n

\r\n“It\'s a\r\nreally beautiful, touching, modern look at the planet,” she said. The\r\ntext for the piece draws from the Bible, Native American poets and a\r\nmedieval mystic.\r\n

\r\n

\r\nThe concert ends with selections from Franz\r\nJoseph Haydn\'s “The Creation,” which has a more classic sound based on\r\nthe biblical creation story in Genesis. “It\'s just a really stirring,\r\nbig finish,” Thom said. “It\'s literally the description on the making\r\nof the world.”\r\n

\r\n

\r\nThom called this program one of her favorites that she\'s done with the choral society, now in its 32nd year.\r\n

\r\n

\r\n“I\r\nthink it\'s a strong beautiful program and a powerful message for\r\ntoday,” she said. “What better way to turn from worldly worries to\r\ncelebrate the world itself?”\r\n

\r\n

\r\nCarol MotsingerCMotsinger@CITIZEN-TIMES.com \r\n • published March 22, 2009 \r\n

\r\n',1,2,0,2,'2009-03-23 10:49:52',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-03-22 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,184,'','',0,115),(281,'Commissioners weigh zoning ruling appeal','Commissioners weigh zoning ruling appeal','Buncombe County commissioners will hold a special meeting Tuesday to\r\nconsider their options in the wake of a state Appeals Court decision\r\noverturning the county\'s zoning ordinance.\r\n','

\r\nIn a ruling issued March 17, the Court of Appeals said the\r\ncommissioners failed to follow correct procedures for the April 24,\r\n2007, public hearing on the zoning plan.\r\n

\r\n

\r\nAssistant County\r\nAttorney Michael Frue said the board will consider in a closed-door\r\nmeeting whether to appeal the decision to the N.C. Supreme Court.\r\n

\r\n

\r\nThe\r\nthree-judge Court of Appeals panel overturned Superior Court Judge\r\nJames Downs\' decision to dismiss the lawsuit filed by attorney and\r\nzoning critic Albert Sneed on behalf of Buncombe property owners Thrash\r\nLimited Partnership and Lott Partnership II.\r\n

\r\n

\r\nThe court criticized\r\nwhat it said was a “headlong rush” to adopt an amendment expanding\r\nzoning across Buncombe County. The judges determined the public hearing\r\nwas held 14 days after the legal notice first appeared in the Asheville\r\nCitizen-Times, not the 15 days required under an amendment to the\r\nexisting ordinance for zoning in the Limestone District.\r\n

\r\n

\r\nThe\r\nplanning staff made more than 400 changes to the zoning maps up to the\r\nday before the public hearing, the court noted. Those changes weren\'t\r\nindividually approved by the county Planning Board.\r\n

\r\n

\r\n“We fail to\r\nsee how the citizens of Buncombe County could make any meaningful\r\ncomment on the proposed zoning ordinance amendments under these\r\ncircumstances,” the judges wrote.\r\n

\r\n

\r\nThe zoning plan passed on a 3-2\r\nvote, with Commissioners David Gantt, David Young and Carol Peterson\r\nvoting in favor and Chairman Nathan Ramsey and Commissioner Bill\r\nStanley voting against the measure. In the November election, Gantt\r\ndefeated Ramsey in the race for the chairman\'s seat. Young chose not to\r\nseek re-election. Elected to the board for the first time were K. Ray\r\nBailey and Holly Jones.\r\n

\r\n

\r\nThe 3:30 p.m. meeting will be the first\r\nin the board\'s new meeting room at 30 Valley St. in downtown Asheville.\r\nCommissioners decided to vacate their offices and meeting space in the\r\ncourthouse to provide more space for court functions.\r\n

\r\n

\r\nClarke MorrisonCMorrison@CITIZEN-TIMES.com \r\n • published March 23, 2009 \r\n

\r\n',1,2,0,2,'2009-03-23 10:52:18',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-03-23 10:51:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,183,'','',0,120),(282,'Plan recommends increasing bus frequency','Plan recommends increasing bus frequency','

\r\nConsultants hired to study the city\'s transit system will likely\r\nrecommend that Asheville increase the frequency of buses on select\r\nroutes.\r\n

\r\n

\r\nBelow is the announcement from the city: \r\n

\r\n','

\r\nTRANSIT MASTER PLAN PRELIMINARY RECOMMENDATIONS TO BE PRESENTED TO PUBLIC \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n(ASHEVILLE,\r\nNC) The consultants, HDR Engineering Inc. of the Carolinas, creating\r\nAsheville’s first-ever Transit Master Plan are presenting their\r\npreliminary recommendations to the public on Thursday, April 2, from\r\n4pm to 7pm at the Civic Center Banquet Hall. Attendees will be able to\r\nview and comment on proposed bus routes, schedule changes, and\r\npotential new services. The event’s purpose is to receive feedback from\r\nthe public before the plan is submitted to City Council.\r\n

\r\n

\r\n \r\n

\r\n

\r\nAccording\r\nto city staff and steering committee members who have seen initial\r\nrecommendations, the Asheville Transit System’s (ATS) new route\r\nstructure will feature 30 minute service along parts of Patton Avenue,\r\nHaywood Road, and Tunnel Road. There may also be a cross-town route to\r\nconnect Louisiana Avenue in West Asheville, with neighborhoods in east\r\nAsheville. \r\n

\r\n

\r\n \r\n

\r\n

\r\n“The consultants will give multiple\r\npresentations to precisely lay out their recommendations,” said ATS\r\nTransit Manager, Mariate Echeverry. “The hope is that the public will\r\npoint out shortfalls in the overall plan before the report is complete.”\r\n

\r\n

\r\n \r\n

\r\n

\r\nThe\r\nCity currently operates with 20 buses. The system is configured as a\r\nHub-and-Spoke system, with service on each route originating and\r\nterminating at the downtown transit center. The vast majority of ATS\r\ncustomers are those for whom transit is their main if not only means of\r\ntransportation. About 30% of all passenger trips made on the ATS are\r\ntransfers made at the downtown transit center. The other 70% of users\r\neither terminate their trip at the transit center or are moving along\r\nthe routes they originally boarded. About 10 to 14% of current\r\ncustomers say they have a vehicle which could have been used for the\r\ntrip being taken on the bus.\r\n

\r\n

\r\n \r\n

\r\n

\r\nThe final report is expected to be delivered in late summer of this year.\r\n

\r\n

\r\nJoel BurgessJBurgess@CITIZEN-TIMES.com \r\n • published March 24, 2009  \r\n

\r\n',1,2,0,2,'2009-03-24 10:51:19',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-03-24 10:49:06','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,182,'','',0,110),(457,'Welcome to the Asheville Downtown Association','','

\r\n\"dta_eog_17x11_72dpi.jpg\" \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n
\r\n
\r\n
\r\n \r\n \r\n

Sign up to receive our Weekly Events Digest, Volunteer Opportunities & more!

\r\n
\r\n \r\n \r\n \r\n \"Secure-Subscribe™\"™\r\n email marketing privacy\r\n \r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

Find the ADA on your favorite sites:\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\"Follow
\r\n
\"Join\"Friend
\r\n
\"Check
\"Chat\"Chat\"View\"View
    
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n','',1,3,0,4,'2009-08-07 11:52:41',71,'','2011-04-06 11:19:19',71,0,'0000-00-00 00:00:00','2009-08-07 11:41:19','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',104,0,1,'','',0,0),(536,'City of Asheville secures FTA grant for pedestrian crossing signals in key transit areas','City of Asheville secures FTA grant for pedestrian crossing signals in key transit areas','The City of Asheville has secured grant funding that will allow for the installation of crossing signals at four high-traffic intersections that connect pedestrian commuters with transit and business centers. The Federal Transit Administration grant, secured through the French Broad River Metropolitan Planning Organization, will fund the majority of the cost for pedestrian signals at the intersections of Haywood Road and Louisiana Avenue, Clingman Avenue and Hilliard Avenue, Choctaw Street and McDowell Road, and Biltmore Avenue and Southside/South Charlotte Street. \r\n','

\r\nAt its\r\nSeptember 28 meeting, Asheville City Council approved an agreement with the\r\nN.C. Department of Transportation to perform the work and a 20 percent in-kind\r\nmatch for the grant.\r\n

\r\n

\r\n"This\r\nis a big win," says City of Asheville\r\nTransportation Planner Barb Mee.\r\n"Working together with the MPO and NC DOT, we were able to fund pedestrian\r\ninfrastructure at some important intersections that were identified in the\r\nAsheville Pedestrian Plan. \r\n

\r\n

\r\nThe\r\nfour sites were selected based on their connectivity to transit stops, access\r\nto workplaces and the challenges posed by vehicle traffic to pedestrians,\r\ncriteria spelled out in the FTA Job Access and Reverse Commute (JARC) grant\r\napplication process.\r\n

\r\n

\r\nFor\r\ninstance, Mee notes, the Clingman/Hilliard crossing will give residents in the\r\nWest End/Clingman neighborhood easier access to downtown, while the Choctaw Street\r\nsignal will allow better access to Mission\r\nHospital, a major\r\nemployer in the city. The Biltmore\r\nAvenue crossing is one that has been identified as\r\na priority by the Asheville Bicycle and Pedestrian Task Force, a group of\r\nvolunteers who examine ways to improve access in the city. \r\n

\r\n

\r\n"We\r\nhave a long list of places where we would like to see pedestrian crossings,"\r\nMee said. "But coordinating with the N.C. DOT, and working within the grant\r\nrequirements we were able to identify these as priorities that we could get\r\ndone."\r\n

\r\n

\r\nJARC\r\nfunding is typically allocated by the FTA to create opportunities that\r\ntransport people to workplaces. In its application for the JARC funding, the\r\nCity of Asheville\r\npointed out the importance of pedestrian crossings to people who rely on\r\ntransit to get to their jobs. That connection won the support of the FTA, which\r\ncited the city as an example of creativity and innovation in its use of the\r\nfunding.\r\n

\r\n

\r\nThe\r\nN.C. DOT will perform the design and installation of the crosswalks and signals\r\nwhile the City of Asheville will make sure\r\nadjacent sidewalks conform to current ADA\r\nregulations.\r\n

\r\n

\r\nTransportation\r\nPlanning Manager Mariate Echeverry\r\nhighlights the ability of the locations to extend the walkability and\r\nconnectivity of those areas of Asheville.\r\n

\r\n

\r\n"It is\r\nimportant for us to pursue these pedestrian linkages so that you don\'t have\r\nfragmented sections of sidewalk with no easy way to leave them," Echeverry\r\nsays.\r\n

\r\n

\r\nA\r\ntimeline on installation of the signals is currently being developed, Mee says,\r\nas city transportation and engineering officials meet with N.C. DOT\r\nrepresentatives to determine next steps.\r\n

\r\n

\r\nTo see\r\nmore on the City of Asheville\'s\r\nsteps to enhance pedestrian amenities in the city, go to http://www.ashevillenc.gov/residents/transportation/default.aspx?id=450 .\r\n

\r\n

\r\nThis\r\npress release and associated photographs can be found at www.coablog.ashevillenc.gov. \r\n

\r\n',1,2,0,2,'2010-10-12 10:42:19',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-10-12 10:40:28','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,22,'','',0,50),(283,'Fiore\'s Ristorante Toscana','Fiore\'s Ristorante Toscana','
\r\n\r\n
\r\nFiore\'s Ristorante Toscana\r\n
\r\n
\r\n
\r\n22 College St\r\n
\r\n
\r\nAsheville, NC 28801\r\n
\r\n
\r\n
\r\nGet Directions\r\n
\r\n
(828) 281-0710
\r\nwww.FioresAsheville.com
\r\n
\r\n
\r\n','',0,9,0,19,'2009-03-25 14:29:46',71,'','2010-12-31 13:59:12',71,0,'0000-00-00 00:00:00','2009-03-25 14:27:35','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,12,'','',0,119),(284,'Packed in: Commissioners hear Pack Square Park update, ponder cost of consolidating county offices','Packed in: Commissioners hear Pack Square Park update, ponder cost of consolidating county offices','The Buncombe County commissioners probably wished they’d had some luck\r\no’ the Irish on March 17 (St. Patrick’s Day) as they heard a report\r\nfrom the Pack Square Conservancy indicating that the nonprofit is\r\nlaunching a fundraising drive to raise millions of dollars still needed\r\nto complete the work on the park. The renovations have taken longer\r\nthan expected, and the cost has ballooned from an estimated $6 million\r\nto more than $20 million.\r\n','

\r\nThe commissioners unanimously approved the conservancy’s new budget\r\nestimates but asked the officials to update them again in late May—when\r\nthe first segment of the new park is expected to open. Commissioner Holly Jones was particularly skeptical about the group’s prospects for raising the needed funds in a tight economy.\r\n

\r\n

\r\nThe board might also have wished for a stiff drink after County Manager Wanda Greene\r\nrevealed that due to the uncertain state of the economy, she believes\r\nthe commissioners should hold off until the budget for the next fiscal\r\nyear (which begins July 1) has been approved before revisiting the\r\nissue of consolidating many county offices under one roof. Both the\r\ncounty’s courts and human services face severe space shortages, but\r\nGreene said the commissioners would have a better handle on the\r\ncounty’s financial situation after completing next year’s budget.\r\n

\r\n

Pack Place confidential

\r\n

\r\nTo anyone who’s spent time in downtown Asheville over the past few\r\nyears, the construction in Pack Square has become a familiar sight. The\r\nproject has also attracted its share of critics concerned about the\r\ncontinuing delays and skyrocketing costs.\r\n

\r\n

\r\nOn March 17, officials of the Pack Square Conservancy (the nonprofit\r\ncharged with overseeing the ambitious project) came before the board to\r\naddress those concerns and explain their plans for the future.\r\n

\r\n

\r\n“We’re almost at the gate in opening the Pack Square portion of the park, which will be ready in early May,” Gary Giniat,\r\nthe conservancy’s new executive director, told the board. Roger McGuire\r\nGreen, adjacent to City Hall and the county courthouse, is expected to\r\nbe ready in late summer.\r\n

\r\n

\r\n “Midpark (the part between Market Street and Spruce Street) will be\r\nthe third part to be completed,” noted Giniat. This section, including\r\nthe park’s centerpiece pavilion—whose size has increased from the\r\noriginal design—will be delayed until additional money can be raised.\r\n

\r\n

\r\nThe board unanimously approved that and other design changes, such\r\nas reducing the size of the fountain and the WNC Veterans Memorial.\r\n

\r\n

\r\nThe park’s total cost is now pegged at more than $20.2 million, according to Charles Russell,\r\nthe group’s treasurer. The conservancy, he added, has $1.9 million in\r\nthe bank and $5.8 million definitely pledged. To date, the nonprofit\r\nhas spent $8 million on the project. The county has contributed $2\r\nmillion.\r\n

\r\n

\r\nThat leaves the conservancy about $4.5 million short, and it’s beginning a fundraising blitz to close the gap.\r\n

\r\n

\r\n“The public part will be kicked off right away, which will provide\r\nsome pledges, and there are some major corporate donors out there that\r\nwill provide some pledges,” noted Russell. “We feel confident we’ll be\r\nable to get this money to complete the park. We’ve also made a request\r\nto a consortium of local banks for a line of credit—maximum $2 million.\r\nOur resources are good, and they’ve flowed well.”\r\n

\r\n

\r\nBoard of Commissioners Chair David Gantt said he respects\r\nthe work the conservancy is doing and is heartened to hear that parts\r\nof the park will be completed over the next few months.\r\n

\r\n

\r\nBut he also called on the officials to account for how they’ve\r\ngotten to the current situation. “There’s a public perception that the\r\nbudget went up so much, that the costs just mushroomed, and that it’s\r\nnot a viable project,” noted Gantt. “Obviously if you’ve got 15 out of\r\n20, it’s a viable project, but tell us your reaction to that.”\r\n

\r\n

\r\nDonna Clark, the conservancy’s communications director, said\r\nthat developments in the construction industry that were beyond the\r\nnonprofit’s control were responsible for much of the cost increase.\r\n

\r\n

\r\n“Around the time of [Hurricane Katrina], you saw construction costs\r\ngo through the roof,” she explained. “You also had a huge amount of\r\nconstruction going on in China for the Olympics. High-grade steel went\r\nup 50 percent; stainless steel doubled. Asphalt, concrete saw similar\r\ncost increases. It’s like last summer, when gas was up to $4 a gallon\r\nhere: You don’t like it, you understand why it’s going on, but you\r\ncan’t do much about it. We’d made the commitment to build the park, and\r\nwe had to roll with it. But we had an astronomical increase in prices\r\nover three years.”\r\n

\r\n

\r\nIn addition, noted Guy Clerici, the conservancy’s new board\r\nchair, “There were a lot of things under the ground we weren’t aware\r\nof: This is an old city, and that became a larger factor than we\r\nanticipated.”\r\n

\r\n

\r\nCommissioner Carol Peterson urged the organization to be\r\nmore forthcoming, saying, “These could have been addressed if we’d seen\r\nyou sooner. I’m thrilled that something’s going to open in May; I’m\r\nthrilled to hear something is going to open this summer. So much of\r\nwhat the community wants to know could have been waylaid if we’d had\r\nthis information sooner. Get out any time you can and talk to the\r\npublic. Thank you for what you’re doing, but let’s have more\r\nconversation.”\r\n

\r\n

\r\nJones, however, remained doubtful about the group’s fundraising\r\nability. “I’m just not feeling the love here in terms of people giving\r\nthe money,” she said. “I’m poring over this budget; I think your\r\nrevenue challenges are mighty here. There has to be a way the expenses\r\nare trimmed. Help me feel that you can get here without going in a big\r\npot of debt.”\r\n

\r\n

\r\nShe asked if the board could deduct two contingency items totaling\r\nalmost $2 million from the budget, since it appeared that no money had\r\nbeen spent on them yet.\r\n

\r\n

\r\nBut the conservancy officials balked at that impromptu budget\r\nrestructuring. “It’s conservative to keep those items on the books,”\r\nasserted Clerici. “We are spending some money on them, and there are\r\npledges tied in there.”\r\n

\r\n

\r\nHe added that the group would have a clearer idea of some potential\r\nsavings in May and could perhaps make some cuts then. Clerici also\r\ncited some substantial pending funding requests: $1 million from the\r\nTourism Development Authority and $3.5 million in federal stimulus\r\nmoney.\r\n

\r\n

\r\n“We’re very confident that we’ll have what we need to do this,” said\r\nGiniat. “I’m looking for places to trim. I don’t deny this is a tough\r\ntime.”\r\n

\r\n

\r\nRussell, too, defended those budget items, saying, “It may be that\r\nwe can make some cuts; we hope there’s some room. But we need to have\r\nthose contingencies in there.”\r\n

\r\n

\r\nIn the end, the commissioners unanimously approved the revised budget.\r\n

\r\n

No consolidation yet

\r\n

\r\nAt their January retreat, the commissioners asked Greene to explore\r\nthe possibility of consolidating all or most county facilities in a\r\nsingle building; such a move could cost anywhere from $30 million to\r\n$60 million.\r\n

\r\n

\r\nCounty staff, she said, have investigated various options, but she\r\nrecommended delaying any decision—or even looking at final\r\nrecommendations—until the county decides on its final budget next\r\nmonth.\r\n

\r\n

\r\n“This is what concerns me,” Greene explained, displaying figures\r\nshowing the stock market’s precipitous decline over the past few\r\nmonths. “Our two biggest areas of overcrowding are in the courts and in\r\nhuman services. We put a $35 million human-services building on Coxe\r\nAvenue on hold after we got bids. Any expansion of the courthouse space\r\nwould require a tower with more exits and modern elevators. That would\r\ncost $25 million.”\r\n

\r\n

\r\nGiven all the economic factors, she recommended holding off.\r\n

\r\n

\r\n“We are hard at work; we’re doing our due diligence on possible\r\nproperties that meet our criteria,” noted Greene. “We’re all better off\r\nif we see what everyone’s going to do before we adopt a solution to our\r\nfacility challenges. The state’s in very dire straits, and we’re going\r\nto be a part of the cuts needed to solve that. We’ll bring you our\r\nrecommendations after the budget process.”\r\n

\r\n

\r\nCommissioner K. Ray Bailey applauded Greene’s conclusions,\r\nsaying, “I think the conservative in me is really showing. No one\r\nreally knows where we’re going to be three months or six months from\r\nnow. I, for one, want to go very slowly in this process.”\r\n

\r\n

Closing time

\r\n

\r\nThe board also unanimously approved moving their offices and meeting\r\nplace—after 81 years in the county courthouse—down the road to 30\r\nValley St., due to the court system’s space problems.\r\n

\r\n

\r\n“There’s a recognition we’re required by law to provide adequate\r\ncourt space,” noted Gantt, adding, “Folks, you can’t take on a\r\njudge—they’ve got a thing called a court order.”\r\n

\r\n

\r\n“Fortunately, it didn’t come to that, and we worked out a way to move,” added Vice Chair (and longtime Commissioner) Bill Stanley. “I’ve enjoyed my 20 years here. I’m sad to move, it’s a sad day, but I look forward to my new quarters.”\r\n

\r\n

\r\nThe board’s meeting time—4:30 p.m. on the first and third Tuesdays of every month—will remain the same. \r\n

\r\n

\r\nby David Forbes in the Mountain Xpress, Vol. 15 / Iss. 35  \r\n

\r\n',1,2,0,2,'2009-03-26 11:45:40',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-03-25 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,181,'','',0,25),(285,'Group defends Pack Square changes','Group defends Pack Square changes','It has taken more time and money to renovate downtown park space than\r\noriginally planned, but the result will be a “game changer” that will\r\nlast 100 years or more, an official leading the project said Wednesday.\r\n','

\r\n“This is a beautiful cultural gem of the city,” Guy Clerici, the new\r\nchairman of the board of Pack Square Conservancy, told more than 60\r\npeople attending Leadership Asheville Forum\'s monthly luncheon. “This\r\nis going to be something we\'ve not seen before. It\'s not going to be an\r\nordinary park.”\r\n

\r\n

\r\nConsidering the results, which will include an\r\nelaborate stage for performances and an interactive water fountain, the\r\namount of time involved in the project doesn\'t seem as long, he said.\r\n

\r\n

\r\nThe park, Clerici said, “is a legacy that is going to last 100, 200 years,” he said.\r\n

\r\n

\r\nDiscussion\r\nof changes in downtown park space began in 1999 with the discovery of a\r\nleak in a fountain in Pack Square that required considerable repairs.\r\nConstruction began in 2005 on the project, expected to cost $20 million\r\nplus a maintenance endowment.\r\n

\r\n

\r\n“I call (the park) a game changer,\r\nbecause it\'s a reason to come to Asheville,” Clerici said. He was\r\njoined in the presentation at Buncombe County Schools central offices\r\nby Gary Giniat, the conservancy\'s new executive director.\r\n

\r\n

\r\nSome in\r\nthe audience wondered aloud whether the conservancy, which is\r\nspearheading the park project, and the city have made necessary\r\npreparations for the park.\r\n

\r\n

\r\nClerici said only $500,000 for an\r\nendowment for maintenance of the park has been raised. Conservancy\r\nofficials have said they would like to have at least $2 million for the\r\nendowment.\r\n

\r\n

\r\n“We\'re very, very pregnant, and we\'re going to have a\r\nbaby that we\'re not ready for yet,” audience member Stacy Anderson\r\nsaid. “We, the city residents, don\'t do well with taking care of our\r\nphysical assets.”\r\n

\r\n

\r\nCity Councilman Kelly Miller, who sits on the\r\nconservancy board, said city government will provide at least a basic\r\nlevel of maintenance.\r\n

\r\n

\r\nSandy Mush resident Terry Wooten said he\r\nfears the park will be a magnet for homeless people and that others\r\nwill be uncomfortable using it.\r\n

\r\n

\r\n“If you look at what happened\r\nwith Pritchard Park, it was a really nice facility and you can\'t go\r\nanywhere near it without being panhandled, sometimes very\r\naggressively,” he said.\r\n

\r\n

\r\nClerici said the conservancy is\r\nconsidering having volunteers patrol the park. Miller said city efforts\r\nto reduce homelessness are “gaining ground” and that activity in the\r\npark would make it uncomfortable for those engaged in undesirable\r\nbehavior.\r\n

\r\n

\r\nFences around the Pack Square area are expected to come\r\ndown in late April or in May, Clerici said, although some work may\r\ncontinue after that.\r\n

\r\n

\r\nAll but the grassy areas in Roger McGuire\r\nGreen in front of City Hall and the county courthouse should open in\r\nlate July or in August, he said. The lawns are likely to be roped off\r\nuntil spring 2010 to let grass get established.\r\n

\r\n

\r\nThe schedule for\r\ncompletion of the “mid-park” area between the two ends of the project\r\nis still tentative, but conservancy officials say they hope it will\r\nopen by the end of the year.\r\n

\r\n

\r\nThat excludes a section next to the\r\nintersection of College and North Market streets where a pavilion will\r\nbe located. Construction of it is to follow completion of the rest of\r\nthe park.\r\n

\r\n

\r\n\r\n\r\nMark BarrettMBarrett@CITIZEN-TIMES.com \r\n • published March 26, 2009 \r\n

\r\n',1,2,0,2,'2009-03-26 11:47:14',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-03-26 11:45:48','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,180,'','',0,109),(286,'Climatic Data Center chief could head new service','Climatic Data Center chief could head new service','The National Oceanic and Atmospheric Administration is considering\r\nforming a national climate service, and an Asheville resident could\r\nvery likely be its director.\r\n','

\r\nJane Lubchenco, NOAA’s new director, has said she looks forward to\r\nforming something akin to a national climate service, which would serve\r\nas a governmental clearinghouse on weather and climate change. She has\r\nnot yet established a timetable for such a service or named a head,\r\naccording to a NOAA spokeswoman.\r\n

\r\n

\r\nBut on Feb. 2, Tom Karl,\r\ndirector of the National Climatic Data Center in Asheville, was\r\nappointed director of all of NOAA\'s climate services. That would make\r\nhim a logical choice to head up a national climate service.\r\n

\r\n

\r\nKarl,\r\n57, said in an e-mail that he will be “working to develop and define\r\nthe goals and principles” of a potential National Climate Service in\r\nNOAA. Such a service, he said, would be distinct from the National\r\nWeather Service, although possibly similarly organized.\r\n

\r\n

\r\n“There is\r\nconsiderable organizational work that needs to be done before NOAA\r\ncould stand up such a Service, including working both internally, with\r\nour sister federal agencies and with Congress,” Karl said. “In the mean\r\ntime, I will speak for the Agency\'s current Climate Services and I\r\nsuspect it will take a bit of time to actually formulate a National\r\nClimate Service.”\r\n

\r\n

\r\nKarl oversees 170 federal employees at the\r\nClimatic Data Center, which provides climatological services to every\r\nsector of the U.S. economy and to users world-wide. The NCDC archive is\r\nthe largest in the world, containing some climate data as much as 150\r\nyears old.\r\n

\r\n

\r\nKarl said they have no date set for the formation of a\r\npossible climate service, and no details about where it may be located\r\nwere available. He also noted that Sharon LeDuc is performing the\r\nday-to-day duties of the NCDC director.\r\n

\r\n

\r\n“So, for the foreseeable\r\nfuture I will be remaining in Asheville, but shuttling back and forth\r\nto DC fairly regularly,” Karl said. “I have no plans or desire to leave\r\nAsheville.”\r\n

\r\n

\r\nThe concept of the NCS has been studied by NOAA\'s Science Advisory Board, the National Academies, and groups within NOAA.\r\n

\r\n

\r\n\r\n\r\nJohn BoyleJBoyle@CITIZEN-TIMES.com \r\n • updated March 26, 2009 \r\n

\r\n',1,2,0,2,'2009-03-31 11:42:23',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-03-26 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,179,'','',0,13),(287,'Asheville Art Museum to shorten hours','Asheville Art Museum to shorten hours','The Asheville Art Museum is changing with the economic times. In order\r\nto save on cost as it serves the community, the Museum will shorten its\r\nFriday hours to be 10 a.m. to 5 p.m. effective immediately. The Museum\r\nwill continue to open on Friday evenings for special events and Art\r\nWalks.\r\n','

\r\n“While we regret the necessity of curtailing regular Friday evening\r\nhours, the Museum will be open often in the evening for special\r\nprograms serving diverse audiences,” Asheville Art Museum Executive\r\nDirector, Pamela Myers said.\r\n

\r\n

\r\nThe Friday Art Walks for 2009 are\r\nscheduled to be held from 5 to 8 p.m. on April 3, June 5, August 7 and\r\nOctober 2. Explore the diversity of art in downtown Asheville and stop\r\nby the Asheville Art Museum on these dates.\r\n

\r\n

\r\nUpcoming Friday evening special events at the Asheville Art Museum\r\ninclude the opening reception for Response and Memory: The Art of\r\nBeverly Buchanan from 5 to 7 p.m. on May 8, the opening reception for\r\nTradition/Innovation: American Masterpieces of Southern Craft &\r\nTraditional Art from 5 to 7 p.m. on May 22 and the opening reception\r\nfor Cherokee Carvers: Tradition Renewed from 5 to 7 p.m. on July 10.\r\n

\r\n

\r\nAsheville Citizen - Times Staff Reports \r\n • updated March 26, 2009 \r\n

\r\n',1,2,0,2,'2009-03-31 11:43:48',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-03-26 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,178,'','',0,103),(288,'Bele Chere 2009 downtown merchant meetings','Bele Chere 2009 downtown merchant meetings','The City of Asheville Parks, Recreation and Cultural Arts Department\r\nhas announced a series of meetings to provide information about plans\r\nfor the 2009 Bele Chere Festival, being held July 24 – 26 in downtown\r\nAsheville. Changes for the 2009 event will be presented followed by a\r\nquestion and answer session.\r\n','

\r\nWhile the meetings are mainly designed for downtown Asheville business\r\nowners, all downtown stakeholders are welcome to attend. Meetings will\r\nbe held Monday, March 30 at 3 p.m. in the Grove Arcade Conference Room\r\nat 1 Page Avenue, Wednesday, April 1 at 5 p.m. in the City of Asheville\r\nEconomic Development Office at 29 Haywood Street, and Wednesday, April\r\n8 at 9 a.m. in the YMI Cultural Center at 39 S. Market Street.\r\n

\r\n

\r\nBele Chere is produced by the City of Asheville Parks, Recreation and\r\nCultural Arts Department and is the largest free street festival in the\r\nSoutheast. For more information, visit www.belecherefestival.com or call (828) 259-5800. \r\n

\r\n

\r\nAsheville Citizen - Times STAFF REPORTS \r\n • published March 26, 2009 \r\n

\r\n',1,2,0,2,'2009-03-31 11:45:08',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-03-26 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,177,'','',0,127),(289,'Seize your place in history','Seize your place in history','

\r\nEverybody has a story. What\'s yours?\r\n

\r\n

\r\nA crew from the national oral history project StoryCorps kicked off a\r\nsix-week residency in Asheville on Thursday, rolling into town in an\r\nAirstream trailer equipped with a recording studio where 160 Western\r\nNorth Carolina residents will share stories of their lives. \r\n

\r\n','

\r\nThe nonprofit project, in partnership with National Public Radio and\r\nthe American Folklife Center at the Library of Congress, has set out to\r\ndocument everyday history and the unique stories of Americans across\r\nthe country. The stories will be catalogued at the Library of Congress.\r\nSome may be aired on NPR\'s “Morning Edition,” and some will air on the\r\nlocal public radio station, WCQS, which is hosting the project.\r\n

\r\n

\r\nThe\r\nmobile recording studio is parked across the street from WCQS, at 73\r\nBroadway in downtown Asheville. The conversations are held by\r\nreservation only; the first round of reservations was filled quickly; a\r\nsecond round will open up at 10 a.m. today, with about 30 slots\r\navailable on a first-come, first-served basis.\r\n

\r\n

\r\nThe StoryCorps\r\ncrew wants to hear what\'s important to people in the mountain region.\r\nMaybe it\'s the memory of a loved one who\'s died. Maybe it\'s a happy\r\nstory about a special birthday or anniversary. It could be parents\r\ntalking about their children when they were young. Or it could be a\r\nstraight-up documentation of a family\'s genealogy.\r\n

\r\n

\r\n“We have no\r\nagenda, no rules about what people want to talk about,” said Nina\r\nPorzucki, one of the StoryCorps facilitators who will be sitting in on\r\nthe conversations. “Two people come in together — it could be a mother\r\nand son, two sisters, good friends or neighbors — and they talk about\r\nwhatever they like for about 40 minutes. It\'s whatever is important to\r\npeople, and what they want recorded for history.”\r\n

\r\n

\r\nEach\r\nparticipant will receive a CD of the conversation, and a copy will be\r\ngiven to WCQS for local airing if the participant agrees.\r\n

\r\n

\r\nAfter\r\nan opening ceremony and ribbon-cutting Thursday morning, three special\r\nguests took their places in the recording booth inside the silver\r\nAirstream for the kickoff conversation: Blue Ridge Parkway\r\nSuperintendent Phil Francis and his predecessors, Dan Brown and Gary\r\nEverhardt.\r\n

\r\n

\r\nEverhardt, who led the parkway from 1977 until his\r\nretirement in 2000, said he and his colleagues were looking forward to\r\nrecording tales from their years overseeing the scenic roadway.\r\n

\r\n

\r\n“It\'s\r\nimportant to us to share these stories for the benefit of future\r\nvisitors and generations so that they have an understanding of the\r\nvalue of the Blue Ridge Parkway and the National Park Service to the\r\ncultural, historical and natural heritage of this area,” he said.\r\n

\r\n

\r\nSarah\r\nEsrick, site supervisor for the project, said StoryCorps began in New\r\nYork City in 2003 with a booth in Grand Central Terminal. It now has\r\ntwo Airstream trailers traveling across the country, and has collected\r\nmore than 23,000 interviews in 100 towns in 48 states.\r\n

\r\n

\r\nAbout half\r\nof the interviews are with random citizens who make reservations, and\r\nhalf are solicited by the StoryCorps crew to ensure that key and\r\ndiverse citizens are represented, Porzucki said.\r\n

\r\n

\r\n“The exciting\r\nthing about StoryCorps is that we\'re preserving peoples\' history,” she\r\nsaid. “And it\'s not just the stories themselves, but listening to the\r\ninteraction between the two people who are sharing these stories\r\ntogether.”\r\n

\r\n

\r\nBarbara BlakeBBlake@CITIZEN-TIMES.com \r\n • updated March 27, 2009 \r\n

\r\n',1,2,0,2,'2009-03-31 11:46:35',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-03-27 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,176,'','',0,127),(290,'Gas prices continue to inch up','Gas prices continue to inch up','

Rise more in line with previous seasonal increases

\r\n

\r\nAverage gas prices crossed $2 a gallon Wednesday in Western North\r\nCarolina, two days before most of the country hit the milestone Friday. \r\n

\r\n','

\r\nBut, experts say, a major spike like the one motorists saw last year is unlikely.\r\n

\r\n

\r\n“What\r\nwe\'re seeing is the traditional spring-summer uptick in pricing,” said\r\nTom Crosby, a spokesman for AAA Carolinas, which tracks fuel costs.\r\n“It\'s nothing dramatic. It\'s more of an incremental creep of 1 to 2\r\ncents a week and this is something we see every year.”\r\n

\r\n

\r\nThe\r\nAsheville area on Friday again had the highest average price for a\r\ngallon of regular unleaded in the state, at $2.04.1. A month ago it was\r\n$1.87, while a year ago it had soared to $3.26.\r\n

\r\n

\r\nThe state average\r\nremained below $2 Friday, at $1.98, but the national average crossed\r\nthe mark, hitting $2.03, according to AAA. A week ago, the national\r\naverage was $1.94.\r\n

\r\n

\r\nCrude oil prices have gone up recently,\r\nsettling at $52.35 a barrel Friday, but Crosby doubted those changes\r\nhave reached the pump yet. The federal government\'s massive stimulus\r\nspending and the relatively weak dollar are contributing to increased\r\npump costs, as speculators turn to oil as a more solid investment than\r\ncurrency, driving up its cost.\r\n

\r\n

\r\nWhile the increase at the pump may\r\nstrain budgets some, it\'s still a far cry from last fall when the\r\nmountains experienced first a massive gas price spike and then a\r\nsix-week shortage that left many stations with no fuel or spotty\r\nsupplies. The local record was set Sept. 17, when the average price of\r\nregular unleaded hit $4.31 in Asheville.\r\n

\r\n

\r\nSo $2.05.9 at the Shell\r\nstation on Merrimon Avenue downtown didn\'t seem so bad to the Rev. Jack\r\nGassoway as he filled up Thursday afternoon.\r\n

\r\n

\r\n“I think $2 is\r\nsomething most people can live with, but when you get up above $2.50 a\r\ngallon, that starts to have an impact, especially in these economic\r\ntimes,” said Gassoway, pastor of Richland Baptist Church in Woodfin.\r\n

\r\n

\r\nGassoway\r\nsaid that from what he understands, oil reserves are actually up, so he\r\nwas a little mystified at the uptick. Crosby confirmed that oil\r\nsupplies are actually abundant right now, but he said a seasonal\r\nincrease is normal as more drivers hit the road in spring and\r\nrefineries switch over to summer fuel blends, which can temporarily\r\ntighten supplies.\r\n

\r\n

\r\nJohn BoyleJBoyle@CITIZEN-TIMES.com \r\n • published March 28, 2009 \r\n

\r\n',1,2,0,2,'2009-03-31 11:49:36',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-03-31 11:48:14','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,175,'','',0,130),(291,'New co-working space downtown to foster relationships','New co-working space downtown to foster relationships','A new collaborative workspace is coming to town to serve those who\'ve been stuck home alone while working.\r\n','

\r\nLocomotivity offers co-working space for freelancers and independent\r\nbusiness owners who want to have a productive day while building\r\nrelationships with others who work on their own.\r\n

\r\n

\r\n“The main idea\r\nbehind this is a lot of people I know who are independent or\r\nfreelancers work in their basements or in coffee shops. Here, there\'s\r\nan opportunity for these people to create something more than they\r\nwould on their own through being with a group,” said Locomotivity owner\r\nLance Ball.\r\n

\r\n

\r\nLocomotivity opens for business Monday in the house\r\non Broadway Street that recently housed the offices of the Asheville\r\nDaily Planet newspaper.\r\n

\r\n

\r\nBefore that, The Costume Shoppe sold its wares there.\r\n

\r\n

\r\nThe\r\nbuilding includes a living room work area, three rooms containing\r\ndesks, a conference room, a full kitchen, a front porch and outside\r\nwork area.\r\n

\r\n

\r\nBall said hundreds of co-working businesses are\r\nopening up around the country, partially as a result of people who work\r\nfrom home feeling isolated.\r\n

\r\n

\r\n“Really, it\'s about being around\r\nother people,” said Tobias Crawley, an independent software developer\r\nbased in Leicester. “When I stopped working for a company, I missed\r\nthat conversation around the water cooler. It\'s something you don\'t\r\nrealize you need until you don\'t have it.”\r\n

\r\n

\r\nHe plans to work at Locomotivity one day a week.\r\n

\r\n

\r\nThe business offers various levels of membership and pricing. A daily co-worker pays $10 per day.\r\n

\r\n

\r\nOr\r\nclients can choose to be part-time members for $175 per month,\r\nfull-time members for $300 per month or a partner for $260 per month\r\nwith a six-month minimum. Each membership level includes secure\r\nwireless Internet access, laser printer and copier access,\r\npay-what-you-will Izzy\'s coffee, a full kitchen and a place to work.\r\nMembers who plan to work there full time can choose their own desk and\r\nget a locker in which to store items.\r\n

\r\n

\r\nBall moved to Asheville from New York City with his family five years ago.\r\n

\r\n

\r\nWhile telecommuting from home, he said, “I got tired of never working with anyone locally.”\r\n

\r\n

\r\nLocomotivity\r\nwill be open weekdays 9:30 a.m.-6 p.m. and closed on the weekends\r\nunless someone\'s there. Partners and members will have keys and\r\naround-the-clock access. Local groups can reserve meeting space there\r\nin the evening.\r\n

\r\n

\r\nBall expects the conference room to be a popular\r\nmeeting option for local businesses. It rents for $150 for a full day\r\nand $75 for half a day. Partners and full-time members receive free\r\nconference room hours monthly.\r\n

\r\n

\r\nHendersonville-based attorney Thomas Beckett plans to work at Locomotivity a few days each week.\r\n

\r\n

\r\nMany of his clients are in Asheville, but he says it isn\'t cost-effective for him to lease a second office here.\r\n

\r\n

\r\n“I\'ve\r\nbeen following the co-working trend as it\'s evolved, and I\'m happy\r\nLance has taken the ball and run with it,” Beckett said. “I think\r\nLocomotivity is going to be a nerve center in the Asheville community.”\r\n

\r\n

\r\nAt\r\nthe moment, Ball is Locomotivity\'s sole employee, though he plans to\r\nbarter time with students and others who want a place to work in\r\nexchange for a bit of work.\r\n

\r\n

\r\n“The idea is not to get rich from this, but to use this as a catalyst to create more business,” Ball said.\r\n

\r\n

\r\nBall will continue his work as an independent software developer.\r\n

\r\n

\r\nHe also teaches computer science courses at Mars Hill College.\r\n

\r\n

\r\nHe also wants to renovate the house\'s basement into a podcasting studio and rehearsal space for local bands.\r\n

\r\n

\r\n“I\'m\r\nnot trying to promote a corporate rent-an-office here. I want\r\nLocomotivity to be casual and a lot of fun and a place where creative\r\npeople are making new things happen,” Ball said.\r\n

\r\n

\r\nAnne Fitten Glenn \r\n • published March 29, 2009 \r\n

\r\n',1,2,0,2,'2009-03-31 11:51:35',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-03-29 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,174,'','',0,49),(292,'Pop\'s Dog House','Pop\'s Dog House','

\r\nPop\'s Dog House
\r\n2 Pack Place
\r\nAsheville, NC 28802
\r\n828.683.0664
\r\nwww.PopsDogs.com
\r\n

\r\n','',0,9,0,19,'2009-04-03 11:49:57',71,'','2010-12-31 13:59:12',71,0,'0000-00-00 00:00:00','2009-04-03 11:47:14','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,11,'','',0,194),(293,'The Orange Peel','The Orange Peel','

\r\nThe Orange Peel
\r\n101 Biltmore Avenue
\r\nAsheville, North Carolina 28801
\r\n(828) 225-5851
\r\nwww.TheOrangePeel.net
\r\n

\r\n','',1,8,0,14,'2009-04-06 12:42:36',71,'','2011-01-06 11:48:21',71,0,'0000-00-00 00:00:00','2009-04-06 12:41:03','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,13,'','',0,171),(294,'Asheville City Council Razing the roof: Council ponders options for renovating housing projects','Asheville City Council Razing the roof: Council ponders options for renovating housing projects','

\r\nThree subsidized housing developments are in dire need of refurbishing,\r\naccording to a study funded jointly by the city and the Asheville\r\nHousing Authority. That was the word from David Nash, the Authority’s deputy director, at the Asheville City Council’s March 24 session.\r\n

\r\n','

\r\nPerformed by Housing Authority staff with the help of outside\r\ncontractors, the study concluded that two projects—Lee-Walker Heights\r\nand Aston Park Towers—are “severely physically distressed,” while the\r\nPisgah View Apartments are “functionally obsolete.” But a federal grant\r\nthrough the Department of Housing and Urban Development could enable\r\nthe city to replace at least one ailing complex with mixed-income\r\nhousing.\r\n

\r\n

\r\nFunded by the city and the Housing Authority, the study spells out\r\nlingering problems at all three developments, including deteriorating\r\nexterior brick at Aston Park Tower and obsolete electrical, plumbing\r\nand heating systems at the Truman-era Lee-Walker Heights—Asheville’s\r\noldest public housing project.\r\n

\r\n

\r\nThe study, said Nash, was performed in preparation for HUD’s annual\r\nHope VI grant application process. The Housing Authority, he said,\r\nneeded “to determine which of our developments meets the HUD threshold\r\nfor severely physically distressed.” Congress approves the funding\r\nannually—$120 million this year—but out of hundreds of applicants, only\r\nfive or six get money, noted Nash. Nonetheless, he said he’s\r\noptimistic, because North Carolina has a good track record of receiving\r\nfunds.\r\n

\r\n

\r\nAny Hope VI funding Asheville receives would be pooled with other city, county and Housing Authority moneys.\r\n

\r\n

\r\nBut dollars, cautioned Nash, are only part of the equation. Any such\r\nproject would displace the current residents, and the city would have\r\nto find them new homes and offer relocation assistance—which could mean\r\nnegotiating tricky political and logistical terrain. In addition, HUD\r\nrequires that rehabilitated housing complexes be converted into\r\nmixed-income family developments including larger units as well as\r\none-bedrooms.\r\n

\r\n

\r\nOf the three projects, said Nash, Lee-Walker Heights may be the best\r\nfit with HUD guidelines and the terms of the grants. Aston Park’s\r\ntower, he said, makes it an unlikely candidate for family housing, and\r\nPisgah View’s needs may exceed the reach of both the Hope VI grants and\r\nthe city’s current fiscal situation. Nash did recommend considering\r\nsome improvements to Pisgah View using money from the city’s\r\ncapital-improvements budget or federal stimulus funds, though he\r\nwarned, “We may need to put it on the back burner for now.”\r\n

\r\n

\r\nCouncil member Brownie Newman, who chairs the city’s\r\nHousing and Community Development Committee, said that group thinks the\r\nstudy was “a very useful process” and that the Hope VI funding has a\r\n“lot of appeal.”\r\n

\r\n

\r\nBut he also voiced concern about the impact on the city’s supply of\r\naffordable housing, particularly one-bedroom apartments, saying, “We’re\r\ngoing to create a greater scarcity if existing developments are\r\ndemolished.” Instead, Newman suggested building new units on city-owned\r\nproperty and leaving the current units standing.\r\n

\r\n

\r\nCouncil member Carl Mumpower expressed severe doubts about\r\nthat approach, however, citing the city’s failed attempt to buy and\r\nrevamp the McCormick Heights project in 2007. He also feared the\r\ninitiative would sidestep his preferred focus on preventing crime in\r\npublic housing. In addition, Mumpower wasn’t convinced that the goal of\r\nmixed-income development is realistic, saying, “I don’t think we should\r\nbe going down dark alleys, and I believe this is one.”\r\n

\r\n

\r\nMayor Terry Bellamy, however, was enthusiastic about the\r\nopportunity, telling Nash, “I am sincerely open to your ideas, and I\r\nthink you’ve made great progress.” A longtime affordable-housing\r\nadvocate, she noted that previous City Councils have already increased\r\nthe police presence in the city’s public-housing complexes.\r\n

\r\n

\r\nThe next step, said Nash, is issuing a request for proposals from\r\ndevelopers that would address the projects’ needs while meeting the\r\nHope VI goals. He will report back to Council in 60 to 90 days.\r\n

\r\n

Towing the line

\r\n

\r\nCouncil members hope a new ordinance banning predatory towing will succeed where previous attempts have failed.\r\n

\r\n

\r\n Whether you call it “predatory” or “nonconsensual” towing, it’s a\r\nlong-standing sore point from many perspectives. Unsuspecting vehicle\r\nowners return to a private parking lot to find their car gone, and the\r\nAsheville Area Chamber of Commerce says the practice is hurting\r\ntourism. Private lot owners and towing company employees report being\r\naccosted by furious vehicle owners (see “No Parking”, Dec. 10, 2008, Xpress).\r\nMeanwhile, Council members keep hearing complaints via mail, e-mail and\r\nphone calls. The problem has been festering for nigh on a decade.\r\n

\r\n

\r\nTowing companies’ inflated fines, cash-only policies and limited\r\navailability to answer questions or return impounded vehicles have\r\ncombined to give Asheville a bad rep as a tourist destination.\r\n

\r\n

\r\nIn 2003, Council passed an ordinance requiring lots that allow\r\ntowing to clearly display signs indicating this. But the complaints\r\nkept coming. And last year, an Asheville Police Department sting\r\nresulted in criminal charges against two tow-truck drivers who snatched\r\na legally parked decoy car. Meanwhile, the calls and letters haven’t\r\nstopped.\r\n

\r\n

\r\n“Most of the time I’ve been here, it’s been an issue,” City Attorney Bob Oast\r\ntold Council. “This is not going to end nonconsensual towing in this\r\ntown,” he added later. “But you are doing as much as you can.”\r\n

\r\n

\r\n“This is one of my pet peeves,” said Council member Kelly Miller, who’s also the Chamber’s executive vice president. “This, graffiti and litter.”\r\n

\r\n

\r\nAmong other details, the new ordinance caps towing fees at $100 per\r\nvehicle, limits storage fees to $25 per day (starting 12 hours after\r\nthe tow), and requires towing companies to accept credit cards.\r\n

\r\n

\r\nThe ordinance also establishes a $50 “release fee” for owners who\r\nshow up while their vehicle is being towed. Towing companies must also\r\nallow vehicle owners to retrieve items from their car and must notify\r\npolice that a vehicle has been towed.\r\n

\r\n

\r\nThe new rules, which affect only downtown and Biltmore Village, will\r\nkick in after a grace period to allow time for notifying affected\r\nbusinesses and property owners. The tentative effective date is June 1.\r\n

\r\n

\r\nThe ordinance also seeks to address towing companies’ concerns,\r\nprohibiting vehicle owners from interfering with a tow or canceling\r\ncredit-card payments made to reclaim their car. But the latter\r\nprovision didn’t sit well with Council members, some of whom felt the\r\ncity has no place getting involved in private financial transactions.\r\n

\r\n

\r\n“There’s a whole legal ground for whether you cancel a credit card [payment],” noted Council member Robin Cape.\r\n

\r\n

\r\nSome also thought the penalty for towing a legally parked car wasn’t\r\nstiff enough. “That’s really obnoxious behavior,” said Newman. “I would\r\nlike there to be a significant penalty.”\r\n

\r\n

\r\nMumpower agreed. And his motion to adopt an amended ordinance—with\r\nthe fine for towing a legally parked vehicle tripled to $300 and the\r\nban on canceling credit-card payments removed—found broad support. The\r\namended ordinance was approved 6-0. (Bellamy had been excused before\r\nthe agenda item.)\r\n

\r\n

\r\nRonnie Davis of Davis Automotive and Towing told Council that,\r\napart from a few details, he likes the clarity the new law provides,\r\nsaying, “I want to minimize my problems as much as you want to minimize\r\nyours.”\r\n

\r\n

\r\nAnd Miller emphasized that, while the ordinance may help resolve\r\nsuch situations, it’s not a free pass to park anywhere. “It is not OK\r\nto park in [private lots],” he declared, adding, “Read the signs, know\r\nwhere you’re parking and pay attention.”\r\n

\r\n

Resort expansion approved

\r\n

\r\nA proposed expansion of the Crowne Plaza Resort, which faced a\r\nsharply divided City Council two weeks ago, did decidedly better this\r\ntime. On March 10, a level III conditional-use permit for the project\r\nbarely squeaked by on a 4-3 vote. Some Council members opposed issuing\r\nthe permit because the resort sits in the path of several potential\r\nroutes for the I-26 connector—including alternative 4b, which Council\r\nhas endorsed (see “Asheville City Council,” March 18 Xpress).\r\n

\r\n

\r\nIn certain situations, however, a 4-3 vote triggers a second reading\r\nand vote before the resolution can be adopted. And this time, both\r\nBellamy and Mumpower changed their votes.\r\n

\r\n

\r\nMumpower, who’d initially voted against issuing the permit because\r\nhe didn’t want the property’s enhanced value to increase the cost of\r\nthe I-26 project, said: “I continue to remain conflicted about that.\r\nHowever, we have a responsibility to do right by this gentleman.”\r\n

\r\n

\r\nBellamy, meanwhile, said she would vote for approval only with\r\nOast’s assurance that the state Department of Transportation wouldn’t\r\nuse the vote to nullify Council’s previous resolution endorsing\r\nalternative 4b.\r\n

\r\n

\r\nNewman, who voted for approval both times, said he has no problem\r\nseparating the issues. “I remain in support of 4b, but I feel like it’s\r\nnot fair for [the resort] to be sort of held hostage,” he explained. “I\r\nhope 4b gets picked, and I hope these folks continue to make plans for\r\ntheir future.”\r\n

\r\n

\r\nIn the end, only Cape maintained her opposition, and the permit was approved on a 6-1 vote.\r\n

\r\n

Crematorium gets green light

\r\n

\r\nA pet crematorium planned for the Forest Lawn Memorial Park near\r\nCandler got the nod from Council after a cemetery official announced\r\nthat he’d agreed to move the incinerator to the far end of his\r\nproperty, away from the site of a planned condominium development (see\r\n“A Burning Controversy,” March 4 Xpress).\r\n

\r\n

\r\nCrematorium representative Patrick Bradley told Council that he and condo developer Tony Fraga had worked out the compromise, and a message from Fraga’s representatives confirmed this.\r\n

\r\n

\r\nWith that obstacle removed, the rezoning from RM High Density to Institutional District passed unanimously. \r\n

\r\n

\r\nby Brian Postelle in Mountain Xpress Vol. 15 / Iss. 36 on 04/01/2009 \r\n

\r\n',1,2,0,2,'2009-04-06 12:54:37',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-04-01 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,173,'','',0,38),(295,'Asheville GreenWorks organizes The Great Buncombe Cleanup this month','Asheville GreenWorks organizes The Great Buncombe Cleanup this month','The Great Asheville Buncombe Cleanup will take place from 9 a.m.-1 p.m\r\nSaturday. GreenWorks will distribute cleanup supplies from six\r\nBojangles locations to clean your own neighborhood or a suggested\r\nlocation. In Weaverville, the location is 164 Weaver Blvd. In Asheville\r\nthe locations are 99 Merrimon Ave., 1338 Tunnel Rd., 874 Patton Ave.,\r\nand 1578 Hendersonville Rd. In Candler, the location is 1507 Smokey\r\nPark Hwy. Breakfast will be provided by Bojangles.\r\n','

\r\nThe Wintergreen Hoop House is having an open house from 3 p.m.-5\r\np.m. on April 5 to teach locals how to grow food year round and promote\r\nlocal food and food security. RSVP to pat@winter-green.org.\r\n

\r\n

\r\nLunchtime\r\nLitter Walks is an organized event at Prichard Park every Tuesday from\r\nnoon-1 p.m. now through September to encourage exercise and clean up\r\nthe neighborhood.\r\n

\r\n

\r\nA downtown litter cleanup will meet at\r\nPritchard Park from noon-3 p.m. on April 11. Mellow Mushroom pizza will\r\nbe served prior to the cleanup.\r\n

\r\n

\r\nCommunity Graffiti Removal Day\r\ntakes place on April 25. The event aims to remove and cover graffiti\r\naround Asheville. Flexible volunteer shifts will be available\r\nthroughout the day.\r\n

\r\n

\r\nA French Broad River cleanup will take place\r\nfrom 4 p.m.-6 p.m. on April 29 using boats and waders to clean the\r\nriver. The event begins at Southern Waterways and ends at Jean Webb\r\nPark. Space is limited.\r\n

\r\n

\r\nA volunteer appreciation party will be\r\nheld from 6:30 p.m.-9 p.m. at Southern Waterways on April 29 for all\r\nGreenWorks volunteers in April or the past year.\r\n

\r\n

\r\nFor more information or to volunteer for any of these events, visit www.ashevillegreenworks.org, or call 254-1776 or allison@ashevillegreenworks.org\r\n

\r\n

\r\nAsheville Citizen Times STAFF REPORTS\r\n • published April 3, 2009 \r\n

\r\n',1,2,0,2,'2009-04-06 12:56:26',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-04-03 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,172,'','',0,32),(405,'2011 Downtown After 5: September 16','DA5 Sept','

Larry Keel & Natural Bridge

\r\n

\r\n\"larry_keel_copy.jpeg\" Larry Keel and Natural Bridge is undeniably the most powerful, \r\ninnovative and all-out exhilarating Acoustic Americana ensemble \r\nperforming today. Period. Lead by award-winning Flatipicking Guitar \r\ngenius Larry Keel, this group takes Bluegrass instrumentation into \r\ntotally surprising places and spaces, from the purest traditional forms \r\nto the most astonishing experimental sonic journeys a listener can \r\nundertake. The mission is always clear: to let technical skill, honest \r\nemotion and fearlessness connect their playing and singing to their \r\naudience, to entertain and to thoroughly enjoy the experience!\r\n

\r\n

\r\nJoining the award-winning Flatpickin legend are his MIGHTY band \r\nNatural Bridge: Mark Schimick on mandolin and vocals, Jason Flournoy on \r\nbanjo and vocals, and wife Jenny Keel holding strong on upright bass and\r\nvocals. You won’t believe what these musicians achieve with just these \r\nsimple, acoustic instruments, with nothing but volume enhancement to \r\ndeliver the musical message. One live encounter with this artist and his\r\nband proves undeniably and out loud to the world that they are the best\r\nat what they do and they cannot be replicated, thus placing them in a \r\nmusical class all their own: Larry Keel and Natural Bridge will amaze \r\nyou!\r\n

\r\n

\r\n \r\n

\r\n

Underhill Rose
\r\n

\r\n

\r\n\"underhill_rose.jpg\" \r\n

\r\n

\r\nUnderhill Rose boasts a unique sound built of original songs and heartfelt singing in a genre they like to call country soul. Eleanor Underhill brings her prolific songwriting, soulful singing, and banjo playing to the plate, while Molly Rose Reed too sings straight from the heart, picking that guitar of hers and captivating audiences with her joyful stage presence. They are backed up by their talented friends Gary Oliver on upright bass and Tim Haney on drums.\r\n

\r\n

\r\nEleanor and Molly Rose met at Warren Wilson College in Asheville, NC in 2002 and soon thereafter were co-founders of what was to become Asheville, North Carolina\'s beloved female-fronted band the Barrel House Mamas. From their trips playing festivals around the southeast and making a jaunt to the FOX studios in Los Angeles for an audition call-back, these two ladies have played on stages across the country belting their dynamic tunes. During their time with the Mamas, the band was named the number two folk/bluegrass band by readers of the Mountain Xpress and voted their album gathering one of the top 20 regional releases of 2006. \r\n

\r\n

\r\nThese roses are very excited about what is to come, and be sure to look for their highly anticipated six-song EP in 2010!\r\n

\r\n','',1,0,0,0,'2009-06-21 12:23:54',72,'','2011-01-20 15:30:37',71,0,'0000-00-00 00:00:00','2009-06-21 12:19:54','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,1471),(529,'City awarded Tourism Product Development Fund grant through Buncombe County Tourism Development ','City awarded Tourism Product Development Fund grant through Buncombe County Tourism Development ','

\r\nThe Asheville Civic Center has been awarded a $2 million dollar grant, to be funded over a 4-year period, from the Tourism Product Development Fund of the Buncombe County Tourism Development Authority, the City announced today. The grant will help fund a proposed $5.45 million dollar renovation of the Asheville Civic Center. The Tourism Product Development Fund, which is funded through the Buncombe County hotel occupancy tax, is dedicated to projects that will increase tourism and overnight lodging.\r\n

\r\n','

\r\nAsheville Mayor Terry Bellamy noted: “This is an incredible opportunity.\r\nThe Asheville Civic Center is an important economic engine for our city\r\nand our region. These funds will allow us to greatly improve the \r\nfacility -- and these improvements will benefit local residents and \r\ntourists alike.”
\r\nThe proposed Civic Center improvements include new seating for the lower\r\nlevel of the arena, renovating the balcony seating and flooring, \r\nimproving the locker rooms and dressing rooms, upgrading the lighting, \r\nmessaging and sound systems in the arena, concourse renovations, and \r\ninformation technology improvements. The City of Asheville recently \r\nissued a Request for Qualifications for architectural and engineering \r\nservices to begin the renovation process. \r\n

\r\n

\r\n
\r\nSam Powers, Director of the city\'s Office of Economic Development and \r\nDirector of the Asheville Civic Center, commented: “This grant will play\r\na major role in making our facilities better for fans, performers and \r\npromoters. We attract more than 200,000 patrons a year -- and our \r\nresearch shows that over 70% of our ticket sales come from outside of \r\nBuncombe County. These visitors stay in local hotels, eat in local \r\nrestaurants and support local businesses. The Civic Center generates a \r\nsubstantial economic impact. It is an asset worth investing in. We are \r\nthrilled that the Tourism Development Authority, Buncombe County and the\r\nCity are coming together as partners in this project.”
\r\nThe Asheville Civic Center first opened its doors 36-years ago and has \r\nhosted everything from concerts, plays, trade shows and sporting events \r\nto local high school graduations. Mike Burke, Chairman of the Asheville \r\nCivic Center Commission, noted that, “Even though the arena is in its \r\nfourth decade of use it has good bones. Our project will add new life to\r\nthe building and allow us to be even more competitive as a regional \r\nentertainment venue.”\r\n

\r\n

\r\n
\r\nRecently the Southern Conference named Asheville as the host city for \r\nits men’s and women’s college basketball tournaments beginning in 2012. \r\nThe games will be played at the Asheville Civic Center and at U.N.C. \r\nAsheville’s Kimmel Arena.
\r\nFor more information about the Asheville Civic Center please click here ,\r\nfollow the civic center blog at http://ccblog.ashevillenc.gov, or \r\nfollow the civic center of Facebook \r\nhttp://www.facebook.com/AshevilleCC.  
\r\n
\r\n

\r\n',1,2,0,2,'2010-07-29 13:43:09',71,'','2010-07-29 13:43:28',71,0,'0000-00-00 00:00:00','2010-07-29 13:36:45','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,27,'','',0,80),(408,'Sale of Montford property would provide legal aid for thousands','Sale of Montford property would provide legal aid for thousands','Pisgah Legal Services holds an open house at the Gudger House, its\r\nprevious main office, 89 Montford Ave., 4-7 p.m. Thursday, June, 25.\r\nThe 4,400-square -foot historic Queen Anne house and adjacent vacant\r\nlot used for parking, within walking distance of the Chamber of\r\nCommerce and downtown Asheville, are for sale or lease.\r\n','

\r\nThe property is zoned residential or commercial. The sale of this\r\nproperty will help PLS to double the number of low-income people it\r\nserves annually.
\r\nThe event will include a tour of the property, an\r\noverview of its unique history, music, hors d’oeuvres, and a cash bar.\r\nFor more details or to RSVP, contact Betsy Fedder at 210-3444 or betsy@pisgahlegal.org. (RSVP is not required.) Detailed information about the property is available at http://sale.svn.com/89Montford.
\r\nPisgah\r\nLegal Services provides free civil legal aid to help more than 9,200\r\nlow-income people annually. PLS has seen a 29 percent increase in\r\nrequests for assistance in the past year. More people need legal help\r\nto meet their most basic needs—food, shelter, health care and safety\r\nfrom abuse.
\r\nAt the same time, PLS has a gap of more than $500,000 in its 2009 operating budget.
\r\n“We are cutting costs in every way we can, staff are working harder to\r\nmeet the need, and we’re utilizing more volunteers to extend the work\r\nthat our staff can do,” said Jim Barrett, PLS executive director. “The\r\nBoard of Directors does not want to have to cut experienced staff\r\nattorneys who are the lifeline for some of the most vulnerable people\r\nin our community, but if we cannot fill this budget hole it could come\r\ndown to that by the end of the year.”
\r\nFor more information about Pisgah Legal Services, visit www.pisgahlegal.org.\r\n

\r\n

\r\nLeslie Boyd \r\n• June 19, 2009 \r\n

\r\n',1,2,0,2,'2009-06-22 12:52:24',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-06-19 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,88,'','',0,30),(415,'WLOS June','wlos-june','\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n','',-2,0,0,0,'2009-06-25 16:57:24',73,'','2009-06-25 16:59:51',73,0,'0000-00-00 00:00:00','2009-06-25 16:55:59','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,66),(406,'2011 Downtown After 5: Giving Back & Going Green','DA5 Going Green & Giving Back','

Downtown After 5: Going Green

\r\n

\r\nDowntown After 5 is committed to continuing reducing its carbon\r\nfootprint. The concert series features biodegradable food and beverage\r\ncontainers, staffed compost and recycling stations, a solar-powered\r\nmain stage and a complimentary bike corral hosted by Asheville On Bikes.\"recycling.jpg\" \r\n

\r\n

 

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

Downtown After 5: Wristband Charities
\r\n

\r\n

\r\nDA5 gives back to the community by partnering with local non-profits.\r\nThe charitable organization mans the wristband sales tents and splits\r\nthe money with the Asheville Downtown Association which produces the\r\nevent. To participate, please download the 2011 Wristband Charities application and turn it in to the office.  \r\n

\r\n

\r\n \r\n

\r\n

2010 Wristband Charities

\r\n

\r\nMay: YMCA
\r\nJune:\r\nAsheville on Bikes
\r\nJuly: LEAF in Schools and Streets
\r\nAugust: Asheville Community Theatre
\r\nSeptember:\r\nMoogseum
\r\n

\r\n
\r\n
\r\n
\r\n

\r\n

\r\n

\r\n

\r\n

\r\n
\r\n
\r\n
\r\n

\r\n \r\n

\r\n','',1,0,0,0,'2009-06-21 12:59:03',72,'','2011-01-31 17:17:07',71,0,'0000-00-00 00:00:00','2009-06-21 12:54:38','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,704),(409,'Meeting for downtown merchants to learn about Bele Chere','Meeting for downtown merchants to learn about Bele Chere','The City of Asheville Parks, Recreation and Cultural Arts Department\r\nwill host a meeting designed for downtown business owners and managers\r\nto learn more about the 2009 Bele Chere Festival being held July 24-26\r\nin downtown Asheville. The meeting will be held at 3 p.m. June 24 in\r\nthe City of Asheville Public Works facility, 161 S. Charlotte St.\r\n','

\r\nRepresentatives from the Asheville Police Department, Asheville Fire\r\nDepartment, Buncombe County Health Department, North Carolina Alcohol\r\nLaw Enforcement, City of Asheville Festivals Staff, and the Bele Chere\r\nBoard of Directors will make brief presentations on the laws and\r\npolicies governing the Bele Chere Festival followed by a question &\r\nanswer session. All business owners are encouraged to attend.\r\n

\r\n

\r\nBele\r\nChere is produced by the City of Asheville Parks, Recreation and\r\nCultural Arts Department in conjunction with the Bele Chere Board of\r\nDirectors and is the largest free street festival in the Southeast. The\r\nfestival is sponsored in part by Clear Channel Radio and Budweiser of\r\nAsheville. For more information, visit www.belecherefestival.com or call 259-5800.\r\n

\r\n

\r\nStaff Reports \r\n• June 20, 2009 \r\n

\r\n',1,2,0,2,'2009-06-22 12:55:17',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-06-20 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,87,'','',0,43),(410,'Asheville Art Museum celebrates 60th anniversary','Asheville Art Museum celebrates 60th anniversary','The Asheville Art Museum, Western North Carolina\'s most comprehensive\r\nvisual arts institution, is marking its 60th anniversary with two\r\nexhibitions that capture with simple eloquence the spirit of such a\r\nsignificant milestone.\r\n','“Looking Back: Celebrating 60 Years of Collecting at the Asheville\r\nArt Museum” opens July 3 and reviews the past. “Looking Forward:\r\nCelebrating New Art and New Directions for the Permanent Collection,”\r\nopening in September, points to the future.\r\n

\r\n\r\nBoth exhibitions go to the heart of what the museum does: gathering,\r\npreserving, showing and educating us about the valuable artifacts of\r\nour heritage.\r\n

\r\n

Growing and collecting

\r\n

\r\n\r\nWhen the museum opened in 1949 in a little stone building in Grove\r\nPark, it did not have a collection. “The decision to collect came as it\r\ngrew,” Pamela L. Myers, the museum\'s director, said.\r\n

\r\n

\r\n\r\nIt was started by local artists, mostly as a place to show their own\r\nwork. But that first year the founders organized an exhibition by\r\nEugene Thomason, known as “The Ashcan Artist of Appalachia.” “They\r\nalways brought people in from outside,” Myers said.\r\n

\r\n

\r\n\r\nIn 1950, the museum bought its first painting, “Rockport in Winter” by\r\nWilliam Lester Stevens, a Massachusetts artist with Asheville ties.\r\nLike the Thomason exhibition, the painting signaled what the museum was\r\nabout: 20th-century American art.\r\n

\r\n

\r\n\r\nThe museum now includes 21st-century art, Myers said. At first\r\ncollecting mostly regional art, “the museum has matured over its 60\r\nyears to showcase the best of American art nationally,” she said. “Its\r\npermanent collection places art of Western North Carolina and the\r\nSoutheast in that larger context.”\r\n

\r\n

\r\n\r\nFrom one painting, the collection has grown to 2,600 objects. There are\r\nmore than 4,000 architectural drawings by such important Asheville\r\narchitects as Richard Sharp Smith and Douglas D. Ellington.\r\n

\r\n

Growing signs

\r\n

\r\n Adding artwork is one way the museum grew. Expanding programs, staff and facilities are others.\r\n

\r\n

\r\n\r\nEdwin Ritts, the museum\'s director from 1980-95, said when he started,\r\nhe was the only full-time employee. The late Estelle Marder was what he\r\ncalled “an everyday volunteer.” Pat Smith, now president of the\r\nCommunity Foundation of WNC, was part-time bookkeeper.\r\n

\r\n

\r\nWhen he left, a curator, an office manager and a part-time education\r\ndirector were on board. According to Myers, there are now 11 full-time\r\nand three part-time staff.\r\n

\r\n

\r\nOver the years the museum migrated to the Northwestern Bank Building\r\n(now the BB&T Building), then to a house in Montford and, in 1975,\r\nto the basement of the Thomas Wolfe Auditorium.\r\n

\r\n

\r\n\r\nRitts recalled his first tasks in Asheville in a telephone interview\r\nfrom the Dubuque (Iowa) Museum of Art, where he is director.\r\n

\r\n

\r\n\r\n“The place was filthy,” he said, “and there were a number of curatorial\r\nthings that had to be standardized, such as making sure there was clear\r\ntitle to all the pieces in the permanent collections.”\r\n

\r\n

\r\n\r\nDuring his tenure, Ritts led the museum to accreditation from the\r\nAmerican Association of Museums, a sign of growing professionalism. He\r\nalso oversaw the purchase of a major collage by Romare Bearden, the\r\nimportant African-American artist born in North Carolina.\r\n

\r\n

\r\n\r\nPerhaps Ritts\' major effort was moving the museum from cramped,\r\nout-of-the-way quarters in the Civic Center into its current home on\r\nPack Square. Without more visibility, Ritts said, “The museum was going\r\nto die.”\r\n

\r\n

New home

\r\n

\r\n\r\nArchitect John Rogers was on the museum\'s board through most of the\r\n\'80s and early \'90s. “We made an effort to buy the old Pack Library\r\nbuilding when the library moved out in 1979,” he said.\r\n

\r\n

\r\n\r\nWhen that was unsuccessful, the idea emerged to group the museum with a\r\ntheater, the Health Adventure and the Colburn Mineral Museum into a new\r\ndowntown arts center. That project, which became Pack Place, opened in\r\n1992. “It was always clear the art museum would be the tenant for the\r\nold Pack Library,” Rogers said.\r\n

\r\n

\r\n “That was the site we coveted,” Ritts said, “and we were lucky enough to get it.”\r\n

\r\n

\r\n\r\nIn 1995, Myers came to Asheville from the Guggenheim Museum in New\r\nYork, “to my utter delight,” Rogers said. “That brought a whole new\r\nlevel of professionalism and a whole new cluster of people and\r\ndirection,” he said. “At that point, I could pretty well relax and\r\nwatch other people do the work.”\r\n

\r\n

\r\n Myers quickly points out that it\'s not just\r\nstaff doing the work. “We have 175 volunteers,” she said, “without whom\r\nwe could not do what we do. It\'s an extraordinary program for an\r\ninstitution our size because of volunteers.”\r\n

\r\n

\r\n\r\nAnother statistic she points to proudly is students reached by the\r\nmuseum\'s arts education program. Started in 1965 in partnership with\r\nthe Junior League, the program involved 6,000 by its third year. Today,\r\nit serves some 15,000 students from across the 24 counties of WNC every\r\nyear.\r\n

\r\n

\r\n For Myers,\r\ngetting young people excited by art is part of the museum\'s core\r\nmission. She tells a story about walking by a school group looking at a\r\ncomplex abstract sculpture.\r\n

\r\n

\r\n “What do you see?” the docent asked the students.\r\n

\r\n

\r\n “It\'s about the creation of the world,” a student said.\r\n

\r\n

\r\n\r\n“You could have knocked me over with a feather,” said Myers. “Those\r\nthings happen regularly here. That\'s what keeps us all passionate about\r\nwhat we\'re doing.”\r\n

\r\n

\r\nArnold Wengrow\r\n• June 21, 2009\r\n

\r\n

\r\nArnold Wengrow is an Asheville writer and a contributing editor of Theatre Design and Technology magazine.\r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n',1,2,0,2,'2009-06-22 12:58:00',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-06-21 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,86,'','',0,121),(411,'Bicycle commutes become cleaner','Bicycle commutes become cleaner','To encourage more bicycling downtown, the YWCA of Asheville will offer\r\ncommuters a chance to freshen up for work after a sweaty ride into town.\r\n','The Y Commute Pass lets cyclists into the YWCA to use a locker and\r\nthe showers in June, July and August, at a cost of $50. “For a great\r\nmany people, there is a fear that if they use an active form of\r\ntransportation, they won\'t be presentable for work,” said Barbara Mee,\r\na city transportation planner. “We went to the YWCA and asked if they\r\ncould help solve this problem.”\r\n

\r\n\r\nCommitted to promoting healthy lifestyles, the YWCA was proud to\r\npromote a communitywide bicycle commuter program, said YWCA Executive\r\nDirector Holly Jones, who is also a Buncombe County commissioner.\r\n

\r\n

\r\n\r\n“I\'m hearing more and more about people who want to make the bicycle\r\ntheir primary vehicle,” Mee said, explaining that the commuter pass is\r\njust one way downtown is becoming a more bicycle-friendly place.\r\n

\r\n

\r\n\r\nFor example, there will be a new bike lane on North Lexington Avenue\r\nafter the city water department finishes its repairs and repaves the\r\nstreet, she said. For information on the Y Commute Pass, call Carol\r\nSeverance at the YWCA at 254-7206, ext. 105.\r\n

\r\n

\r\n For information on biking or walking in Asheville, e-mail ibike@ashevillenc.gov or iwalk@ashevillenc.gov.\r\n

\r\n

\r\nDale Neal \r\n• June 22, 2009 \r\n

\r\n',1,2,0,2,'2009-06-22 12:59:53',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-06-22 12:58:51','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,85,'','',0,33),(453,'Here comes the chain again: Urban Outfitters\' arrival restarts downtown Asheville chain-store debate','Here comes the chain again: Urban Outfitters\' arrival restarts downtown Asheville chain-store debate','

\r\nThere\'s something afoot at the corner of Haywood and College\r\nstreets, and it\'s not just the massive renovation under way at the\r\nformer CVS pharmacy site. After all, there are similar projects\r\nscattered around downtown Asheville.\r\n

\r\n','

\r\nStill, this particular project stands out enough to have touched off\r\ncommunity discussion of a topic this city seems to revisit every few\r\nyears: Is Asheville\'s downtown really an appropriate place for chain\r\nstores? And if not, what can be done about them?\r\n

\r\n

\r\nAsheville\'s downtown is widely heralded for the independent shops\r\nand restaurants that give the city its unique ambiance, say visitors\r\nand residents alike. "Funky" is the adjective that\'s repeatedly\r\ninvoked, and the city\'s distinctive character is even cited as a draw\r\nfor new industry in search of the still emerging "creative class."\r\n

\r\n

\r\nSo when clothing and home furnishings retailer Urban Outfitters\r\nannounced in early July that it would open a downtown Asheville store\r\nby this fall, the news was sure to generate some reaction. Xpress\r\nwrote about the issue of chain stores in 2003, when several franchises\r\nset up shop downtown, and again in 2007, when City Council candidate Elaine Lite\r\nproposed banning chains in the city center. And in 2005, when Starbucks\r\nCoffee Co. opened a store on Charlotte Street (not exactly the heart of\r\nthe central business district), the brand-new building was vandalized.\r\n

\r\n

\r\nUrban Outfitters, however, had huddled with both the Downtown\r\nCommission and the Downtown Association beforehand, and their arrival\r\non the scene was hailed in some quarters.\r\n

\r\n

\r\n"Overwhelmingly the board thinks the downtown should be a mix of\r\nindependent, franchise and chain business," Downtown Association\r\nPresident Byron Greiner reports. "If you really think about it, downtown can\'t survive just on independent businesses."\r\n

\r\n

\r\nChain stores, he maintains, beef up downtown\'s tax base, and their\r\nname recognition attracts a new population of shoppers to the area.\r\n

\r\n

\r\nKristie Quinn agrees. A partner in Boone Associates, an\r\nAsheville-based real-estate and development company, she\'s been working\r\nwith Urban Outfitters officials and the local landlord.\r\n

\r\n

\r\nUrban Outfitters, says Quinn, will give other downtown retailers a\r\nboost, because the company is a strong draw with a national reputation.\r\nCompany representatives, she notes, have said they\'ll work with other\r\nlocal retailers to ensure that there\'s no duplication in what\'s offered.\r\n

\r\n

\r\nBut some small-business owners aren\'t so sure, fearing that big chains\' deeper pockets could drive up downtown rents.\r\n

\r\n

\r\nAsia Mahon, who is president of the Lexington Avenue\r\nMerchants Association and owns the dress shop Virtue, says she\'s spoken\r\nwith other business owners who fear that Urban Outfitters\' arrival will\r\ntrigger rent increases that could force independent stores out. "I\r\nthink that\'s the main fear of these little businesses. We\'re not as\r\nmuch afraid of the competition as we are of our rents going up and\r\ndriving us out of business."\r\n

\r\n

No protection

\r\n

\r\nMahon, who\'s had various businesses on Lexington since 1992, says\r\nlow rents have been key to her ability to open shops and keep them\r\ngoing. That, in turn, has spurred other entrepreneurs to launch quirky\r\nboutiques that have helped Asheville build its reputation as a\r\none-of-a-kind shopping destination.\r\n

\r\n

\r\nPat Whalen, president of Public Interest Projects, a business\r\nand real estate development firm, says downtown property owners are\r\nwell aware that chains can pay double or more what local businesses can\r\nbut that, nonetheless, some landlords simply refuse to rent to national\r\nand multinational companies.\r\n

\r\n

\r\n"Oh yeah, we\'ve done that," says Whalen. "A lot of people who did\r\ndevelopment in the \'90s were very cognizant that it was the local\r\nbusinesses that were the backbone of what downtown was all about."\r\n

\r\n

\r\nBut in tough economic times with more downtown storefronts coming\r\nopen, he notes, property owners\' commitment to keeping things local may\r\nbe sorely tested.\r\n

\r\n

\r\n"Everybody\'s under financial pressure: landlords, business owners,\r\neverybody. When people get desperate, different things may happen," he\r\nobserves.\r\n

\r\n

\r\nUntil recently, Whalen also chaired the Downtown Commission and\r\nserved on the Downtown Master Plan Advisory Committee, a group of\r\nstakeholders who helped keep a local eye on the draft plan produced by\r\nconsultants Goody Clancy and passed on to City Council in June. He says\r\nthe topic of chain stores did come up, but it never really jelled into\r\na firm recommendation.\r\n

\r\n

\r\n"There\'s not a lot of real new protections in the Downtown Master\r\nPlan," says Whalen. "That was kind of left for the future if we want to\r\ndo it."\r\n

\r\n

\r\nThere was also talk of finding ways to direct chains to other local\r\nspecialty shopping areas such as Biltmore Village, notes architect Tom Gallaher,\r\nwho was hired by Goody Clancy to participate in the master-plan\r\nmeetings. But again, no firm language was formulated, and the document\r\nnow before Council contains only a general statement acknowledging\r\nindependent businesses\' importance to downtown and urging support for\r\nthem.\r\n

\r\n

\r\nDiscussion with the Downtown Commission produced the same result,\r\nsays Gallaher. "There was no mechanism to sort of say, \'You\'re OK,\r\nyou\'re not.\' It certainly was a tempting topic, but it was never a\r\nserious pursuit."\r\n

\r\n

Legal obstacles

\r\n

\r\nBut even if the will is there, crafting ordinances designed to screen out chain stores is something of a sticky wicket, says Jeff Milchen\r\nof the Bozeman, Mont.-based American Independent Business Alliance.\r\nMilchen, who gave talks on this very topic to several Asheville groups\r\na few years ago, says legal precedent, including Supreme Court rulings,\r\nprohibits discriminating against a business based on its ownership.\r\n

\r\n

\r\nWhat is allowed, he says, is creating general rules based on the\r\ndesired character of stores. Architecture and design are the most\r\nobvious elements of character, he explains, but it can also include\r\nthings like standardized merchandise and employee uniforms. Thus, many\r\nhave eschewed the term "chain store" in favor of the more legally\r\nacceptable "formula store."\r\n

\r\n

\r\nAnother obstacle Asheville might face in attempting to restrict\r\nchains is the fact that in many cases, North Carolina municipalities\r\nmust get permission from the General Assembly to pass certain types of\r\nlaws. And since many Tar Heel cities are struggling financially and\r\nwould probably welcome chain stores, "I\'m not even sure what we\'d be\r\nallowed to do," says Whalen.\r\n

\r\n

\r\nNonetheless, there have been some local efforts to investigate the\r\noptions for controlling the impact of chains downtown. In 2005, Council\r\nmember Brownie Newman introduced a plan to restructure the\r\ncity\'s tax code to ensure that chain businesses pay their fare share of\r\ntaxes. And requests from the community have led the city attorney to\r\nresearch the issue, Urban Planner Stephanie Monson of the\r\ncity\'s Office of Economic Development reports, though so far, no\r\nproposals have come before City Council. Meanwhile, apart from some\r\nindustrial uses and adult establishments, there are very few\r\nrestrictions on businesses downtown, according to Assistant Planning\r\nDirector Shannon Tuch.\r\n

\r\n

\r\n"I\'ve heard murmurs of people wanting to do something about it, but\r\nit\'s always been ... put on the back burner to deal with later on,"\r\nsays Whalen. "And I\'m not sure Urban Outfitters\' coming to town and\r\nreplacing another chain is going to be the straw that broke the camel\'s\r\nback to get people excited about doing something permanent downtown."\r\n

\r\n

A rapid retail shift

\r\n

\r\nBut that hasn\'t prevented people in other cities from tackling the\r\nissue. The New Rules Project, a program of the Washington, D.C.-based\r\nInstitute for Local Self-Reliance, lists on its Web site a menu of news\r\nstories, studies and op-ed pieces concerning the need to support\r\nlocally owned businesses and keep chains out, and highlighting\r\npotential threats to those goals.\r\n

\r\n

\r\nEven when only a few chain stores start moving in, communities should be on guard, maintains Stacy Mitchell,\r\nsenior researcher for the project. "The real reason people become\r\nconcerned about this is that many of these retailers are looking at the\r\nsame marketing info. And many are watching one another," she explains,\r\nadding, "You can undergo a fairly rapid retail shift."\r\n

\r\n

\r\nThat financial impact, notes Mitchell (who also chairs the American\r\nIndependent Business Alliance\'s board) isn\'t limited to rent increases.\r\nStudy after study bears out the fact that national chains put less\r\nmoney back into the community.\r\n

\r\n

\r\nIn Chicago, she says, one study found that for every $100 spent,\r\nlocally owned businesses reinvested $68 in the community; for chains,\r\nthe figure was $43.\r\n

\r\n

\r\nSteve Rasmussen, co-founder of Buy Local WNC, agrees. "They\r\nsuck all the money away; they don\'t recirculate it," he says. "They\r\ndon\'t hire local Web designers; they don\'t hire local architects; they\r\ndon\'t hire local designers. That clothing is made in China, not here."\r\n

\r\n

\r\n(Some of Urban Outfitters clothing is made overseas and, in 2008, a\r\ngroup of shareholders asked the company to adopt an international\r\nhuman-rights policy.)
\r\n

\r\nAnother strength of independently owned shops, says Mahon, has\r\nbeen their ability to work together. The clothing boutiques on\r\nLexington, she notes, share buying lists to make sure each one carries\r\ndifferent product lines. The practice, says Mahon, "is unheard of" —\r\nbut the result is positive.\r\n

\r\n

\r\n"It benefits everybody, because we\'re all unique, and it makes the\r\nshopping experience for the people coming down the street enjoyable.\r\nThey see something new in every store."
\r\nAnd though Urban\r\nOutfitters\' arrival is a mark of downtown\'s success, says Mahon, "We\'re\r\nnot excited about Asheville becoming gentrified to where it\'s going to\r\nlook like anywhere else you\'re going to go." Small-business owners, she\r\nbelieves, will simply be forced to work smarter in order to say alive.\r\n

\r\n

\r\n"I just think small businesses need to prepare themselves and just\r\nstay focused on filling a niche that Urban Outfitters is not filling.\r\nAnd we\'re going to have to make our business the most welcoming,\r\npositive experience for the customer."\r\n

\r\n

A question of semantics?

\r\n

\r\nAs with just about everything Asheville, however, there\'s no standard reaction to the question of chain stores.\r\n

\r\n

\r\nMarc McCloud, who owns Orbit DVD, an independent movie-rental\r\nbusiness in West Asheville, says he\'s a fierce defender of mom-and-pop\r\noperations — but he also sees the benefits of bigger stores.\r\n

\r\n

\r\n"I want everyone to succeed, but personally, I don\'t have a problem\r\nwith Urban Outfitters coming in," says McCloud. "I think there might be\r\nan opportunity for a whole new clientele of people coming to downtown\r\nAsheville."\r\n

\r\n

\r\nSmall businesses, he maintains, just have to be ready to deal with\r\nincreased competition and higher rents, noting, "Those are factors you\r\nkind of have to be prepared for anyway."\r\n

\r\n

\r\nMcCloud also sees some hypocrisy in what businesses people say they\r\ndo and don\'t like. "They hate Starbucks, but they love Dunkin\' Donuts.\r\nThey hate Wal-Mart, but they love Target. Some people say they would\r\nlove it if an Apple Store came into downtown. Well, they\'re a chain."\r\n

\r\n

\r\nAnd therein lies another piece of Asheville\'s chain dilemma: A\r\nnumber of established downtown businesses, including the Marble Slab\r\nCreamery, Kilwin\'s Chocolates and Ice Cream, Mellow Mushroom Pizza\r\nBakers, Mast General Store, are either chain stores or franchises. And\r\nthe departure of the CVS that\'s being replaced by Urban Outfitters\r\nsparked much lamentation on the part of downtown residents who shopped\r\nthere for household necessities.\r\n

\r\n

\r\n"The thing is, we have chain stores [now]," says Gallaher. "But they happen to be the chain stores we like."\r\n

\r\n

Invisible hand or hands-on?

\r\n

\r\nEven Starbucks made it past the spray-paint-and-broken-window phase\r\nand has no problem filling its seats. But that hasn\'t seemed to affect\r\nthe survival of local indie coffee shops, says Greiner, who warns\r\nagainst stigmatizing a business just because another one like it exists\r\nsomeplace else. Greiner was featured in a 2003 Xpress story about chain stores, having opened Anntony\'s Caribbean Cafe, which had a twin in Charlotte.\r\n

\r\n

\r\n"People identified us as a chain," he recalls. "But we were locally\r\nowned, hired local employees and paid local taxes." (The local\r\nAnntony\'s closed several years ago, and Greiner now sells real estate\r\nwith Keller Williams.)\r\n

\r\n

\r\nGreiner also rejects the idea that Urban Outfitters won\'t actively\r\nparticipate in the community. "They are a perfect example of what we\r\nwant," he asserts, adding that company representatives told the\r\nDowntown Association they plan to be involved financially with local\r\ncharities and nonprofits. Quinn, meanwhile, says the company may offer\r\nlocal artworks for sale on store walls and host local musicians in the\r\nstore.\r\n

\r\n

\r\nIt seems worth noting that Asheville hasn\'t always been off-limits\r\nto chains: The evidence is literally written on the walls of its\r\nhistoric structures. Woolworth\'s and Kress were both national chains\r\nwhose buildings now house stalls for local artists. It was the Great\r\nDepression\'s economic devastation that emptied downtown of chains, and\r\nit was the revitalization drive of the 1980s and \'90s that spawned\r\ntoday\'s predominance of local businesses.\r\n

\r\n

\r\nBob and Ellen Carr own Tops for Shoes, a downtown\r\ninstitution that attracts many out-of-town shoppers. Bob Carr served on\r\na downtown revitalization committee back in the 1980s, when the area\r\nwas marked by deserted streets and boarded-up storefronts. At that\r\ntime, a chain like Urban Outfitters would have been ushered in with no\r\nquestions asked, he maintains.
\r\n"Back in the \'80s, we would have\r\nloved to have them come in. Now that we have all these established\r\nbusinesses, I\'m not sure we need them," says Carr. "But they\'re going\r\nto be a draw, and hopefully everybody can share in the retail growth."
\r\nAnd in any case, he thinks it\'s "inevitable that national chains are\r\ngoing to start looking at Asheville. All you have to do is walk around\r\nthe streets and see all the people that are out there to know there\'s a\r\nmarket." But Carr goes on to say that he hopes downtown retains its\r\nstatus as a novel shopping destination. How to make this happen? "I\r\nthink the marketplace needs to take care of that," he observes.\r\n

\r\n

\r\nNot everyone shares Carr\'s faith, however. Sara Legatski, who\r\nowns downtown clothing stores Honeypot and HUNK, worries that Urban\r\nOutfitters\' arrival heralds the "mall-ification" of downtown.\r\n

\r\n

\r\n"We should be discouraging national chains from moving here. They\r\nare not compatible with our working infrastructure," she believes. "An\r\n8,000-square-foot store that sells over 30,000 products a year is\r\noffering nothing special or niche — [it belongs] in the mall or on\r\nTunnel Road."\r\n

\r\n

\r\nMeanwhile, she says, local stores are already suffering enough in the current economic climate.\r\n

\r\n

\r\n"There are not enough resources to go around right now, and most\r\nindependent businesses are running on 60 to 70 percent of their normal\r\nincome. People are being driven to take out loans to stay afloat, and\r\nany competition — especially a multibillion-dollar conglomerate —is\r\ncertainly threatening," she asserts.\r\n

\r\n

\r\nMilchen of the American Independent Business Alliance also thinks\r\nthere needs to be a more proactive approach to protecting downtown\'s\r\n"funky" character.\r\n

\r\n

\r\n"Asheville," he says, "is striking in its core downtown by being\r\ndominated by local businesses. That is an asset that should be\r\nguarded."\r\n

\r\n

\r\nby Brian Postelle and Jason Sandford in Mountain Xpress, Vol. 16 / Iss. 1 on 07/29/2009 \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n',1,1,0,1,'2009-07-29 12:41:49',71,'','2009-08-03 11:37:38',71,0,'0000-00-00 00:00:00','2009-07-29 12:39:21','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,9,'','',0,634),(446,'Asheville\'s Pack Square Park fountain takes shape','Asheville\'s Pack Square Park fountain takes shape','Workers installed a 4-ton bronze ring on a fountain in Pack Square\r\nThursday morning, one of several recent steps that are transforming the\r\nlook of 6.5 downtown acres from construction site to park.\r\n','Much of the park is close to completion, said Gary Giniat, executive\r\ndirector of the Pack Square Conservancy, the nonprofit in charge of the\r\nproject. Giniat said, however, that completion of a segment in the\r\ncenter of the park may take until spring and the organization is still\r\nraising money for a pavilion.\r\n

\r\n\r\nThe ring, about 20 feet across, encircles a stack of boulders that poke\r\nup through its center. Sculptor Hoss Haley said he was inspired by a\r\nview of mountains wreathed by clouds.\r\n

\r\n

\r\n\r\nWater is supposed to fall over the edge of the ring in sheets, which\r\nHaley said is reminiscent of fountains that once stood in Pack Square.\r\nThe water will be lighted at night.\r\n

\r\n

\r\n\r\nThe ring was put in place at about 7:25 a.m. Thursday after it was\r\ntransported from Haley\'s West Asheville studio. Haley and other workers\r\nspent the rest of the day using metal shims to level it and adjusting\r\nwater flow to achieve the desired effect.\r\n

\r\n

\r\n That work is supposed to continue through Tuesday. Downtown resident Joe Wakefield said he already likes what he sees.\r\n

\r\n

\r\n “I think it is absolutely wonderful. I love it,” he said. “It\'ll just be an eye-catcher.”\r\n

\r\n

\r\n\r\nMost work in the Pack Square area has been completed and remaining\r\nbarriers are to be removed next week in time for the start of Bele\r\nChere, although the street north of Vance Monument will be temporarily\r\nblocked later for some finishing touches.\r\n

\r\n

\r\n\r\nRoger McGuire Green, the large area in front of the stage near City\r\nHall, started living up to its name this week as workers laid sod atop\r\nbrown dirt.\r\n

\r\n

\r\n Much\r\nof the area around McGuire Green is to be finished in August, although\r\nthe grassed area will be fenced off for several months to allow the\r\ngrass to get established.\r\n

\r\n

\r\n\r\nThe area between Market and Spruce streets is full of equipment and\r\nmounds of dirt. Giniat says a contractor\'s current schedule puts\r\ncompletion of that section in spring 2010 but the conservancy is hoping\r\nto speed that up.\r\n

\r\n

\r\n\r\nThe conservancy plans to erect a pavilion with restrooms, an office and\r\ninformation desk on the College Street side of that area, but\r\nconstruction of the building is months away because the conservancy has\r\nyet to raise the needed funds.\r\n

\r\n

\r\nBy Mark Barrett \r\n• July 17, 2009 \r\n

\r\n',1,2,0,2,'2009-07-17 11:41:08',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-07-17 11:29:20','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,54,'','',0,171),(493,'Pritchard Park Cultural Arts Program','Pritchard Park Cultural Arts Program','

\r\n\"ppcap_logo4a.jpg\"\r\n

\r\n

\r\nPritchard Park was packed with\r\nentertainment this year as we rolled out the expanded Pritchard Park Cultural\r\nArts Program, or PPCAP as we fondly call it. We were excited to work with\r\nArts2People and the City of Asheville to bring you free events throughout the\r\nspring and summer. Check the schedule for updates\r\nand future programming and be sure to signup for the ADA Weekly Events Digest so\r\nyou can keep informed of the upcoming week’s events. Note: these events are weather permitting.  \r\n

\r\n

\r\n \r\n

\r\n

 

\r\n

\r\n \r\n

\r\n

Hoop Jam Tuesdays

\r\n

\r\n\"hoop_jam_small.jpg\" \r\n

\r\n

\r\nAsheville Hoops joined us for some great entertainment, exercise and instruction every\r\nTuesday from 5:30 – 7:30 pm. Instruction was provided by Melanie MacNeil;\r\nMusic by George Pond.
\r\n
\r\n

\r\n

 

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

Thursday Grab Lunch & Unwind

\r\n

\r\nThursdays from 12:00pm - 2:00pm to we had some great music all summer long! We encouraged downtown employees to join us on their lunch break with brown bags from participating restaurants. There was a different musician every week and we were proud to work with all of them! \r\n

\r\n

\r\nThe "Grab Lunch & Unwind" Participating restaurants are...\r\n

\r\n

\r\nOn the Park:\r\n

\r\n

\r\nTupelo Honey \r\n255-4863
\r\nTallGarys 232-0809
\r\nKathmandu Cafe 252-1080
\r\nJerusalem Garden Cafe \r\n254-0255\r\n

\r\n

\r\nVery near the Park: \r\n

\r\n

\r\nFlying Frog Cafe 254-9411. 1 Battery Park Avenue, around the corner from the Park
\r\nCafe Ello, 252-8333, 64\r\nHaywood Street
\r\nEarly Girl Eatery 259-9292, 8 Wall Street
\r\nRoman\'s \r\n505-1552, 75 Haywood Street, just up the block from Park
\r\nGreen Sage Cafe 252-4451, 5\r\nBroadway, just 2 blocks from Park\r\n

\r\n

\r\nThursday After Work Perk\r\n

\r\n

\r\nBy Thursday evening, in the mountains, it already feels like the weekend! Pritchard Park Thursday evenings were a great place to slow down from 5:30pm\r\n– 7:30pm for a variety of performances throughout the summer. A great way to kick off the weekend early and enjoy downtown Asheville. \r\n

\r\n
\r\n

\r\nSaturday Umbrella Market

\r\n

\r\nThis year’s newly-themed Umbrella Market featured vendors of handmade or homegrown products including art, crafts, jewelry, photography, flowers, tomatoes, herbs, and more! One thing’s for sure, Saturday at Pritchard Park will always offer a great experience.\r\n
\r\n

\r\n

Thanks to our great Program Sponsors:

\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n

\"tupelo_honey_cafe.jpeg\"

 \r\n
\r\n
  \"Art2People\"
   
\r\n','',1,0,0,0,'2010-04-30 10:55:24',71,'','2010-10-12 12:11:05',71,0,'0000-00-00 00:00:00','2010-04-30 10:22:19','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,1890),(539,'Bylaws of the Asheville Downtown Association','Bylaws','

\r\n \r\n

\r\n

\r\nBYLAWS OF \r\n

\r\n

\r\nTHE ASHEVILLE DOWNTOWN ASSOCIATION, INC.\r\n

\r\n

\r\n \r\n

\r\n

\r\nARTICLE\r\nI\r\n

\r\n

\r\nNAME,\r\nPRINCIPAL OFFICE, AND PURPOSE\r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\nSection\r\n1.1      Name.  The name of the corporation is the Asheville\r\nDowntown Association, Inc.\r\n

\r\n

\r\n \r\n

\r\n

\r\nSection\r\n1.2      Registered Office.  The registered office of the corporation in\r\nthe state of North Carolina\r\nis 29 Haywood Street,\r\nAsheville, North Carolina\r\n28801. There may be\r\nother offices within and without the state of North Carolina as the Board of Directors may\r\nfrom time to time establish.\r\n

\r\n

\r\n \r\n

\r\n

\r\nSection\r\n1.3      Purpose. The specific\r\npurpose of the corporation is to promote and support quality economic, cultural and\r\nresidential development of downtown Asheville.  To that end, the Board of Directors shall\r\nfrom time to time establish programs and objectives to further the organization\'s\r\npurpose.\r\n

\r\n

\r\n \r\n

\r\n

\r\nARTICLE\r\nII\r\n

\r\n

\r\nGOVERNANCE\r\n

\r\n

\r\n \r\n

\r\n

\r\nSection\r\n2.1      Board of Directors.  The Board of Directors is vested with the\r\nprincipal responsibility for fulfillment of the purposes of the\r\ncorporation.  The Board of Directors may\r\nexercise all lawful powers of a corporation, as permitted by statute, the\r\nArticles of Incorporation, or these Bylaws.\r\n

\r\n

\r\n \r\n

\r\n

\r\nIt shall set\r\npolicy regarding the control and management of the affairs, business, and\r\nproperty of the corporation, including the implementation of programs to assure\r\nthe corporation\'s financial stability. \r\n

\r\n

\r\n \r\n

\r\n

\r\nSection\r\n2.2      Number of Directors.  There shall be no fewer than seven (7) and no\r\nmore than twenty-one (21) members of the Board of Directors.\r\n

\r\n

\r\n \r\n

\r\n

\r\nSection\r\n2.3      Election and Term of Office.  Members of the Board of Directors shall be\r\nelected by the membership at the annual meeting of the corporation and at such\r\nother times as the Board may deem necessary. \r\nEach Director shall serve a two-year term of office and shall hold\r\noffice until the expiration of the term or until his or her successor has been\r\nduly elected.  \r\n

\r\n

\r\n \r\n

\r\n

\r\nSection\r\n2.4      Vacancies.  Interim vacancies in the Board of Directors\r\nmay be filled by a majority vote of the\r\nremaining Directors.  Any successor so\r\nelected shall serve the unexpired term of his or her predecessor.\r\n

\r\n

\r\n \r\n

\r\n

\r\nSection\r\n2.5       \r\nMeetings.  Regular meetings\r\nof the Board may be held without formal notice at such time and place as shall\r\nbe determined by the Board.  The Board\r\nshall hold a minimum of four meetings per year. \r\nSpecial meetings of the Board may be called by the President upon at\r\nleast three (3) days\' notice to each Director, either personally, by mail, by\r\nelectronic mail, or by telephone. \r\nSpecial meetings may likewise be called in like manner by the President\r\nor Secretary upon the request of three or more Directors.  Notice of such meetings may be waived, in\r\nwriting, by any or all Directors.  All\r\nsuch written waivers shall be filed with the records of the corporation and\r\nmade part of the minutes of the meeting.\r\n

\r\n

\r\n \r\n

\r\n

\r\nSection\r\n2.7      Quorum.  At all meetings of the Board, the presence of\r\nmore than one-fourth of the Directors shall be necessary and sufficient to\r\nconstitute a quorum for the transaction of business, and an act of the majority\r\nof those present at any meeting at which there is a quorum shall be the act of\r\nthe Board of Directors, except as may be otherwise specifically provided by the\r\nstate or these Bylaws.\r\n

\r\n

\r\n \r\n

\r\n

\r\nSection\r\n2.8      Officers.  The officers of the corporation shall be a\r\nPresident, Vice-President, Secretary, and Treasurer, and such other officers as\r\nthe Board may from time to time determine necessary.  A Director may serve in more than one office,\r\nexcept that under no circumstance shall the President and Secretary be the same\r\nperson. All such officers shall be members of the Board of Directors, and shall\r\nbe elected by the Directors at the annual meeting of the Board of\r\nDirectors.   Each officer so elected\r\nshall serve a one-year term or until his or her successor is duly elected.  If any office of the corporation becomes\r\nvacant by resignation, removal, death, or otherwise, the majority of the\r\nDirectors then in office may elect an officer to fill the unexpired term.  Responsibilities of the officers are:\r\n

\r\n

\r\n \r\n

\r\n

\r\n(a) President-\r\nThe President presides at meetings of the Board of Directors and the Executive\r\nCommittee.  The President shall form such\r\ncommittees as he or she deems appropriate or as the Board of Directors may\r\nauthorize, and shall nominate annually chairs of all standing and special\r\ncommittees.  The President shall have such\r\nother powers and duties as may be prescribed by the Board or these Bylaws.\r\n

\r\n

\r\n \r\n

\r\n

\r\n(b) Vice\r\nPresident - The Vice President shall preside at meetings of the Board or the\r\nExecutive Committee in the President\'s absence. \r\nWhen so acting, the Vice President shall have all the rights and\r\nauthority of the President and shall perform such other duties as prescribed by\r\nthe Board or these Bylaws.\r\n

\r\n

\r\n \r\n

\r\n

\r\n(c) Secretary-\r\nThe Secretary shall be the custodian of the corporate records and shall be\r\nresponsible for the keeping of the minutes of meetings of the Board of Directors\r\nor the Executive Committee.  He or she\r\nshall perform such other duties incident to the office of as prescribed by the\r\nDirectors or these Bylaws.\r\n

\r\n

\r\n \r\n

\r\n

\r\n(d)  Treasurer- The Treasurer is responsible for\r\nthe custody of the funds of the corporation. \r\nHe or she shall direct that such funds be deposited and managed in the\r\nname of the corporation, and shall provide periodic financial reports to the\r\nBoard.  The Treasurer is responsible for\r\nproviding information required by any auditor appointed by the Directors, or\r\nany other agency, in order to conduct an audit of the financial affairs of the\r\ncorporation.  The Treasurer shall perform\r\nall duties incident to the office or as the Directors or these Bylaws shall\r\nprescribe.\r\n

\r\n

\r\n \r\n

\r\n

\r\nARTICLE\r\nIII
\r\nCOMMITTEES
\r\n

\r\n

\r\n \r\n

\r\n

\r\nSection\r\n3.1      Executive Committee.  The Executive Committee shall be composed of\r\nthe officers of the corporation, the Chair of the Asheville Downtown\r\nFoundation, and the Chair of the Events Committee.  The Executive Committee shall transact such\r\nbusiness as may be delegated to it by the Board, shall make recommendations to\r\nthe Board, and shall act on behalf of the Board between Board meetings.  The President shall preside at meetings of\r\nthe Executive Committee.  All actions of\r\nthe Executive Committee shall be reported to and ratified by the full Board at\r\nthe meeting following such action.  \r\n

\r\n

\r\n \r\n

\r\n

\r\nSection\r\n3.2      Standing\r\nand Special Committees.  Standing\r\ncommittees shall consist of the Executive Committee and such other committees\r\nas the Board may from time to time create. \r\nThe Board may also authorize the establishment of special committees to\r\ncarry out particular tasks.  Except for\r\nthe Executive Committee, the members of committees need not be Directors.  \r\n

\r\n

\r\n \r\n

\r\n

\r\nARTICLE\r\nIV\r\n

\r\n

\r\nPROHIBITED\r\nTRANSACTIONS\r\n

\r\n

\r\n \r\n

\r\n

\r\nSection\r\n4.1      Loans. The organization\r\nshall not make a loan of money or property to or guarantee the obligation of\r\nany Director; provided, however, that the organization may advance money to a\r\nDirector for expenses reasonably anticipated to be incurred in performance of\r\nduties so long as such individual would be entitled to receive reimbursement\r\nfor the expenses absent the advance.\r\n

\r\n

\r\n \r\n

\r\n

\r\nSection\r\n4.2      Self-Dealing Transactions and\r\nPrivate Inurement.  No Director shall\r\nvote on a matter in which he or she would have a direct or indirect vested\r\ninterest. No funds of the organization shall inure to the private benefit of\r\nany Director or member of the organization.\r\n

\r\n

\r\n \r\n

\r\n

\r\nSection\r\n4.3      Contract Employees. \r\nNo Director may be hired as a contract employee of the organization.  A\r\ncontract employee is defined as one to whom a 1099 or W2 is issued by the\r\norganization.\r\n

\r\n

\r\n \r\n

\r\n

\r\nARTICLE\r\nV\r\n

\r\n

\r\nMISCELLANEOUS\r\n

\r\n

\r\n \r\n

\r\n

\r\nSection\r\n5.1      Fiscal Year.  This fiscal year of the corporation shall\r\nbegin on the first day of January and end on the thirty-first day of December\r\neach year.\r\n

\r\n

\r\n \r\n

\r\n

\r\nSection\r\n5.2      Exempt Purpose.  Notwithstanding any other provision of these\r\nBylaws, no Director, officer, committee member, employee, or agent shall take\r\nany action or carry on any activity by or on behalf of the corporation that is not\r\npermitted to be taken or carried on by an organization qualified under section\r\n501(c)(6) of the Internal Revenue Code and its regulations.\r\n

\r\n

\r\n \r\n

\r\n

\r\nSection\r\n5.3      Invalid Provisions.  If any provision of these Bylaws is held to\r\nbe illegal, invalid, or unenforceable under present or future laws, such\r\nprovision shall be fully severable, and these Bylaws shall be construed as if\r\nsuch provision had never comprised a part hereof.\r\n

\r\n

\r\n \r\n

\r\n

\r\nSection\r\n5.4      Telephone and Similar\r\nMeetings.  Directors or committee\r\nmembers may participate in and hold a meeting through use of a conference telephone\r\nor similar communication device by means of which the persons participating in\r\nthe meeting can hear each other. \r\nParticipation in such a meeting shall constitute presence at the\r\nmeeting.\r\n

\r\n

\r\n \r\n

\r\n

\r\nSection\r\n5.5      Action Without Meeting.  Any action that may be or is required to be taken\r\nat a meeting of the Board of Directors or a committee may be taken without a\r\nmeeting if a consent in writing setting forth the action taken shall be signed\r\nby all the Directors or committee members entitled to vote.  Such consent shall have the same force and\r\neffect as a unanimous vote of the Directors or committee members.  The consent may be in one or more counterparts.  The signed consent shall be placed in the\r\nminute books of the corporation.\r\n

\r\n

\r\n \r\n

\r\n

\r\nSection\r\n5.6      Amendments.  Amendments to these Bylaws may be proposed by\r\nthe Board of Directors. The affirmative vote of a majority of the members of\r\nthe Board of Directors is required to amend the Bylaws.\r\n

\r\n

\r\n
\r\n
\r\n

\r\n

\r\nSection\r\n5.7      Agents and Representatives.  The Board of Directors may appoint such agents\r\nand representatives of the corporation to perform such acts or duties on behalf\r\nof the corporation and give to such agents or             representatives\r\nsuch power as the Board may see fit, so far as may be consistent with the\r\nArticles of Incorporation or these Bylaws and to the extent permitted by law.\r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n','',-2,0,0,0,'2010-10-12 14:08:55',71,'','2010-10-12 14:17:59',71,0,'0000-00-00 00:00:00','2010-10-12 14:07:45','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,0),(524,'Changes in Asheville Transit fare prices begin July 1','Changes in Asheville Transit fare prices begin July 1','On April 13, City Council heard public comment and approved fiscal year 2010-11 fees and charges which included increases to transit passes.  There will be no change in rate for employers participating in Asheville Transit’s PASSport “unlimited pass” program.\r\n','

\r\nGeneral fare changes were approved by City Council in October 2009 with the passage of the Transit Master Plan.  The approved Transit Master Plan document can be viewed at: http://www.ashevillenc.gov/residents/transportation/city_bus/default.aspx?id=19558).
\r\n
\r\nA May 27 public hearing provided the public with the following information about the changes:\r\n

\r\n

\r\nTransit Pass Changes \r\n

\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
Fare Analysis  
\r\n
Current    
\r\n
Approved
\r\n
 Adult Cash fare (no change) $1.00  $1.00
 *Discount cash fare (no change) $0.50 $0.50
 Ticket booklet (11 rides) $7.00 $9.00
 *Discount Ticket booklet (11 rides) $3.50 $4.50
 Monthly Pass $15.00 $20.00
 * Discount Monthly Pass $7.50 $10.00
 Annual Pass $120.00 $220.00
 * Discount Annual Pass $61.25 $110.00
\r\n

\r\n* Discount Fares are available to seniors 65+, individuals with \r\ndisabilities, Medicare recipients and school students ages 6-19.\r\n

\r\n

\r\nFor more information about Asheville Transit call 253-5691, e-mail iride@ashevillenc.gov or visit www.ashevilletransit.com. \r\n

\r\n',1,2,0,2,'2010-06-30 11:48:30',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-06-30 11:41:14','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,31,'','',0,79),(413,'Cycling volunteers install bike lockers','Cycling volunteers install bike lockers','Volunteers for the city of Asheville will be assembling bicycle lockers\r\nat 3 p.m. today in the hallway linking the Rankin Avenue parking deck\r\nto Haywood Street in downtown Asheville. The lockers are part of the\r\nongoing implementation of the city’s comprehensive bicycle plan, which\r\nwas adopted in 2008.\r\n','

\r\n“During the development of the\r\nbicycle plan, one of the facilities that cyclists told us was missing\r\nwas secure bicycle parking,” said Barb Mee, Transportation Planner for\r\nthe City of Asheville. “The cycling community has been supportive and\r\nvery eager to see the lockers. When I put out a call for assembly help,\r\npeople stepped forward immediately.” \r\n

\r\n

\r\nLockers will also\r\nbe located in each of the city’s public parking garages. Some lockers\r\nwill be rented by day, and others will be available for monthly rental.\r\nThe city’s parking services division will manage the bicycle lockers.\r\nFor rental information, citizens can contact Asheville parking services\r\nat 259-5792.\r\n

\r\n

\r\nBike lockers are larger than typical lockers and allow cyclists to store their bicycle and equipment in a secure location.\r\n

\r\n

\r\nAsheville\r\non Bikes, a local organization that cultivates the culture of commuting\r\nand urban cycling, has raised money through its activities to add art\r\nto the locker exteriors. The art will be installed at a later date. \r\n

\r\n

\r\n“I\r\nam so pleased that Asheville on Bikes has been a partner on this\r\nproject from the beginning,” Mee continued. “And the art will be an\r\nimportant part of the project. It is working through our public art\r\nprocess, and I hope to see it in place soon.” \r\n

\r\n

\r\nThe city will continue to offer bicycle racks downtown and in the parking garages. There is no charge to use the racks. \r\n

\r\n

\r\nThe\r\nCity of Asheville operates three parking garages in downtown Asheville.\r\nThe Civic Center garage is located south of the Civic Center, the\r\nRankin Street garage is located on Rankin Street between College and\r\nWalnut Streets, and the Wall Street garage, which is entered from Otis\r\nStreet between Wall Street and Battery Park Avenue.\r\n

\r\n

\r\nStaff Reports \r\n• June 24, 2009 \r\n

\r\n',1,2,0,2,'2009-06-25 10:38:11',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-06-24 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,83,'','',0,29),(414,'Scaled-back Bele Chere musical lineup announced','Scaled-back Bele Chere musical lineup announced','Asheville’s big Bele Chere festival has announced its 2009 musical\r\nlineup, a schedule that was trimmed back after the event took a 40\r\npercent cut in its budget.\r\n','

\r\nCracker, Dar Williams, the Old 97s, David Holt, and the band Orleans\r\nare the headlining acts for the festival, July 24-26 in downtown\r\nAsheville. Many regional and local artists are also booked.\r\n

\r\n

\r\nBele Chere has four mainstages this year: Coxe Avenue, Biltmore Avenue, Battery Park and Haywood Street. \r\n

\r\n

\r\nThe\r\nchildren’s area, previously held outdoors, will move to the Civic\r\nCenter. The Lexington Avenue stage is not on the schedule, nor are\r\nbig-named ticketed concerts on the lineup. In 2008, those ticketed\r\nshows were held at Memorial Stadium.\r\n

\r\n

\r\nThe festival, now in\r\nits 31st year, is Asheville’s biggest entertainment event of the year,\r\npulling an estimated 300,000 visits through the weekend. It’s sponsored\r\nby the Asheville Parks and Recreation Department.\r\n

\r\n

\r\nThe Bele\r\nChere budget was cut because of tight city finances and a desire by\r\nsome residents and merchants to reduce the festival’s size, said Sandra\r\nTravis, program supervisor for Asheville’s city-run festivals. From its\r\nbeginning a small street party, Bele Chere has grown into one of the\r\nSoutheast’s largest free outdoor events.\r\n

\r\n

\r\nPerformers booked\r\nfor Bele Chere include the Laura Blackley Band, Christabel and the\r\nJons, Mac Arnold and Plateful O’Blues, GFE, Sons of Ralph, Delta Moon,\r\nNikki Talley, Tennessee Hollow, the Two Man Gentleman Band, Afromotive,\r\nStephaniesid, Skinny Legs and All, the Jonathan Scales Fourchestra, One\r\nLeg Up, Ian Moore and the Riptips, Balsam Range, Chuck Brodsky and\r\nNashville rockabilly star Webb Wilder.\r\n

\r\n

\r\nTony Kiss \r\n• June 24, 2009\r\n

\r\nComplete Bele Chere musical schedule, here.\r\n

\r\n \r\n

\r\n',1,2,0,2,'2009-06-25 10:39:58',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-06-24 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,82,'','',0,136),(297,'BEER GUY: Ballpark brings on the local brews','BEER GUY: Ballpark brings on the local brews','

\r\nWhen I first started going to see baseball at the old McCormick\r\nField baseball field, well over 20 years ago, the beer choices were\r\nfairly limited: Bud, Miller, Coors, and their light siblings. Maybe one\r\nor two other domestics, and that was it.\r\n

\r\n','

\r\nThat was in 1986, long before craft beer was made or even sold\r\naround here, and imports were limited, too. That\'s changed, and\r\nMcCormick Field has greatly expanded its beer selections. This year,\r\nthere\'s a huge push on local brews — as there should be in a town that\r\nhas become the beer capital of the Southeast.\r\n

\r\n

\r\nFive Asheville\r\nbreweries have taps out there at the park: Highland and French Broad\r\n(both present last season), Asheville Brewing, French Broad Brewing and\r\nGreen Man Brewing. Of course, as your beer guru, I had to be there on\r\nopening night — and on the first Thirsty Thursday (when beers are\r\ngreatly discounted) to see how it worked.\r\n

\r\n

Becoming Clark Kent

\r\n

\r\nRemember how mild-mannered reporter Clark Kent would disguise his\r\ntrue identity as Superman by putting on some glasses and a hat? I tried\r\nthe same trick, pulling on a baseball cap and some dark glasses and\r\nwandering up to the Asheville-only beer stand to order a brew. Not that\r\na ballcap and sunglasses would give me much of a disguise. Anyway, I\r\nasked the server if he knew anything about the breweries.\r\n

\r\n

\r\nDid he\r\never. He gave me turn-by-turn directions on them all. He and his\r\nassistant had both been to all the Asheville breweries and raved on\r\nabout them. At that point, I revealed my true identity, gave them major\r\nprops, left a tip and went back to my stand. I hope all the McCormick\r\nField beer servers will be that informed.\r\n

\r\n

\r\nThe beers poured nicely\r\n(no foaming issues), were served at the right temperatures and tasted\r\nbrewery-fresh. On Thursday home games, you\'ll pay just $3 for a small\r\nbrew. Otherwise, it\'s $5 for a small, $7 for a large, and that seems a\r\nfair price. We also spotted some taps for Samuel Adams and Sweetwater\r\nbrews at the park.\r\n

\r\n

New brew makes its debut

\r\n

\r\nOn opening night, three of the local beers were IPAs — very tasty,\r\nbut in a town where more than four dozen brews are produced, more\r\nvariety was in order.\r\n

\r\n

\r\nAnd quickly it was, as Asheville Brewing\r\nput its very popular Shiva IPA on the bench and replaced it with the\r\nrookie Asheville Amber. It\'s a really a tasty ale, with a nice malty\r\ntaste and not as hoppy as the IPAs.\r\n

\r\n

\r\nThis is one well worth trying, either at the old ballpark or at the Asheville Brewing and Asheville Pizza and Brewing locations.\r\n

\r\n

In other brew news…

\r\n

\r\nHighland Brewing continues to expand its sales territory. The beer\r\nhas now been shipped to Virginia. That really makes sense, since the\r\ntwo states share a long border.\r\n

\r\n

\r\nYou will also find Highland in\r\nTennessee, in both Carolinas, Georgia and Florida. Other area breweries\r\nare also selling out of state, a trend we hope will continue.\r\n

\r\n

New brewery update

\r\n

\r\nEven with seven breweries in Buncombe County, too much is never\r\nenough, and two more are opening here this year: Craggie Brewing, at\r\n197 Hilliard Ave., and Lexington Avenue Brewery near the corner with\r\nWalnut Street.\r\n

\r\n

\r\nBoth are still under construction. Opening a\r\nbrewery requires a lot of work and plenty of paperwork, with surprises\r\nconstantly popping up.\r\n

\r\n

\r\nCraggie has a bit more work ahead and will soon be submitting for its federal permitting, owner Bill Drew told me.\r\n

\r\n

\r\n“We\'re\r\nhoping to be open by Bele Chere,” he said, although it could be well\r\nbefore that big downtown festival in July. Craggie will be a key player\r\nin the developing brewing zone: Asheville Brewing is virtually next\r\ndoor, Green Man and Jack of the Wood are nearby, as is the Thirsty Monk\r\npub.\r\n

\r\n

\r\nMeanwhile, Lexington Avenue Brewery, better known as LAB,\r\ncontinues construction and is really taking shape. The bar is installed\r\n— and it\'s got to be one of the best we\'ve seen in Asheville, a\r\nserpentinelike gathering spot that will allow for conversation among\r\ncustomers.\r\n

\r\n

\r\nThe tanks are in there, too. And that big sem-outdoors\r\npatio up front promises to be an amazing downtown hot spot. Brewer Ben\r\nPierson is making that almost daily drive here from Greenville, S.C.,\r\nand is ready and eager to make beers here again (he previously worked\r\nat Green Man).\r\n

\r\n

\r\nThis is truly shaping up as the best beer summer yet for Asheville.\r\n

\r\n

\r\nTony KissTKiss@CITIZEN-TIMES.com \r\n • updated April 24, 2009 \r\n

\r\n',1,2,0,2,'2009-04-27 12:18:04',71,'','2009-04-27 12:21:03',71,0,'0000-00-00 00:00:00','2009-04-24 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,171,'','',0,101),(298,'Jobless rates stay high across WNC','Jobless rates stay high across WNC','Jobless rates dropped in all but one Western North Carolina county from\r\nFebruary to March, according to figures released Friday, but were still\r\nmuch higher than a year ago.\r\n','

\r\nIt is too early to tell whether declining rates in 84 of the state\'s\r\n100 counties reflect any stabilization in the state\'s jobs situation or\r\nsimply seasonal factors, said Larry Parker, a spokesman with the N.C.\r\nEmployment Security Commission.\r\n

\r\n

\r\nThe collective rate for 18 WNC\r\ncounties for March was 10.8 percent. That\'s an improvement over\r\nFebruary\'s 11.3 percent, but more than twice the 5.1 percent rate for\r\nthe region in March 2008. Rates in WNC usually fall as the weather gets\r\nwarmer.\r\n

\r\n

\r\nBuncombe County\'s jobless rate was 8.9 percent last\r\nmonth, down from 9.1 percent in February but more than double the 4.2\r\npercent the county saw in March 2008.\r\n

\r\n

\r\nHiring usually picks up in\r\nthe spring, Parker said. “We\'ll have to sit back and wait and see what\r\nhappens with the May and June numbers” to get a good read on the job\r\nmarket, he said.\r\n

\r\n

\r\nJeff Moss, general manager at the Haywood Park\r\nHotel in downtown Asheville, said he has seen plenty of evidence of a\r\ntough job market in recent weeks and months. “We are getting several\r\nresumes over the last two to three weeks from people that have hotel\r\nmanagement experience that are just looking for anything,” he said.\r\n“They\'ll take a front desk job, anything to get back working again.”\r\n

\r\n

\r\nSomething\r\nsimilar happened when the hotel advertised a bookkeeping job opening in\r\nDecember, Moss said: “We were getting people with CPAs, people who had\r\nowned their own firms. It was crazy.”\r\n

\r\n

\r\nMcDowell County\'s\r\nunemployment rate rose from 15.9 percent in February to 16 percent in\r\nMarch. That rate was the fourth-highest in the state and the\r\nsecond-highest in WNC behind Graham County\'s 16.1 percent jobless rate\r\nfor March.\r\n

\r\n

\r\nMark BarrettMBarrett@CITIZEN-TIMES.com \r\n • published April 25, 2009 \r\n

\r\n',1,2,0,2,'2009-04-27 12:20:32',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-04-25 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,170,'','',0,90),(299,'WNC tailgate markets spring up for the season','WNC tailgate markets spring up for the season','Here\'s a guide to Western North Carolina tailgate markets, supplied by the Appalachian Sustainable Agriculture Project.\r\n','

\r\nApril farmers markets are filled with fresh lettuces and salad\r\nmixes. Other spring market offerings, such as asparagus, peas and\r\ngreens, need only simple steaming to bring out their delicate taste.\r\nThere are also leeks, onions and ramps — a regional variety of onion.\r\n

\r\n

\r\nShiitake\r\nmushrooms, pasta, trout, beef, pork and chicken are available at many\r\nof the markets. Customers can also shop for staples such as eggs,\r\ncheeses and bread. Locally made jams and jellies are often available as\r\nis local honey.\r\n

\r\n

\r\nIn addition to food, crafts and plants are available at most markets.\r\n

\r\n

\r\nAt\r\nthe Madison Farmers and Artisans Market, you can even find out about\r\npurchasing an Olde English Babydoll lamb, a miniature breed of sheep.\r\n

\r\n

\r\nOn April 25, native New Orleans guitarist Rickie Castrillo will be playing at Asheville City Market.\r\n

\r\n

\r\nFor more information, visit www.BuyAppalachian.org or call 236-1282.\r\n

\r\n

Markets now open

\r\n

\r\nAsheville City Market: 8 a.m.-1 p.m. Saturdays, Public Works Building lot, South Charlotte Street.\r\n

\r\n

\r\nFrench Broad Food Co-op Tailgate Market: 8 a.m.-2 p.m. Saturdays and 2-6:30 p.m. Wednesdays, 76 Biltmore Ave. at the French Broad Food Co-op.\r\n

\r\n

\r\nHenderson County Tailgate Market: 7 a.m.-noon Saturdays, 100 N. King Street, downtown Hendersonville.\r\n

\r\n

\r\nMadison County Farmers and Artisans Market: 9 a.m.-1 p.m. Saturdays, Mars Hill College, off Dormitory Drive near Pittman Dining Hall.\r\n

\r\n

\r\nNorth Asheville Tailgate Market: 8 a.m.-noon Saturdays on the UNC Asheville campus. Take Weaver Boulevard and follow the signs.\r\n

\r\n

\r\nWeaverville Tailgate Market: 2:30-6:30 p.m. Wednesdays, behind the community center at Lake Louise.\r\n

\r\n

\r\nWest Asheville Tailgate Market: 3:30-6:30 p.m. Wednesdays on the grassy area behind West End Bakery, Haywood Road.\r\n

\r\n

\r\nSPECIAL TO THE CITIZEN-TIMES \r\n • published April 25, 2009 \r\n

\r\n',1,2,0,2,'2009-04-27 12:22:27',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-04-25 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,169,'','',0,105),(300,'As economy falters, libraries report boom in patrons','As economy falters, libraries report boom in patrons','

\r\nSteven Fazio is seeing lots of new faces at the Pack Memorial Library in downtown Asheville.\r\n

\r\n

\r\nAttendance has been up,” said Fazio, who works security at\r\nthe library. “A lot of people come in to use the Internet, and (there\r\nare a) lot of people looking for jobs, trying to do what they can, and\r\ntensions can get up.”\r\n

\r\n

\r\n \r\n

\r\n','

\r\n“We\'re a powder keg to say the least.”\r\n

\r\n

\r\nLike many libraries\r\nacross the country, those in Western North Carolina are reporting high\r\nattendance, which some speculate is tied to the economic downturn.\r\nAlthough attendance is on the rise, it\'s also resulted in additional\r\nstresses put on library staff trying to do more with less, while\r\ngrappling with other challenges, such as budget cuts and cost hikes for\r\nmaterials.\r\n

\r\n

\r\nPatrons checked out 148,311 items from Buncombe County\r\nLibraries last month, compared to 130,066 items in March 2008, records\r\nshow.\r\n

\r\n

\r\n“We\'re keeping up with it pretty well, but because of the\r\nvolume we\'ve noticed it is a little bit tougher and people are feeling\r\na bit more stressed,” Buncombe County Public Libraries Assistant\r\nDirector Gigi Francis said. “But by and large, our patrons are very\r\nhappy to be here and they\'re happy we\'re here for them.”\r\n

\r\n

Patronage peaking

\r\n

\r\nAccording to the American Library Association\'s annual State of\r\nAmerica\'s Libraries report released last week, more than 68 percent of\r\nAmericans have a library card, the highest percentage since the ALA\r\nstarted to measure library card usage in 1990.\r\n

\r\n

\r\nSlightly more than 50 percent of Buncombe County residents have a library card, Francis said.\r\n

\r\n

\r\nThe\r\nreport also says library usage soared last year. Americans visited\r\ntheir libraries nearly 1.4 billion times and checked out more than 2\r\nbillion items in 2008. That\'s a 10 percent increase in both checked out\r\nitems and library visits compared to data from the last economic\r\ndownturn in 2001.\r\n

\r\n

\r\nNationwide, libraries offer programs tailored\r\nto meet local community economic needs with training and workshops in\r\nresume writing, interviewing, job-search resources and connections with\r\noutside agencies that offer training and job placement.\r\n

\r\n

\r\n“As\r\nillustrated in the ALA\'s State of America\'s Libraries report, in times\r\nof economic hardship, Americans turn to — and depend on — their\r\nlibraries and librarians,” said ALA president Jim Rettig.\r\n

\r\n

\r\nThe\r\ndaily door count last month at the Transylvania County Library in\r\nBrevard averaged more than 900, which is about 100 more than normal,\r\nlibrary director Anna Yount said.\r\n

\r\n

\r\n“One of the biggest areas on\r\nincrease is program attendance,” Transylvania County Library director\r\nAnna Yount said. “Especially the children\'s programs, like a 40 percent\r\nincrease. We know that that\'s a function of people looking for ways to\r\neconomize and library programs are educational and free, so it\'s a big\r\nbang for your buck.”\r\n

\r\n

Cutting back

\r\n

\r\nAlthough business is booming, budget cuts have forced some WNC libraries to pare services.\r\n

\r\n

\r\nHaywood\r\nCounty Public Library director Robert Busko said 505,000 items last\r\nyear were circulated at the county\'s four libraries, and the system is\r\non pace to surpass that this year. More people are coming to the\r\nlibrary to use the Internet and check out videos, Busko said.\r\n

\r\n

\r\nBut\r\nbecause of countywide budget cuts, the library has cut some programs,\r\nlike the Book Express, which circulated books at area day care centers\r\nand has reduced staff.\r\n

\r\n

\r\nThe Southeast region of the country has\r\nbeen hardest hit by cuts to library budgets — 30 percent in South\r\nCarolina and 23.4 percent in Florida, according to the ALA report.\r\n

\r\n

\r\n“We\'re\r\nare now simply buying best-sellers and not trying to buy 10 copies of\r\nthem like we used to,” Busko said. “Our patrons have been very\r\nunderstanding. They read the paper, so they\'re very familiar with the\r\nsituation here in Haywood County, and we\'re just one of several\r\ndepartments that experience increased demand during economic downturns.”\r\n

\r\n

\r\nBuncombe County libraries have fared better; officials say their budgets are largely untouched.\r\n

\r\n

More trouble

\r\n

\r\nWith increases in attendance come other problems, like theft and\r\nvandalism. If people think they can trade a book or video for drugs or\r\npawn it for cash, they\'ll steal it, said Fazio, the Pack Memorial\r\nLibrary security guard.\r\n

\r\n

\r\nFazio said he\'s also noticed more people\r\ncoming to the library intoxicated. Although some are homeless, Fazio\r\nsaid there have been some he doesn\'t recognize as such.\r\n

\r\n

\r\n“From my\r\nend, I\'ll ask them (intoxicated people) to leave nicely, give them the\r\nopportunity to leave before I get law enforcement down here,” Fazio\r\nsaid. “If that works, fine. If not, they\'re getting a one-way ticket\r\nout of here and banned for six months from the library.\r\n

\r\n

\r\n“We have an obligation to keep patrons, children and staff safe.”\r\n

\r\n

\r\nWayne\r\nBurgess, of Oteen, said he uses the computers at Pack Memorial Library\r\ndaily to keep in touch with friends and do work. Sometimes, there can\r\nbe a wait for the computers when one of the computer labs is closed,\r\nbut for the most part, Burgess said it\'s not a problem.\r\n

\r\n

\r\nHe said he can\'t tell if more people are using the library.\r\n

\r\n

\r\n“I\r\nthink that for a lot of people, it always was kind of a hangout, so I\r\ncan\'t really say that, because insofar as there being more homeless\r\npeople because of the economy, you would think there would be more use\r\nfor the library because they certainly have been known to come here to\r\nuse the Internet or read magazines or books.”\r\n

\r\n

\r\nMike McWilliamsMMcWilliams@CITIZEN-TIMES.com \r\n • published April 20, 2009 \r\n

\r\n',1,2,0,2,'2009-04-27 12:26:28',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-04-20 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,168,'','',0,25),(301,'Volunteers tackle city\'s growing graffiti problem','Volunteers tackle city\'s growing graffiti problem','Ten-year-old Haley Fair reached up as high as she could and drew the\r\npaint roller down the wall in front of her, covering up the lines of\r\nred graffiti.\r\n','

\r\nMeanwhile, other children and adults dragged similar rollers up and\r\ndown the wall on the corner of Hillside and North Liberty streets,\r\ntransforming it back to a clean, beige wall.\r\n

\r\n

\r\n“I think it helps a lot, because it looks a lot better,” Fair said of her work.\r\n

\r\n

\r\nThe\r\ngroup of volunteers in North Asheville was one of several teams that\r\nfanned out across the city on Saturday morning, armed with cans of\r\npaint and graffiti-removal solvent.\r\n

\r\n

\r\nThe groups, organized by the\r\nnonprofit beautification organization Asheville GreenWorks, spent the\r\nday cleaning and painting walls that had been tagged with graffiti at\r\neight different sites in downtown, the River Arts District and West\r\nAsheville. The anti-tagging teams also targeted telephone poles and\r\nsigns in heavily trafficked areas around the city.\r\n

\r\n

\r\nThe volunteer\r\ncleanup comes as the city attempts to deal with the growing graffiti\r\nproblem. City staff is currently developing proposals to combat\r\ngraffiti vandalism, which police say increased 20-30 percent from 2007\r\nto 2008.\r\n

\r\n

\r\nAllison McGehee, clean community coordinator for\r\nAsheville GreenWorks, said Saturday\'s volunteer effort focused on\r\nhelping private property and business owners who have been hit by\r\ngraffiti vandals but can\'t afford to clean up the tags on their own,\r\nespecially as many small businesses struggle to survive the recession.\r\n

\r\n

\r\nShe\r\nsaid graffiti can deter customers and hurt property values, while also\r\ndamaging historic buildings in some areas of the city.\r\n

\r\n

\r\n“They paint it, and the next day it will have been hit again by new tags,” McGehee said.\r\n

\r\n

\r\nThe\r\ngroup met in a parking lot on the corner of Market and College streets,\r\nnext to a red brick building wall covered in graffiti. Carlye\r\nHendershot works across the street from the building and said seeing\r\nthe vandalism there made her want to get involved in efforts to clean\r\nit up.\r\n

\r\n

\r\nA 13-year resident of Asheville, Hendershot said she has noticed an increase in graffiti over the past two years.\r\n

\r\n

\r\n“I\'m not opposed to street art in the appropriate location, but this is just damaging people\'s property,” she said.\r\n

\r\n

\r\nGraffiti also is a drain on ever-scarcer tax dollars.\r\n

\r\n

City pitches in

\r\n

\r\nAlso joining in Saturday\'s effort was a three-person crew from the\r\ncity\'s Public Works Department who cleaned graffiti off city-owned\r\nproperty such as signs and traffic boxes. City Signs and Marking\r\nSupervisor Beth Howland said crews from her department at times spend\r\nfive hours a day, two times a week cleaning graffiti.\r\n

\r\n

\r\nShe said\r\nwhile the problem used to be centered around downtown and the UNC\r\nAsheville area, it has spread over the past couple of years to the west\r\nside of town. Members of the crew said they will clean a sign one day\r\nand it will be tagged again a week later.\r\n

\r\n

\r\n“It\'s like we\'re\r\nplaying tag with them,” said Ronnie Hoglen, perhaps ironically, as he\r\nremoved graffiti tags from a traffic box on Hillside Street.\r\n

\r\n

\r\n\r\n\r\nNanci BompeyNBompey@CITIZEN-TIMES.com \r\n • published April 26, 2009 \r\n

\r\n',1,2,0,2,'2009-04-27 12:35:28',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-04-26 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,167,'','',0,107),(418,'Thirsty Monk to pour first draft Duvel in the state','Thirsty Monk to pour first draft Duvel in the state','Every trip to the Thirsty Monk beer bar in downtown Asheville reveals\r\nanother bit of brew news. And often it\'s more than one headline.\r\n','So here is the latest from the Monk: It will be the first spot in North Carolina to serve Belgium\'s\r\nfamous Duvel ale on draft. Only a handful of U.S. cities are getting\r\nthis nectar, among them San Francisco, Los Angeles, Chicago, Washington\r\nand Boston. And yes, Asheville, too.\r\n

\r\n\r\nAlso, the Monk is opening a second location this summer in South\r\nAsheville. The new southside Monk will feature a combination of Belgian\r\nbrews, American craft beers and locally made brews, owner Barry Bialik\r\nsaid.\r\n

\r\n

Duvel on draft

\r\n

\r\n\r\nAs Belgian beer fans know, Duvel “Red” (that\'s the color on the label,\r\nnot the beer) has been sold here in bottles for a while now. But now\r\nthe ale is coming stateside in draft. The new Duvel “Green,” as it\'s\r\nbeing called, will be lighter in alcohol (6.8 percent compared with 8.5\r\npercent for the bottles), said David Gonzalez, Duvel marketing manager for the Southeast.\r\n

\r\n

\r\n\r\nThe draft Duvel “Green” was first rolled out last year in Manhattan and\r\nLondon. When the company decided to “launch it at several locations in\r\nthe United States,” Gonzales said, he immediately pitched Asheville for\r\nthe honor because it “has the best beer community in the state.”\r\n

\r\n

\r\n\r\nThe Thirsty Monk is famous for serving its beer in the proper\r\nglassware. So Duvel “Green” will also have its own glass, filled with\r\nan 8 1/2-ounce pour, Gonzales said. To be sure it\'s correct, each glass\r\nwill include a “fill line,” he said.\r\n

\r\n

\r\n\r\nLaunch day for Duvel “Green” is July 6, and not a drop will be served\r\nbefore then, Bialik said. He\'s expecting a party that day, but then\r\n“there is a party here every night.”\r\n

\r\n

The Monk goes south

\r\n

\r\n\r\nWhen Bialik opened the Thirsty Monk in January 2008, it was uncertain\r\njust what kind of business he could do serving only Belgian beer. But\r\nthe format was enormously successful, and Bialik opened the upstairs\r\nspace with an all-American craft beer format and then added a kitchen\r\ntoo.\r\n

\r\n

\r\n Now he\'s targeted South Asheville with a\r\nsecond Monk, to be located on Hendersonville Road in the same shopping\r\ncenter that houses the Frankie Bones restaurant. The new Thirsty Monk\r\nSouth will have two dozen taps and a patio space, Bialik said. He\'s\r\nhoping to have the place running by August.\r\n

\r\n

Casks, gospel brunch and more

\r\n

\r\n\r\nBialik has also been exploring the world of cask beer. But not every\r\nbrewery is set up to offer a cask. So he actually purchased four firkin\r\nkegs and is shipping them to breweries to be filled. One was dispatched\r\nto Rogue Brewing in Oregon, and other was sent out to Black Mountain, where Pisgah filled it with its first cask ale.\r\n

\r\n

\r\n\r\nCask ale, which is naturally carbonated, is an acquired taste, but beer\r\ngeeks clamor for the stuff. The Monk has been trying to do a weekly\r\n“cask” night, so long as they can keep those kegs coming.\r\n

\r\n

\r\n\r\nAlso, starting Sunday, the Monk will offer a weekly gospel beer brunch.\r\nYou\'ll have to stop by to see that for yourself, but it will involve\r\nfood, brew and gospel music.\r\n

\r\n

\r\n Another weekly event is Monkday Mondays, in which customers can sample their way across the tap line.\r\n

\r\n

\r\n\r\nHere\'s how it works: For $5, you get three “tickets,” which can be\r\nexchanged for three samples of “anything that we have on draft,” Bialik\r\nsaid. It\'s like a miniversion of a beer festival. With 30 draft lines\r\n(14 of them featuring Belgian brews and the others American craft\r\nbeers), the selections are constantly changing. The beers come so fast\r\nthat even Bialik finds it a challenge keeping up.\r\n

\r\n

\r\n\r\n“My favorite time is when I come in here at 11:30 a.m. by myself, and I\r\ngrab a couple of small glasses and fill myself a little sample,” he\r\nsaid. “Now I can share that with everyone.”\r\n

\r\n

In other beer news

\r\n

\r\n\r\nCome celebrate Asheville\'s booming craft beer scene tonight at The\r\nOrange Peel, 101 Biltmore Ave. The bash honors Asheville\'s recent\r\nrecognition in an online poll as one of America\'s top beer cities (Portland,\r\nOre. shared in that honor). The 8 p.m. Beer City Bash includes music by\r\nFloating Jackson, Wilsin and Rat Jackson. Tickets are $10.\r\n

\r\n

\r\nTony Kiss \r\n• June 26, 2009  \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n',1,2,0,2,'2009-06-30 10:47:34',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-06-26 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,79,'','',0,148),(419,'Tailgate markets offer blueberries, raspberries','Tailgate markets offer blueberries, raspberries','

\r\n Here\'s a guide to Western North Carolina tailgate markets, supplied by the Appalachian Sustainable Agriculture Project.\r\n

\r\n','

What\'s fresh

\r\n

\r\n Blueberries and raspberries are appearing at tailgate farmers markets.\r\n

\r\n

\r\n\r\nYou can also enjoy seasonal local fruits in baked goods. Some notable\r\nfinds at Asheville City Market recently were rolls with a\r\nlavender-flavored filling, rhubarb pastries and cupcakes topped with\r\nstrawberries.\r\n

\r\n

\r\n Many baked goods at local markets are made with local eggs.\r\n

\r\n

\r\n Other fresh seasonings at tailgate markets this week are onions, green onions and many herbs.\r\n

\r\n

\r\n\r\nPair dill with cucumbers, now in season; mint with zucchini, also\r\nplentiful in June; basil with peas; and experiment with combinations.\r\n

\r\n

\r\n Enjoy sugar snap peas while they last.\r\n

\r\n

\r\n\r\nAs the name suggests, sugar snaps are vegetables with unique qualities.\r\nThey\'re surprisingly sweet, and so crisp they make a perfect finger\r\nfood.\r\n

\r\n

\r\n Other\r\nvegetables available from local farms include radishes, turnips, beets,\r\ncarrots, broccoli, cucumbers, and greens for cooking and salads.\r\n

\r\n

Special event

\r\n

\r\n Today bluegrass/country duo Stacy Claude and Bryan Clendenin will perform at Asheville City Market.\r\n

\r\n

\r\n Also at City Market, The Kids Corner Market will offer a free cooking demonstration and food art activity.\r\n

\r\n

\r\n For more information, visit www.BuyAppalachian.org or call 236-1282.\r\n

\r\n

Buncombe County

\r\n

\r\n Asheville City Market: 8 a.m.-1 p.m. Saturdays, Public Works Building lot, South Charlotte Street.\r\n

\r\n

\r\n Big Ivy Tailgate Market: 9 a.m.-noon Saturdays in the parking lot of old fire station, on N.C. 197 across from the post office, Barnardsville.\r\n

\r\n

\r\n Black Mountain Tailgate Market: 9 a.m.-noon Saturdays at First Baptist Church, 130 Montreat Road, Black Mountain.\r\n

\r\n

\r\n French Broad Food Co-op Tailgate Market: 8 a.m.-2 p.m. Saturdays and 2-6:30 p.m. Wednesdays, 76 Biltmore Ave. at the French Broad Food Co-op.\r\n

\r\n

\r\n Greenlife Market: 1-5 p.m. Sundays, Greenlife Grocery, 70 Merrimon Ave., Asheville.\r\n

\r\n

\r\n North Asheville Tailgate Market: 8 a.m.-noon Saturdays on the UNC Asheville campus. Take Weaver Boulevard and follow the signs.\r\n

\r\n

\r\nWeaverville Tailgate Market: 2:30-6:30 p.m. Wednesdays, behind the community center at Lake Louise.\r\n

\r\n

\r\n West Asheville Tailgate Market: 3:30-6:30 p.m. Wednesdays on the grassy area behind West End Bakery, Haywood Road.\r\n

\r\n

Haywood County

\r\n

\r\n Canton Tailgate Market: 8 a.m.-noon Tuesdays and Thursdays, Park Street, downtown Canton.\r\n

\r\n

\r\n Waynesville Tailgate Market : 8 a.m.-noon Wednesdays and Saturdays at the American Legion, just off S. Main St., behind Bogart\'s, Waynesville.\r\n

\r\n

Henderson County

\r\n

\r\n Flat Rock Tailgate Market: \r\n3-6 p.m. Thursdays in the parking area behind the Hand in Hand Gallery\r\nin Flat Rock on the Greenville Highway, south of the Flat Rock Play\r\nHouse.\r\n

\r\n

\r\n Henderson County Tailgate Market: 7 a.m.-noon Saturdays, 100 N. King Street, downtown Hendersonville.\r\n

\r\n

\r\n Hendersonville Curb Market: 8 a.m.-2 p.m. Tuesdays, Thursdays and Saturdays on Church Street, Hendersonville, across from the old courthouse.\r\n

\r\n

Madison County

\r\n

\r\n Madison County Farmers and Artisans Market: 9 a.m.-1 p.m. Saturdays, Mars Hill College, off Dormitory Drive near Pittman Dining Hall.\r\n

\r\n

\r\n Sundays on the Island: Noon-4 p.m. Sundays near the courthouse on Main Street in downtown Marshall.\r\n

\r\n

Transylvania County

\r\n

\r\n Transylvania Tailgate Market: 7 a.m.-1 p.m. Tuesdays, Thursdays and Saturdays in the parking lot behind South Broad Park next to the library.\r\n

\r\n

\r\nSPECIAL TO THE CITIZEN-TIMES\r\n• June 27, 2009 \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n',1,2,0,2,'2009-06-30 10:49:14',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-06-27 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,78,'','',0,150),(302,'2011 Downtown After Five: The Music','DA5 Music','

2010 Line Up

\r\n

\r\nThe Asheville Downtown Association is pleased to announce the line up for the 2010 Downtown After Five Concert Series. DTA5 takes place the third Friday of the month from May to September with live music from 5:15pm to 9pm.\r\n

\r\n
\r\n
\r\n
\r\n
\r\n

May 21

\r\n

\"stephaniesid.jpeg\"Stephaniesid
\r\n

\r\n

\r\nLocal indie-pop favorites,\r\nStephaniesid\'s complex sound blends instrumental variety, overlaying vocals and\r\nthoughtful lyrics. Filled with the full orchestral sound of guitars,\r\nvibraphones, keyboards, synthesizers, trombones and Stephanie\'s vocals, the\r\ngroup\'s latest CD has been featured on NPR\'s "World Cafe" and\r\n"All Songs Considered."\r\n

\r\n

Jennie Arnau

\r\n

\r\nJennie Arnau creates a unique blend of New York-nurtured\r\nSouth Carolina-born Grassroots rock. Her original blend of Americana,\r\nAlt-Country and rock along with her bold and bittersweet voice have lead more\r\nthan one critic to describe her as a cross between Neil Young and Martina\r\nMcBride. \r\n

\r\n

\r\n \r\n

\r\n

\r\nMore information about DA5: May
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n \r\n
\r\n
\r\n
\r\n
\r\n

June 18

\r\n

\"drivin_n_cryin.jpeg\"Drivin\' N Cryin\'

\r\n

\r\nWhile it\'s tough to pinpoint the band\'s genre, they tend to mix Southern rock and\r\nfolk blues with leader Kevn Kinney\'s unmistakable voice. The band has shared\r\nthe stage with Lynyrd  Skynyrd, Sonic Youth and Neil Young. \r\n

\r\n

Velvet Truckstop

\r\n

\r\nWith their lofty electric blues\r\nand driving southern rock jams, Velvet Truckstop plays down-home rock and roll.\r\nWhat you get are tight vocal harmonies, searing guitars, heavy keyboard driven\r\ngroove and a tight rhythm section that holds it all together.\r\n

\r\n

\r\n \r\n

\r\n

\r\nMore information about DA5: June \r\n

\r\n
\r\n
\r\n
\r\n
\r\n \r\n
\r\n
\r\n
\r\n
\r\n

July 16
\r\n

\r\n

\"joshphillipsfolkfestival.jpeg\"Josh Phillips Folk Festival

\r\n

\r\nBringing the listener back to\r\nthe very source of roots, folk, soul, R&B, rock and reggae, the common\r\ntheme of the music is heart-felt lyrics with a strong focus on the song itself.\r\nAfter four years with Yo Mama\'s Big Fat Booty Band Josh began\r\na solo career to get back to his roots and harness a more simple sound that\r\nhighlights a song\'s lyrics. \r\n

\r\n

Soulgrass Rebellion

\r\n

\r\nSoulgrass Rebellion combines\r\nroots, reggae, bluegrass and soul music and delivers it with a vengeance. Their\r\nhigh-energy live shows bring the audience and the music together and leave\r\ncrowds wanting more.\r\n

\r\n

\r\n \r\n

\r\n
\r\nMore information about DA5: July \r\n \r\n
\r\n
\r\n
\r\n
\r\n
\r\n \r\n
\r\n
\r\n
\r\n
\r\n

August 20

\r\n

\"spam_allstars.jpeg\"Spam Allstars
\r\n

\r\n

\r\nSpam Allstars are Miami\'s\r\nhardest-working Latin band. Spam music, grounded in Latin funk, mixes horns,\r\nimprovisational electronic elements and turntables with hip-hop and dub, adding\r\ntouches of Pythonesque humor.\r\n

\r\n

Nuevo Montuno Salsa Orchestra
\r\n

\r\n

\r\nWith their roots firmly planted\r\nin Puerto Rican-style salsa, Nuevo Montuno performs driving Latin music\r\ndesigned to move the audience to dance. \r\n

\r\n

\r\n \r\n

\r\n

\r\nMore information about DA5: August \r\n

\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

September 17
\r\n

\r\n

\"larry_keel_copy.jpeg\"Larry Keel & Natural Bridge

\r\n

\r\nThe most powerful, innovative\r\nand all-out exhilarating acoustic Americana ensemble performing today. Lead by\r\naward-winning flatipicking guitar genius Larry Keel, this group takes bluegrass\r\ninstrumentation into totally surprising places and spaces, from the purest\r\ntraditional forms to the most astonishing experimental sonic journeys a\r\nlistener can undertake.\r\n

\r\n

Underhill Rose
\r\n

\r\n

\r\nUnderhill Rose boasts a unique sound built of original songs and heartfelt singing in a genre they like to call country soul. Eleanor Underhill and Molly Rose Reed met at Warren Wilson College in Asheville, NC in 2002 and soon thereafter were co-founders of what was to become Asheville, North Carolina\'s beloved all-female quartet the Barrel House Mamas.\r\n

\r\n

\r\n \r\n

\r\n

\r\nMore information about DA5: September  \r\n

\r\n
\r\n
\r\n
\r\n \r\n
\r\n
\r\n','',1,0,0,0,'2009-04-27 13:14:15',71,'','2011-01-20 15:32:00',71,0,'0000-00-00 00:00:00','2010-04-19 01:00:00','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,2147),(361,'Asheville City Council: And now come the details... Council adopts Downtown Master Plan \"in concept\"','Asheville City Council: And now come the details... Council adopts Downtown Master Plan \"in concept\"','

\r\nGoing into the Asheville City Council’s May 26 meeting, the big\r\nquestion was what sort of reception Council would give the long-awaited\r\nDowntown Master Plan. The team from consulting firm Goody Clancy had\r\npresented its work to Council members on May 12, but public comment and\r\nCouncil discussion were put off until the next meeting.\r\n

\r\n','

\r\nNow the item was back on the agenda in the form of a public hearing,\r\nbut it wasn’t clear whether Council would deliberate it. And if they\r\ndid take action, they faced a range of options: adopting the plan\r\noutright, accepting it for later consideration, breaking the weighty\r\ndocument into pieces, or even sending it back for more work. In the\r\nend, Council members went with adopting it “in concept,” indicating\r\ntheir desire to move the plan forward while recognizing that city staff\r\nwould now face the extensive task of fitting its ideas into the Unified\r\nDevelopment Ordinance (which will require further Council decisions)\r\nand addressing the more controversial plan components.\r\n

\r\n

\r\n“I think staff has a lot of work ahead of them,” said Vice Mayor Jan Davis. “There are substantial portions of this plan that will require legislation.”\r\n

\r\n

\r\nBut one group, at least, has most of its work behind it at this\r\npoint. Over the past two years, the Downtown Master Plan Advisory\r\nCommittee worked alongside the consultants at the Boston-based Goody\r\nClancy (mostly via telephone conference) to ensure that the plan\r\naddressed the concerns of city residents and other stakeholders, and\r\ncommittee members accounted for the majority of the 20 or so people who\r\nspoke at the meeting.\r\n

\r\n

\r\nA running theme was that the 30-member committee’s unanimous support\r\nfor the plan in fact represented a fragile “treaty” between opposing\r\nsides of the development coin.\r\n

\r\n

\r\n“The need for a master plan comes from all sides,” said committee member Jesse Plaster,\r\npointing out that the group’s often polarized factions represented\r\nconflicting viewpoints in the city’s continuing development debate. “No\r\nsingle party got exactly what they wanted. Our feeling is that if\r\nanyone did, it would be a skewed plan.”\r\n

\r\n

\r\nThe upcoming presentation to Council had been a concern at recent\r\nAdvisory Committee meetings, with some emphasizing the need to show\r\nCouncil members and the general public that the plan has unanimous\r\nsupport.\r\n

\r\n

\r\nCommittee member Pat Whalen (who recently stepped down as\r\nchair of the city’s Downtown Commission) said the master plan will go a\r\nlong way toward fixing an approval process for downtown development\r\nthat all parties have characterized as confusing. “Sitting on the\r\nDowntown Commission, I saw a development process that was, depending on\r\nyour perspective ... badly broken,” he noted. The attention previous\r\nCity Councils paid to downtown, said Whalen, was geared more toward\r\nreviving and restoring the comatose central business district of the\r\n1980s and early ‘90s rather than the new construction so prevalent\r\nthese days.\r\n

\r\n

\r\nBut several committee members exposed the frailty of that united\r\nfront, taking the opportunity to express their continued reservations\r\nabout the plan.\r\n

\r\n

\r\nAttorney Albert Sneed decried the level of restriction it\r\nwould impose. “I urge you to have some humility and restraint,” he\r\nsaid. “You may come up with a plan that makes it impossible to use\r\ndowntown.”\r\n

\r\n

\r\nAnd former Asheville Mayor Lou Bissette, who’s also an\r\nattorney, said the plan’s design guidelines create a labyrinth of rules\r\nthat, when he tried to apply them to a downtown lot he and several\r\npartners own, made it “a mind-boggling task to determine what, if\r\nanything, can be built there.”\r\n

\r\n

\r\nJenny Bowen (who, earlier in the evening, had been unanimously\r\nappointed to the city’s Public Art Board) also served on the Master\r\nPlan Advisory Committee. Noting that committee members had very mixed\r\nattendance records and levels of involvement (but refusing to name\r\nnames), she asserted that the final product allows too few\r\nopportunities for public notification and input during the approval\r\nprocess for proposed developments.\r\n

\r\n

\r\n“This is an error, it is a tweak, it is something I am absolutely\r\nasking Council to look at and to take into high consideration as the\r\nplan is moved forward,” Bowen urged.\r\n

\r\n

\r\nActivist Steve Rasmussen, meanwhile, warned that giving\r\nCouncil-appointed commissions more power to approve development without\r\nincorporating an adequate appeals process undercuts city residents’\r\nability to contest decisions they think are wrong.\r\n

\r\n

\r\n“Some claim that these changes are intended to take the politics out\r\nof the process,” said Rasmussen. “But the reality is that politics will\r\nalways play a role in decisions in which millions of dollars and the\r\nquality of our lives are at stake.”\r\n

\r\n

\r\nCity staffer Sasha Vrtunski, who served as project manager\r\nin developing the plan, reminded Council members that it’s intended as\r\na framework to be built upon and that their acceptance of it would not,\r\nin itself, implement any new laws. She also emphasized that they would\r\nbe adopting only the broad-brush plan, not the more detailed and\r\nspecific appendix, about which much noise has been made.\r\n

\r\n

\r\n“You are not painting yourself or the community in a corner,” she declared.\r\n

\r\n

\r\nAnd though some Council members had closely followed the plan’s\r\ndevelopment, this was the first time they spoke about it in the Council\r\nchamber.\r\n

\r\n

\r\n“I believe we’ve come up with a plan that is a good place to land,” said Council member Robin Cape, “and we owe it to our community to adopt [it].”\r\n

\r\n

\r\nCouncil member Kelly Miller agreed, saying the plan would make the development process more “predictable and actionable.”\r\n

\r\n

\r\nCouncil member Carl Mumpower, on the other hand, branded\r\nthe document an “ill-advised, expensive indulgence by the city” that\r\nwould actually increase the political tension surrounding development.\r\nAs for empowering the Planning and Zoning Commission and the Downtown\r\nCommission to approve proposed development, Mumpower said he’s\r\n“uncomfortable with the idea that we use an appointed body to basically\r\ndo our job.”\r\n

\r\n

\r\nCouncil member Brownie Newman, meanwhile, took a cue from\r\nthe Advisory Committee, saying, “The whole downtown ‘treaty’ thing is\r\nhysterical; I think we should seriously consider calling it that.” The\r\nconcept of compromise, he continued, gets to the heart of why the plan\r\nwas envisioned in the first place. As for worries about tightening the\r\nscrews on downtown developers, Newman observed, “There is such a thing\r\nas overregulation that hurts development, but I don’t think this is\r\nit.”\r\n

\r\n

\r\nAnd looking ahead, Mayor Terry Bellamy said she’d like city staff to develop a detailed process for implementing the Downtown Master Plan.\r\n

\r\n

\r\nAfter that, City Council adopted the plan “in concept” on a 5-2 vote, with Mumpower and Council member Bill Russell opposed.\r\n

\r\n

\r\nPlanning and Development Director Judy Daniel said staff\r\nwould immediately start working on the requisite changes to the UDO but\r\nwould most likely seek Council’s guidance on some of the plan’s\r\nstickier elements.\r\n

\r\n

All tied up

\r\n

\r\nBack in April, Council members amended the city’s animal ordinance\r\nto ease restrictions on raising chickens, but they voiced doubts about\r\na proposed prohibition on tethering dogs (see “Chicken Coop for the\r\nSoul,” May 6 Xpress). And it appears that recent weeks haven’t done much to alleviate those concerns.\r\n

\r\n

\r\nThe current law allows dogs to be tethered provided that the leash is\r\nat least 15 feet long and the dog has access to food, water and\r\nshelter. Animal activists, particularly the group ChainFree Asheville,\r\nare pushing for an outright ban on the practice. But despite a staff\r\nreport outlining potential methods and concerns about implementing such\r\na ban, Council members found themselves no closer to pulling the\r\ntrigger than they were in April.\r\n

\r\n

\r\n“I am not ready to say ‘no unattended tethering,’” Newman revealed.\r\n“I’m not prepared to take that step.” Many people, he said, can’t\r\nafford to fence their yards, and he wanted to explore the possibility\r\nof establishing a fund of donated money to offset those costs before\r\noutlawing tethering.\r\n

\r\n

\r\nAssistant City Attorney Curt Euler cautioned that offering assistance only to the financially needy could invite lawsuits.\r\n

\r\n

\r\nNewman also asked about the ability to grandfather current dog\r\nowners and apply the ban only to newly acquired dogs, which police\r\nChief Bill Hogan\r\nsaid could be accomplished using registration records. But enforcing a\r\ntethering ban, Hogan warned, would require hiring another\r\nanimal-control officer, which might not be possible under the current\r\ntight budget.\r\n

\r\n

\r\nBellamy, meanwhile, said she wouldn’t support the ban, especially\r\nsince it would include the T-runners used in many Asheville yards.\r\nEliminating all those forms of restraint, she predicted, would lead to\r\nmore loose dogs, which would conflict with the city’s leash law.\r\n

\r\n

\r\n“There needs to be some sort of tethering in the yard to protect the greater neighborhood,” Bellamy maintained.\r\n

\r\n

\r\nIn the end, Council members once again sent the issue back to staff\r\nfor possible inclusion in the budget for the new fiscal year, which\r\nbegins July 1.\r\n

\r\n

Mumpower pitches water plan

\r\n

\r\nThe last time a compromise on Asheville’s water problems came up,\r\nMumpower stalked out of the room. This time, he stood at the lectern.\r\n

\r\n

\r\nIn April, Mumpower had vigorously opposed a proposal by Newman that\r\nAsheville accept an appeals court ruling forbidding the city to charge\r\ndifferential water rates but asking state legislators for a limited\r\nability to use access to the water system as an annexation tool. Before\r\nleaving the room that day, Mumpower called the proposal a “surrender\r\ndocument.”\r\n

\r\n

\r\nThis time, however, he came forward with his own idea, though it\r\ndidn’t generate much enthusiasm on Council. Mumpower proposed\r\nseparating Asheville’s reservoirs from the delivery system. An\r\nindependent authority would oversee the system, but the city would\r\nretain ownership of the actual water, which it could then sell to the\r\nauthority.\r\n

\r\n

\r\nBellamy, who pushed for the multimillion-dollar repair of the city’s\r\nwater lines that’s now under way, was immediately resistant, arguing,\r\n“It would be a disservice to give that over to a group who can do\r\nwhatever they want.”\r\n

\r\n

\r\nVice Mayor Jan Davis also took a dim view of the idea,\r\nnoting that the decades-long deferral of basic maintenance happened\r\nwhile the system was being overseen by a water authority. “I have a\r\nlong way to go to get where you are,” said Davis.\r\n

\r\n

\r\nNewman, meanwhile, said he didn’t think the plan was “politically\r\nviable.” He also pointed out that even if other cities were represented\r\non the proposed authority, it wouldn’t alter their desire for cheap\r\nwater.\r\n

\r\n

\r\nMumpower persisted, trying to drum up enough support from others on\r\nCouncil to request more information from the city attorney’s office,\r\nbut not enough of his colleagues were interested enough to advance the\r\nidea.\r\n

\r\n

\r\nby Brian Postelle in Mountain Xpress, Vol. 15 / Iss. 45 on 06/03/2009 \r\n

\r\n',1,2,0,2,'2009-06-03 12:57:51',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-06-03 12:55:54','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,118,'','',0,27),(303,'Dogs, chickens, bees top council agenda: City looks at new animal rules','Dogs, chickens, bees top council agenda: City looks at new animal rules','Backyard beekeepers, chicken supporters and dog welfare activists will\r\ncrowd City Hall on Tuesday night as elected officials mull changes to\r\nlocal animal rules.\r\n','

\r\nProposed changes to the city animal ordinance include reducing the\r\ndistance chickens and bees have to be from neighbors\' homes and banning\r\nbird feeders and other sources of food outside homes frequented by\r\nbears.\r\n

\r\n

\r\nThe City Council will also hear concerns of animal welfare activists over the practice of chaining dogs in yards.\r\n

\r\n

\r\nIncreased\r\ninterest in local food production, concern over animal welfare and an\r\nuptick in bear reports spurred city staff to suggest the changes.\r\n

\r\n

\r\nResidents wanting the changes have expressed some satisfaction with new draft rules.\r\n

\r\n

\r\nBut\r\nthose hoping to end the practice of long-term tethering of dogs say the\r\nproposals would accomplish little. The rules would give animal control\r\nofficers the ability to require dog owners to replace chains with\r\nmoveable tethers or “T-runners.” That would make little difference for\r\nthe animals, said Peggy Irwin, founder of ChainFree Asheville that\r\nadvocates banning tethers.\r\n

\r\n

\r\n“Tethered dogs can become extremely\r\naggressive,” Irwin said. “Most dogs have a fight or flight response and\r\nif they can\'t flee because of that chain, they are going to become\r\naggressive.”\r\n

\r\n

\r\nBut Mayor Terry Bellamy supported the proposal,\r\nsaying it would be a step similar to when the city stopped people from\r\ntying up their dogs outside shops or other places downtown.\r\n

\r\n

\r\n“This would be a next step, to go to a safer and more humane type of practice,” Bellamy said.\r\n

\r\n

\r\nCity\r\nstaff has said banning tethering could cause more dogs to roam the city\r\nand bring financial hardship to people unable to afford a fence.\r\n

\r\n

\r\nIrwin\r\nsaid her group is building fences for dog owners who can\'t afford them.\r\nShe also suggested establishing a volunteer group that will call in\r\nanimal violations.\r\n

\r\n

\r\nProposed changes in animal rules include:\r\n

\r\n

\r\nAllowing animal control officers to require a dog be put on a T-runner if the dog is tethered “inhumanely.”\r\n

\r\n

\r\nReducing\r\nthe distance chickens must be from a neighbor\'s house from 100 feet to\r\n50 feet or 10 feet from all property lines, whichever is smaller.\r\n

\r\n

\r\nReducing the distance bee hives must be from a neighbor\'s house from 150 feet to 100 feet.\r\n

\r\n

\r\nBanning\r\nbird feeders and other known “attractants” outside homes frequented by\r\nbears or other animals that could endanger people.\r\n

\r\n

\r\nJoel BurgessJBurgess@CITIZEN-TIMES.com \r\n • published April 27, 2009 \r\n

\r\n

\r\n \r\n

\r\n',1,2,0,2,'2009-04-29 11:32:01',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-04-27 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,166,'','',0,112),(304,'Grove Arcade roof replacement under way','Grove Arcade roof replacement under way','Work continues today to replace the roof on the historic Grove Arcade in downtown Asheville.\r\n','

\r\nCrews blocked off one lane of O. Henry Avenue this morning to make room for trucks hauling roofing material and other equipment.\r\n

\r\n

\r\nThe project got under way last week. A lane of the street will be\r\nblocked each Tuesday and Thursday for about the next two months to\r\nremove the old roof and haul up new materials, said Amber Ammons, the\r\narcade’s property manager.\r\n

\r\n

\r\nThe roof is old and leaky and needs\r\nreplacement, she said. Progress Energy, which holds the lease rights to\r\nthe building, is paying for most of the project. The Grove Arcade\r\nPublic Market Foundation, which leases space to shops on the ground\r\nfloor, will pay about 25 percent, Ammons said.\r\n

\r\n

\r\nClarke MorrisonCMorrison@CITIZEN-TIMES.com \r\n • updated April 28, 2009 \r\n

\r\n

\r\n \r\n

\r\n',1,2,0,2,'2009-04-29 11:33:14',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-04-28 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,165,'','',0,94),(305,'Aston Park event part of National Preservation Month activities','Aston Park event part of National Preservation Month activities','May is National Preservation Month, and Asheville celebrates this year\r\nwith a kick-off event at the newly renovated historic Aston Park on\r\nFriday.\r\n','

\r\nMusic and refreshments are planned at the park from 11:30 a.m.-3 p.m.\r\nAston Park is located at the intersection of South French Broad Avenue\r\nand Hilliard Avenue in downtown Asheville. The event will feature\r\ninformation on Asheville\'s historic neighborhoods and landmarks,\r\nrehabilitation tax credits and sustainable building practices.\r\n

\r\n

\r\n“Preservation Naturally, Celebrating Heritage Sustainably” is the\r\ntheme for the month-long celebration, which allows citizens to enjoy\r\nand appreciate our unique natural and cultural heritage. Additional\r\nevents are featured on Asheville’s Preservation Month Web page, www.ashevillenc.gov/preservationmonth. \r\n

\r\n

\r\nPreservation\r\nMonth is locally sponsored by The Historic Resources Commission of\r\nAsheville and Buncombe County, Asheville Historic Tours, Friends of\r\nMountain History, Joan Richards Art and Frame, Asheville GreenWorks,\r\nFriends of Mountain History, Beverly-Hanks & Associates and the\r\nPreservation Society of Asheville and Buncombe County.\r\n

\r\n

\r\n \r\n\r\n\r\nStaff reports \r\n • updated April 28, 2009\r\n

\r\n

\r\n \r\n

\r\n',1,2,0,2,'2009-04-29 11:34:40',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-04-28 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,164,'','',0,126),(306,'Grease clogged sewer that forced Tupelo Honey closing','Grease clogged sewer that forced Tupelo Honey closing','Grease was to blame for a clogged sewer that backed up into the\r\nbasement of Tupelo Honey Friday, forcing the popular restaurant to\r\nclose until May 6.\r\n','Some water seeped into the adjacent basement space owned by architect\r\nWilliam Langdon, causing only minor damage. No other restaurants or\r\nbusinesses were affected, according to Ken Stines, assistant director\r\nof system services for the Metropolitan Sewerage District. “Tupelo got\r\nthe brunt of it.”\r\n

\r\nThe line, one of four inside the building, was the only one that\r\ndidn’t have a backflow preventer device installed, Stines said. \r\n

\r\n

\r\n“It\r\nwas definitely grease. There are so many restaurants downtown that are\r\nin buildings that weren’t designed for restaurants,” Stines said. Those\r\neateries typically use undersink grease traps that are smaller than in\r\nnewly built restaurants. \r\n

\r\n

\r\nAnd some of the sewer lines in\r\ndowntown date to the early 1900s. Stines said MSD would visit downtown\r\nrestaurants, cautioning them to regularly check and clean their grease\r\ntraps. MSD will also up its cleaning of the downtown line to once of\r\nmonth to ward off future problems. \r\n

\r\n

\r\n “Grease in the sewers does\r\nthe same as in our arteries,” Stines said. “It gets in there and clogs\r\nup the line until something’s going to blow.”\r\n

\r\n

\r\nDale NealDNeal@CITIZEN-TIMES.com \r\n • published April 30, 2009 \r\n

\r\n',1,2,0,2,'2009-05-04 13:34:44',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-04-30 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,163,'','',0,18),(307,'Dozens stage silent downtown vigil for deported','Dozens stage silent downtown vigil for deported','They are gone but not forgotten.\r\n','\r\n \"Quantcast\"That was the message behind a silent vigil Friday on Pack\r\nSquare in downtown Asheville to remember those targeted by what some\r\ngroups call unfair immigration laws.\r\n

\r\nAbout 45 people participated\r\nin the vigil. Several hoisted pictures of those deported. Vigils are\r\nplanned for each Friday in May, said Ada Volkmer of Defensa Comunitaria.\r\n

\r\n

\r\nImmigrants\r\nand their families gathered at rallies across the United States on\r\nFriday to push for changes to U.S. immigration policy.\r\n

\r\n

\r\nBuncombe\r\nand Henderson counties have programs in partnership with federal\r\nimmigration officials. Statistics on the number of people deported or\r\nin the deportation process locally was not immediately available.\r\n

\r\n

\r\n“We\r\ndon\'t think it makes our community safe. We think it makes our\r\ncommunity unsafe,” Volkmer said. “There\'s a whole group of people who\r\nare afraid of the police. They are afraid of reporting crime because\r\nthey are afraid they may be deported or their loved ones may be\r\ndeported.”\r\n

\r\n

\r\nGuillermo Mestanza, of Candler, said his brother was\r\ndeported two months ago after he was arrested on charges of driving\r\nwithout a license on his way to work. Mestanza said he believes such a\r\ncrime doesn\'t warrant deportation.\r\n

\r\n

\r\n“They\'re not going to stop\r\nHispanic people from driving to work or the store. We\'re going to do\r\nit, even if we get a ticket or whatever,” Mestanza said. “That is not a\r\nreason to deport somebody.”\r\n

\r\n

\r\nFrank and Lisa Stanley, however,\r\nbelieve if people enter the country illegally, they should be deported.\r\nThe East Tennessee residents walked by the vigil while visiting\r\ndowntown Asheville.\r\n

\r\n

\r\n“We don\'t have enough work as it is,” Lisa\r\nStanley said. “If they are taking jobs away from Americans, then they\r\nshould be in their own country, as we should be in our own country,\r\nworking.”\r\n

\r\n

\r\nTim Nolan, a nurse practitioner from Asheville, said he works with Hispanics all day, every day.\r\n

\r\n

\r\n“It\'s\r\nan injustice what\'s happening. People are disappearing from our\r\ncommunity and being separated from each other\'s families. It\'s not\r\nchanging anything as far as immigration.”\r\n

\r\n

\r\nNolan said he would\r\nlike to see how President Barack Obama\'s plans play out for immigration\r\nreform. Whatever happens, Nolan said, everyone needs to be on board.\r\n

\r\n

\r\n“We need to have a sit-down conversation about this and figure out how we\'re going to do it,” he said.\r\n

\r\n

\r\nMike McWilliamsMMcWilliams@CITIZEN-TIMES.com \r\n • published May 2, 2009 \r\n

\r\n',1,2,0,2,'2009-05-04 13:36:59',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-05-02 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,162,'','',0,107),(308,'Hollywood gets extreme movie-house makeover','Hollywood gets extreme movie-house makeover','An aging movie theater can meet a cruel fate, smashed to bits by a\r\nwrecking ball, or just abandoned and forgotten. But Asheville\'s\r\nHollywood Cinemas is instead getting a major overhaul this spring,\r\nbecoming a “film center.” It will have a new name, look and even a\r\nshift in the type of movies it shows.\r\n','

\r\nCurrently called Carolina Cinemas\' Hollywood 14, the renovated\r\ntheater will be simply Carolina Cinemas. The transformation will be\r\nstriking, said new owner Bill Banowsky, who acquired the theater from\r\nthe Regal chain.\r\n

\r\n

\r\n“Every seat will be replaced in there,” he said.\r\nThe Carolina will still have 14 main auditoriums, but cutting back the\r\nnumber of chairs will provide more leg room. Two auditoriums will\r\nfeature couches rather than the usual chairs. And the old game room\r\nwill become a screening space for specialized programming.\r\n

\r\n

\r\nThe\r\nCarolina will be more than a theater, said Tearlach Hutcheson, CEO of\r\nthe Carolinas Cinemas company that will operate the venue. “We are\r\ngoing to turn it into a film center and change the concept of what it\r\nmeans to go to the theater,” Hutcheson said. “It will be a place that\'s\r\nall about the true love of film.”\r\n

\r\n

\r\nThe Carolina will also expand\r\nits food offerings beyond popcorn, candy and soft drinks, Hutcheson\r\nsaid. “We are looking at gourmet pizzas,” he said. “We are looking at\r\nmultiple draft beers (including those made in Asheville). We are\r\nlooking at a good selection of wines.”\r\n

\r\n

\r\nAlong with big mainstream\r\nHollywood movies, the Carolina will offer a wider variety of films,\r\nBanowsky said. “I can play all of the substantial Hollywood product and\r\ncultivate an audience for independent film,” he said. “It really has\r\nthe potential to be one of the great cinemas in the country.”\r\n

\r\n

Remaking a theater

\r\n

\r\nMany old Asheville theaters have vanished from the scene: the Plaza\r\nand the Imperial (both once downtown), the Terrace (also known as the\r\nInnsbruck) on Tunnel Road, the Biltmore Twin and the Asheville Mall\r\ntwin.\r\n

\r\n

\r\nBut others have been successfully given a new identity,\r\nincluding the Cinebarre (formerly the Biltmore Square), Asheville Pizza\r\nand Brewing (once known as the Merrimon Twin) and the Fine Arts (which\r\nhas been through several evolutions before becoming an arts and\r\nindependent film house).\r\n

\r\n

\r\nMaking such big changes isn\'t easy, said\r\nMike Rangel, co-owner of Asheville Pizza and Brewing, which includes a\r\npizzeria, brewery, game room and second-run movie screen.\r\n

\r\n

\r\n“If you\r\ndon\'t have deep pockets, it can be quite a challenge,” he said. “It was\r\na labor of love for all of us. All the repairs, we did ourselves. We\r\nbasically replaced every door, everything electrical, all the plumbing,\r\nthe floor. We spent $100,000 on the roof alone.”\r\n

\r\n

\r\nThen Rangel faced another obstacle.\r\n

\r\n

\r\n“I\r\nwas surprised how difficult it is to find 52 weeks worth of movies for\r\none screen,” he said. “You have six options in one week, and no options\r\nfor other weeks.”\r\n

\r\n

\r\nThe Fine Arts on Biltmore Avenue is the city\'s\r\nlast downtown cinema. It opened in 1946 as The Strand, with Hollywood\r\nfeatures, became the Fine Arts in 1960, showing racy “nudist” films\r\nthat evolved into pornography. It closed in 1985 and was reborn in 1996\r\nas a classy art cinema.\r\n

\r\n

\r\n“It can be very difficult” to re-create a cinema, said manager Neal Reed.\r\n

\r\n

\r\n“Theaters have a reputation as far as their on-screen product, location and what they have offered for years,” he said.\r\n

\r\n

\r\n“You\r\nhave to reach out to the public and describe your new self, so to\r\nspeak. The Hollywood has been the same since it opened. Once they get\r\nestablished in what they are trying to do, it will be a matter of\r\nfinding the support in town.”\r\n

\r\n

Hollywood back story

\r\n

\r\nOpened in 1993, the Hollywood has lately been showing signs of age.\r\nMajor changes became crucial after the November debut of the 15-screen\r\nBiltmore Grande theater in Biltmore Park, 10 minutes away.\r\n

\r\n

\r\nThe Biltmore Grande quickly started drawing big crowds, including some who had previously attended the Hollywood.\r\n

\r\n

\r\nThe\r\nHollywood had been owned by Knoxville-based Regal Cinemas, the nation\'s\r\nlargest theater chain. But when it took opened the Biltmore Grande,\r\nRegal was required by federal antitrust regulators to sell the\r\nHollywood.\r\n

\r\n

\r\nIt was purchased by Banowsky, a nationally respected\r\ncinema operator who formerly ran the Landmark theater chain and was a\r\nfounder of the Magnolia Pictures studios.\r\n

\r\n

\r\nBanowsky, based in\r\nAustin, Texas, saw great potential in the venue, which he purchased\r\nalong with former Regal theaters in Raleigh and Charlotte.\r\n

\r\n

\r\n“Asheville\r\nwas the most intriguing,” he said. “Everything I read about Asheville\r\nreminded me of Austin. This is the kind of place that would support a\r\nfilm center. It\'s the kind of open-thinking progressive demographic\r\nthat\'s hard to find in many cities. In the Southeast, I am not sure\r\nwhat rivals Asheville for that profile.”\r\n

\r\n

\r\nTony KissTKiss@CITIZEN-TIMES.com \r\n • published May 2, 2009  \r\n

\r\n',1,2,0,2,'2009-05-04 13:38:38',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-05-02 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,161,'','',0,103),(309,'Montford residents divided over Interstate 26 project','Montford residents divided over Interstate 26 project','The highway noise has grown louder in parts of Montford since Lael Gray moved into the historic neighborhood eight years ago.\r\n','

\r\nShe fears the rumble of cars and trucks will worsen when the state\r\nfinally reroutes Interstate 26 through Asheville, a project in planning\r\nfor more than a decade.\r\n

\r\n

\r\nOne of four proposed routes calls for\r\ncrisscrossing bridges near Montford and an elevated span built on top\r\nof the current U.S. 19/23 that would run within view of the landmark\r\nRiverside Cemetery, where the famed Asheville writer Thomas Wolfe is\r\nburied.\r\n

\r\n

\r\nKnown as the local option because area residents had a\r\nhand in its creation, the plan is getting some newly formed local\r\nopposition as well.\r\n

\r\n

\r\n“That (route) runs this huge swath of highway\r\nalong the Montford neighborhood. It brings noise pollution, which we\'re\r\nalready dealing with, and air pollution,” Gray said.\r\n

\r\n

\r\nThe daily\r\nnumber of cars passing Riverside Cemetery on the highway has grown from\r\n42,000 in 1998 to 56,000 in 2006, according to state estimates.\r\n

\r\n

\r\nThe\r\nN.C. Department of Transportation is considering the four alternates\r\nfor a segment of I-26 meant to connect Interstate 240 in West Asheville\r\nwith U.S. 19/23 on the east side of the French Broad River.\r\n

\r\n

\r\nA\r\ngroup of local architects, urban planners and other volunteers with the\r\nAsheville Design Center say their route would take less land than state\r\nalternatives, and it would turn the Smoky Park Bridge into boulevard\r\ncarrying local-only traffic.\r\n

\r\n

\r\nNot all Montford residents agree with Gray. Many support all or part of the design center route, also known as “Alternative 4B.”\r\n

\r\n

\r\nBut\r\nthere is enough of a split that the neighborhood association is\r\nstruggling to find a middle ground. Neighborhood leaders hope to arrive\r\nat an official position this month.\r\n

\r\n

\r\nThe debate in Montford\r\nhighlights fissures across the larger community over the I-26 issue as\r\nwell as the complicated nature of the project.\r\n

\r\n

Need for a new highway

\r\n

\r\nThe Smoky Park Bridge connects I-240 with U.S. 19/23 and future\r\nI-26, but the I-26 portion of the bridge doesn\'t meet interstate\r\nstandards for number of lanes or angle of curves.\r\n

\r\n

\r\nState\r\ntransportation officials plan to hold a public hearing on the project\'s\r\nenvironmental impacts in the summer of 2010 and choose its preferred\r\nalternative that same summer.\r\n

\r\n

\r\nThe official decision on which\r\nroute to take would occur in summer 2011, right-of-way acquisition\r\nwould begin in fall 2012 and construction could start in fall 2014.\r\n

\r\n

\r\nThat timeline is a year later than DOT officials had hoped because of increased traffic projections announced last month.\r\n

\r\n

\r\nThe\r\nproject involves widening I-240 in West Asheville, building a new\r\nfreeway across the French Broad River north of Smoky Park Bridge and\r\nreconfiguring the Interstate 40/ I-26/I-240 interchange on the west\r\nside of town.\r\n

\r\n

A new route, debate

\r\n

\r\nThe design center took one of several DOT alternatives, Alternative 4, and tried to make improvements.\r\n

\r\n

\r\nAlternative\r\n4 accomplished the center\'s goals of creating a link for local traffic\r\nonly between downtown and West Asheville across the Smoky Park Bridge.\r\nBut the center\'s version, 4B, takes I-26 across the French Broad River\r\nfarther south and closer to downtown, saving a large stretch of land on\r\nthe west side of the river.\r\n

\r\n

\r\nThe City Council has backed 4B, while\r\nthe Buncombe County Board of Commissioners and the Asheville Area\r\nChamber of Commerce said they prefer Alternative 3, which doesn\'t take\r\ninterstate traffic off Smokey Park Bridge, but requires fewer miles to\r\nnavigate.\r\n

\r\n

\r\nIt is also $160 million cheaper, according to DOT estimates.\r\n

\r\n

\r\nMany\r\nresidents have come out in support of 4B, which would require the\r\ndestruction of the fewest homes. It would also give safer pedestrian\r\naccess from the Hillcrest public housing complex to downtown and\r\npromises the possibility of bicycle and pedestrian access on Smoky Park\r\nBridge.\r\n

\r\n

Dissent in Montford

\r\n

\r\nMuch of that support has come out of Montford, from residents such\r\nas Travis Lowe, who said he likes the idea of turning Patton Avenue\r\ninto a local boulevard.\r\n

\r\n

\r\n“I also like the idea that Asheville\r\nDesign Center has of a signature bridge for the city,” he said. “I\r\nthink that is something everybody could be proud of. And if it is\r\nvisible from Montford, that is only good for Montford.”\r\n

\r\n

\r\nBut Lowe\r\nsaid he has begun to be swayed by the arguments of Gray and others\r\nliving closer to the highway. By crossing the river farther south, 4B\r\nsaves land, but it also puts the interstate closer to a bigger portion\r\nof Montford.\r\n

\r\n

\r\nAs for the bridge, Gray said she is not convinced\r\nthe structure will have a pleasing-looking design. Current DOT plans\r\nshow several curving flyover spans instead of one bridge.\r\n

\r\n

\r\n“I\r\nappreciate the concept, but when I look at the plans as they are\r\nactually being presented by the DOT, I don\'t see anything that\r\nresembles what the design center had in mind,” she said.\r\n

\r\n

\r\nRepresentatives\r\nof a design center could not be reached for comment Friday or Saturday.\r\nBut some people living on the opposite side of the river, in the Emma\r\nneighborhood, said their problems could be bigger than those of\r\nMontford residents.\r\n

\r\n

\r\nMost of the routes being proposed by the\r\nstate would plow through the edge of the Emma neighborhood on the west\r\nside of the French Broad. Alternative 4B would not.\r\n

\r\n

\r\nSome Emma residents, such as Larry Gregory, said they were resigned to losing their homes.\r\n

\r\n

\r\n“My\r\ngrandbaby is getting to the the point she will be old enough to drive,\r\nand I would rather give up my home than have her drive on that,”\r\nGregory said pointing toward the current interstate configuration.\r\n

\r\n

\r\nBut Glenn and Wilda Frisbee, who have lived on Boone Street for 44 years, said they would like to stay.\r\n

\r\n

\r\n“If we don\'t have to, we\'d rather not do it,” Wilda Frisbee said.\r\n

\r\n

\r\nThe\r\nMontford Neighborhood Association is trying to come up with a single\r\nposition it can present to DOT and elected officials. It hopes to have\r\nsomething in writing May 19, said Tim Schaller, association president.\r\n

\r\n

\r\nWhatever Montford residents decide, it could have an impact on the project, said Vince Rhea, the interstate project manager.\r\n

\r\n

\r\n“We treat all public input equally, and we examine it carefully. It\'s all taken into consideration,” Rhea said.\r\n

\r\n

\r\nJoel BurgessJBurgess@CITIZEN-TIMES.com \r\n • published May 3, 2009  \r\n

\r\n',1,2,0,2,'2009-05-04 13:41:40',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-05-03 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,160,'','',0,102),(310,'Champagne fete benefits museum','Champagne fete benefits museum','The Battery Park Book Exchange hosts Asheville Art Museum Night, 5-8\r\np.m. May 28, with 50 percent of the evening\'s proceeds to benefit the\r\nmuseum. The Battery Park Book Exchange is at 1 Battle Square in the\r\nBattery Park Hotel building in downtown Asheville.\r\n','

\r\nThe champagne bar will be serving wine, beer, non-alcoholic\r\nbeverages, sparkling wines and true champagnes that visitors can drink\r\nin the store or in the outdoor seating section. For information or\r\ntickets, visit the Book Exchange or call 252-0020.\r\n

\r\n',1,2,0,2,'2009-05-04 13:45:07',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-05-03 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,159,'','',0,96),(311,'Asheville Area Arts Council','Asheville Area Arts Council','

\r\nAsheville Area Arts Council
\r\nPO Box 507
\r\nAsheville, NC 28802
\r\nwww.AshevilleArts.com
\r\n
\r\n

\r\n','',1,11,0,18,'2009-05-04 14:00:36',71,'','2011-01-20 14:19:59',71,0,'0000-00-00 00:00:00','2009-05-04 13:59:22','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,21,'','',0,287),(312,'Ultimate Ice Cream','Ultimate Ice Cream','
\r\nUltimate Ice Cream
\r\n1070 Tunnel Rd.
\r\nAsheville, NC 28805
\r\n

\r\n
\r\n','',1,9,0,19,'2009-05-04 14:08:26',71,'','2011-01-28 15:56:38',71,0,'0000-00-00 00:00:00','2009-05-04 14:07:47','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,10,'','',0,233),(313,'Downtown plan a compromise, supporters say','Downtown plan a compromise, supporters say','The downtown master plan due to go to City Council later this month is\r\na reasonable compromise between sometimes radically different points of\r\nview, backers of the plan say.\r\n','

\r\nThe plan represents “some sort of meeting between the no-growth\r\npeople and the anything goes,” said downtown resident Kim MacQueen, who\r\nserved on committees that guided the process of drawing up the plan.\r\nOne participant in the process called it “a treaty,” said downtown\r\nresident Larry Holt.\r\n

\r\n

\r\nPlan supporters told the Citizen-Times\r\neditorial board last week volunteers have spent a little less than\r\n5,000 hours working on the plan.\r\n

\r\n

\r\nEven backers say some parts of\r\nthe plan are unlikely to be implemented soon. A city official said\r\nearlier this year that a decline in use of city parking garages means a\r\ncall in the plan for a shuttle bus to move people between perimeter\r\nparking lots and downtown will sit on the shelf for a while.\r\n

\r\n

\r\nThe\r\neconomic downturn has also blunted support for a business improvement\r\ndistrict suggested by the plan in which extra taxes or fees would be\r\nlevied to pay for efforts to clean up and beautify downtown and bring\r\neconomic development.\r\n

\r\n

\r\nBut MacQueen, Holt and Sasha Vrtunski, a\r\nlocal consultant working on the plan for the city, said the economic\r\nslowdown is a good time to take up plan provisions calling for changes\r\nin rules on downtown building projects.\r\n

\r\n

\r\nSome local residents had\r\ncalled for a moratorium on new buildings while the plan was considered.\r\n“They kind of got one” because the state of the economy has severely\r\nlimited construction, MacQueen said.\r\n

\r\n

\r\nIt makes sense to get rules in place now before development activity increases as the economy recovers, she said.\r\n

\r\n

\r\nThe\r\nplan would allow buildings up to about 27 stories tall in parts of\r\ndowntown, 15 stories in others and 75 feet in the rest. It would shift\r\napproval of some projects from City Council to the city Planning and\r\nZoning Commission and change design rules to encourage more slender\r\nbuildings.\r\n

\r\n

\r\nThere are currently no formal height limits on\r\nbuildings downtown. Although Vrtunski said City Council\'s negative\r\nresponse last year to a proposal for two buildings that would have been\r\nmore than 20 stories tall between Haywood Street and the Grove Arcade\r\nsuggests that there are informal limits.\r\n

\r\n

\r\n“I haven\'t had anybody\r\nsay this is a perfect plan,” Vrtunski said. However, she said, “People\r\non all sides feel like the (development review) process is broken.”\r\n

\r\n

\r\nCity\r\nCouncil is scheduled to hear a presentation on the plan May 12 then\r\nhold a public hearing on it May 26. Supporters said they hope council\r\nwill adopt the plan this summer, although it would take longer for city\r\nordinances embodying some changes to be drafted and approved.\r\n

\r\n

\r\nMark BarrettMBarrett@CITIZEN-TIMES.com \r\n • updated May 5, 2009 \r\n

\r\n',1,2,0,2,'2009-05-06 12:29:34',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-05-05 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,158,'','',0,128),(314,'Grove Corner Market is leaving for West Asheville','Grove Corner Market is leaving for West Asheville','Downtown\'s loss will be West Asheville\'s gain in the grocery business.\r\n','

\r\nThe Grove Corner Market, one of the original tenants when the\r\nhistoric Grove Arcade reopened in 2002, is closing at the end of the\r\nmonth. The market\'s operators signed a lease this week to reopen in\r\nWest Asheville in the location now housing the Haywood Road Market, a\r\nfood co-op that is shutting down.\r\n

\r\n

\r\n“We really didn\'t want to give\r\nup on downtown,” said Rosanne Kiely, co-owner of the Grove Corner\r\nMarket with Ron Ainspan. “We had considered a couple of other things,\r\nbut the West Asheville location seems like a no-brainer.”\r\n

\r\n

\r\nKiely\r\nsaid the market remained profitable even during the economic downturn\r\nbut had struggled over the years to pay its rent on time. It also had\r\naccrued some debt early on that put the market in a hole.\r\n

\r\n

\r\n“I\r\nthink maybe the Grove Arcade needs more security in this big space —\r\nsomeone who can pay on time every month,” Kiely said. “We\'re at the\r\npoint where we\'re just breaking even. We\'ve really built it up over\r\nseven years, but unfortunately, their patience ran out at this time.”\r\n

\r\n

\r\nKiely and Ainspan said they have received an eviction notice from the Grove Arcade.\r\n

\r\n

\r\nArcade\r\nExecutive Director Ruth Summers declined to talk about the market,\r\nsaying the arcade doesn\'t discuss negotiations with tenants. The\r\nCitizen-Times could not reach the arcade\'s attorney, Doug Tate.\r\n

\r\n

\r\n“I\'m\r\nsorry to have to see it go this way,” Ainspan said. “I put, really, 17\r\nyears of my life into this, because I was on the original board of the\r\nGrove Arcade Public Market. But it\'s just been difficult to make money\r\nhere.”\r\n

\r\n

\r\nThe Grove Arcade produce operation the partners run, The Fresh Quarter, will remain open, he said.\r\n

\r\n

\r\nThe\r\nmarket has filled a key center city niche for years, providing basic\r\ngroceries, as well as a small deli and a soup and salad bar.\r\n

\r\n

\r\n“I\r\nthink it\'s sad for downtown,” said Tiffany McDonald, an Asheville\r\nresident who was shopping at the market Tuesday morning with her\r\ndaughter, Sadie, 2. “It\'s the only thing down here like it. It\r\ndefinitely will leave a void.”\r\n

\r\n

\r\nThe plan now is for the Grove\r\nCorner Market to close May 31 and reopen sometime in June in the\r\nBledsoe Building, Ainspan said. The Haywood Road Market, which opened\r\nin August 2002 and has about 700 members, recently voted to close after\r\nsix years of struggling to show a profit.\r\n

\r\n

\r\nLewis Lankford, a\r\nmanaging member of West Asheville Development, which owns the Bledsoe\r\nBuilding, is glad a grocery store will remain in the location. He was a\r\nboard member on the co-op and had worked to keep it open.\r\n

\r\n

\r\n“It\r\nwasn\'t a thriving business and didn\'t have the money to become that\r\nway,” Lankford said, adding that he thinks West Asheville can support a\r\nlocally owned store. “With the number of houses we have right here in\r\nthis area, it doesn\'t have to be a store that will totally compete with\r\nEarth Fare or Greenlife, because it has that strong convenience factor.”\r\n

\r\n

\r\nThose\r\nstores are large operations catering to the natural foods market.\r\nGreenlife operates a store in North Asheville, while Earth Fare has\r\nlocations in West Asheville and Skyland.\r\n

\r\n

\r\nThe West Asheville spot\r\nthe Grove Market will occupy is 2,950 square feet, about 600 square\r\nfeet smaller than the Grove Arcade space, which is on the southwest\r\ncorner of the building.\r\n

\r\n

\r\nKiely said the new location will focus\r\nmore on natural foods and likely will have fewer “grab-and-go” type\r\nitems. It will still sell beer and wine, and have a small deli.\r\n

\r\n

\r\nThe\r\nstore will also likely get a more comfortable rent. The Grove Arcade\'s\r\nstandard lease rate is $23 a square foot, and Lankford said the\r\nagreement with the Grove Corner Market calls for a rent that will be\r\n“$8 or $9 a square foot less than that.”\r\n

\r\n

\r\nEventually, Kiely and Ainspan would like to find another, smaller location downtown for a grocery.\r\n

\r\n

\r\n“For\r\nboth Rosanne and myself, we made a commitment to create a market in the\r\ndowntown area, and there may be other opportunities to do that in the\r\nfuture,” Ainspan said.\r\n

\r\n

\r\nThe Grove Corner Market now employs eight\r\npeople, down from 11 earlier this year. Kiely said those workers can\r\nmove to the West Asheville location.\r\n

\r\n

\r\nThe 269,000-square-foot\r\nGrove Arcade, which originally opened in 1929, reopened in 2002 after a\r\n$20 million renovation. It had been a retail space but was converted to\r\nfederal offices, closing in 1995.\r\n

\r\n

\r\nThe first floor of the arcade\r\nhas 38 retail spaces and 55,000 square feet of usable retail space.\r\nBusinesses fill the second floor, and apartments occupy floors three\r\nthrough five.\r\n

\r\n

\r\nSummers said the arcade has a new tenant for half\r\nof a former gallery space on the arcade\'s west side, and another\r\npossible tenant interested in the other half. Another business has\r\nleased a spot on the building\'s east side.\r\n

\r\n

\r\n“Except for the grocery store, that would make us 100 percent leased,” Summers said.\r\n

\r\n

\r\nJohn BoyleJBoyle@CITIZEN-TIMES.com \r\n • published May 6, 2009 \r\n

\r\n',1,2,0,2,'2009-05-06 12:51:48',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-05-06 12:51:11','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,157,'','',0,101),(315,'‘Energy Loop\' may finally land by College St.','‘Energy Loop\' may finally land by College St.','City officials think they may have finally found a new home for “Energy\r\nLoop,” an abstract sculpture that\'s been in storage more than three\r\nyears during renovations to downtown park space. The artwork has been\r\nthe subject of debate for even longer.\r\n','

\r\nThe city Public Art Board last week unanimously endorsed putting the\r\nsculpture in a small grassy area between Bank of America and Carolina\r\nFirst Bank branches on the north side of College Street near the\r\ncourthouse.\r\n

\r\n

\r\n“The site\'s wonderful. We couldn\'t have asked for a\r\nbetter site,” said Diane Ruggiero, the city\'s superintendent of\r\ncultural arts.\r\n

\r\n

\r\nThe fate of the sculpture, which used to sit on\r\nthe western end of what was once called City-County Plaza, has been in\r\ndoubt for several years. Pack Square Conservancy, the nonprofit in\r\ncharge of park renovations, initially declined to set aside space for\r\n“Energy Loop” in the area now called Pack Square Park.\r\n

\r\n

\r\nBut the\r\nhead of the nonprofit organization that raised money for the sculpture\r\nin the early 1980s is still not reconciled to the idea that “Energy\r\nLoop” would not return to the spot where it sat from 1983-2006.\r\n

\r\n

\r\n“I\'m\r\njust so disappointed that the Pack Square (Conservancy) couldn\'t plan\r\nit into their redo. … That\'s where it was. It was in the park,” said\r\nSusan Roderick, executive director of beautification agency Asheville\r\nGreenWorks.\r\n

\r\n

\r\nConservancy leaders “didn\'t respect it enough. They\r\ndidn\'t respect all the work that had been put into it. … They never did\r\nreally treat it as part of the park,” said Roderick, whose organization\r\nused to be called Quality Forward.\r\n

\r\n

In or out

\r\n

\r\nThe abstract sculpture is a large piece of twisting, deliberately\r\nrusty steel with a vague resemblance to a pretzel. Regarded as the\r\ncity\'s first piece of outdoor public art, it was created by the late\r\nDirck Cruser, a Swannanoa resident, and unveiled by then-Gov. Jim Hunt\r\nduring Bele Chere 1983.\r\n

\r\n

\r\nA consultant found in 2000 that the\r\nsculpture was rusting excessively and needed repairs, then another\r\nexamination found the same thing in 2005.\r\n

\r\n

\r\nConservancy officials\r\nsaid at the time that they were not planning a place in the park for\r\n“Energy Loop” because city government had not provided any direction as\r\nto the sculpture\'s future and that in its deteriorated state it\r\nrepresented a danger to children, who climbed on it. “Energy Loop” has\r\nsince been repaired.\r\n

\r\n

\r\nLast June, the conservancy suggested four\r\nplaces in the park for the sculpture. The art board initially picked a\r\nspot near the eastern end of the Biltmore Building, in front of Windows\r\non the Park.\r\n

\r\n

\r\nBut Ruggiero said it turned out that there is not\r\nenough room to anchor the sculpture there — part is designed to be\r\nburied — because of the parking garage located underneath. Also, some\r\nbuilding tenants didn\'t want the sculpture there.\r\n

\r\n

\r\nOther sites would have involved displacing trees planned for the park or other problems, she said.\r\n

\r\n

\r\nGuy\r\nClerici, head of the Pack Square Conservancy board, said he was not\r\ninvolved in discussions about the sculpture several years ago. But he\r\nsaid choosing a location near the original “Energy Loop” site now would\r\nrequire removing park work that has already been done, displacing about\r\nfour trees and making it appear that the sculpture was stuck in a\r\ncorner.\r\n

\r\n

\r\n“I thought that piece of public art deserved a place\r\nwhere it was the focal point. That would have been hard to accomplish\r\nin the park because of all the things that are already designed into\r\nit,” he said.\r\n

\r\n

A solution?

\r\n

\r\nRuggiero said she noticed the College Street site a few weeks ago\r\nafter construction fences around it and the rest of the site of the new\r\ncounty parking garage came down.\r\n

\r\n

\r\nThe landscaped area, containing\r\na raised, grassy oval in the center, is owned by Buncombe County.\r\nRuggiero said county officials are amenable to having the sculpture\r\nthere if the city takes care of moving it and landscaping the space\r\naround it.\r\n

\r\n

\r\nKenn Kotara, a local artist who is head of the Public\r\nArt Board, said the site is close to the sculpture\'s original location\r\nand has enough room that people could walk around it.\r\n

\r\n

\r\n“I really was amazed that there was basically a blank canvas” to place the sculpture on, he said.\r\n

\r\n

\r\nRuggiero\r\nsaid she will hold a meeting to get public input on the idea and\r\nconsult with Cruser\'s widow and Asheville GreenWorks before a final\r\ndecision is made.\r\n

\r\n

\r\nShe does not expect a lot of opposition to the\r\nlocation but would not be surprised by criticism of the sculpture,\r\nwhich she said is typical with public art.\r\n

\r\n

\r\n“We have found a great\r\nlocation for it. It keeps the piece downtown. It gives it plenty of\r\nroom for it to stand out,” Ruggiero said.\r\n

\r\n

\r\nTrying to honor an\r\nartist\'s original intentions is a significant consideration when moving\r\nartwork around, she said. That\'s complicated in this case by the fact\r\nthat the sculpture was originally supposed to be located on the\r\nsidewalk in front of the Jackson Building.\r\n

\r\n

\r\nOfficials discovered\r\nthe sculpture was too big for that spot, so it was placed next to the\r\nnow-removed road that angled along the western edge of City-County\r\nPlaza.\r\n

\r\n

\r\n“They worked and worked and worked to come up with a\r\ncompromise, so this is kind of like history repeating itself,” Ruggiero\r\nsaid.\r\n

\r\n

\r\nMark BarrettMBarrett@CITIZEN-TIMES.com \r\n • published May 6, 2009 \r\n

\r\n',1,2,0,2,'2009-05-06 12:52:50',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-05-06 12:52:15','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,156,'','',0,179),(316,'Rolling Stone Pizza','Rolling Stone Pizza','

\r\nRolling Stone Pizza
\r\n104 North Fork Rd.
\r\nBlack Mountain, NC 28711
\r\nwww.RollingStonePizza.com
\r\n

\r\n

\r\n \r\n

\r\n','',0,9,0,19,'2009-05-07 11:44:26',71,'','2010-12-31 13:59:12',0,0,'0000-00-00 00:00:00','2009-05-07 11:43:11','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,9,'','',0,205),(317,'Part of downtown park may open soon','Part of downtown park may open soon','Most of Pack Square should be open to the public again sometime next\r\nweek if weather does not slow work, officials involved with renovating\r\ndowntown park space said today.\r\n','Completion of other parts of the park project is still months away, however.\r\n

\r\nWalking through the area around Vance Monument has been an adventure\r\nfor months because of fences erected to block off areas under\r\nconstruction.\r\n

\r\n

\r\n Pack Square will not be considered complete until later and a grand opening might occur in June, officials said.\r\n

\r\n

\r\nIt will probably take until the end of May for a fountain near the\r\nmonument to be completed and the area immediately around it will be\r\nfenced off in the meantime, said Fred Bonci, a consultant on the\r\nproject. Other equipment may be installed after the Pack Square area is\r\nopened.\r\n

\r\n

\r\nOfficials hope Roger McGuire Green, which is the area\r\nbetween Spruce Street and City Hall and the county courthouse, will\r\nopen in late summer. They hope the portion of the park between Market\r\nand Spruce streets will be finished by the end of the year.\r\n

\r\n

\r\nRead Thursday’s Citizen-Times or return to CITIZEN-TIMES.com for more on this story.\r\n

\r\n

\r\nMark BarrettMBarrett@CITIZEN-TIMES.com \r\n • updated May 6, 2009 \r\n

\r\n',1,2,0,2,'2009-05-08 11:36:19',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-05-06 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,155,'','',0,122),(318,'Asheville Transit suspending ‘Bulldog Express’ for summer','Asheville Transit suspending ‘Bulldog Express’ for summer','The city of Asheville and UNC Asheville have agreed to suspend Route 3,\r\nthe “Bulldog Express,” during the summer, when ridership typically\r\ndeclines. Route 3 will be suspended from May 10 until freshmen\r\norientation about Aug. 13.\r\n','

\r\nThe Bulldog Express operates on Friday and Saturday nights and\r\nprovides service from and to UNCA and the neighborhoods and businesses\r\nalong Merrimon Avenue to downtown, terminating in Pritchard Park.\r\nRidership on the route has increased 26 percent from August-March 2008\r\nto August-March 2009, city transit authority administrators said.\r\n

\r\n

\r\nPaul ClarkPClark@CITIZEN-TIMES.com \r\n • published May 6, 2009  \r\n

\r\n',1,2,0,2,'2009-05-08 11:37:41',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-05-06 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,154,'','',0,129),(319,'Downtown board to discuss parking, building design','Downtown board to discuss parking, building design','The city Downtown Commission is scheduled to talk Friday about proposed\r\nchanges in city parking rates, steps to deal with cleanliness and petty\r\ncrime downtown and design issues for two building projects.\r\n','

\r\n The commission may vote on designs for a new building for the\r\nWestern Carolina Rescue Mission on Patton Avenue. It is scheduled to\r\ndiscuss chimneys proposed for the top of the Hotel Indigo, now under\r\nconstruction on the former Asheville Area Chamber of Commerce site on\r\nHaywood Street.\r\n

\r\n

\r\n The commission meets at 8:30 a.m. in the city Office of Economic Development, 29 Haywood St\r\n

\r\n

\r\n Mark BarrettMBarrett@CITIZEN-TIMES.com \r\n • published May 7, 2009 \r\n

\r\n',1,2,0,2,'2009-05-08 11:39:27',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-05-07 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,153,'','',0,105),(320,'Downtown master plan newsletter released before council review','Downtown master plan newsletter released before council review','A final newsletter on the downtown master plan has been released prior to a review by City Council.\r\n','

\r\nHere is the newsletter:\r\n

\r\n

\r\nCity of Asheville Downtown Master Plan eNewsletter #18 \r\n

\r\n

\r\n Welcome\r\n

\r\n

\r\nMaster Plan To Be Presented to City Council May 12 \r\n

\r\n

\r\nOn\r\nTuesday, May 12, the plan will be presented to Asheville City Council.\r\nThe consultants will give a presentation and then will answer questions\r\nfrom the Council. Due to the complex nature of the plan, it is not\r\nexpected that Council will take action during the formal meeting on May\r\n12th.\r\n

\r\n

\r\n \r\n

\r\n

\r\n––––––––––––––&n dash;–––––––––––––––––––––––––\r\n

\r\n

\r\n \r\n

\r\n

\r\n What Have We Accomplished?\r\n

\r\n

\r\nBefore\r\nthe economic downtown and recession, our downtown was in a period of\r\ngrowth not seen since the roaring 1920’s. However, an inconsistent\r\ndevelopment review process, community concerns over the loss of\r\ncharacter, and the lack of an overall vision for downtown’s growth all\r\nmade downtown development a regular source of controversy and conflict.\r\n

\r\n

\r\nThe\r\nmaster planning process provided numerous opportunities for citizen and\r\nstakeholder input. The turnout was very high with an estimated 4,000\r\nhours of citizens’ time; and there was wide representation of many\r\ndifferent perspectives. The consultant team turned the diverse input\r\ninto a set of design and plan principles before developing the set of\r\nstrategies. Some of these recommendations were initially controversial,\r\nand there were numerous discussions between stakeholders to find common\r\nground. Reflecting that effort, some elements that began as recommended\r\nstrategies evolved into recommendations for future consideration\r\nlocated in the Plan Appendix. As a result, there is a strong feeling\r\namong the majority of those who participated in the process that the\r\nplan now presents an important middle ground that will improve downtown\r\ndevelopment through predictability, rational standards and clarity.\r\n

\r\n

\r\n \r\n

\r\n

\r\n––––––––––––––––––––––––––––––––––––––––\r\n

\r\n

\r\n \r\n

\r\n

\r\n Thanks for your continued interest in Downtown!\r\n

\r\n

\r\nWhat Comes Next? \r\n

\r\n

\r\nAfter\r\nthe presentation on May 12, there will be a public hearing on the\r\nmaster plan on Tuesday, May 26 during City Council\'s regular meeting.\r\nAt the public hearing, staff will present a brief report on the plan,\r\nand then Council will allow for public comment. City Council\'s agenda\r\nis released the Friday before the Council meeting. You can find the\r\nagenda here. \r\n

\r\n

\r\nCitizens are encouraged to read the plan\r\nfor themselves. The plan is a large document and is made up of\r\ninterdependent strategies. \r\n

\r\n

\r\nAfter adoption of the plan, city\r\nstaff will begin work on some items that are straightforward and can be\r\nimplemented through changes to the UDO and ordinance changes. Some of\r\nthe strategies in the plan are more visionary in nature and will\r\nrequire additional meetings and discussions in the community before\r\nsubstantive action is taken. \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\nLinks \r\n

\r\n

\r\nAsheville Downtown Master Plan \r\n

\r\n

\r\nGoody Clancy - Lead Consultant \r\n

\r\n

\r\nAsheville Downtown Commission \r\n

\r\n

\r\nCity of Asheville \r\n

\r\n

\r\n \r\n

\r\n

\r\nContact Us \r\n

\r\n

\r\nMore Information available on the Downtown Master Plan Website\r\n

\r\n

\r\nQuestions? \r\n

\r\n

\r\nContact Sasha Vrtunski, Project Manager, svrtunski@ashevillenc.gov or (828) 232-4599. \r\n

\r\n

\r\n \r\n

\r\n

\r\n City of Asheville • PO Box 7148 • Asheville • NC • 28802\r\n

\r\n

\r\nJoel BurgessJBurgess@CITIZEN-TIMES.com \r\n • published May 8, 2009 \r\n

\r\n

\r\n \r\n

\r\n',1,2,0,2,'2009-05-08 11:41:34',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-05-08 11:40:22','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,152,'','',0,99),(321,'Condos tour showcases art, downtown views','Condos tour showcases art, downtown views','Here\'s your chance to look inside some of those downtown Asheville condos you\'ve been wondering about.\r\n','

\r\nThe Asheville Art Museum\'s Urban Loft + Art Tour on Thursday will\r\ntake you to and through 10 art-filled units in buildings like the\r\nAston, Battery Park Condominiums and the Grove Arcade. Groups of up to\r\n25 people will move in intervals along the guided tour, having the\r\nchance to linger over the art, the architecture and the views of\r\ndowntown and the mountains that surround the city.\r\n

\r\n

\r\nTours depart\r\nfrom the lobby of the Haywood Park Hotel at 15-minute intervals between\r\n4:30 and 6:30 p.m., with each tour group ending with a reception at\r\n“The Urban Living Studio” Grove Arcade Suite with wine and\r\nrefreshments. Guests choose their tour time when they reserve their\r\nspace by calling 253-3227. Tickets are $50 for museum members and $55\r\nnonmembers.\r\n

\r\n

\r\nThe highlights of the tour will include:\r\n

\r\n

\r\n• The\r\nview of the south end of downtown from the terrace of architect Lanny\r\nRogers\' residence. The light that pours into the South Lexington Street\r\ncondominium bounces up to the art on the walls from a gleaming blond\r\nbamboo floor.\r\n

\r\n

\r\n• The ramble through Susan and Tim Griffin\'s two\r\ncombined units in the Aston Building on Church Street. A sectional sofa\r\nsurrounding a cushy leather ottoman sets a comfortable scene in front\r\nof the gas fireplace.\r\n

\r\n

\r\n• A model of the three-ring sculpture that\r\nartists Kato and Fred Guggenheim did for a hotel in China, one of the\r\nfirst things you see in their dramatically lighted condo in the\r\nPiedmont Building on Patton Avenue.\r\n

\r\n

\r\n• Unexpected views of the\r\nGrove Arcade from the terraces of Anne Rentz\'s home in Battery Park\r\nCondominiums. The white leather sofa and seating are Italian, while the\r\nfireplace surround is by Asheville artist Randy Shull.\r\n

\r\n

\r\nPaul ClarkPClark@CITIZEN-TIMES.com \r\n • published May 9, 2009 \r\n

\r\n',1,2,0,2,'2009-05-11 11:09:18',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-05-09 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,151,'','',0,12),(322,'Downtown board endorses evening parking changes','Downtown board endorses evening parking changes','The city Downtown Commission this morning endorsed changes in evening\r\nand night rates at downtown parking garages designed to free up parking\r\nspaces for customers of downtown businesses.\r\n','

\r\nIt currently costs $2 to exit the Wall Street parking garage after 7\r\np.m. and $1 to leave the Rankin Avenue and Civic Center garages.\r\n

\r\n

\r\nUnder the new structure, which is subject to City Council review,\r\nparking in the Wall Street and Ranking Avenue garages would cost 75\r\ncents an hour with the first hour free. The hourly rate for the Civic\r\nCenter garage would be 50 cents an hour.\r\n

\r\n

\r\n The maximum cost for any of the garages would be $8.\r\n

\r\n

\r\nCathy Ball, head of the city transportation and engineering department,\r\nsaid the change is being made because some downtown workers simply wait\r\nuntil after 7 p.m. to leave a garage.\r\n

\r\n

\r\nThey thus take up space\r\nthat would otherwise be available for people shopping or doing business\r\ndowntown and pay only $2 a day, Ball said. The rate change will\r\nencourage them to park in the Civic Center garage, where space is\r\nplentiful and costs $70 a month, she said.\r\n

\r\n

\r\nRead Saturday’s Citizen-Times or return to CITIZEN-TIMES.com for more on this story.\r\n

\r\n

\r\n Mark BarrettMBarrett@CITIZEN-TIMES.com \r\n • published May 8, 2009\r\n

\r\n',1,2,0,2,'2009-05-11 11:13:57',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-05-08 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,150,'','',0,100),(323,'Cleaning up downtown: Master plan focuses on making business district cleaner, safer','Cleaning up downtown: Master plan focuses on making business district cleaner, safer','Downtown needs a new entity to give it some tender loving care,\r\naccording to the downtown master plan scheduled to be considered by\r\nCity Council on Tuesday.\r\n','

\r\nThe plan advocates creation of what it calls a “community\r\nimprovement district” that would make extra efforts to keep downtown\r\nclean, reduce street crime, increase landscaping, recruit businesses\r\nand promote the area.\r\n

\r\n

\r\n“We face problems downtown that are fairly\r\nunique to downtown, and it would be good for us to have funds to\r\ndirect” toward solving them, said downtown restaurateur Dwight Butner.\r\n

\r\n

\r\nMost\r\nlikely, the plan would result in additional taxes or fees on downtown\r\nproperty or development in the form of additional property taxes, an\r\nadditional fee for real estate sales or fees for construction projects.\r\n

\r\n

\r\nThose possible fees or taxes have sparked opposition among some people like downtown property owner Jeremy Goldstein.\r\n

\r\n

\r\n“If\r\nyou want to take money from all city residents” to deal with downtown\r\nneeds, that\'s one thing, Goldstein said, because downtown is important\r\nto the entire city.\r\n

\r\n

\r\nHowever, “I\'m not in favor of taking the\r\nproperty owners (downtown) and taxing them” for extra services\r\ndowntown, he said. Downtown “is for the benefit of everybody.”\r\n

\r\n

\r\nEven backers say that the idea is likely to move slowly because of the economic downturn.\r\n

\r\n

\r\n“It\'s\r\nan excellent idea. It\'s not the time to do it,” said Byron Greiner,\r\npresident of the Asheville Downtown Association. “The first thing\r\npeople will hear is it\'s another tax.”\r\n

\r\n

\r\nThe plan says\r\nrepresentatives of downtown groups should look at the concept and how\r\nsuch a district would work in Asheville before steps are taken to\r\nestablish one.\r\n

\r\n

\r\nCouncil is scheduled to hear a presentation on the\r\nentire downtown master plan in a meeting that begins at 5 p.m. Tuesday\r\non the second floor of City Hall. A public hearing before council is to\r\nfollow May 29. The date of a council vote has not been determined.\r\n

\r\n

Common tool

\r\n

\r\nThe districts — they are called business improvement districts in\r\nmost places — are common in downtowns across the country, with more\r\nthan 45 in North Carolina alone, the plan says.\r\n

\r\n

\r\nA nonprofit\r\nentity with board members drawn from downtown businesses, residents,\r\nworkers and others typically uses money from extra taxes or fees levied\r\nin the area affected, sometimes in combination with donations or\r\ngrants, to improve the area.\r\n

\r\n

\r\nAccording to speakers at a forum on\r\nthe issue here in November, a district in Greensboro has a 10-person\r\ncrew that picks up litter, cleans sidewalks and removes graffiti. Other\r\ndistricts help homeless people find work, sponsor special events or\r\nhave “downtown ambassadors” who help direct tourists or keep an eye out\r\nfor crime.\r\n

\r\n

\r\nIn the 1980s and early 1990s Asheville city government\r\nfunded more specific efforts to boost downtown development, but those\r\ndeclined after election of a more conservative City Council with\r\ndifferent priorities.\r\n

\r\n

\r\nThere are differing opinions about whether city government does enough today.\r\n

\r\n

\r\nSome\r\ndowntown residents and property owners say people who don\'t frequent\r\ndowntown sometimes have an exaggerated view of litter and crime\r\nproblems and that city government has done a reasonable job of keeping\r\ndowntown clean and safe.\r\n

\r\n

\r\nBut some say more needs to be done.\r\n

\r\n

\r\nLarry\r\nHolt remembers walking outside his downtown condominium a while back\r\nwith his two granddaughters and looking over to see “five guys down in\r\nthe alley relieving themselves — four urinating and one defecating —\r\nand my granddaughters looked down and said, ‘What are they doing?\'”\r\n

\r\n

\r\n“Nobody\r\nwants to pay more taxes,” but a “special” downtown like Asheville\'s\r\n“requires additional services and more attention” to stop such\r\nproblems, Holt said. He views the district as the logical next step.\r\n

\r\n

\r\n“We\r\nhave achieved our vision for downtown Asheville that we had 20 years\r\nago. The concern is: Where do we want to be 20 years from now,” said\r\nHolt, a longtime city resident.\r\n

\r\n

\r\nThe city does have a special\r\ntwo-man crew to empty trash cans downtown and its street sweeping,\r\nstreet vacuuming and street flushing efforts are focused on downtown\r\nand Biltmore Village, said Public Works Director Mark Combs.\r\n

\r\n

\r\nCombs said he could do more with more money: “It\'s the will of the community in terms of what they want.”\r\n

\r\n

\r\nHe also has high praise for the work of nonprofit districts in other places.\r\n

\r\n

\r\nButner\r\nsaid part of the problem lies in a lack of will in the state judicial\r\nsystem to give meaningful punishments to people who cause problems\r\ndowntown.\r\n

\r\n

\r\nPlus, many downtown businesspeople “think we\'re already paying our fair share and probably more” on downtown services, he said.\r\n

\r\n

\r\nHowever,\r\nButner said, that\'s not a good reason for opposition. “Sooner or later\r\nit\'s about are you going to cry in your beer or are you going to do\r\nwhat it takes to make your community clean and safe,” he said.\r\n

\r\n

\r\nState\r\nlaw allowing the districts requires that their funds be used to\r\nincrease services, not replace those already offered by local\r\ngovernment.\r\n

\r\n

\r\nSusan Griffin said the idea enjoys a good bit of\r\nsupport from downtown residents like herself. “It\'s a way of directing\r\ntax money from the people who are concerned the most to the things they\r\nare most concerned about,” she said.\r\n

\r\n

\r\nAlbert Sneed, an attorney\r\nwho works downtown, said the downtown master plan identifies the\r\ndistrict as a need instead of focusing on specific steps to deal with\r\ndowntown problems.\r\n

\r\n

\r\nHe worries about levying taxes to create an\r\nagency without agreement on what should be done among downtown\r\nstakeholders, saying City Council might agree to fund some programs out\r\nof regular city revenues if downtown businesspeople and residents\r\nstrongly supported them.\r\n

\r\n

\r\n“What they are proposing is not going to\r\nwork because it\'s a top-down type of a deal. There\'s a lot of distrust\r\namong different factions downtown,” he said.\r\n

\r\n

\r\nGoldstein said that\r\nwhile many people enjoy or profit from downtown, the burden of funding\r\nthe district would fall disproportionately on real estate and\r\ndevelopment.\r\n

\r\n

\r\n“The development business is a very risky,\r\ntime-consuming business,” he said. “A lot of times people are putting\r\ntheir heart and soul into these projects. … It\'s hard enough as it is.”\r\n

\r\n

Master plan components

\r\n

\r\nHere is a summary of other major recommendations in the downtown\r\nmaster plan drawn up by Boston-based consulting firm Goody Clancy.<\r\n

\r\n

\r\nArts, history, culture\r\n

\r\n

\r\nSupport expansion of Asheville Art Museum and rehabilitation of Diana Wortham Theatre\r\n

\r\n

\r\nMaintain and upgrade the Civic Center and Wolfe Auditorium.<\r\n

\r\n

\r\nSupport proposed performing arts center\r\n

\r\n

\r\nUpdate and renominate the downtown National Register Historic District\r\n

\r\n

\r\nTransportation\r\n

\r\n

\r\nStudy the feasibility of a downtown shuttle\r\n

\r\n

\r\nImplement plans for bicycle and pedestrian networks\r\n

\r\n

\r\nUpdate parking rates and facilities\r\n

\r\n

\r\nOperate satellite parking lots\r\n

\r\n

\r\nDesign\r\n

\r\n

\r\nTreat downtown as five main districts with specific goals for each\r\n

\r\n

\r\nSafeguard historic properties but encourage “sensitive, high-value development\r\n

\r\n

\r\nSet maximums for building height that would vary by location\r\n

\r\n

\r\nRequire slimmer upper floors and other steps to limit shadows and allow views\r\n

\r\n

\r\nMake design guidelines clearer and require City Council review for projects that don\'t meet them\r\n

\r\n

\r\nProvide incentives for environmentally friendly projects\r\n

\r\n

\r\nProject review\r\n

\r\n

\r\nRequire developers to hold public meetings at the outset of the review process\r\n

\r\n

\r\nMake only the largest projects subject to mandatory City Council approval and reduce the scope of council\'s review\r\n

\r\n

On the Net

\r\n

\r\nThe proposed downtown master plan is available at www.ashevillenc.gov/downtownmasterplan\r\n

\r\n

\r\nMark BarrettMBarrett@CITIZEN-TIMES.com \r\n • published May 10, 2009 \r\n

\r\n',1,2,0,2,'2009-05-11 11:15:43',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-05-10 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,149,'','',0,23),(324,'Stakes high for downtown plan; let’s get it right','Stakes high for downtown plan; let’s get it right','

\r\nThe downtown master plan proposal to be presented to City Council on Tuesday isn’t going to please everyone.\r\n

\r\n

\r\nNo plan dealing with growth ever has. Or ever will.\r\n

\r\n','For that matter, the purpose of our editorial today isn’t to endorse\r\nthe plan. But we do say this: It deserves a thorough review from the\r\ncitizens of Asheville, because the citizens of Asheville have put a lot\r\nof sweat equity into formulating it.\r\n

\r\nThere are a couple of points we need to get out of the way early\r\nregarding the master plan. First, we all have skin in this game. This\r\nplan, or a modification of it, or having no plan all, carry\r\nconsequences for the future of this city.\r\n

\r\n

\r\nSecond, this is nothing\r\nnew. Plans for Asheville are almost as old as the city itself. Looking\r\nback, there have been a variety of proposals, ordinances, etc. to\r\ndictate Asheville’s growth, going back to John Nolan’s 1922-1925\r\nblueprint and beyond.\r\n

\r\n

\r\nThe plan to be presented to City Council, and to be the subject of a public hearing May 26, has a number of worthy hallmarks.\r\n

\r\n

\r\nIt\r\nhas seen good feedback from citizens and various groups with vested\r\ninterests; it’s been an inclusive project, with dozens of presentations\r\ngiven and key interests sought out for input.\r\n

\r\n

\r\nMostly, the plan is\r\nsomething of a “truce,’’ a meeting of community factions representing\r\nthe “no growth’’ vs. “anything goes’’ camps and every position in\r\nbetween.\r\n

\r\n

\r\nIf approved, the plan would appear to have the benefit\r\nof depoliticizing the development approval process, which has had a\r\ntendency to break down in recent years. Hopefully, it would make that\r\nprocess less subjective and more predictable.\r\n

\r\n

\r\nAnd it comes at a\r\ngood time. Possibly the only silver lining of the current economic\r\nmeltdown is that it has created an informal moratorium on development.\r\nDuring this timeout, exploring the path ahead is a wise move. Once the\r\neconomic engine starts humming again, there’s little doubt Asheville\r\nwill see a perhaps-unprecedented growth spurt.\r\n

\r\n

\r\nSome of the key points as outlined in the plan:\r\n

\r\n

\r\n* First, this plan aims to help the community shape growth in a way that preserves Asheville’s character.\r\n

\r\n

\r\n* Second, it creates a shared vision for downtown over the next 20 years.\r\n

\r\n

\r\n*\r\nFinally, it enables the community to understand choices, take advantage\r\nof opportunities and develop tools to achieve the shared vision through\r\nchanging economic and political cycles.\r\n

\r\n

\r\nVolunteers who care about this city and its future have put nearly 5,000 hours into the formation of this proposal.\r\n

\r\n

\r\nAgain, we’re not ready to sign off on this plan.\r\n

\r\n

\r\nBut we urge the public to give it a full and fair vetting.\r\n

\r\n',1,2,0,2,'2009-05-11 11:17:54',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-05-10 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,148,'','',0,88),(325,'Downtown After Five is back','Downtown After Five is back','Downtown After Five returns to Lexington Avenue at the I-240 overpass\r\non May 15 from 5-9 p.m. The opening night lineup includes Cadillac\r\nJones, DJ Williams Projekt and featured local Asheville band, Wilsin.\r\n

\r\nLocal band, Wilsin, is the opener hitting the stage at 5:15pm.\r\nFounded by Asheville\'s renowned singer/songwriter Will Hartzog, Wilsin\r\nblends a variety of musical backgrounds. Wilsin will be followed by DJ\r\nWilliams Projekt at 6:20, mixing soul, jazz, R&B and hip hop.\r\nHeadliner Cadillac Jones, a funk-jazz band from Atlanta, takes the\r\nstage at 7:45, marking the official CD release party for their fourth\r\nalbum. Local beer and food vendors are also on the menu. For more\r\ninformation, visit ashevilledowntown.org.\r\n

\r\n

\r\nstaff reports \r\n • published May 10, 2009 \r\n

\r\n','',1,2,0,2,'2009-05-11 11:19:07',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-05-10 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,147,'','',0,94),(402,'Giving Back and Going Green','going-green','

Downtown After Five: Giving Back & Going Green

\r\n

\r\nDTA5 gives back to the community by partnering with local non-profits . The charitable organization mans the wristband sales tents and splits the money with the Asheville Downtown Association which produces the event. June’s wristband recipient is Arts2People. Other 2009 beneficiaries include Asheville Area Arts Council, Asheville GreenWorks, Downtown Asheville Residential Neighbors (DARN) and Asheville Sister Cities International.\r\n

\r\n
\r\nDowntown After 5 is committed to continuing reducing its carbon footprint. The concert series features biodegradable food and beverage containers, staffed compost and recycling stations, a solar-powered main stage, organic cotton staff and souvenir tee shirts and a complimentary bike parking corral.
\r\n
\r\n','',1,15,0,22,'2009-06-19 13:16:13',73,'','2009-06-19 13:19:31',73,0,'0000-00-00 00:00:00','2009-06-19 13:00:20','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=0\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',5,0,6,'','',0,0),(383,'Downtown After 5 OLD','downtown-after-5-info','

\r\n\"dta5-art-no-shirt.jpg\"\r\n

\r\n

\r\n2009 Downtown After Five Concert Series\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\nArtist Line Up
\r\n
May\r\nJune\r\nJuly\r\nAugust\r\nSeptember
 \r\n

\r\n

\r\nDTA5: Giving Back & Going Green \r\n

\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
Food
\r\n
Volunteers
\r\n
 FAQ
\r\n

\r\n \r\n

\r\n

\r\n                   
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n  \r\n

\r\n
\r\n
\r\n
\r\n
\r\n \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n \r\n

\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n

\r\n\r\nFull Summer Line Up\r\n
\r\n
\r\n
\r\n
\r\n
\r\nThe Asheville Downtown Association is pleased to announce the line up for the 2009 Downtown After Five Concert Series. DTA5 takes place the third Friday of the month from May to September with live music from 5:15pm to 9pm.
\r\n
\r\n

\r\n \r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n\r\nMay 15
\r\n\r\nWilsin
\r\nDJ Williams Projekt
\r\nCadillac Jones
\r\n

\r\n

\r\n \r\n

\r\n
\r\nTop of Page\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n \r\nJune 19
\r\n\r\nThe Cheeksters
\r\nBrushfire Stankgrass
\r\nGeoff Achison with\r\nspecial guest Randall Bramblett
\r\n

\r\n

\r\nFor band bios, photos and more about this month\'s event, click here. \r\n

\r\n

\r\n \r\n

\r\n
\r\nTop of Page\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n \r\nJuly 17
\r\n\r\nJen and the Juice
\r\nKing\r\nJohnson
\r\nHill Country Revue
\r\n

\r\n
\r\nTop of Page\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n \r\nAugust 21
\r\n\r\n \r\nSilas Durocher and Everybody Knows
\r\nRadasaurus Rex
\r\nPimps of Joytime
\r\n

\r\n
\r\nTop of Page\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n \r\nSeptember 18
\r\nVertigo Jazz Project
\r\nThe Bridge

\r\nBig Sam’s Funky Nation  
\r\n

\r\n
\r\nTop of Page\r\n
\r\n
\r\n
\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\nDowntown After Five: Giving Back & Going Green \r\n

\r\n

\r\nDTA5 gives back to the community by partnering with local non-profits . The charitable organization mans the wristband sales tents and splits the money with the Asheville Downtown Association which produces the event. June’s wristband recipient is Arts2People. Other 2009 beneficiaries include Asheville Area Arts Council, Asheville GreenWorks, Downtown Asheville Residential Neighbors (DARN) and Asheville Sister Cities International.
\r\n
\r\nDowntown After 5 is committed to continuing reducing its carbon footprint. The concert series features biodegradable food and beverage containers, staffed compost and recycling stations, a solar-powered main stage, organic cotton staff and souvenir tee shirts and a complimentary bike parking corral.
\r\n
\r\n
\r\n

\r\n
\r\nTop of Page\r\n
\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\nDowntown After Five: Food  \r\n

\r\n

\r\nThe Asheville Downtown Association is proud to present the following food vendors for the 2009 Downtown After Five Series: \r\n

\r\n

\r\nThe Lobster Trap \r\n

\r\n

\r\nNick’s Sandwiches and Subs
\r\n
\r\n

\r\n

\r\nAnderson Davis Hot Dogs \r\n

\r\n

\r\nUltimate Ice Cream \r\n

\r\n

\r\nOne World Vegetarian Kitchen \r\n

\r\n

\r\nRolling Stone Pizza \r\n

\r\n

\r\nSugar Momma\'s Cookies\r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\nTop of Page \r\n

\r\n

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n

\r\n','',-2,0,0,0,'2009-06-12 12:41:30',73,'','2010-02-15 12:59:28',71,0,'0000-00-00 00:00:00','2009-06-12 12:37:50','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,36),(327,'Liberty Corner Enterprises, Inc.','Liberty Corner Enterprises, Inc.','

\r\nLiberty Corner Enterprises, Inc.
\r\n147 Coxe Avenue
\r\nAsheville, NC  28801
\r\nwww.LibertyCornerEnt.com
\r\n

\r\n

\r\n \r\n

\r\n','',1,11,0,18,'2009-05-11 14:04:11',71,'','2011-01-07 13:27:07',71,0,'0000-00-00 00:00:00','2009-05-11 14:02:19','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,20,'','',0,129),(326,'Mayor, community leaders ride bikes to promote Strive Not to Drive week','Mayor, community leaders ride bikes to promote Strive Not to Drive week','Riding on an electric assisted bicycle, Mayor Terry Bellamy sped out of\r\nthe Asheville Area Chamber of Commerce parking lot and down Montford\r\nAvenue this morning, leading a small group of cyclists in a five-mile\r\nroute around downtown Asheville to kick off the 19th annual Strive Not\r\nto Drive event.\r\n','

\r\nThe week-long event is designed to encourage people to leave their\r\ncars at home at experience the benefits of walking, biking, riding the\r\nbus, carpooling and other alternative forms of transportation. \r\n

\r\n

\r\n“There’s\r\na lot of enthusiasm this year,” said organizer Claudia Nix, co-owner of\r\nLiberty Bikes, adding that the she has seen an increase in people using\r\nalternative transportation in the community and that “as we get more\r\nfacilities we’ll see more people doing it.”\r\n

\r\n

\r\nBellamy said this\r\nyear’s event is not only about encouraging adults to use alternative\r\nforms of transportation, and to help build the infrastructure that is\r\nneeded to encourage biking and walking in the city, but that Strive Not\r\nto Drive should also be about helping children get outside and get\r\nactive. She pointed to a study by the Robert Wood Johnson Foundation\r\nthat said the current generation of children may not live as long or\r\nhealthy lives as their parents. \r\n

\r\n

\r\n“I challenge you not only to\r\nStrive Not to Drive this week,” Bellamy told a small group at a press\r\nconference at the Chamber of Commerce, “but I challenge you also to\r\nmake sure a child is part of your strive.”\r\n

\r\n

\r\nSheriff Van Duncan,\r\nUNC Asheville Chancellor Anne Ponder, Asheville City Councilwoman Robin\r\nCape, Montreat Mayor Letta Jean Taylor, along with representatives from\r\nthe YMCA, Activate Asheville, local bike shops and bike clubs, joined\r\nBellamy in her ride around downtown. \r\n

\r\n

\r\nBuncombe County\r\nCommissioner David Gantt told the small group that they were ahead of\r\nthe curve and that more needed to be done in the United States to\r\npromote alternative transportation that is healthier and better for the\r\nenvironment. \r\n

\r\n

\r\nHe encouraged those present to push elected\r\nofficials for infrastructure that would make commuting by bike, foot or\r\nbus easier including installing more bike paths or creating better\r\npublic transit systems. \r\n

\r\n

\r\n“Let’s catch up with the rest of the world,” Gantt said. “The government needs to catch up with what people want.”\r\n

\r\n

\r\nWant to participate? To sign a pledge to use your car less this week, visit www.blueridgecommute.org.\r\n

\r\n

\r\nstaff reports \r\n • published May 11, 2009 \r\n

\r\n',1,2,0,2,'2009-05-11 13:01:15',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-05-11 13:00:30','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,146,'','',0,79),(328,'Grove Corner Market to relocate to West Asheville','Grove Corner Market to relocate to West Asheville','The Grove Corner Market, a small but well-stocked grocery that’s been\r\nin Asheville’s Grove Arcade since 2003, plans to leave the downtown\r\nlocation and set up shop in the West Asheville space soon to be vacated\r\nby the Haywood Road Market, which closed recently.\r\n','

\r\n“We’ll be out [of the Grove Arcade] by the end of the month; we don’t know exactly when,” says co-owner Ron Ainspan. Sometime in June, the store will reopen (with a new name) in West Asheville’s Bledsoe Building.\r\n

\r\n

\r\nFinancial pressures, he says, forced the grocery to shut down its Grove\r\nArcade operation. “We’ve been struggling to make ends meet over here,\r\nand we got behind a bit in rent over the winter, and we weren’t able to\r\ncome to an agreement over getting current” with the Grove Arcade\r\nownership.\r\n

\r\n

\r\nThe new store will resemble the Grove Corner Market in some but not\r\nall respects. “It will change,” Ainspan reports. “I think that we want\r\nto be a combination grocery and deli, offering things like specialty\r\ncheeses and wine and beer. We’ll definitely do a much larger\r\nnatural-foods selection, with lots of produce.”\r\n

\r\n

\r\nAinspan and business partner Rosanne Kiely are still\r\ninterested in downtown Asheville, however. “We haven’t given up on the\r\nidea of reopening in a location elsewhere downtown,” he notes. “If the\r\nright opportunity came along, we’d certainly look into it.”\r\n

\r\n

\r\nMeanwhile, the West Asheville store is looking for a name. “We are\r\ntaking suggestions,” says Ainspan. “If anyone has got a good idea for a\r\nname, we’ll entertain it.”\r\n

\r\n

\r\nby Jason Sandford in Mountain Xpress Vol. 15 / Iss. 42 on 05/13/2009 \r\n

\r\n',1,2,0,2,'2009-05-14 11:35:11',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-05-13 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,145,'','',0,87),(329,'Asheville, Portland tie for Beer City USA crown','Asheville, Portland tie for Beer City USA crown','Asheville and Portland, Ore., will share honors as Beer City USA, according to beer guru Charlie Papazian.\r\n','

\r\nThousands of votes were cast in the online poll, and the two cities\r\neach scored about 6,000 votes, according to Papazian, who posted the\r\nonline poll at Examiner.com.\r\n

\r\n

\r\nIn the first such online poll, more than 16,000 people from 46\r\ncountries cast ballots between March 18 and May 7, wrote Papazian, a\r\nseminal figure in the craft-beer renaissance who founded the\r\nAssociation of Brewers and the American Homebrewers Association. The\r\nseesawing vote was close right up to the end. And while conceding that\r\nthe poll wasn’t scientific, Papazian said it was “indicative of the\r\nefforts put forth by various communities.”\r\n

\r\n

\r\n“One thing that a poll like this indicates is the degree of beer\r\nculture and networks that exist in various areas of the country,” he\r\nwrote. “It helps to bring to the forefront that beer culture, beer\r\ncommunity and beer enthusiasm are relevant forces in the quest for\r\naccess to better beer. ... I saw an effective mobilization of beer\r\ncommunities in several areas of America.”\r\n

\r\n

\r\nAs the voting deadline neared, Asheville bloggers and Twitterers\r\nrallied their friends and social networks. Bruisin’ Ales co-owner Julie Atallah\r\nplayed a key role in Asheville’s fight for the beer crown, helping get\r\nthe word about the poll out early. Exulting in the win, Atallah told Xpress:\r\n
\r\n“This says a lot about beer culture in this city, how it’s changed\r\nexponentially. We’ve heard a lot about Asheville being the beer capital\r\nof the South; this seals the deal. When cities like Philadelphia aren’t\r\ncoming anywhere close, it shows you how much things have changed.”\r\n

\r\n

\r\nOn May 7, The Orange Peel pledged to host a celebration if Asheville\r\nwon. “We are very supportive of Asheville getting this recognition,\r\nbecause we have a lot of great microbreweries in town,” noted Pat Whalen, owner of the club.\r\n

\r\n

\r\nXpress Publisher Jeff Fobes, meanwhile, cited the two\r\nwinning ingredients for Asheville: “Great beer, great grass-roots\r\neffort. It took having great beer in Asheville and a savvy, socially\r\nnetworked town to get that many votes.”\r\n

\r\n

\r\nPortland’s population is nearly 10 times that of Asheville. And the\r\ncomment thread attached to Papazian’s poll grew tense, and even\r\nvicious, as partisans of the two cities weighed in. Some pro-Portland\r\ncomments derided Asheville as backward or “assville,” asking, “Who\r\nallowed Asheville Internet access in the first place?”\r\n

\r\n

\r\nWhalen and Fobes are contacting local brewers and working on details\r\nof the victory celebration. No date has been set, but the event is\r\nenvisioned as a benefit for a local nonprofit organization.\r\n

\r\n

\r\nAsheville’s craft-beer scene dates back to 1994, when Highland\r\nBrewing Co. set up shop in downtown Asheville. Since then, Asheville\r\nPizza & Brewing, French Broad Brewing, Green Man Ales, Pisgah\r\nBrewing and Wedge Brewing have followed suit. The Lobster Trap\r\nrestaurant is now home to OysterHouse Brewing, and two new breweries\r\nare in the works for Asheville—Craggie Brewing and Lexington Avenue\r\nBrewing.\r\n

\r\n

\r\nPapazian, meanwhile, acknowledging that he might take some heat for\r\nnot declaring a single winner, defended his decision. “What, no\r\ndefinitive Number 1 and Number 2? Correct,” he wrote. “Is that a\r\ncop-out? I don’t think so, but of course beer drinkers are an\r\nopinionated group of individuals and may beg to differ.”\r\n

\r\n

\r\nby Jason Sandford and David Forbes in Mountain Xpress Vol. 15 / Iss. 42 on 05/13/2009 \r\n

\r\n',1,2,0,2,'2009-05-14 11:36:38',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-05-13 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,144,'','',0,23),(330,'Master plan could affect height limits, downtown\'s appearance','Master plan could affect height limits, downtown\'s appearance','A new plan to shape the look of downtown — including the size of new\r\nbuildings and the creation of a body to govern new downtown services —\r\ngot tentative support from City Council members Tuesday.\r\n','

\r\nThe regular council meeting was the body\'s first review of the\r\ndowntown master plan, a project which has been under way for two years\r\nand was spurred by a surge in construction proposals beginning in 2005,\r\nincluding one that will be the city\'s tallest structure if built.\r\n

\r\n

\r\nThe council took no action on the plan, but set a public hearing for May 26. A vote could come in June.\r\n

\r\n

\r\nCouncil\r\nmembers gave glimpses into their levels of support for the plan,\r\ncommenting on how the proposal would lessen their direct power to\r\napprove construction projects. Some asked about a proposal to create a\r\ncentral district with more services and possibly more taxes.\r\n

\r\n

\r\nCouncilman\r\nBrownie Newman said he liked how the plan would give appointed boards\r\nmore power to approve downtown development projects.\r\n

\r\n

\r\n“I\'ve always\r\nbeen supportive of the idea of delegating more of these decisions to\r\nthe planning and zoning commission and other bodies,” Newman said.\r\n

\r\n

\r\nCity\r\nrules now say the council has to vote on building projects bigger than\r\n100,000 square feet. Smaller projects are approved by appointed boards.\r\nThe plan proposes the threshold be raised so the council only votes on\r\nprojects 175,000 square feet or bigger or 145 feet or taller.\r\n

\r\n

\r\nThe\r\nplan also calls for increasing qualifications of board members and\r\nsetting clearer standards for building size and designs. Changes are\r\nintended to take some of the politics out of the development process,\r\nas projects move from board to board, consultants behind the plan said.\r\n

\r\n

\r\n“We\'ve\r\nheard developers say, I don\'t want to have to keep renegotiating,” said\r\nconsultant Sasha Vrtunski, the plan\'s project manager.\r\n

\r\n

\r\nNewman and\r\nCouncilwoman Robin Cape said they felt projects big enough to alter the\r\nlook of downtown would still have to be approved by the council.\r\n

\r\n

\r\nCouncilman Carl Mumpower expressed concern over the idea of a community improvement district and additional taxes and fees.\r\n

\r\n

\r\n“The\r\nfeeling of some downtown property owners is that they already generate\r\nsome of the highest taxes for the city,” Mumpower said.\r\n

\r\n

\r\nThe money\r\nwould be used to support additional services such as security and\r\ncleaning as well as affordable housing, arts and other programs. But\r\nconsultants scaled back that portion of the plan following resistance\r\nfrom some property owners, Vrtunski said. The plan still suggests\r\ncreating the district but leaves that decision and any increase in\r\ntaxes up to property owners, she said.\r\n

\r\n
Some master plan highlights:
\r\n

\r\n• Downtown now has no height\r\nlimits. The plan would set limits at 27 stories in parts of downtown,\r\nwith shorter buildings closer to neighborhoods.
\r\n• Buildings could not cast shadows on park space for more than two hours from 10 a.m.-2 p.m. during the spring and fall equinox.
\r\n• Developers would be required to hold community meetings with three-dimensional models.
\r\n• A community development district with more services and possibly more taxes is recommended, but left up to property owners.\r\n

\r\n

\r\n By Joel Burgess\r\n• May 13, 2009\r\n

\r\n',1,2,0,2,'2009-05-14 11:38:02',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-05-13 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,143,'','',0,23),(331,'Colburn Earth Science Museum holding annual Gem Fest','Colburn Earth Science Museum holding annual Gem Fest','The Colburn Earth Science Museum is holding its annual Asheville Gem\r\nFest, June 19-21. The Asheville Gem Fest is a free jewelry, gem and\r\nmineral show featuring dealers from across the nation, with speakers\r\nand activities for the entire family.
\r\n
\r\n','June 20 there will be\r\ntwo featured speakers. At 1 p.m., Dr. Robert Lauf, PhD, will speak on\r\nRadioactive Minerals and at 3 p.m. Dr. Arvid Pasto, PhD, will present\r\nFluorite. Both lectures are free. The Colburn Earth Science Museum will\r\nalso have free admission all weekend.
\r\n
\r\nThe Colburn Earth Science Museum is at 2 S. Pack Square at Pack Place in downtown Asheville. Call 254-7162 or visit www.colburnmuseum.org for more information.\r\n',1,2,0,2,'2009-05-14 11:41:16',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-05-13 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,142,'','',0,139),(332,'2011 Downtown After 5: Volunteers','DA5 Vols','

\r\n \r\n\r\n

\r\n
\r\n
\r\n
\r\n
\r\n

\r\nHow do I become a volunteer?
\r\nWhere do I go when I volunteer?
\r\nWhat should I bring?

\r\n

BARS Test Information

\r\n

\r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n  How do I become a volunteer?\r\n

\r\n
    \r\n
  1. Email the DA5 Volunteer Coordinator, Erin Walker, with your Volunteer Contract, availability and interest.
  2. \r\n
  3. Complete the BARS test by following the link and instructions below. 
  4. \r\n
  5. Show up for your shift & have fun!
  6. \r\n
\r\n
\r\n
\r\n
\r\n

\r\nTop\r\n

\r\n
\r\n

\r\nWhere do I go when I volunteer?\r\n

\r\n
\r\nThank you for offering to volunteer at the Downtown After Five in 2010.  We\'re excited to have you on board this year and look forward to an amazing summer of fun and making new friends together!Here’s the check-in information you\'ll need for your shift:
\r\n 
\r\nVolunteer Check–In: Check-in is located at the volunteer/merchandise tent. This tent is located at the entrance to the parking lot on Lexington Avenue, right across from the parking lot attendant booth.
\r\n 
\r\nCheck-In Time: For 1st  shift (shift time 5:00-7:15) check in time is 4:30 –  4:45
\r\n                         For  2nd shift (shift time 7:00-9:15) check in anytime before 6:50
\r\n 
\r\nPlease remember to bring your ID and Eventbrite ticket with you for check-in.  If you are serving beer or wine you must have your ID on you at all times and have submitted your BARS test certification. 
\r\n 
\r\nEach event set up starts at 1:00 pm, anyone and everyone who can arrive early to help with set up is also greatly appreciated.\r\n
\r\n
\r\n
\r\n
\r\n \r\n
\r\n

\r\n \r\n

\r\n
\r\n

\r\nTop\r\n

\r\n
\r\n
\r\n

What should I bring?

\r\n
\r\n
\r\n  \r\n
\r\n
\r\n
    \r\n
  1. \r\n

    \r\n Valid identification\r\n

    \r\n
  2. \r\n
  3. \r\n

    \r\n Volunteer contract if you haven\'t emailed it in\r\n

    \r\n
  4. \r\n
  5. \r\n

    \r\n BARS certificate if you haven\'t emailed it in\r\n

    \r\n
  6. \r\n
  7. \r\n

    \r\n A plastic ziplock bag for your electronics, if it looks like rain\r\n

    \r\n
      \r\n
    \r\n
  8. \r\n
  9. \r\n

    \r\n Comfortable shoes
    \r\n

    \r\n
  10. \r\n
\r\n \r\n
\r\n
\r\n \r\n
\r\n
\r\n \r\n
\r\n
\r\n \r\n
\r\nTop
\r\n
\r\n
\r\n

\r\n BARS Test Information\r\n

\r\n

\r\nThe following directions are provided to guide you in registering for and completing the online BARS training course.
\r\n
\r\nYou may find it more convenient to print these instructions in order to follow along while registering for and completing the online BARS training course.\r\n
\r\n
\r\nIt is important that you disable any pop-up blockers that may prevent your Internet browser from opening additional windows necessary to navigate the online BARS training course. \r\n

\r\n

\r\nPlease click here for the BARS Test. \r\n

\r\n

\r\n1.    On the ALE Learning Portal main page, click the Please register now link.
\r\n
\r\n2.    Complete only the following Member Information on the registration page.  Please do not complete any other fields or change any of the defaults:\r\n
\r\n
\r\n    •    Member ID
\r\n    •    Password
\r\n    •    Re-enter Password
\r\n    •    First Name
\r\n    •    Last name
\r\n    •    E-mail Address
\r\n
\r\n3.    When you have completed the required fields on the registration page, click the Submit icon in the upper right-hand corner of the page.\r\n
\r\n
\r\n4.    On the Learning Portal home page, locate the section near the top titled “Content.” Click the + to the left of the text “BARS Training.” Click the + to the left of the text “Online Offering.”\r\n
\r\n
\r\n5.    Click the Online Course Offering icon to launch the course.\r\n
\r\n
\r\n6.    A second window will open and the course will load. It is important that you disable any pop-up blockers on your browser in order to allow the course to load.\r\n
\r\n
\r\n7.    Using the provided buttons in the course window, navigate through the course.\r\n
\r\n
\r\n8.    At the completion of the course, you will have the opportunity to take a quiz that covers the BARS content provided during the course. Click the quiz button to begin.\r\n
\r\n
\r\n9.    Using the provided buttons in the quiz window, navigate through the quiz. The quiz answers are all either True/False or Multiple Choice.\r\n
\r\n
\r\n10.    Your results will display when you have completed the quiz. Click the Next button to proceed.\r\n
\r\n
\r\n11.    On the next screen, click the ALE badge to complete the quiz and record your results. You will be returned to your Learning Portal home page.\r\n
\r\n
\r\n12.    Click the Reports button located on the menu bar at the top of the Learning Portal home page.\r\n
\r\n
\r\n13.    On the Reporting page, select Standard from the Report Style drop down box, then select Student from the Report Group drop down box. Next, click on the Transcript link under the Report heading.\r\n
\r\n
\r\n14.    A report will be generated that includes your first and last name, your Member ID, the training you have completed, the date of the training and the grade/score of the quiz. This page may be printed using the Print icon in the top right-hand corner of the window, or by going to File, then Print in your browser menu.\r\n
\r\n
\r\n15.    Click the Logout button at the top right-hand corner of the page.
\r\n
\r\n16.    In the pop-up window, click Yes to confirm you are logging out of the system.\r\n

\r\n

\r\nTop \r\n

\r\n','',1,0,0,0,'2009-05-14 11:57:31',71,'','2011-03-18 11:02:48',71,0,'0000-00-00 00:00:00','2009-05-14 11:56:18','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,1347),(586,'Volunteer Orientation Party','Volunteer Orientation Party','

\r\nWhether you\'re a long time volunteer or joining us for the first time this season, we hope you\'ll be able to attend the 2011 Volunteer Orientation!
\r\n
\r\nThis is a great event, held at the Orange Peel, where you\'ll learn how to pour a perfect pint, how to be a responsible seller and much more! You\'ll also learn more about our new volunteer check-in system! We\'re partnering with Eventbrite to create Volunteer Tickets!*
\r\n
\r\nThis is also the event where we premiere the poster and musical line up for the 2011 Downtown After 5 season!
\r\n
\r\nWith some drinks, lots of food and live music, you\'re sure to have fun while learning a lot!
\r\n
\r\n*This year, you\'ll go to the Eventbrite page for the specific event you\'d like to volunteer for, obtain a ticket and submit with comments about your preferred volunteer schedule. You may either download this ticket to your smart phone or print it out! When you bring the ticket to the Volunteer check in, you\'ll be automatically checked in! This will allow us to track our volunteers and provide extra incentives and rewards to our most dedicated volunteers!
\r\n

\r\n


\r\n

\r\n

\r\n \r\n

\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n

Sponsored by

\r\n
\r\n

 Hosted by

\r\n

\r\n \"budweisser_red.jpg\" \r\n

\r\n  
 \"orange_peel.jpg\"
\r\n

\r\n \r\n

\r\n','',1,0,0,0,'2011-03-18 11:04:48',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-03-18 10:39:43','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,0),(491,'Member 2 Member Events','Member 2 Member Events','

\r\n \r\n

\r\n

\r\n\"m2m_mixer_logo_web.jpg\"
\r\nOur next M2M Mixer will be held on Thursday, March 10th at 5:30pm - 7:30pm. Drop in and unwind at the first Member 2 Member Mixer of 2011.
\r\n
\r\nJoin\r\nus at Tressa\'s Downtown Jazz and Blues to meet other downtowners, hear updates about exciting developments \r\nfor downtown and meet Asheville Downtown Association Board Members.
\r\n
\r\nLight bites, beer and wine provided. Cash bar also available.
\r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n

 Presented by:

\r\n

 Hosted by:

 \"wnclogoblue.jpg\" \"tressaslogo.gif\"
\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n\"m2m_logo_rgb.jpg\"\r\n

\r\n

\r\nIn 2009, we introduced our Member 2 Member \r\nevents, starting with an M2M Holiday Preview, showcasing our upcoming \r\nholiday events! Since then we\'ve had several other M2M Mixers. \r\n

\r\n

\r\nThese evenings are a great opportunity for our \r\nmembers to network and mingle! Some great new friendships are being made\r\nbetween our members and we love the feeling of involvement in our \r\nmembers. \r\n

\r\n

\r\nM2M events are also a great time for us to \r\ncatch you up on our upcoming events and the current issues in Downtown \r\nAsheville! We get lots of great feedback from our members and their \r\nguests on these evenings and we love hearing from all of you. We are \r\nyour Asheville Downtown Association, the voice of Downtown! \r\n

\r\n

\r\n \r\n

\r\n','',1,0,0,0,'2010-04-30 10:18:38',71,'','2011-03-07 12:23:57',71,0,'0000-00-00 00:00:00','2010-04-30 10:16:01','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,79),(492,'Asheville Downtown Association names Executive Director','Asheville Downtown Association names Executive Director','

\r\nThe Asheville Downtown Association today announced that it has hired Joe\r\nMinicozzi as interim executive director for the organization. \r\n

\r\n','

\r\n\"joeminicozzi.jpg\""Joe brings a wealth of knowledge to our \r\norganization as an urban planner,\r\nHarvard graduate and through his community involvement. The ADA is \r\nmaking a\r\nreal commitment to downtown with this appointment as we move closer to\r\nachieving the goals and initiatives outlined in the Asheville Downtown \r\nMaster\r\nPlan," said ADA Board Chair Byron Greiner. \r\n

\r\n

\r\nIn this role, Minicozzi will be responsible for \r\noverall operations of the\r\norganization, serve as ambassador for both downtown businesses and \r\nresidents,\r\nand pursue opportunities to further the ADA\'s mission to be the voice of\r\nthe\r\ndowntown community. Also, he will act as liaison between the ADA \r\nmembership and\r\ncommunity, government and other groups. \r\n

\r\n

\r\nWith extensive experience in urban planning and \r\ndesign as well as project\r\nmanagement, Minicozzi will lead the association\'s efforts to develop a \r\nmore\r\nsustainable downtown management system and work towards making downtown \r\ncleaner\r\nand greener. \r\n

\r\n

\r\n "Community involvement is pretty much my hobby and\r\ncommunity design is\r\nmy passion and profession making heading up the ADA a great fit," \r\nMinicozzi\r\nsaid. \r\n

\r\n

\r\nMinicozzi married his best friend Caroline and \r\ntogether they enjoy\r\nmotorcycling, biking, gardening and hiking with their dogs Bill and \r\nSuzi. \r\n

\r\n

\r\nThe Asheville Downtown Association is a non-profit \r\norganization committed to\r\nthe preservation and improvement of the central business district. \r\nThrough\r\nprograms and annual objectives, the organization works toward continuing\r\nto\r\nmake downtown Asheville a great place to live, work and play. For more\r\ninformation, visit ashevilledowntown.org.\r\n

\r\n',1,2,0,2,'2010-04-30 10:21:50',71,'','2010-05-03 11:13:12',71,0,'0000-00-00 00:00:00','2010-04-30 10:18:49','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,33,'','',0,283),(494,'Downtown After 5 Lineup Announced','Downtown After 5 Lineup Announced','

\r\nThe Asheville Downtown Association today announced the\r\nlineup for its 2010 concert series. Returning to Lexington Avenue at I240, DTA5\r\ntakes place the third Friday of each month May through September.\r\n

\r\n','

\r\n2010 Lineup\r\n

\r\n

\r\nMay 21\r\n

\r\n

\r\nHeadliner: Asheville indie-pop favorites Stephaniesid - www.stephaniesid.com \r\n

\r\n

\r\nSupport: Americana, Alt-Country up and comer Jennie Arnau\r\n- www.jenniearnau.com\r\n

\r\n

\r\n \r\n

\r\n

\r\nJune 18\r\n

\r\n

\r\nHeadliner: Southern rock legends Drivin\' N\' Cryin\' - www.drivinncryin.com\r\n

\r\n

\r\nSupport: Classic rock n\' rollers Velvet Truckstop - www.velvettruckstop.com \r\n

\r\n

\r\n \r\n

\r\n

\r\nJuly 16\r\n

\r\n

\r\nHeadliner: Genre defying locals Josh Phillips Folk\r\nFestival - www.myspace.com/joshphillipsfolk\r\n

\r\n

\r\nSupport: High-energy all\r\nstars Soulgrass Rebellion - www.myspace.com/soulgrassrebellion \r\n

\r\n

\r\n \r\n

\r\n

\r\nAugust 20\r\n

\r\n

\r\nHeadliner: Improvisational\r\nelectronic funk masters Spam Allstars - www.spamallstars.com\r\n

\r\n

\r\nSupport: Traditional salsa Nuevo Montuno Salsa Orchestra \r\n

\r\n

\r\n \r\n

\r\n

\r\nSeptember 17\r\n

\r\n

\r\nHeadliner: Powerful and innovative Acoustic Americana\r\nensemble Larry Keel & Natural Bridge - www.larrykeel.com\r\n

\r\n

\r\nSupport: Southern soul backcountry roots rocker Grayson\r\nCapps - www.graysoncapps.com\r\n

\r\n

\r\n \r\n

\r\n

\r\nEach year, the Asheville Downtown Association selects\r\nfive non-profit organizations to receive proceeds from event wristband sales.\r\nThis year\'s recipients are: YMCA\'s Strong Kids Campaign, Asheville on Bikes,\r\nLEAF in Schools and Streets, Asheville Community Theatre and Moogseum. \r\n

\r\n

\r\n \r\n

\r\n

\r\nDTA5 is committed to continuing reducing its carbon\r\nfootprint. The concert series features biodegradable food and beverage\r\ncontainers, staffed compost and recycling stations, a solar-powered main stage\r\nand a complimentary bike corral. \r\n

\r\n

\r\n \r\n

\r\n

\r\nDowntown After Five is a production of the Asheville\r\nDowntown Association, a membership organization committed to being the voice of\r\ndowntown. For more information, visit ashevilledowntown.org.\r\n

\r\n',1,2,0,2,'2010-04-28 01:00:00',71,'','2010-05-03 11:13:23',71,0,'0000-00-00 00:00:00','2010-04-28 01:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,34,'','',0,245),(404,'2011 Downtown After 5: August 19','DA5 Aug','

Spam Allstars

\r\n

\r\n\"spam_allstars.jpeg\" DJ Le Spam & Spam Allstars blend improvisational electronic elements\r\nand turntables with latin, funk, hip hop and dub to create what they \r\ncall an electronic descarga.  It’s not a known genre.  It’s \r\nhard to describe.  It attracts many types of people. But as they look \r\nout and see people dancing salsa, next to break-dancers, and \r\nfestival-goers driving for hours to catch a show -- they know something \r\nvery special is going on.
\r\n
\r\nSpam Allstars were formed by Andrew Yeomanson, a/k/a \r\nDJ Le Spam,  who was raised in \r\nToronto,\r\nBogota\r\nand London,\r\nand has called Miami \r\nhome since 1993.  He got his start by playing guitar in Haitian band \r\nLavalas, and recording and touring with Miami based artist Nil Lara.   \r\nAlong the way he added to his vinyl collection, and when off the road\r\nhe would DJ locally. These DJ gigs evolved into collaborations with \r\nlive musicians, performing on an internet radio\r\nshow, recording in his home studio, and the first of many residencies \r\ncombining his samplers & DJ skills with a live band.  
\r\n
\r\nIn 2002, Spam Allstars began a weekly residency at Hoy\r\nComo Ayer in \r\nLittle Havana,\r\nwhich continues today. In 2003 they started monthly residencies in New \r\nYork City, Gainesville, Tampa, Atlanta, and New Orleans,\r\nand playing nationally wherever people would host them.  Today they \r\nperform 200+ shows, and average 56,000 miles each year.   They still do \r\nthe weekly in Little Havana, and have monthlies in Miami and Miami Beach. \r\n

\r\n

\r\n \r\n

\r\n

Nuevo Montuno Salsa Orchestra

\r\n

\r\n\"nuevomontuno_2.jpeg\" \r\n

\r\nWith their roots firmly planted in Puerto Rican-style salsa, Nuevo Montuno performs driving Latin music designed to move the audience to dance. \r\n','',0,0,0,0,'2009-06-21 11:50:56',72,'','2011-01-20 15:31:36',71,0,'0000-00-00 00:00:00','2009-06-21 11:46:24','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,1239),(356,'Mountain Sports Festival ready to explode','Mountain Sports Festival ready to explode','Christen McNamara is a little nervous about this weekend.\r\n','As the race director for the ninth annual outdoors extravaganza\r\nknown as the Mountain Sports Festival, McNamara is not just worried\r\nabout the weather — which has traditionally been chilly and rain-soaked\r\n— she\'s also worried about the numbers. But in a good way.\r\n

\r\n\r\n“I think it\'s going to be huge,” said McNamara, outdoor recreation\r\nprogram coordinator with the Asheville Parks, Recreation and Cultural\r\nArts Department. “We had more participation last year than we ever had.\r\nI feel like it\'s about to explode.”\r\n

\r\n

\r\n\r\nLast year, close to 2,000 people participated in the races and\r\ntournaments of the three-day Mountain Sports Festival, which kicks off\r\nFriday afternoon. Some 15,000 people visited the festival\'s\r\ndemonstrations and clinics, watched the events or came out for the\r\nfood, beer, vendors and live music.\r\n

\r\n

\r\n “Asheville is this destination for outdoors, and this is the key festival,” she said.\r\n

\r\n

\r\n\r\nWhile Festival Village, the hub for information, clinics,\r\ndemonstrations, music and vendors, is in Carrier Park on Amboy Road,\r\nevents take place at some of the area\'s premier outdoor sporting\r\nvenues. Those include the Rock2Rock 10K Trail Run at Camp Rockmont in\r\nBlack Mountain, disc golf tournaments at Richmond Hill Park, a kayak\r\nrace on the French Broad River and a climbing competition at Climbmax\r\nClimbing Gym in downtown Asheville.\r\n

\r\n

Publicity for Asheville

\r\n

\r\n\r\nThe broad range of events, as well as the showcasing of Asheville\'s\r\nbest outdoor features, helps raise the city\'s profile on the outdoors\r\nmap, up to the level of Boulder, Colo., said Marla Tambellini,\r\nassistant vice president and director of marketing and public relations\r\nfor the Asheville Convention and Visitors Bureau.\r\n

\r\n

\r\n\r\n“The Mountain Sports Festival is an opportunity to position Asheville\r\nas a hub in the Southeast for great outdoors sports,” Tambellini said.\r\n“We certainly think it\'s an opportunity to bring people here,\r\nespecially now, before the busy summer season sets in.”\r\n

\r\n

\r\n The event is marketed across the Southeast,\r\nalthough it\'s difficult to say how many people are coming to the\r\nfestival from out of town, she said. The festival board has been\r\noffering hotel discounts through its Web site to entice nonlocals.\r\n

\r\n

\r\n “The festival has a certain cache that it brings,” Tambellini said.\r\n“There\'s a certain level of prestige that helps position Asheville as a\r\npremier sports destination.”\r\n

\r\n

\r\n\r\nMcNamara said she has had more calls this year from Atlanta, Charlotte,\r\nSouth Carolina and Virginia, and sees those hometowns from those areas\r\non race registration, although she said most festival-goers are local,\r\nfor now.\r\n

\r\n

Festival for everyone

\r\n

\r\n\r\nFestival events include races that are attracting world-class athletes\r\nas well as events for amateurs, weekend warriors, novices and children.\r\n

\r\n

\r\n\r\nMountain Sports Festival board president Jay Curwen said high-caliber\r\nevents like the Black Dome Rock2Rock 10K Trail Run, which is part of La\r\nSportiva 2009 Mountain Cup Series, a national trail running series,\r\nbring in athletes from across the country.\r\n

\r\n

\r\n\r\n“Twenty-25 percent of the field of Rock2Rock is from out of state, and\r\nfive or six elite runners are flying in from Colorado,” said Curwen,\r\nwho is also the race director of Rock2Rock, which takes place in Black\r\nMountain on Friday night and is expected to field up to 200 runners.\r\n

\r\n

\r\n\r\n“That means those people need to stay in hotels and eat in\r\nrestaurants,” he said. “The Sunset Stampede (a 10-mile, 5K and one-mile\r\nrunning event Saturday morning) probably has 15 percent from out of\r\ntown. We do a good job trying to market it outside the area.”\r\n

\r\n

\r\n\r\nTerri Bowman, director of the second annual Wheel Ride for Food, which\r\nstarts at 8:30 a.m. Saturday, said the festival has helped the bicycle\r\nride become a huge fundraiser for Asheville-Buncombe County Meals on\r\nWheels, which provides food and services to local homebound elderly.\r\n

\r\n

Fundraisers

\r\n

\r\n\r\nThe 65- and 32-mile road rides leave Carrier Park and wind through\r\nNorth Asheville, Weaverville and Marshall before returning to Festival\r\nVillage. Last year, the ride raised more than $30,000 for Meals on\r\nWheels.\r\n

\r\n

\r\n “Last\r\nyear, we had 135 riders. It was such a success that we decided to do it\r\nagain this year,” Bowman said. “We\'re expecting more than 200 riders.\r\n

\r\n

\r\n\r\nBowman estimates 10 percent of the participants already signed up are\r\nfrom out of town, including as far away as Ohio and New Jersey.\r\n

\r\n

\r\n\r\nThe festival also helps out local residents who might be looking for\r\nvacations and fun activities for the whole family that are less\r\nexpensive and closer to home, said Derek Turno, paddlesports manager\r\nfor Diamond Brand Outdoors, which is sponsoring the Family Kayak Relay\r\nat noon Sunday.\r\n

\r\n

\r\n\r\n“We used to focus on a competitive kayak race at the festival, but we\r\nwanted to do something more family-oriented,” Turno said of this year\'s\r\nrelay race. “For $5, a family paddles a kayak through a\r\nslalom/obstacle-type course on the French Broad River.\r\n

\r\n

\r\n\r\n“We try to make it a fun, festive atmosphere. We\'re passionate about\r\nthe environment and about engaging children to have a lifelong\r\nenjoyment of the outdoors.”\r\n

\r\n

\r\n\r\nBy Karen Chávez
\r\nKchavez@CITIZEN-TIMES.com \r\n• May 28, 2009 \r\n

\r\n',1,2,0,2,'2009-06-01 11:13:28',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-05-28 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,123,'','',0,103),(358,'Rain doesn\'t ruin holiday business','Rain doesn\'t ruin holiday business','Forget about the national recession. With gas prices far below the $4\r\nand more per gallon people were paying last Memorial Day weekend,\r\npeople seem to be in the mood to spend this weekend.\r\n','Despite gray clouds and a light drizzle, downtown eateries were full\r\nof lunchtime diners and drivers slowly rolled down streets packed with\r\ncars in search of a parking space.\r\n

\r\n\r\n“This weekend is looking good for us,” said Linda Stills, owner of A\r\nFar Away Place on Battery Park Avenue. “We had an absolutely great\r\nFriday and Saturday. Today, because of the rain I think, it\'s been a\r\nlittle iffier, but everybody\'s telling me parking garages are full, so\r\nit may break loose here if the rain lets up a little, and if the sun\r\ncame out I\'m sure we\'d have another wild day.\r\n

\r\n

\r\n\r\nStills said her sales have been so good, in fact, that her two-day\r\ntotal for Friday and Saturday are within $5 of her four-day total for\r\nMemorial Day weekend last year.\r\n

\r\n

\r\n\r\nStanding in front of Carmel\'s Restaurant examining the menu, Harold and\r\nJanice Snyder, of Cleveland, said high gas prices caused them to cancel\r\ntheir Memorial Day trip to the mountains last year.\r\n

\r\n

\r\n “This year, (gas costs) more than it was a few months ago, but it\'s still nothing like it was last year,” Harold Snyder said.\r\n

\r\n

Store opens

\r\n

\r\n\r\nA new Lowe\'s home improvement store in Weaverville has been flooded\r\nwith customers looking to tackle projects over the long weekend since\r\nits opening Friday.\r\n

\r\n

\r\n\r\n“It\'s been very, very busy. I\'ve heard nothing but great things from\r\nthe community,” said Anthony Reece, the store\'s operations manager.\r\n

\r\n

\r\n\r\nThe store, which employs more than 150 people, is the first of two\r\nbig-box stores to open in Weaverville this year, with a Wal-Mart slated\r\nfor opening this summer.\r\n

\r\n

\r\n\r\nRoland and Gail McBride were just glad they don\'t have to travel from\r\ntheir home in Burnsville to the Asheville Lowe\'s anymore.\r\n

\r\n

\r\n “It\'s handy to have this here now,” Roland McBride said.\r\n

\r\n

Rainy holiday

\r\n

\r\n\r\nMoist air coming from the Gulf of Mexico and the Atlantic Ocean will\r\ncombine over the mountains to bring us some more wet weather today,\r\nsaid Jeffrey Taylor, a meteorologist with the National Weather Service.\r\n

\r\n

\r\n\r\n“There\'s going to be a good chance of rain on and off throughout the\r\nday — between 60 and 70 percent,” Taylor said. “There\'s also a chance\r\nof isolated thunderstorms, but I don\'t expect anything severe.”\r\n

\r\n

\r\n\r\nBut rain isn\'t all bad for business. Guy Campbell of A Sense of Humor,\r\nalso on Battery Park Avenue, said customers will duck into the store to\r\nget out of the rain.\r\n

\r\n

\r\n “And hopefully they\'ll buy something,” he said.\r\n

\r\n\r\nAndre A. Rodriguez \r\n• May 25, 2009 Staff writer Josh Boatwright contributed to this story.\r\n',1,2,0,2,'2009-06-01 11:22:54',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-05-25 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,121,'','',0,124),(359,'Phish concert expected to clog city streets: City encourages carpooling, use of parking decks','Phish concert expected to clog city streets: City encourages carpooling, use of parking decks','A June 9 concert by the band Phish is expected to cause traffic delays in Asheville, city staff said today. Here is the release from the city:\r\n','Event expected to attract large crowd downtown June 9\r\n

\r\n \r\n

\r\n

\r\nASHEVILLE\r\n-- With a ticketed attendance of 7,200 and as many as 2,500 additional\r\nfans expected to converge downtown June 9 for a Phish concert, city\r\nofficials are expecting some traffic delays and limited parking. \r\n

\r\n

\r\n \r\n

\r\n

\r\nThere\r\nare numerous private parking lots, three city parking decks, and one\r\ncounty parking deck within a 10 minute walk of the Asheville Civic\r\nCenter. Concert goers are encouraged to carpool to the concert and to\r\narrive early. \r\n

\r\n

\r\n All downtown drivers are strongly advised\r\nto avoid parking in lots marked with signage as towing zones, even if\r\nthe lot is empty. \r\n

\r\n

\r\nIn order to ensure the most efficient\r\ntraffic flow and pedestrian safety during the event, streets\r\nsurrounding the Civic Center will be closed June 9, 9:30 a.m. –\r\nmidnight. These streets include Flint Street from Haywood Street to\r\nCherry Street and Hiawassee Street from Rankin Avenue to Flint Street.\r\n

\r\n

\r\nCity\r\nofficials are working to minimize the inconvenience of road closures on\r\nsurrounding residents and businesses by limiting the closure area and\r\nproviding advance notification.\r\n

\r\n

\r\n
\r\n“We appreciate the\r\nsupport and flexibility of our neighbors and downtown visitors during\r\nthis significant event,” said Civic Center Director Sherman Bass.\r\n

\r\n

\r\n \r\n

\r\n

\r\nJoel Burgess \r\n• May 29, 2009  \r\n

\r\n',1,2,0,2,'2009-06-01 11:24:11',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-05-29 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,120,'','',0,182),(360,'Next downtown Art Walk set for Friday','Next downtown Art Walk set for Friday','Asheville\'s vibrant downtown arts community rolls out the red carpet\r\nagain 5-8 p.m. Friday for the season\'s second Art Walk, a showcase of\r\ngalleries and art spaces around town.\r\n','

\r\nFrom the Grove Arcade to Lexington Avenue and down Spruce Street,\r\nBiltmore Avenue and all points in between, Asheville\'s arts spots will\r\nbe open for the self-guided downtown celebration, said Angela Martinez,\r\nexecutive director of the Asheville Area Arts Council.\r\n

\r\n

\r\nThe tour is presented by the Asheville Downtown Gallery Association,\r\nwhich has two dozen members. A map of participating spots is available\r\nat the arts council offices and at many participating galleries, she\r\nsaid.\r\n

\r\n

\r\nA list of members can also be found on the organization\'s Web site, www.ashevilledowntowngalleries.org.\r\n

\r\n

\r\n Other downtown art venues may also be staying open later for the walk, she said.\r\n

\r\n

\r\n\r\n“It definitely promotes art,” she said. “And by bringing people\r\ndowntown, it helps the economy. They stay around, make a night of it,\r\nthey go to dinner and maybe to the theater.”\r\n

\r\n

\r\n Since the Art Walk is self-guided, feel free to take off in any direction and see as much as you want through the evening.\r\n

\r\n

\r\n Many, if not all, of the arts spots will offer hors d\'oeuvres or other refreshments.\r\n

\r\n

\r\n\r\nBe sure to wear comfortable shoes, and given the wet weather of late,\r\nit might be a good idea to stash a small umbrella in your car. There\'s\r\nplenty of parking all over town in garages and lots, but don\'t leave\r\nyour car in any spot marked “no parking,” even after regular business\r\nhours. Street parking is free after 6 p.m.\r\n

\r\n

\r\n The arts walks will continue Aug. 7 and Oct. 2.\r\n

\r\n

\r\nTony Kiss \r\n• May 31, 2009  \r\n

\r\n',1,2,0,2,'2009-06-01 11:27:43',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-05-31 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,119,'','',0,95),(353,'2011 Downtown After 5: June 17','DA5 June','

Drivin\' N Cryin\'

\r\n

\r\n\"drivin_n_cryin.jpeg\" Drivin N Cryin \r\nwill put out their first record in twelve years. Great American Bubble \r\nFactory wil be released on September 29, 2009 on Vintage Earth Music \r\nwith marketing and distribution provided by Thirty Tigers/RED. "This \r\nrecord is the perfect crescendo to a long twenty-plus year career of the\r\nband. I think we\'ve found the true essence of what we started to build \r\nback in 1985," says Kevn Kinney.\r\n

\r\n

\r\nDrivin\' N\' Cryin\' originally started \r\nrecording demos for this album on September 10, 2001. After 9/11 the \r\nband abandoned the sessions after deciding the time wasn\'t right for \r\ntheir stories of blue-collar optimism. They returned to Sonica Studios \r\nin Atlanta earlier this year where the band produced the album in \r\ncollaboration with Anton Fier, who produced their 1987 album Whisper \r\nTames the Lion and James Barber, their ex-manager-turned-producer.\r\n

\r\n

\r\nThis record moves from the "Midwestern Blues" to the Flannery \r\nO\'Connor South of "This Town" to the industrial grind of "Detroit
\r\nThe current DNC line up is: Kevn Kinney (guitar & vocals), Tim Nielsen\r\n(bass, mandolin & backing vocals),\r\nMac Carter (guitar), Dave V. Johnson (drums, percussion & backing \r\nvocals).\r\nCity" to the optimistic anthem (and Dictators cover) "I Stand Tall" to \r\nthe genuine pining for home in "I See Georgia." \r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n
\r\n

\r\nDrivin\' N\' Cryin\' live at Downtown After 5 in Asheville, NC from Jesse Hamm on Vimeo.\r\n

\r\n

Velvet Truckstop

\r\n

\r\n\"velvet_truckstop.jpeg\" Hailing\r\nfrom Black Mountain,\r\nNorth Carolina, Velvet Truckstop sits atop the nexus of blues, country,\r\nand southern-fried rock-n-roll. Throw in a tendency for hard jammin, \r\nand the Truckstop is sure to keep your feet movin\' and your ass shakin\'.\r\n

\r\n

\r\nVelvet Truckstop \r\ncelebrates the release of their self titled, debut CD. The 5 song EP is\r\na compilation of original "VT" compositions. The music represents the \r\nculmination of the band\'s hard earned experiences and travels. \r\nSeparately, the Truckstop have been members of Dub Faction, Triple Dose,\r\nJames King Band, Artimus Pyle\r\nBand and Rufus Grove. Their collective touring experience encompasses \r\n49 United States and 17 foreign countries. Their live shows are a \r\ncombination of original music and carefully chosen and adapted covers \r\nfrom all genres. Velvet Truckstop\'s performances strive to create \r\nfresh, new compounds of American music.\r\n

\r\n

\r\n"Rolling down the highway\r\nat top speed, Velvet Truckstop combines searing vocals and kick ass \r\nguitars, with hard driving bass and a fiery rythym section. Velvet \r\nTruckstop is winning hearts, minds, and ears with their no-nonsense \r\naproach to down home rock and roll. Not content with staring in the \r\nrear view mirror, Velvet Truckstop is creating fresh and authentic music\r\nwhich appeals to a new generation of fans!" - Dan Taley, editor of \r\nAsheville Music Scene\r\n\r\n

\r\n','',0,0,0,0,'2009-05-27 12:04:56',71,'','2011-01-20 15:32:45',71,0,'0000-00-00 00:00:00','2009-05-27 12:04:16','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,1958),(333,'Arts party comes to Montford','Arts party comes to Montford','Of all the old, core neighborhoods in Asheville, one stands out as\r\nsignature to the history of this city while embracing the diversity of\r\nmodern times. From Montford\'s historic homes to its theater in the\r\npark, residents of this downtown neighborhood are celebrating in the\r\nstreets on Saturday at the annual Montford Music and Arts Festival.\r\n','

\r\n“There have been a lot of things said about this neighborhood over\r\nthe years, and most of it isn\'t true,” said event organizer Sharon\r\nFarr. “Montford was once considered run-down with a lot of problems,\r\nbut the truth is we have a lot to be proud of, including the 600\r\nstructures that we lend to its historic district status.”\r\n

\r\n

\r\nWhile\r\nthe historic and often rehabilitated houses are indeed part of what\r\ngives Montford its charm, the fun on Saturday will be outdoors and\r\nhappening right on Montfrod Avenue, between Cullowhee and Waneta\r\nstreets, starting at 11a.m.\r\n

\r\n

The music

\r\n

\r\nMontford resident and local jazzman Ben Scales put together the\r\nlineup for this year\'s festival. Local and regional bands appearing\r\nthis year include traditionalists Johnny\'s Inhaler, acappella act The\r\nMuses, bluegrass band Buncombe Turnpike, new folk from Every Mother\'s\r\nDream, hot jazz from the Firecracker Jazz Band, hillbilly rock from\r\nJolt Wagon and more.\r\n

\r\n

\r\n“I\'d recommend catching the Snake Oil Medicine Show,” said Farr. “They always put on a great show, and they fit perfectly.”\r\n

\r\n

\r\nFor a full list of who\'s playing and when try www.montfordfestival.com\r\n

\r\n

The arts

\r\n

\r\nWhile the Montford Community Center no longer houses an art gallery\r\nof the neighborhood\'s local talent, the festival will showcase some of\r\nits resident artists. For fine art, stick to the booths, but if the\r\nperforming arts are more your speed, the day will feature clogging\r\ntroupes The Plank Spankers and Loafers Glory Clog Morris plus a mix of\r\nstyles from Ira Bernstein. Additionally, the Mountain Dragon Lion\r\nDancers perform in the Chinese tradition.\r\n

\r\n

The reason to go

\r\n

\r\n“All the money we\'ve raised, mostly through sponsorships, will go to\r\npay the bands and to put this production on. It\'s a costly endeavor,”\r\nsaid Farr. “But whatever money we do have left over will go toward a\r\nnew gazebo at Montford Park. And, as always, we\'ll continue to support\r\nthe recreation center as the city funds keep getting cut.”\r\n

\r\n

\r\nAmy Jones writes about music for Citizen-Times. E-mail her at ajontheair@hotmail.com.\r\n

\r\n

\r\nAmy Jones I take5 correspondent • published May 15, 2009 \r\n

\r\n',1,2,0,2,'2009-05-15 12:10:56',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-05-15 12:08:39','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,141,'','',0,94),(334,'Asheville kicks off Downtown after 5: Tonight\'s headliner is \'70 funk band Cadillac Jones','Asheville kicks off Downtown after 5: Tonight\'s headliner is \'70 funk band Cadillac Jones','One of Asheville\'s favorite rites of summer returns today with the 2009\r\nkick-off of Downtown After Five. The outdoor block parties, held 5-9\r\np.m. on the third Friday of the month from May to September, feature an\r\neclectic lineup of live music plus a tasty selection of local food and\r\ndrink.\r\n','

\r\n“It\'s an opportunity for people to get together and celebrate what\r\nmakes Asheville so special — unique people, our culture and\r\nappreciation of the arts,” said Scott Kenney, events coordinator for\r\nthe Asheville Downtown Association, which sponsors the series.\r\n

\r\n

\r\nThis\r\nyear\'s events will return to the stretch of North Lexington Avenue from\r\nHiawassee Street toward the I-240 overpass. Here\'s a quick rundown of\r\nthe festivities.\r\n

\r\n

Get down tonight

\r\n

\r\nThis season\'s music features a diverse line-up of local and national\r\nacts from \'70s funk (tonight\'s headliners, Atlanta\'s Cadillac Jones) to\r\nblues (Australia\'s Geoff Achison playing with Randall Bramblett June\r\n19) to Southern rock (Hill Country Revue on July 17) to rock and\r\nclassical fusion (Silas Durocher on Aug. 21) to New Orleans funk (Sept.\r\n18 closing headliner Big Sam\'s Funky Nation).\r\n

\r\n

\r\nEach evening now\r\nincludes three acts, with music starting at 5:15 p.m. The organizers\r\nselect bands that are “high-energy, upbeat, danceable, fun and funky,”\r\nKenney said. Also on tonight\'s bill are Asheville\'s soulful innovators\r\nWilsin and the horn-powered DJ Williams Projekt from Richmond, Va.\r\n

\r\n

From the stage

\r\n

\r\nNow into its second decade, DTA5 is a great way to welcome the\r\nweekend and soak in warm evenings outdoors with friends. On average,\r\nabout 2,600 people attend each gathering, Kenney said. The shows are\r\nalso appealing to musicians, who get the chance to win over new fans.\r\n“It\'s a truly local get-together,” said Mark Casson of Asheville\'s\r\nBritpop stylists The Cheeksters, who play June 19. “It\'s got that\r\nFriday 5 o\'clock feel — everyone is in a good mood.”\r\n

\r\n

Bracelets for a cause

\r\n

\r\nThere is no charge for admission, but a bracelet to buy beer and\r\nwine costs $2. Five local breweries will be on hand, Kenney said, along\r\nwith local food purveyors The Lobster Trap, Rollin\' Stone pizza,\r\nUltimate Ice Cream and plenty more.\r\n

\r\n

\r\nEven if you\'re not imbibing,\r\nyou can buy a bracelet in order to support each event\'s designated\r\nnon-profit beneficiary. The first event benefits the Asheville Area\r\nArts Council, Kenney said, with Arts 2 People and Asheville Sister\r\nCities also on this year\'s roster.\r\n

\r\n

Earth first

\r\n

\r\nAs part of efforts to control the carbon footprint of the events,\r\nthe stage will be powered by a mobile solar unit from local firm\r\nSundance Power Systems and food and beverage containers will be\r\nbiodegradable. Bicyclists will find a bike corral for their rides.\r\n

\r\n

\r\nDowntown After Five is also looking for volunteers to help stage the events, Kenney said. For more information, contact dta5volunteers@yahoo.com.\r\n

\r\n

\r\nFlynn writes about entertainment for take5. E-mail him at Mickfly@bellsouth.net.\r\n

\r\n

\r\n \r\n

\r\n

\r\nMichael Flynn I take5 correspondent • published May 15, 2009 \r\n

\r\n',1,2,0,2,'2009-05-15 12:13:29',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-05-15 12:12:32','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,140,'','',0,113); INSERT INTO `jos_content` VALUES (335,'Downtown After 5: FAQ','DA5: FAQ','

Where is Downtown After 5?

\r\n

\r\nDowntown After 5 is on North Lexington Ave. between Hiawassee and the I-240 overpass.\r\nClick here to view a map.\r\n

\r\n

What time does it start?

\r\n

\r\nDowntown After Five starts at 5:00pm.
\r\nBand start times are 5:15 and 7:15.
\r\nThe event lasts until 9:00pm.\r\n

\r\n

How much does it cost?

\r\n

\r\nDowntown After Five is a free event. Please remember to bring your valid ID and cash to purchase T-shirts, beer, wine, soft drinks and food!\r\n

\r\n

Where do I park?

\r\n

\r\nWe encourage the use of parking decks around the downtown area. Click here to see those decks and their locations.\r\n

\r\n

What should I bring?

\r\n

\r\n• Legal identification (i.e. driver\'s liscense, passport, etc.) as you will be carded before being served alcohol.\r\n
\r\n• Zip lock baggie for PDAs, cell phone, etc if it looks like it will rain.\r\n

\r\n

Can I bring a camera?

\r\n

\r\nFeel free to bring a camera with you. We love getting photos from our aspiring photographers! If you take pictures, please email them to us and we\'ll post them in our online album! \r\n

\r\n

Can I bring a cooler?

\r\n

\r\nNo. We reserve the right to exclude food and\r\nbeverage from our free concert and ask that you patronize the vendors at the\r\nevent and businesses in the downtown. \r\n

\r\n

Will there be food?

\r\n

\r\nYes! There will be lots of food offerings from local restaurants. Click here to see our sponsors and food vendors for this year!\r\n

\r\n

Can I bring my dog?

\r\n

\r\nNo. We do not allow dogs at Downtown After Five. Pets can become disoriented and uncomfortable in the crowds and heat. They will be happier left at home.\r\n

\r\n','',1,0,0,0,'2009-05-15 12:29:55',71,'','2010-06-23 11:54:27',71,0,'0000-00-00 00:00:00','2009-05-15 12:16:14','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,2676),(407,'DA5 Sponsors and Vendors','Sponsors and Vendors','\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n

\r\n

Venue

\r\n

TV

\r\n

Lodging
\r\n

\"orange_peel.jpg\" \"wlos-web.jpg\" \"global_indigo_2758.jpeg\"
\r\n


\r\n
\r\n

Radio

 
\"1059themountain.jpg\" \"98.1_the_river.jpg\" \"wncw-web.jpg\"
\r\n

Print

\r\n

Green Power

\r\n

Storage

\"mtnxlogocolor.jpg\" \"sundance-power.jpg\" \"gominis-web.jpg\"
  \r\n

Beverage Vendors

 
\"budweiser_red.jpg\" \"budlight_logo.jpg\"
\r\n \"sweetwater_small.jpg\"
\"highland-web.jpg\" \"ash-brewing-web.jpg\" \"pisgah_brewing.jpg\"
\"craggie_brewing.jpg\" \"french-broad-web.jpg\" \"green_man_brewing.jpeg\"
\r\n

\r\n \r\n

\r\n

Downtown After Five: Food

\r\n

\r\n \r\n

\r\n

\r\nThe Asheville Downtown Association is proud to present the following food vendors for the 2010 Downtown After Five Series: \r\n

\r\n

\r\nThe Lobster Trap \r\n

\r\nUltimate Ice Cream \r\n

\r\nRolling Stone Pizza \r\n

\r\n

\r\nFlying Falafel Brothers\r\n

\r\n

\r\nUrban Spring Roll \r\n

\r\n

\r\nNick\'s Grill  \r\n

\r\n

\r\nKettle Corn \r\n

\r\n

\r\n \r\n

\r\n','',0,0,0,0,'2009-06-21 13:20:09',72,'','2011-01-31 17:04:15',71,0,'0000-00-00 00:00:00','2009-06-21 13:13:03','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,795),(346,'Pack land\'s fate in hands of state court','Pack land\'s fate in hands of state court','The question of whether a grassy spot and magnolia tree should give way\r\nto stores and condominiums in downtown Asheville is in the hands of\r\nthree state judges.\r\n','An attorney for developer Stewart\r\nColeman argued before the Court of Appeals on Tuesday that Coleman\r\nshould be allowed to keep the land beside City Hall he bought in 2006\r\nfrom Buncombe County.\r\n

\r\n\r\nAttorney Patrick Kelly asked the court to overturn a Superior Court\r\njudge\'s ruling that the sale was invalid and the land should remain a\r\nplace for public use.\r\n

\r\n

\r\n\r\nJoe Ferikes, an Asheville attorney who challenged the sale, told judges\r\nthe land for decades has been the site of music, preaching,\r\npoliticians\' speeches, festivals and celebrations, including those\r\nmarking the end of two world wars.\r\n

\r\n

\r\n\r\n“This may not seem to be a large tract of land to my opponents, but it\r\nis a very important piece of land to all the citizens and residents of\r\nBuncombe County,” Ferikes said. “It is a place and a space that needs\r\nto be preserved.”\r\n

\r\n

\r\n\r\nTimber baron and Asheville benefactor George Willis Pack donated the\r\nproperty in 1901 to be used as the site of a courthouse, which was\r\nbuilt but torn down when the present courthouse went up.\r\n

\r\n

\r\n\r\nOne of two handwritten 1901 deeds that are central to the case says the\r\ncounty shall hold the land “forever” for a courthouse, county offices\r\nand related purposes.\r\n

\r\n

\r\n\r\nColeman\'s attorneys argue Pack didn\'t attach any strings that would\r\nvoid the sale of the land or return it to his descendants if his wishes\r\nweren\'t followed. Without such instructions, legal precedent allows for\r\nthe conditions to be ignored, Kelly argued.\r\n

\r\n

\r\n\r\nNor does the use of land for decades as green space for the public mean\r\nthat the county intended to protect it as a park, he argued.\r\n

\r\n

\r\n\r\n“There have been no maps that have been introduced into evidence\r\nshowing it as a park,” the Charlotte lawyer told judges. “There\'s no\r\nevidence that the county has put in park benches” or given the area a\r\nname.\r\n

\r\n

\r\n Coleman\r\nwants to build condominiums and retail space on the property and the\r\nlot next to it, where the Hayes & Hopson Building stands.\r\n

\r\n

\r\n The Court of Appeals often takes months to hand down its rulings.\r\n

\r\n

\r\n\r\nSeveral of Pack\'s descendants filed the lawsuit, but Judge Donna Stroud\r\nremarked that they have offered no evidence of their ancestry other\r\nthan their belief.\r\n

\r\n

\r\n By that standard, “We might all be heirs of George Pack,” Stroud said.\r\n

\r\n

\r\n Ferikes countered the group is not suing as Pack\'s heirs who want the property returned, but as residents of Buncombe County.\r\n

\r\n

\r\n\r\n“What they want is for this property to remain as it has been the last\r\n110 years,” he said, “and that is within the public domain.”\r\n

\r\n

\r\n\r\nBy Jordan Schrader \r\n• May 20, 2009  \r\n

\r\n',1,2,0,2,'2009-05-27 10:26:11',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-05-20 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,130,'','',0,11),(357,'City looks to create \'nuisance court\': Part of actions to deal with downtown problems','City looks to create \'nuisance court\': Part of actions to deal with downtown problems','Panhandlers, vandals and people committing other nuisance crimes could\r\nbe required to perform public service and pay fines under a special\r\ncity-funded court.\r\n','The Asheville City Council has directed city staff to look at the\r\ncosts of a nuisance court and to start negotiating with the state court\r\nsystem and other agencies.\r\n

\r\n The agencies must agree and the council must give final approval before the court forms.\r\n

\r\n

\r\n\r\nThe court was one of several initiatives the council has approved to\r\ncut petty crime downtown. Others included offering $1,000 rewards for\r\nthose helping catch people leaving graffiti and signs saying how to\r\nreport illegal panhandling.\r\n

\r\n

\r\n\r\nIn North Carolina, Wilmington and Durham have similar courts. Police\r\nChief Bill Hogan and council members said having a special nuisance\r\ncourt to hand down punishments for public drunkenness and other\r\nmisdemeanors will mean people causing problems will stop or leave town.\r\n

\r\n

\r\n\r\n“Right now it\'s very difficult to arrest the same people send them to\r\njail and see them right back out doing the same thing,” Hogan told\r\ncouncil members during a meeting Tuesday night.\r\n

\r\n

\r\n\r\nThe problem is that the court system is overwhelmed and violators of\r\npetty crimes usually see little if any punishment, Hogan said.\r\n

\r\n

\r\n\r\nTo set up the court, the city will need to pay for a judge one day a\r\nweek and a clerk of court. The city also would need to pay for police\r\novertime in court and find a venue.\r\n

\r\n

\r\n\r\nAn administrator would have to be paid to make sure punishments and\r\nprograms like drug rehabilitation are followed and to track the court\'s\r\nsuccess.\r\n

\r\n

\r\n Staff estimated that would cost $35,000. But council members expressed doubts.\r\n

\r\n

\r\n “That sounds just like a drop in the bucket,” Councilman Carl Mumpower said during the Tuesday meeting.\r\n

\r\n

\r\n\r\nStaff members said they would look again at costs as they work out\r\nagreements with organizations like the county Department of Social\r\nServices and District Attorney Ron Moore, who has offered an assistant\r\ndistrict attorney without charge to handle prosecutions.\r\n

\r\n

\r\n\r\nA court could make life better for downtown visitors, merchants and\r\nresidents, said Susan Griffin the president of the neighborhood\r\nassociation, Downtown Asheville Residential Neighbors.\r\n

\r\n

\r\n\r\nThe court would encourage police to enforce rules about petty crimes\r\nbecause there would be a better chance of prosecution, Griffin said.\r\n

\r\n

\r\n “The formation of the nuisance court seems to be a linchpin in solving a lot of these other issues,” she said.\r\n

\r\n

\r\nBy Joel Burgess \r\n• May 28, 2009 \r\n

\r\n',1,2,0,2,'2009-06-01 11:15:24',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-05-28 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,122,'','',0,16),(336,'One World Kitchen','One World Kitchen','

\r\nOne World Kitchen
\r\n65 Deaver Ridge Rd.
\r\nOld Fort, NC 28762
\r\n
\r\n

\r\n','',0,9,0,19,'2009-05-15 12:59:14',71,'','2010-12-31 13:59:12',0,0,'0000-00-00 00:00:00','2009-05-15 12:58:24','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,8,'','',0,207),(354,'Asheville to get $32 million climate research center','Asheville to get $32 million climate research center','Asheville will be home to a new federal research center that will look to satellites to study the Earth\'s changing climate.\r\n','The National Climate Data Center\r\nin downtown Asheville will house the new Cooperative Institute for\r\nClimate and Satellites that will bring $32 million to the area over the\r\nnext five years and at least 20 scientific jobs.\r\n

\r\nThe\r\ninstitute pools resources between the National Oceanic and Atmospheric\r\nAdministration, North Carolina State University and the University of\r\nMaryland. The institute will have two primary centers, one located in\r\nAsheville and one located in the Washington, D.C. area to work with\r\nNOAA’s weather and climate prediction centers.\r\n

\r\n

\r\n “We have\r\nspent many years developing community collaboration to build Asheville\r\nas a leading national center for climate change information and related\r\nbusiness development,” said George Briggs, president of the\r\nAsheville-based Centers for Environmental and Climatic Interaction and\r\nexecutive director of the North Carolina Arboretum.\r\n

\r\n

\r\nOther\r\nlocal partners involved in the proposal include Education &\r\nResearch Services, Inc. and Scientific Research Corporation, which\r\nopened its Earth Sciences Operation in Asheville one year ago.\r\n

\r\n

\r\n“As\r\na nation, the United States faces some important decisions about how it\r\nwill provide trusted climate information to government agencies,\r\nbusiness interests and citizens,” said Greg Wilson, director of SRC’s\r\nAsheville operations. “It is important to ensure that the investments\r\nthat the public has made in climate research and global earth\r\nobservations over the past 20 years comes full circle and that the\r\nclimate information from satellites is used to better our understanding\r\nof what is happening to the Earth.”\r\n

\r\n

\r\n\r\nDale Neal \r\n• May 27, 2009 \r\n

\r\n',1,2,0,2,'2009-05-27 13:01:01',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-05-27 13:00:21','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,124,'','',0,93),(337,'City mulls strategies for fighting graffiti','City mulls strategies for fighting graffiti','Restrictions on spray paint sales, more police stakeouts and sharing\r\ncleanup costs are among a city panel\'s recommendations for combating a\r\ngrowing graffiti problem.\r\n','Also known as tagging, the defacing of buildings and other property\r\nin and around downtown has had business owners and residents clamoring\r\nfor action.\r\n

\r\n“I\r\njust can\'t understand what drives a person to be so destructive,” said\r\nClayton Ludeman, whose downtown condo has been sprayed with graffiti at\r\nleast a half dozen times in recent months.\r\n

\r\n

\r\n“It\'s\r\nbeyond me what the message is, other than just pure vandalism. Some\r\npeople just get satisfaction out of being destructive, I guess,”\r\nLudeman said.\r\n

\r\n

\r\nAsheville\r\npolice logged more than 300 graffiti vandalism reports last year, up\r\n20-30 percent from the previous year, and conducted more than 50\r\nsurveillance operations.\r\n

\r\n

\r\nCity\r\nstaff will develop proposals for dealing with graffiti in the next\r\n30-45 days, basing what they do in part on proposals from a City\r\nCouncil committee. It will be up to council to decide what might work\r\nand what the city can afford.\r\n

\r\n

\r\nThe city committee also is dealing with the issues of predatory towing, litter and panhandling.\r\n

\r\n

\r\n“We\'ve\r\ngot to do something,” said Councilman Kelly Miller, who serves on the\r\ncommittee and is director of the Asheville Convention and Visitors\r\nBureau. “In today\'s word-of-mouth world, it\'s imperative the city of\r\nAsheville presents the best face we possibly can to attract and retain\r\nnew and existing businesses, increase visitation to our city and make\r\nresidents feel safe.”\r\n

\r\n

\r\nOne\r\ncommittee recommendation would have the Public Works Department remove\r\nall reported graffiti on city-owned property within a specified time\r\nperiod. Another recommendation calls for staff to work with recycling\r\ncontractors, commercial waste haulers and utility companies to quickly\r\nremove graffiti.\r\n

\r\nQuick\r\nremoval is a strategy recommended by Asheville GreenWorks, said Allison\r\nMcGehee, clean community coordinator. The nonprofit organization since\r\nJanuary has been loaning graffiti-removal kits to business owners and\r\nresidents.\r\n

\r\nBy Clarke Morrison\r\n• April 17, 2009\r\n

\r\n',1,2,0,2,'2009-05-18 13:10:58',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-05-17 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,139,'','',0,122),(338,'Urban Trail to be rededicated','Urban Trail to be rededicated','The city has announced that it will rededicate the urban trail. The press release is as follows:\r\n','

\r\nThe City of Asheville and the Asheville Urban Trail Committee will\r\nbe holding a rededication ceremony at 4 p.m. Tuesday in Pritchard Park\r\nto celebrate the restoration of artworks along the Asheville Urban\r\nTrail including Art Deco Masterpiece, Marketplace, the Flat Iron, and\r\nCrossroads.\r\n

\r\n

\r\nMembers of the Asheville Urban Trail Committee\r\nand City Council representatives will recognize the artists who worked\r\nto restore the art and the original donors whose contributions helped\r\nmake the Urban Trail possible.\r\n

\r\n

\r\nThe Asheville Urban Trail\r\nhas been a part of Downtown Asheville since 1989. Known as a “museum\r\nwithout walls” the Urban Trail highlights the unique architecture,\r\npeople and historic events of the city through a 30 station walking\r\ntour of art and sculpture.\r\n

\r\n

\r\nThe ceremony will be followed by an invitation-only reception at the S&W.\r\n

\r\nThe\r\nUrban Trail Committee is a sub-committee of the City of Asheville\r\nPublic Art Board. The public art collection is maintained by the City\r\nof Asheville Parks, Recreation and Cultural Arts Department.\r\n

\r\nStaff Reports\r\n• May 15, 2009\r\n

\r\n',1,2,0,2,'2009-05-18 13:12:39',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-05-15 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,138,'','',0,97),(339,'Course changes for 10th annual Asheville Citizen-Times Half-Marathon','Course changes for 10th annual Asheville Citizen-Times Half-Marathon','

\r\nGreg Duff hates for runners to get too comfortable.\r\n

\r\n

\r\nEven if they are already running a 13.1-mile race, up and down killer hills, without stopping.\r\n

\r\n','So the race director is mixing things up for the 10th annual\r\nCitizen-Times Half-Marathon and 5K Run/Walk, presented by Mission\r\nHealth System, set to hit the Asheville streets on Sept. 12.\r\n

\r\n“We\'ve\r\nchanged about 80 percent of the course,” said Duff, owner of Glory\r\nHound Events, which designs and organizes the half marathon and many\r\nother footraces and triathlons in the region. “The race has outgrown\r\nthe course, and safety had become an issue for runners and traffic\r\nsnarls had become an issue for residents of North Asheville.”\r\n

\r\n

\r\nRegistration for the increasingly popular race is now open (www.CITIZEN-TIMES.com/livingwell),\r\nand Duff predicts entries for the half-marathon and 5K run/walk\r\ncombined will reach 2,000 as the race taps into a nationwide trend\r\ntoward healthier, more active lifestyles and a growing interest in\r\nrunning, especially at the half-marathon distance.\r\n

\r\n

\r\nThe new\r\ncourse, which is in the process of being USAT certified, is rerouted to\r\navoid streets south of Patton Avenue, eliminates two of the three\r\nMerrimon Avenue crossings, reaches a bit into Woodfin, and eliminates\r\nthe south-bound section on Kimberly Avenue. But it keeps the “infamous\r\nclimb up Broadway” toward the finish line, Duff said.\r\n

\r\n

\r\n“The\r\noverall difficulty is still the same,” he said, to warn anyone hoping\r\nfor fewer hills. “It\'s one of the more difficult half marathons. Any\r\ntime you\'re trying to run 13 miles in a mountain city, it\'s going to be\r\ndifficult.”\r\n

\r\n

\r\nBut Duff doesn\'t think that will deter the runners, who hail from across the Southeast and the country.\r\n

\r\n

\r\nMichelle\r\nZiegler, 28, of Asheville, has run the race twice. Last year she was\r\nthe second female finisher with a time of 1 hour, 33 minutes, 4 seconds,\r\n

\r\n

\r\n“The\r\nhills will get you, but if you know the course, it is a good\r\nchallenge,” Ziegler said. “It\'s a pretty course, up Kimberly Avenue and\r\npast the golf course.”\r\n

\r\n

\r\nThe fact that the course has changed doesn\'t faze her.\r\n

\r\n

\r\n“I\'m planning to run it again,” Ziegler said. “But I bet a lot of people would be happy if it were less hilly.”\r\n

\r\n

\r\nThe\r\n5K, or 3.1-mile, course also has changed, and that change has been for\r\nthe easier, Duff said. It runs along the same course as the\r\nhalf-marathon for the first 1 ½ miles, then turns in the opposite\r\ndirection on Hillside.\r\n

\r\n

\r\n“I think it will be a touch easier because you won\'t have the climb up Charlotte Street,” Duff said.\r\n

\r\n

\r\nHalf-marathon boom\r\n

\r\n

\r\nThe\r\nCitizen-Times Half-Marathon began on a cool, overcast Saturday in\r\nSeptember 2000, with some 600 runners, who started the course in front\r\nof the Citizen-Times building on O. Henry Avenue, winding up and down\r\nand up and down the hills of downtown and North Asheville, before\r\nending back at the newspaper.\r\n

\r\n

\r\nElly Rono, a native Kenyan\r\nliving and training in Chapel Hill at the time, won the race in\r\n1:10:07, calling it “one of the toughest courses I\'ve ever run in this\r\ncountry.”\r\n

\r\n

\r\nThe race continued to grow, last year reaching a\r\nrecord high of 1,400 participants, including 5K runners and walkers, to\r\nbecome the largest race in Western North Carolina.\r\n

\r\n

\r\nDuff is\r\nexpecting that number to nearly double this year, and said he has\r\nalready received registrations, through the Active.com race\r\nregistration Web site.\r\n

\r\n

\r\n“The half-marathon has been the\r\nfastest growing distance in the past several years,” said Ryan Lampp, a\r\nresearcher with Running USA, a nonprofit founded in 1999 to promote the\r\nsport. “It has been growing at about a 10-percent rate each of the past\r\nthree years.”\r\n

\r\n

\r\nIn 2007 there were 650,000 half-marathon\r\nfinishers across the country. In 2008, that number grew to 715,000. In\r\n2008 there were 630 half-marathon races, up considerably from 450 in\r\n1999, Lampp said.\r\n

\r\n

\r\nOverall, running participation in\r\ngeneral is on the rise, Lampp said, and all races, including marathons\r\nand the most popular 5K distance, which alone had some 3.4 million\r\nfinishers in 2008. But the half-marathon is growing the most quickly.\r\n

\r\n

\r\n“Part of it is tied to the fact that the marathon – for experienced\r\nor for new runners – is a daunting distance,” Lampp said. “And it beats\r\nup your body. The half is appealing for the person who is done with\r\nmarathons or the new runner. It\'s far enough and challenging enough,\r\nbut it doesn\'t beat you up.”\r\n

\r\n

\r\nHealthy lifestyle also driving running trend\r\n

\r\n

\r\nRace\r\norganizers serve themselves well by taking care of runners and\r\nproviding a race with extra amenities such as music, refreshments and\r\nawards. \r\n

\r\n

\r\nLampp said one of the biggest reasons people run\r\nraces is word of mouth recommendations from friends who say how much\r\nfun they had at the events.\r\n

\r\n

\r\n“Running is increasing. … As\r\npeople learn more about health and fitness and exercise and obesity and\r\ngood nutrition, it has become more of a lifestyle change,” he said.\r\n“You know you\'re going to live longer and feel better. There\'s still a\r\ncool buzz about running, but it is more of a lifestyle and people have\r\nhad a good experience and feel good at a race, and come back and tell\r\ntheir friends about it.”\r\n

\r\n

\r\nThe Citizen-Times Half-Marathon\r\nis working to encourage the health and fitness aspect by partnering\r\nwith Mission Health System. Proceeds of the event will benefit the\r\nchildhood obesity programs of the YMCA and YWCA of Western North\r\nCarolina.\r\n

\r\n

\r\nLast year the 5K walk was added as an event, and\r\nfour-person teams who had participated in the five-month long Mission\r\nHospital Lighten Up 4 Life weight loss challenge and the Chamber\r\nChallenge 5K in June were encouraged to compete.\r\n

\r\n

\r\nRecords ready to be set\r\n

\r\n

\r\nThe\r\ncourse record for men was set in 2003 by Rono, who ran the 13.1 miles\r\nin 1:07:04. Tara Wojciechowski set the record for in 2006 with a time\r\nof 1:18:33.\r\n

\r\n

\r\nBut that\'s all going to change this year, Duff\r\nsaid. Whoever finishes first will set the record since it is a new\r\ncourse, an attractive achievement for serious runners, both local and\r\nout-of-towners.\r\n

\r\n

\r\nLast year, Zola Budd Pieterse, who\r\ncompeted in the 1984 and 1992 Olympics, and now lives in Myrtle Beach,\r\nS.C., showed up unexpectedly to win the women\'s race in 1:25:16.\r\n

\r\n

\r\nThe race has been growing in notoriety and popularity. Part of its\r\ninfamous allure are the challenging hills, and part is the $1,500 cash\r\npurse. Half-marathon race cash awards go to the top three places in the\r\nmen\'s and women\'s open divisions in the amounts of $300, $200, $100.\r\nFirst place in men\'s and women\'s masters divisions each win $150.\r\n

\r\n

\r\nLarry\r\nBurke, 55, of Asheville, doesn\'t plan on winning any money, but does\r\ntake some pride in having the hilly course as his backyard training\r\nground. He has run this half-marathon five times and plans to come back\r\nfor a sixth. Burke, who just ran the Boston Marathon in April in\r\n3:42:22, said he is anxious to try out the new course, although he will\r\nmiss the old one.\r\n

\r\n

\r\n“I look forward to it every year,” said\r\nBurke, a teacher at Asheville High School. “I live on Gracelyn Road and\r\nthe old course used to go right by my house. My wife would come out and\r\nhold up a sign that says, ‘You\'re awesome.\'\r\n

\r\n

\r\n“But I\'ll\r\ndefinitely do it again. It\'s our local, big race and it\'s cool to be\r\nable to run around our town and see a lot of people I know. People say\r\nit\'s hard, but I\'m used to it, so it doesn\'t bother me.”\r\n

\r\n

\r\n
\r\nWant to run?\r\n

\r\n

\r\nRegistration\r\nis now open for the 10th annual Asheville Citizen-Times Half-Marathon\r\nand 5K Run and Walk, presented by Mission Health System.\r\n

\r\n

\r\nWhen: The Half-Marathon starts at 7:30 a.m. and the 5K run and walk starts at 8 a.m. Sept. 12.\r\n

\r\n

\r\nWhere: Start/finish line is at 14 O. Henry Ave. in front of the Citizen-Times building.\r\n

\r\n

\r\nThe\r\nhalf marathon will be part of the 2008-2009 Running Journal Grand Prix\r\nand the 2008 Asheville Track Club Michelob Ultra Grand Prix.\r\n

\r\n

\r\nEntry fee: $35 for half-marathon before Sept. 5; $40 after. $20 for 5K before Sept. 5, $25 after.\r\n

\r\n

\r\nRegistration: www.active.com.\r\n

\r\nInformation: Call or visit www.CITIZEN-TIMES.com/livingwell and click on the “Half-Marathon” link.\r\n

\r\n \r\n

\r\n

\r\n Karen Chávez\r\n• May 17, 2009\r\n

\r\n',1,2,0,2,'2009-05-18 13:24:35',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-05-17 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,137,'','',0,16),(340,'County may extend moratorium','County may extend moratorium','

\r\nBuncombe County commissioners will consider\r\ncontinuing a temporary ban on controversial businesses until the county\r\ncan work out a new zoning ordinance.\r\n

\r\n','County commissioners unanimously approved the moratorium on 14 types of businesses in April.\r\n

\r\nThe\r\nboard will hold a public hearing on the extending the moratorium at its\r\nregular meeting at 4:30 p.m. today at the county offices at 30 Valley\r\nSt. in downtown Asheville.\r\n

\r\n

\r\nBoard\r\nof Commissioners Chairman David Gantt said the moratorium would prevent\r\napproval of land uses people might find most objectionable without\r\nhalting all development activity until the county could re-adopt its\r\nzoning ordinance.\r\n

\r\n

\r\nThe\r\nstate Court of Appeals struck down the zoning ordinance March 17,\r\nsaying the county did not follow proper procedures when it adopted the\r\nordinance in 2007.\r\n

\r\n

\r\nCounty planning director Jim Coman said he has received no complaints about the temporary moratorium.\r\n

\r\n

\r\nThe\r\nnew businesses banned for now include adult entertainment\r\nestablishments; amusement parks; asphalt plants; chip mills; concrete\r\nplants; hazardous waste facilities; incinerators; junkyards; landing\r\nstrips; mines and quarries; motor sports facilities; outdoor shooting\r\nranges; slaughtering plants; and solid waste management facilities.\r\n

\r\n

\r\nIn\r\nother business on the agenda, commissioners are scheduled to continue\r\ntheir discussion of the $313 million county budget for the fiscal year\r\nstarting in July.\r\n

\r\nCounty\r\nManager Wanda Greene proposed the budget, which relies on $5.9 million\r\nin cuts from last year\'s budget to maintain the current property tax\r\nrate of 52.5 cents.\r\n

\r\nBy Dale Neal\r\n• May 19, 2009\r\n

\r\n',1,2,0,2,'2009-05-19 10:51:43',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-05-19 10:50:55','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,136,'','',0,97),(341,'Asheville leads as vegetarian city','Asheville leads as vegetarian city','When Leslie Armstrong walks around Asheville wearing a T-shirt emblazoned with the word “vegan,” she undoubtedly gets stares.\r\n','But most people don\'t stop the 53-year-old to ask her what her shirt\r\nmeans or give her strange looks — instead she gets a lot of comments\r\nlike “right on,” “good for you” or “me, too.”\r\n

\r\n“Asheville\r\nis an incredibly vegetarian-friendly town,” said Armstrong, who owns\r\nRosebud Video. “Every restaurant you go to knows what you are talking\r\nabout when you say vegan. … I haven\'t been to a restaurant in town that\r\nreally couldn\'t accommodate me, and not just accommodate me, but I\r\nenjoy what I am getting.”\r\n

\r\n

\r\nAbout\r\n2 percent of adults identified themselves as vegetarian in a 2006 poll\r\nby the Vegetarian Resource Group, and that number may be closer to 4\r\npercent today, according to Amy Lanou, assistant professor of health\r\nand wellness at UNC Asheville.\r\n

\r\n

\r\n“I think it is my sense that more young people are choosing vegetarianism,” she said. “I do think the numbers are increasing.”\r\n

\r\n

\r\nJoe\r\nWalsh, who runs a local vegetarian support group, ashevilleveg.com,\r\nsaid the percentage of vegetarians in Asheville may be even higher,\r\naround 10 percent. The city was named the No. 1 Best\r\nVegetarian-friendly Small City in the United States by GoVeg.com a few\r\nyears ago, based on its abundance of meat-free restaurants, coffee\r\nshops, bakeries and markets.\r\n

\r\n

\r\nWalsh\'s\r\ngroup, which hosts events and potlucks, has grown from a handful of\r\npeople four years ago to more than 400 today, and he said that he knows\r\nof members of his group who have chosen to move to Asheville because of\r\nits vegetarian-friendly reputation.\r\n

\r\n

\r\nIngles\r\nDietitian Leah McGrath said she has seen a recent increase in e-mails\r\nand phone calls from customers inquiring about vegetarian and vegan\r\nproducts the supermarkets carry, and that some stores, especially those\r\nin parts of Asheville, now carry many vegan and vegetarian products in\r\nresponse to what people are asking for.\r\n

\r\n

\r\n“I\r\nthink there is a convergence of factors,” Lanou said. “Asheville is\r\nknown as a health center, there are a lot of people concerned about the\r\nenvironment, there is a big arts community — all are communities that\r\nwill look to vegetarianism as an eating style for various reasons.”\r\n

\r\n

\r\nBy Nanci Bompey\r\n• May 19, 2009\r\n

\r\n

\r\n \r\n

\r\n',1,2,0,2,'2009-05-20 12:07:19',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-05-19 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,135,'','',0,115),(342,'Plan D: Downtown Master Plan delivered to City Council','Plan D: Downtown Master Plan delivered to City Council','By the time the Downtown Master Plan came before the Asheville City\r\nCouncil May 12, they were just about the only group in town that hadn’t\r\nalready commented on it.\r\n','

\r\nThe two-year process of crafting the plan entailed some 5,000 hours of\r\nvolunteer time, mostly by members of the Downtown Master Plan Advisory\r\nCommittee, said project manager Sasha Vrtunski. David Dixon\r\nof consultants Goody Clancy said he’s received thousands of comments\r\nthrough a series of well-attended community forums and via e-mail.\r\n

\r\n

\r\nOn top of the $170,000 paid to Goody Clancy, city staff put in about\r\n$30,000 worth of time, according to Vrtunski. The plan was originally\r\nslated to be unveiled to the public last winter, but the deadline was\r\npushed back so advisory committee members could try to work out their\r\ndifferences. The plan’s presentation to Council, originally scheduled\r\nfor March, was also delayed to allow for more back-and-forth between\r\nthe committee and the consultants.\r\n

\r\n

\r\nDuring that time, the project received extensive media attention,\r\nand the draft plan posted online drew objections from assorted\r\ncommunity activists. Meanwhile, the Downtown Commission, Technical\r\nReview Committee and Planning & Zoning Commission have all given\r\nthe document a thumbs-up. Not to mention that by the time Dixon stood\r\nbefore Council two hours into its five-hour session, he and his team\r\nhad already given the same presentation four times that very day.\r\n

\r\n

\r\nThe first of those appearances, at a 9 a.m. meeting in the city’s\r\nOffice of Economic Development on Haywood Street, served as both a\r\ndress rehearsal and a pep rally.\r\n

\r\n

\r\nIn attendance were members of the Downtown Commission and the advisory committee, and Pat Whalen,\r\nwho serves on on both groups, noted that although the advisory\r\ncommittee included some folks who were polar opposites, they’d somehow\r\nmanaged to find common ground. (See commentary, “The Long Road Toward\r\nHarmony,” elsewhere in this issue.)\r\n

\r\n

\r\n“This has been two years of work. Let’s send it off in a good way,” Whalen urged.\r\n

\r\n

\r\nVice Mayor Jan Davis was also on hand. Serving on the\r\nDowntown Commission, he said, had familiarized him with the plan, but\r\nhe cautioned that his Council colleagues would probably raise questions\r\nabout certain elements, particularly the recommended development-review\r\nprocess ("because that’s what [City Council is] involved in") and the\r\n“community improvement district,” previously called the “business\r\nimprovement district” (see “Taking Care of BIDness,” March 18 Xpress). City leaders, noted Davis, may be sensitive to any implication that they need help supplying essential services to downtown.\r\n

\r\n

\r\nThe warning came despite the fact that the Council agenda listed the\r\nitem as merely an opportunity for Council members to hear the\r\npresentation and ask questions. The public hearing and formal\r\ndeliberation would not come for another two weeks, and implementing\r\nsome plan elements could take years. But with Council members up for\r\nre-election this year, noted Davis, some might seize the opportunity to\r\ntake a political stand. “It is the silly season,” he observed.\r\n

\r\n

\r\nIn the event, however, Davis proved to be only partly right. Council\r\nmembers did target both the development-review and CID components, but\r\nspeechifying was kept to a minimum, and much of the discussion centered\r\non the community’s involvement and investment in the plan.\r\n

\r\n

\r\n“This is a community that wanted seriously to plan for their future\r\nand to act upon it,” Dixon told Council. And the final draft, he said,\r\nis an attempt to “make sure they all saw themselves in this plan,\r\nwhether they were artists or business owners or developers.”\r\n

\r\n

\r\nArchitect Tom Gallaher, who worked with the consultants as\r\na local liaison, pointed out that it has already generated some\r\nmomentum in the community. Among the plan’s many recommendations, for\r\nexample, is establishing an artists’ resource center, and one local\r\ngroup is already discussing how to make it happen. “The plan is ready\r\nto be implemented—and in some ways [is] already being implemented,”\r\nsaid Gallaher.\r\n

\r\n

\r\nCouncil member Robin Cape noted that community concern over\r\nproposed changes in the process for reviewing new development had\r\nprompted her to meet with people involved in the project to find out\r\nmore about what she called “those sticky wickets.” But she added, “I’m\r\nexcited about the foundation it’s given us.”\r\n

\r\n

\r\nOn the same theme, Council member Brownie Newman indicated\r\nthat he’ll want more discussion of the proposed review process, in\r\nwhich existing, Council-appointed bodies would have the final say on\r\nmost new development, with only the largest projects ever coming before\r\nCouncil. That seems to fit with recent experience, he noted, citing\r\nsuch controversial projects as The Ellington hotel/condos, which City\r\nCouncil approved amid considerable furor.\r\n

\r\n

\r\n “It’s kind of the big ones people have questions about,” said\r\nNewman, adding, “When I look at this chart, it looks like the big ones\r\nthat come back here.”\r\n

\r\n

\r\nBut Council members, he maintained, will always rely on opinions and\r\nimpressions as well as hard technical guidelines. The massive Haywood\r\nPark project, for instance, was withdrawn after Council complained that\r\nit was out of scale with its surroundings. “Don’t bring it to us if you\r\ndon’t want our opinion,” Newman warned.\r\n

\r\n

\r\nCouncil member Carl Mumpower, meanwhile, had both general\r\nand specific criticisms of the plan. “I do not think efforts to exert\r\ncontrol downtown is the best use of our time and resources,” he\r\nobserved.\r\n

\r\n

\r\nMost of his attention, however, was focused on the proposed\r\ncommunity improvement district, in which owners of businesses within\r\nthe downtown district would pay a special tax to fund enhanced services\r\nmanaged by an independent body. Downtown property, said Mumpower,\r\nalready generates a good portion of the city’s tax base, and property\r\nowners have a right to expect a certain level of service in return.\r\nEven more controversial is the “community benefits plan,” which calls\r\nfor taxing all property transfers and new development within a\r\nspecified area to provide a funding source for downtown initiatives\r\napproved by City Council. The advisory committee’s pro-development\r\nfaction has vehemently opposed the plan, Vrtunsky noted, saying, “We\r\nknow that’s not a widely loved idea.”\r\n

\r\n

\r\nDavis, himself a downtown property owner, said he shares those\r\nconcerns, at least for the time being. “I’m not sure I’m ready to sign\r\noff on this either,” he revealed. “But someday, I might have some\r\ninterest in that.”\r\n

\r\n

\r\nBut the vice mayor, who was running the meeting because Mayor Terry Bellamy\r\nwas caring for a sick child, pointed out that there’s a lot more in the\r\nplan than can be addressed in a 20-minute presentation, urging city\r\nresidents to bone up on it in preparation for the public hearing.\r\n

\r\n

\r\nMeanwhile, community response is already coming in. Activist Steve Rasmussen,\r\nwho bent the consultants’ ears at several public forums, has circulated\r\nan e-mail criticizing the lack of an appeals mechanism for residents in\r\nthe proposed development-review system.\r\n

\r\n

\r\nCouncil took no formal action other than unanimously setting\r\nTuesday, May 26, as the date for the public hearing and Council vote on\r\nwhether to accept the plan. Implementing its various components and\r\nrecommendations would require separate Council votes at some future\r\ntime. The proposed master plan is available online at http://www.ashevillenc.gov/downtownmasterplan.\r\n

\r\n

City urges CTS cleanup

\r\n

\r\nThe former CTS site on Mills Gap Road—the subject of prolonged and\r\ncontinuing controversy concerning the contamination of neighboring\r\nresidents’ wells—is not within the city’s jurisdiction. But that didn’t\r\nprevent Council members from taking a stand on negotiations between the\r\nElkhart, Ind.-based CTS Corp. and the state Department of Environment\r\nand Natural Resources concerning voluntary remedial action.\r\n

\r\n

\r\nUnder state law, such a deal would cap the company’s liability for\r\ncleaning up the site at $3 million. But residents say the deal would\r\nlet CTS off the hook without accomplishing the needed cleanup. In a May\r\n5 letter to Gov. Bev Perdue‘s\r\noffice, the Buncombe County Board of Commissioners urged that the\r\ndiscussion not result in allowing “those responsible to limit their\r\naccountability” (see “Buncombe Commissioners,” April 29 Xpress).\r\n

\r\n

\r\nA similar resolution opposing the agreement and calling for a “full and\r\nproper cleanup” was originally on Council’s consent agenda (items\r\ntypically approved as a group without discussion), but at Mumpower’s\r\nrequest, the resolution was set aside so that Council could consider\r\nincluding stronger language.\r\n

\r\n

\r\nCape agreed, saying it needed to convey the message that the site is\r\na serious hazard and that cleanup is long overdue. “Voluntary\r\nremediation would have been great if it had been done in a timely\r\nmanner,” she said. “We don’t need you to tell us whether you think it\r\nis a threat. We want you to be reminded that it is a threat.”\r\n

\r\n

\r\nThat position was backed by comments from neighbors of the site who spoke during a public-comment period.\r\n

\r\n

\r\n“This is completely voluntary; there’s nothing forceable about this,” resident Barry Durand said about the proposed deal. “This is an incredible golden parachute for everyone.”\r\n

\r\n

\r\nResident Tate MacQueen agreed, proclaiming, “We cannot have a voluntary remediation by the very criminal who committed the crime.”\r\n

\r\n

\r\nCouncil members unanimously approved the amended resolution. “This\r\nis something we don’t have to do, but it’s good when local government\r\nsteps out and takes a position,” noted Davis. \r\n

\r\n

\r\nby Brian Postelle in Mountain Xpress Vol. 15 / Iss. 43 on 05/20/2009 \r\n

\r\n',1,2,0,2,'2009-05-20 12:09:12',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-05-20 12:07:26','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,134,'','',0,141),(343,'Dining hits the street: A guide to dining al fresco downtown','Dining hits the street: A guide to dining al fresco downtown','

\r\nIn Asheville, downtown diners take the\r\nconcept of dining out seriously — and literally. They\'re not just\r\ndining out, they\'re dining outside.\r\n

\r\n','Just take a stroll around town on a lovely evening, and you\'ll find\r\nyourself dodging waiters on the sidewalk and overhearing snippets of\r\nchat among diners at packed tables. Oh, and you might even see Grover\r\ntied to the table, barking at a banjo-wielding busker.\r\n

\r\nIt\'s\r\na crucial part of downtown\'s identity, said Michel Baudouin owner and\r\nchef of Bouchon French Bistro, at 62 N. Lexington Ave. “It\'s very big,”\r\nhe said. “The minute you can have a table outside, people want to be\r\nthere.”\r\n

\r\n

\r\nAs\r\nBaudouin noted, if restaurateurs can squeeze in just one table outside,\r\nthey are going to do it. This means downtown has quite a range when it\r\ncomes to outdoor dining: There are places like Loretta\'s on Patton\r\nAvenue, a slim sandwich shop indoors, that have just one table, to\r\nplaces like Hannah Flanagan\'s, which has a multilevel courtyard on\r\nBiltmore Avenue.\r\n

\r\n

\r\nThis season, there are a few notable changes involving downtown outdoor dining options that happened during the winter months:\r\n

\r\n

\r\n•\r\nOld Europe Bistro on Lexington Avenue was home to some of the most\r\nexpansive outdoor dining downtown but didn\'t make it through the\r\nrecession and closed early this year.\r\n

\r\n

\r\n•\r\nCafé Posana, which is opening Thursday in the former location of Café\r\non the Square on Biltmore at Pack Square, will take advantage of the\r\noutdoor dining area that\'s been vacant since Martha Nell\'s closed this\r\nwinter, according to a news release about the new venue.\r\n

\r\n

\r\n•\r\nAnd at Bouchon (350-1140), patient patrons will have an updated patio\r\narea to enjoy drinks as they wait for tables, Baudouin said. Zambra on\r\nWalnut Street also revamped its outdoor area, adding an opulent iron\r\ngate that extends the restaurant\'s indoor ambiance to the outside\r\ncorridor.\r\n

\r\n

\r\n“When people sit outside,” said chef Adam Bannasch, “it gives it a real European feel here. It\'s pretty popular.”\r\n

\r\n

\r\nHere\'s a partial list of other restaurants where you can enjoy a bite downtown in the warm spring air:\r\n

\r\n

\r\n• Asheville Pizza and Brewing: Pizza, sandwiches, local brew; 77 Coxe Ave.; 255-4077.\r\n

\r\n

\r\n• Bistro 1896: Creative American; 7 W. Pack Square; 251-1300.\r\n

\r\n

\r\n• Café Ello: Breakfast, sandwiches; 64 Haywood St.; 252-8333.\r\n

\r\n

\r\n• Cats & Dawgs: Hot dogs, fried fish; Grove Arcade on Page Ave.; 281-8100.\r\n

\r\n

\r\n• Carmel\'s: Bistro and comfort food, Grove Arcade on Page Ave.; 252-8730.\r\n

\r\n

\r\n• Chorizo: Latin American; Grove Arcade on Page Ave.; 350-1332.\r\n

\r\n

\r\n• College Street Pub: Pub and grill; 4 College St.; 232-0809.\r\n

\r\n

\r\n• Flying Frog Café: American and Indian; Battery Park Ave. at Haywood Street; 254-9411.\r\n

\r\n

\r\n• Hannah Flanagan\'s: Irish pub; 27 Biltmore Ave.; 252-1922.\r\n

\r\n

\r\n• Havana Restaurant: Cuban; Battle Square at Page Avenue; 252-1611.\r\n

\r\n

\r\n• Heiwa Shokudo: Japanese food, sushi; 87 N. Lexington Ave.; 254-7761.\r\n

\r\n

\r\n• Jack of the Wood: Upscale pub; 95 Patton Ave.; 252-5445.\r\n

\r\n

\r\n• Jerusalem Garden Café: Mediterranean; 78 Patton Ave.; 254-0255.\r\n

\r\n

\r\n• Laughing Seed Café: Vegetarian; 40 Wall St.; 252-3445.\r\n

\r\n

\r\n• Loretta\'s: Sandwiches, soup, lunch only; 27 Patton Ave.; 253-3747.\r\n

\r\n

\r\n• Mayfel\'s: Comfort food with Cajun and Southern flair; 22 College St.; 252-8840.\r\n

\r\n

\r\n• Mellow Mushroom Pizza Bakers: Also sandwiches, salads; 50 Broadway St.; 236-9800 .\r\n

\r\n

\r\n• Modesto: Italian; Grove Arcade on Page Ave.; 225-4133.\r\n

\r\n

\r\n• Rankin Vault Cocktail Lounge: International; 7 Rankin Ave.; 254-4993.\r\n

\r\n

\r\n• Thai Basil Restaurant: Traditional; Grove Arcade on Page Ave.; 258-0036.\r\n

\r\n

\r\n• The Green Sage Coffeehouse & Café: Breakfast, sandwiches; 5 Broadway St.; 252-4450.\r\n

\r\n

\r\n• The New French Bar Courtyard Café: Tapas, sandwiches, salads; 12 Biltmore Ave.; 225-6445.\r\n

\r\n

\r\n• The Noodle Shop: Chinese; W. Pack Square; 250-9898\r\n

\r\n

\r\n• Salsas: Mexican with Caribbean twist; 6 Patton Ave., 252-9805.\r\n

\r\n

\r\n• Subway: Sandwich fast food, 33 Battery Park Ave., 225-7841\r\n

\r\n

\r\n• Tupelo Honey Café: Southern food; 12 College St.; 255-4863.\r\n

\r\n

\r\n• Thirsty Monk: Appetizers, sandwiches with European feel; 92 Patton Ave.; 254-5470.\r\n

\r\n

\r\n• Wasabi: Japanese, sushi; 19 Broadway St.; 225-2551.\r\n

\r\n

\r\n• Woolworth Walk: 25 Haywood St.; 254-9234\r\n

\r\n• Zambra: Tapas; 85 W. Walnut St.; 232-1060.\r\n

\r\n \r\n

\r\n',1,2,0,2,'2009-05-20 12:11:11',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-05-20 12:10:14','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,133,'','',0,138),(344,'Council out of step with citizenry on threat to historic Basilica','Council out of step with citizenry on threat to historic Basilica','

\r\nThe Basilica of St. Lawrence turns 100 years\r\nold this year. Designed and built by famed Spanish architect Rafael\r\nGustavino and finished in 1909, it remains one of the most beautiful\r\nbuildings in Asheville.\r\n

\r\n','Four years ago, the Basilica was\r\nthreatened by plans for a five-story building across the street that\r\nwould have dwarfed this historic landmark. That plan, now rejected,\r\nincluded a six-story parking deck that would wrap around the Battery\r\nPark Apartments. Public outcry stopped that thoughtless plan, but now\r\nthe developers are back.\r\n

\r\nCity Council plans to sell the\r\nthree city-owned parcels in front of the Basilica to the McKibbon Hotel\r\nGroup in the next month or two. Once again, they are planning a\r\nhigh-rise — but this time, a hotel just 50 paces away from the front\r\ndoor of the Basilica.\r\n

\r\n

\r\nAnd sadly, once again, this\r\nbeautiful church is threatened. But this time, the building will be\r\neven taller — 10 stories instead of five – and more massive than the\r\nfirst building that was planned for that space.\r\n

\r\n

\r\nThere are\r\nlots of good reasons to oppose this idea. We’ll lose more than 100\r\ndowntown parking spaces, and the years of construction will hurt nearby\r\nbusinesses that are already struggling and facing difficult economic\r\ntimes.
\r\nThose are temporary problems, but a huge building in front of\r\nour historic church will remain there forever — a permanent eyesore —\r\nand a testament to our shortsighted vision.\r\n

\r\n

\r\nAsheville city\r\nresidents have already spoken out on this issue. Last year they ran a\r\nfull page ad in the Citizen-Times with a petition from local residents\r\nasking City Council to put a park in front of the Basilica instead of\r\nanother building. Why isn’t our City Council listening?\r\n

\r\n

\r\nParks\r\nand trees cool and clean the air. Green spaces make cities livable and\r\nthey appeal to the tourists — a backbone of our economy. Asheville also\r\nneeds an open-view corridor between some of her lovely and large\r\ndowntown buildings, like the Grove Arcade, the Battery Park Apartments,\r\nPack Memorial Library and the Basilica.
\r\nCity Council recently\r\ncriticized the county commissioners for selling our public land at Pack\r\nSquare. But the plan here is no better: no competing bids and an\r\nout-of-scale high-rise to be built directly in front of a historic\r\nbuilding.\r\n

\r\n
\r\n(2 of 2)
\r\n

\r\nWhy\r\nis City Council giving so little publicity to this sale? And why\r\ndoesn’t it want meaningful citizen input? Before it votes yes — on a\r\nland sale that will forever change downtown Asheville — perhaps City\r\nCouncil should require a scale model be built to illustrate how this\r\nnew building will impact the surrounding area.
\r\nIt’s a bad idea to\r\nplace such a massive building in the face of the Basilica. We’re lucky\r\nto have this historic landmark at the entrance to our fair city, and it\r\nshould not be overshadowed by a modern high-rise hotel.\r\n

\r\n

\r\nWe\r\nare just now celebrating the 75th anniversary of the Great Smoky\r\nMountains National Park, and officials are praising the foresight and\r\nwisdom shown by those who set this land aside. Where is the foresight\r\nand wisdom for our fair city?
\r\nThis high-rise is a bad idea and a terrible birthday present for the Basilica of St. Lawrence — and for the people of Asheville.
\r\n
\r\nElaine\r\nLite is chair of Mountain Voices Alliance and a board member of\r\nAsheville PARC (People Advocating Real Conservancy). She lives in\r\nAsheville and can be reached at info@mvalliance.net.\r\n

\r\n

\r\nWhy is City Council giving so little publicity to this sale? And why\r\ndoesn’t it want meaningful citizen input? Before it votes yes — on a\r\nland sale that will forever change downtown Asheville — perhaps City\r\nCouncil should require a scale model be built to illustrate how this\r\nnew building will impact the surrounding area.
\r\nIt’s a bad idea to\r\nplace such a massive building in the face of the Basilica. We’re lucky\r\nto have this historic landmark at the entrance to our fair city, and it\r\nshould not be overshadowed by a modern high-rise hotel.\r\n

\r\n
\r\nWe\r\nare just now celebrating the 75th anniversary of the Great Smoky\r\nMountains National Park, and officials are praising the foresight and\r\nwisdom shown by those who set this land aside. Where is the foresight\r\nand wisdom for our fair city?
\r\nThis high-rise is a bad idea and a terrible birthday present for the Basilica of St. Lawrence — and for the people of Asheville.
\r\n
\r\nElaine\r\nLite is chair of Mountain Voices Alliance and a board member of\r\nAsheville PARC (People Advocating Real Conservancy). She lives in\r\nAsheville and can be reached at info@mvalliance.net.\r\n
\r\n
\r\n \r\n
\r\n
\r\nElaine Lite\r\n• May 20, 2009
\r\n
\r\n

\r\n \r\n

\r\n
\r\n',1,2,0,2,'2009-05-20 12:12:39',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-05-20 12:11:42','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,132,'','',0,109),(345,'ADA Gift to the Pritchard Park Drum Circle','ADA Gift to the Pritchard Park Drum Circle','

\r\nThe Asheville Downtown Association (ADA) will present\r\nseveral drums and musical accessories to members of the Asheville Drum Circle\r\non Friday, May 22 at 7pm.\r\n

\r\n

\r\n“We are so fortunate have this group of people who create\r\nthis music in Pritchard Park. The circle encourages participation and we are\r\ndonating instruments to support their activities,” says Byron Greiner,\r\npresident of the ADA Board of Directors.\r\n

\r\n','

\r\nThe drums donated by the ADA will be available to\r\nattendees and passersby to get in on the fun. The largest gift, a 55-gallon dun\r\ndun, provides a rhythmic foundation for the group. The association also donated\r\ntwo djembes, an ashiko, a cowbell, three sets of claves and three shakers. \r\n

\r\n

\r\n“We’re really grateful for the support of the Asheville\r\nDowntown Association and downtown businesses. This donation gives people who\r\ncome without an instrument a way to connect to the group,” says Larry McDowell,\r\none of the event’s organizers involved with the drum circle since its beginning\r\nin 2001. \r\n

\r\n

\r\nThe Asheville Drum Circle cranks up Friday nights\r\nbeginning about 7pm in Pritchard Park in downtown Asheville. With dozens of\r\ndrummers and hundreds of spectators, the circle has become one of Asheville’s\r\nmost popular events. \r\n

\r\n

\r\n“The Asheville Downtown Association supports the cultural\r\ndiversity of our downtown. We encourage all Ashevillians to come and listen or\r\neven better join in the fun at the park,” adds Greiner. \r\n

\r\n

\r\nThe Asheville Downtown Association is a membership\r\norganization committed to being the voice of downtown. For more information,\r\nvisit www.ashevilledowntown.org\r\nor call 828-251-9973.\r\n

\r\n',1,2,0,2,'2009-05-20 12:15:09',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-05-20 12:13:58','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,131,'','',0,152),(347,'Downtown Association donates drums at tonight’s Pritchard Park circle','Downtown Association donates drums at tonight’s Pritchard Park circle','

\r\nThe Pritchard Park drum circle is well underway this season, but\r\ntonight’s Friday-night thundering will get an extra boost from the\r\nAsheville Downtown Association.\r\n

\r\n','

\r\nThe ADA is donating several drums, including a 55-gallon dun dun, to\r\nthe already-strong showing of rhythm instruments at the park.\r\n

\r\n

\r\nThe move marks an endorsement of an event that has sometimes found\r\nitself on uncertain ground. Originally loosely organized, the circle\r\nfound itself contending with events pre-booked through the city’s Parks\r\nand Recreation Department. And in 2006, the drum circle was dispersed\r\nby police after noise complaints. But drumming soon resumed after a dialog between organizers and police. A year later, the drum circle was identified by the city’s Parks and Recreation Department as one of the city’s “anchor events.”\r\n

\r\n

\r\nNow, the ADA has joined in the drum love, donating instruments for those who want to participate but don’t have drums.\r\n

\r\n

\r\n“We are so fortunate to have this group of people who create this music in Pritchard Park,” said ADA President Byron Greiner in a press release. “The circle encourages participation, and we are donating instruments to support their activities.”\r\n

\r\n

\r\nThe ADA’s presentation of drums will happen tonight at 7 p.m. in Pritchard Park.\r\n

\r\n

\r\n— Brian Postelle, staff writer Mountain Xpress\r\n

\r\n',1,2,0,2,'2009-05-27 10:39:21',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-05-22 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,129,'','',0,16),(348,'Downtown association donates drums to drum circle','Downtown association donates drums to drum circle','Larry McDowell remembers when a handful of drummers decided to start a drum circle at downtown Asheville\'s Pritchard Park.\r\n','Now, a typical crowd at the Friday night summer staple can swell to\r\n300. To keep the beat going strong, the Asheville Downtown Association\r\non Friday presented the drum circle with several drums and accessories.\r\n

\r\n\r\n“I\'m very honored and thankful,” McDowell said of the gift. “It gives\r\npeople who want to play but don\'t have an instrument a chance to play,\r\nand I think that\'s great.”\r\n

\r\n

\r\n\r\nThe association donated a 55-gallon dun dun, two djembes, an ashiko, a\r\ncowbell, three sets of claves and three shakers to the drum circle,\r\nwhich has been active since 2001, according to a news release. The\r\ndrums and accessories cost about $1,000 and were made locally, said Joe\r\nMinicozzi, vice president of the association\'s board of directors.\r\n

\r\n

\r\n\r\n“It\'s become a part of downtown. These folks show up every Friday and\r\nmake downtown fun, and we wanted to give them a sign of appreciation,”\r\nMinicozzi said. “It\'s a small gift, but it\'s something that they can\r\ncontinually give to people, so it broadens the spirit of community.\r\n

\r\n

\r\n “It\'s a unique thing. Not a lot of cities have this.”\r\n

\r\n

\r\n\r\nMcDowell, who said he misses only one or two drum circles a year, said\r\nthe Downtown Association would provide a place to store the drums.\r\nThree or four people will have access to the drums.\r\n

\r\n

\r\n\r\nThe drum circle isn\'t just for drummers. Several people show up to\r\ndance and many others just listen to the cacophony of dozens of drums\r\nfollowing the same rhythm.\r\n

\r\n

\r\n\r\nJamie Scott, of Asheville, showed up Friday with a djembe slung around\r\nher shoulder. Although she said she doesn\'t play it — “pounding is more\r\nlike it,” she joked — the peaceful atmosphere at the drum circle is\r\nwhat keeps her coming back.\r\n

\r\n

\r\n\r\n“Look at all these people. Nobody\'s fighting, nobody acts up. It\'s just\r\na really cool place, with a diverse population,” she said. “That\'s why\r\nI keep coming.”\r\n

\r\n

\r\n\r\nWeaverville resident Phillip Komar said he\'s been coming to the drum\r\ncircle for about four years and tries to come every week, “if we can\r\nget away from daily life.”\r\n

\r\n

\r\n “Everybody comes. It doesn\'t matter if you\'re a tourist, a local, young or old,” he said. “Everybody is here.”\r\n

\r\n

\r\nBy Mike McWilliams \r\n• May 23, 2009 \r\n

\r\n',1,2,0,2,'2009-05-27 10:45:01',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-05-23 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,128,'','',0,133),(349,'Comments sought on public art placement','Comments sought on public art placement','The City of Asheville Parks, Recreation and Cultural Arts Department\r\nand the City of Asheville Public Art Board is soliciting public comment\r\nregarding the placement of the Energy Loop – Asheville’s first piece of\r\npublic art. A five-question online survey is available on the Asheville\r\nParks, Recreation and Cultural Arts Department website at www.ashevillenc.gov/parks. The survey is open until July 15.\r\n

\r\nCreated\r\nby local artist Dirk Cruiser, the Energy Loop was commissioned by\r\nQuality Forward (now Asheville Greenworks) and installed in Pack Square\r\nPark. In 2006, the Energy Loop was removed for restoration and repair\r\nbefore a new location was identified. The newly proposed location is in\r\na new plaza adjacent to the new County parking deck on South College\r\nStreet in Downtown Asheville across from the Buncombe County\r\nCourthouse. \r\n

\r\n

\r\nThe reinstallation will be funded with money previously raised by the City of Asheville Public Art Board.\r\n

\r\n

\r\nStaff Reports\r\n• May 20, 2009 \r\n

\r\n','',1,1,0,1,'2009-05-27 10:51:09',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-05-20 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,15,'','',0,127),(350,'Tight budgets may cut bus service','Tight budgets may cut bus service','Bus service to Black Mountain and Weaverville could end later this year\r\nif local officials are unable to overcome the loss of federal money for\r\nthe service.\r\n','An examination commissioned by the N.C. Department of Transportation\r\nfound the bus routes do not meet the definition of “intercity” bus\r\nservice for a federal program that has been a major source of funds to\r\noperate the service. DOT administers the federal funding.\r\n

\r\n Local and state officials are looking for ways to change the routes so they will be eligible again.\r\n

\r\n

\r\n\r\nBuses operated by Asheville Transit run five times a day each way along\r\nU.S. 70 to downtown Black Mountain and five times daily to downtown\r\nWeaverville. A Mountain Mobility route in Black Mountain connects with\r\nthe Asheville Transit bus there and also is affected.\r\n

\r\n

\r\n\r\nAbout 54,000 people a year ride the Asheville-Black Mountain bus and\r\nanother 26,000 use the Weaverville bus, said Heather Strassberger, a\r\ntransportation planner for the French Broad Metropolitan Planning\r\nOrganization, a group of local governments that works with the state on\r\ntransportation plans and priorities.\r\n

\r\n

\r\n\r\nThe federal government initially picked up a little less than half of\r\nthe cost of each service when they began, in 2002 to Black Mountain and\r\nin 2005 to Weaverville. However, after several years of operation, the\r\nstudy for DOT determined the routes, as currently configured, should\r\nnot be funded through the program.\r\n

\r\n

\r\n\r\nEnough money is in place to operate the service through Nov. 1,\r\nStrassberger said. “I don\'t want to alarm the public at this point\r\nbecause it\'s something that a lot of different stakeholders are working\r\non.”\r\n

\r\n

\r\n However,\r\ngiven the recession, “the reality for any local government at this\r\npoint is that they\'re not really in a position to chip in for something\r\nthat federal or state funding has been lost for,” Strassberger said.\r\n

\r\n

\r\n\r\nAsheville Transit is looking at ways to change the service so it would\r\nagain be eligible for federal money, said Mariate Echeverry, head of\r\nthe system.\r\n

\r\n

\r\n“If the state or the federal government doesn\'t fund these routes, we most likely would discontinue them,” she said.\r\n

\r\n

\r\nA wide variety of people use the Black Mountain route, including\r\nsome riders who have no other means of getting to work and retirees on\r\ntheir way to medical appointments or shopping, said Marcy Onieal, Black\r\nMountain town manager.\r\n

\r\n

\r\n “It would certainly be quite a loss,” she said.\r\n

\r\n

\r\n\r\nBlack Mountain service costs about $324,000 a year to operate,\r\nEcheverry said. Roughly $34,000 of that comes from fare box revenue and\r\nlocal governments. NCDOT and the federal government have each given\r\nhalf of the remaining $290,000.\r\n

\r\n

\r\n\r\nThe annual budget for the Weaverville service is $158,000, and the\r\nfederal and state government have split the bulk of that cost as well.\r\n

\r\n

\r\n\r\nNCDOT picked up all but the local share for the current fiscal year for\r\nboth routes after the issue arose but has said it will not continue to\r\npay that much, Strassberger said.\r\n

\r\n

\r\n\r\nMiriam Perry, director of DOT\'s public transportation division called\r\nthe routes “a good service,” but said that DOT is responsible for\r\nensuring that the money is used as intended.\r\n

\r\n

\r\n She said she will be talking with local officials soon about some changes that could keep the routes going.\r\n

\r\n

\r\n\r\nLocal officials said they have been told DOT initially suggested the\r\nfederal program as a funding source. Perry said she is looking into\r\nthat issue.\r\n

\r\n

\r\n Echeverry said she would hate to see the service end.\r\n

\r\n

\r\n “These are very successful routes. Ridership has been growing throughout this year,” she said.\r\n

\r\n

\r\nMark Barrett \r\n• May 25, 2009 \r\n

\r\n

\r\n \r\n

\r\n',1,2,0,2,'2009-05-27 11:21:46',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-05-25 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,127,'','',0,84),(352,'Building opposition','Building opposition','The irregular patch of pavement at the corner of Haywood Street and\r\nPage Avenue in downtown Asheville is heating up again, and it’s not\r\njust the warmer weather. The city-owned parcel, adjacent to the Civic\r\nCenter and the Basilica of St. Lawrence, was once earmarked for a\r\nparking deck that proved highly controversial and was eventually\r\ncanceled. Now, however, the site is en route to becoming home to a\r\nseven-story hotel, and that prospect has both the Basilica and\r\nanti-high-rise activists up in arms.\r\n','

\r\nAsheville is working out a contract to sell the 0.77-acre property to\r\nthe McKibbon Hotel Group—the next step in a two-year process of finding\r\nsuitable developers for various city-owned parcels downtown. The\r\nHaywood Street property is one of three plots that have been the focus\r\nof that effort. The city’s initial request for qualifications—in which\r\ninterested firms submit a sort of extended resumé displaying past\r\nwork—resulted in nine companies making the cut for that site. But only\r\nMcKibbon followed up with a proposal.\r\n

\r\n

\r\nThe developer is proposing a seven-story, 130-room hotel featuring\r\n9,200 square feet of retail space and 130 parking spaces, some of which\r\nwould be public. The original proposal called for a 350-space deck,\r\nfulfilling a long-held city goal to increase public parking in that\r\npart of town. The parking component was scaled back, however, after the\r\ncity launched talks with AT&T to purchase its parking lot nearby,\r\nEconomic Development Director Sam Powers reports.\r\n

\r\n

\r\nBut the prospect of a seven-story building smack across the street has\r\nspurred Basilica officials into action. Basilica property manager Bud Hansbury\r\nhas met with city staff and Council members, asking that the city\r\neither develop a park on the site or increase the required setback for\r\nany development there. He’s also released a “Save the Basilica” video\r\nthat’s now making the rounds on the Internet. The proposed structure,\r\nhe told Xpress, would tower over the 1909-vintage Basilica and completely cut it off from downtown.\r\n

\r\n

\r\nMeanwhile, People Advocating Real Conservancy, a local grass-roots\r\ngroup, has gotten in the game, circulating e-mails and likening the\r\nplan to the controversial Parkside condominium project that’s the focus\r\nof a protracted legal battle.\r\n

\r\n

\r\nThis isn’t the first time the area around the Basilica has sparked\r\noutcry by activist groups. In 2005, the city scrapped a six-story\r\nparking deck planned for the area after the Basilica’s owner, the\r\nDiocese of Charlotte, backed out of an agreement to sell the city\r\nproperty needed for the project. The deck, which would have backed up\r\nup to the neighboring Battery Park Apartments, also prompted protest\r\ndemonstrations by sign-wielding tenants there. Canceling the project\r\nproved costly for the city, which had already invested $4 million to\r\nacquire adjacent parcels and design the deck. McKibbon’s initial bid\r\nfor the property was $2.3 million.\r\n

\r\n

\r\nPowers, meanwhile, points out that the whole process of seeking\r\nproposals has been “extensive and transparent,” with regular Council\r\nupdates since 2007. Both the hotel project and the land sale will still\r\nrequire Council approval before construction can begin.\r\n

\r\n
\r\nby Brian Postelle in Mountain Xpress Vol. 15 / Iss. 44 on 05/27/2009\r\n
\r\n

\r\n \r\n

\r\n',1,2,0,2,'2009-05-27 11:38:59',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-05-27 11:38:01','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,125,'','',0,107),(455,'New exhibit at Thomas Wolfe Memorial','New exhibit at Thomas Wolfe Memorial','Like many other distinguished authors, Thomas Wolfe had impactful\r\ninfluences that directed his literary path, which is explored in a new\r\nexhibit, “The Makings of an Artist.” This exhibit is available at the\r\nThomas Wolfe Memorial, open 9 a.m.-5 p.m. Tuesday-Saturday and 1-5 p.m.\r\nSunday. Exhibit halls are free of charge and self-guided.\r\n','

\r\nThe exhibit has been created and installed by the Wolfe Memorial’s\r\nnewest intern Bailey Cooke. She is a graduating senior at Belmont\r\nUniversity in Nashville, Tenn., receiving a degree in history and\r\nliterature.\r\n

\r\n

\r\nCooke\'s extensive interest in Southern literature brought her to the\r\nWolfe Memorial this summer, to explore Wolfe’s beginnings and create a\r\nbridge between the authors he read and the writer he became.\r\n

\r\n

\r\nThe memorial house is at 52 N. Market St., in downtown Asheville. More at 253-8304.\r\n

\r\n

\r\nStaff Reports \r\n• August 3, 2009 \r\n

\r\n

\r\n \r\n

\r\n',1,2,0,2,'2009-08-05 11:59:57',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-08-03 01:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,46,'','',0,165),(355,'First Baptist Church of Asheville','First Baptist Church of Asheville','
\r\nFirst Baptist Church of Asheville
\r\n5 Oak St
\r\nAsheville, NC 28801
\r\nwww.FBCA.net
\r\n
\r\n
\r\n','',1,11,0,18,'2009-05-28 10:48:38',71,'','2011-03-16 12:51:21',71,0,'0000-00-00 00:00:00','2009-05-28 10:46:58','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,19,'','',0,182),(362,'Asheville councilwoman: No 2nd run City leader cites redundant views','Asheville councilwoman: No 2nd run City leader cites redundant views','City Councilwoman Robin Cape, an outspoken proponent of Asheville\'s\r\ngreen movement, said Tuesday she won\'t run for a second term this year.\r\n','Cape cited concerns about money, family, her career and a sense her\r\nvoice had become redundant on the increasingly environmentalist elected\r\nbody. Her decision comes after the death of her father and separation\r\nfrom her husband.\r\n

\r\n\r\nSince her arrival on the council in 2005, the councilwoman said many of\r\nher primary issues, including reducing carbon emissions and increasing\r\nuse of alternative energy, had been taken up by others.\r\n

\r\n

\r\n\r\n“As this campaign season has unfolded, and I\'ve watched every candidate\r\nwho\'s stepped up … use the framework of sustainability as their\r\nplatform, there started to seem a sense of redundancy,” she said.\r\n

\r\n

\r\n Fellow councilmember Brownie Newman said Cape would still be missed.\r\n

\r\n

\r\n “She\'s clearly taken a big leadership role in efforts to make Asheville a more environmentally progressive city,” Newman said.\r\n

\r\n

\r\n\r\nCape formed a campaign committee in April, which state law says\r\ncandidates must do before raising money, but said she changed her mind\r\nafter spending time last month with friends in Florida.\r\n

\r\n

\r\n Cape said living in a solar-powered cabin with an organic garden in Roxboro were some of her most formative years.\r\n

\r\n

\r\n\r\nAfter she moved to the mountains, she and her husband, Ivo Ballentine,\r\nrenovated one of the region\'s oldest buildings in Weaverville. They\r\nopened an architectural salvage business that they later sold, allowing\r\nCape to retire.\r\n

\r\n

\r\n Cape, 52, also is the bass player and singer for the alt-country group, The Buckerettes.\r\n

\r\n

\r\n\r\nShe entered politics in 2003, winning election as a write-in candidate\r\nto the Woodfin Water District board following public outcry over a plan\r\nto log the watershed. She set her eyes on a council seat in 2004 and\r\nwas elected the next year.\r\n

\r\n

Successes and losses

\r\n

\r\n\r\nOn the council, she successfully pushed for the city to adopt U.S.\r\nGreen Building Council standards for its new buildings and to reduce\r\nenergy consumption by 2 percent annually.\r\n

\r\n

\r\nShe also championed the purchase of 32 acres for the new Beaucatcher\r\nOverlook Park and the creation of a downtown master plan that included\r\nbuilding height limits.\r\n

\r\n

\r\n Her attempt to cap the Asheville Civic Center with a roof with plants, though, didn\'t work.\r\n

\r\n

\r\n\r\nCape also found herself on the losing side of a referendum to switch\r\nthe council\'s election system from nonpartisan to partisan.\r\n

\r\n

\r\n One of the most difficult votes, she said, was a vote for the planned 23-story Ellington hotel on Biltmore Avenue.\r\n

\r\n

\r\n\r\nCape opposed the hotel\'s plan to turn part of the busy sidewalk into a\r\ncar entrance, but said developers\' promises to meet stringent\r\nenvironmental standards and to help with affordable housing won her\r\nover.\r\n

\r\n

\r\n In\r\nDecember her father, Robert Cape, died of cancer. Then she and her\r\nhusband separated in February, leading her to think about a renewed\r\ncareer and earning more money for herself and children, Lucy, 13, and\r\nDjango, 18.\r\n

\r\n

\r\n That could mean a job helping create a federal grant program to reduce energy consumption by school buildings, she said.\r\n

\r\n

\r\n\r\n“I think that I am uniquely positioned, having been one of the leaders\r\nin the city, to disengage from the city a little bit … and really\r\nbecome more a citizen and a sustainability advocate for the region,”\r\nshe said.\r\n

\r\n Cape\r\nhas counted current candidates such as Cecil Bothwell as political\r\nallies, but says she will wait until all candidates have filed before\r\nmaking an endorsement.\r\n

\r\n \r\n

\r\n

\r\nBy Joel Burgess \r\n• June 3, 2009 \r\n

\r\n',1,2,0,2,'2009-06-03 13:02:20',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-06-03 12:59:45','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,117,'','',0,32),(485,'Volunteer for the Annual Great Asheville-Buncombe Cleanup','Volunteer for the Annual Great Asheville-Buncombe Cleanup','\r\n\r\n
\r\n

\r\nAsheville GreenWorks is seeking groups, businesses and individuals to volunteer for their big annual spring push for a more attractive community, the Great Asheville-Buncombe Cleanup.\r\n

\r\n
\r\n
\r\n','\r\n
\r\n

\r\nThe event consists of special clean-up programs at various locations throughout the county during the month of April. To make a difference, hundreds of volunteers are needed. Volunteers can sign up anytime as individuals or groups, although logistical details will not be available until March 2010. For more information, call 254-1776 or emailvolunteer@ashevillegreenworks.org.\r\n

\r\n

\r\nApril 3rd 10am-1pm Everything Up Litter Cleanup - Kickoff event at Pritchard Park with an Asheville GreenWorks sponsored downtown cleanup.  Neighborhoods can register ahead of time to get help with recruiting volunteers and pick up supplies early, or can pick up at Pritchard Park.  Cleanup supplies include gloves, vests, trash & recycling bags, and pickers for some groups. The goal is: everything up! Asheville GreenWorks also arranges for bag pickup with the City.\r\n

\r\n

\r\nApril 10th 10am-2pm – Graffiti Busters Removal Day
\r\nHelp scrub our community clean of graffiti vandalism!  We will be meeting in a West Asheville location and breaking into teams to clean different sites in the area.  Groups will be using Taginator, a powerful paint thinner, to remove graffiti, and paint to cover it up.  Please contact if you would like to volunteer, want to register a site (we need owner permission), or have supplies to provide.  We need paint rollers, roller covers, paint brushes, paint pans, paint, ladders, etc.\r\n

\r\n

\r\nApril 17th 8am-1pm – One Stop Drop Recycling Bazaar
\r\nCome join us at the Asheville City Market for a hard to recycle materials collection event!  A complete list of the recycled materials and material requirements being collecting will be listed closer to the event, but in the meantime start collecting your: expired pharmaceuticals, small CFLs, broken down moving boxes, computers, styrofoam, plastic pots, #5 Plastics, bottle caps, rechargable batteries, and cell phones.
\r\nA more attractive community leads to better business and increased tourism, increased home values and the positive ripple effect that comes from civic pride.  Thank you to Budweiser of Asheville For sponsoring this push for clean community.\r\n

\r\n

\r\nAsheville GreenWorks is the local affiliate of Keep America Beautiful and has been working to keep Buncombe County clean and green through volunteer projects since 1974.  The Great Asheville Buncombe Cleanup is part of a national effort (The Great American Cleanup) sponsored by Keep America Beautiful.\r\n

\r\n

\r\nNationwide, nine million volunteers participated in last year’s Great American Cleanup. Some items found by volunteers were quite surprising: a calvary hitching post, a signed check for $5,000, 6,000 year old arrowhead and a message in a bottle.\r\n

\r\n
\r\n\r\n
\r\n',1,2,0,2,'2010-03-26 12:41:30',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-03-26 12:40:31','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,35,'','',0,179),(412,'Council to consider sculpture issue','Council to consider sculpture issue','The City Council is scheduled to decide today whether to go along with\r\na plan to locate “Energy Loop,” an abstract metal sculpture that has\r\nbeen sitting in storage for more than three years, on the north side of\r\nCollege Street downtown.\r\n','City parks officials say in a report to be presented to council that\r\nmost reaction the city has received to the proposed location has been\r\npositive.\r\n

\r\n About\r\n62 percent of the 85 people who responded to an online survey that the\r\ncity conducted rated the location as fair to excellent, the report\r\nsays. The one person who attended the first of two public hearings the\r\ncity held on the issue June 12 said the location was “just fine,” and\r\nno one came to the second, the report says.\r\n

\r\n

\r\n\r\nThe issue is on the council\'s consent agenda, which means it would be\r\napproved without discussion unless a member of council or the public\r\nwants to comment.\r\n

\r\n

\r\n\r\nThe twisting, abstract sculpture by the late Dirck Cruser was the\r\ncity\'s first piece of outdoor public art when it was placed in 1983 on\r\na spot in what is now Pack Square Park. It was removed in 2006 for\r\nrenovation and to get it out of the way of park construction.\r\n

\r\n

\r\n\r\nCity officials and the nonprofit renovating downtown park space were\r\nunable to agree on a place to put the sculpture in the park. Diane\r\nRuggiero, superintendent of cultural arts in the city\'s Parks and\r\nRecreation Department, then suggested a grassy area between Bank of\r\nAmerica and Carolina First Bank branches near the Buncombe County\r\ncourthouse.\r\n

\r\n

\r\n\r\nCouncil approval today of an agreement with Buncombe County, which owns\r\nthe property, for the use of the land would apparently be the last\r\nsignificant bureaucratic hurdle the proposal would have to clear.\r\n

\r\n

\r\n\r\nSusan Roderick, head of Asheville GreenWorks, said Monday she is “still\r\ndisappointed” that Pack Square Conservancy did not initially plan a\r\nplace for the sculpture in Pack Square Park.\r\n

\r\n

\r\n\r\nBut, she called the current plan “a good compromise.” The sculpture\r\nwill be visible, and “kids can get to it if they want to,” Roderick\r\nsaid.\r\n

\r\n

\r\nBy Mark Barrett \r\n• June 23, 2009 \r\n

\r\n',1,2,0,2,'2009-06-23 11:26:54',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-06-23 11:26:08','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,84,'','',0,60),(363,'Beastie Boys to pass the mic at Orange Peel','Beastie Boys to pass the mic at Orange Peel','The famed hip-hop band Beastie Boys will play a surprise show next\r\nWednesday at the Orange Peel club in downtown Asheville, club\r\nmanagement has announced.\r\n','

\r\nThe date will come just one night after the jam rock band Phish\r\nplays a sold-out show at the Civic Center arena, making for a\r\nremarkable double-header of music in Asheville. Neither group has\r\npreviously performed here.\r\n

\r\n

\r\nOnline ticket purchases will begin at\r\n4 p.m. today, and a limited number of tickets will also be sold at the\r\nsame hour at the club, Orange Peel spokeswoman Liz Whalen said. About\r\n900 tickets will be available, she said, with only about 10 percent\r\nsold at the club box office.\r\n

\r\n

\r\nFans will be limited to only two\r\ntickets per order. All tickets will be picked up at the club on the\r\nnight of the show, she said. No tickets will issued in advance. On the\r\nnight of the show, fans must bring a government issued photo ID and the\r\ncredit card used to purchase tickets. Tickets are not transferable,\r\nWhalen said.\r\n

\r\n

\r\n“They asked about playing the Orange Peel,” Whalen\r\nsaid. The date was then arranged through promoter A.C. Entertainment.\r\nBoth the Beasties and Phish will play next week at the at the Bonnaroo\r\nfestival in Manchester, Tenn.\r\n

\r\n

\r\nThe Beasties started in 1979 as a punk act, then switched to hip-hop and remain one of the longest-running acts in that style.\r\n

\r\n

\r\nThe\r\nOrange Peel, which was named one of America\'s best nightclubs by\r\nRolling Stone magazine, has a history of booking big-name acts,\r\nincluding a nine-show run by the Smashing Pumpkins in 2007 and a rare\r\nclub date by Bob Dylan in 2004.\r\n

\r\n

\r\nTony KissTKiss@CITIZEN-TIMES.com • published June 4, 2009 \r\n

\r\n',1,2,0,2,'2009-06-04 11:21:07',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-06-04 11:19:34','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,116,'','',0,126),(364,'Local artists plan Black Ball event','Local artists plan Black Ball event','The Asheville Art Initiative, an informal assemblage of local artists,\r\nis producing a Black Ball to be held June 20 at The Grove House at 11\r\nGrove Street and at other downtown venues.\r\n','“There is a time honored tradition in Asheville of a summer fund\r\nraising Art Party which many people look forward to, and want to\r\nparticipate in,” says Brian Kirk, downtown Asheville resident,\r\nmerchant, Fine Art Photographer and member of the Asheville Art\r\nInitiative. \r\n

\r\n \r\n

\r\n

\r\n“Since the Asheville Area\r\nArts Council has \'dropped the ball\' this year, we have decided to\r\nplace-hold the tradition by producing a fun event coordinated by local\r\nartists, to benefit several local arts organizations. The economy may\r\nbe stalled, but the joyful energy of our Asheville artists is still\r\nvery much alive. As many local businesses also benefit from such an\r\nevent – the clothing shops, the costume shop, caterers, restaurants and\r\nvenue owners, we consider this a local \'stimulus package\'. But,\r\nprimarily, we would like to have an art party with ART, and include\r\nindividual artists who will be able to promote their own work and\r\npresent themselves during this event.”\r\n

\r\n

\r\n \r\n

\r\n

\r\nIn\r\naddition to displayed visual art, edible art, spoken art, participatory\r\nhealing art, and performance art in the clubs, artists will also line\r\nthe sidewalks between participating venues. \r\n

\r\n

\r\n \r\n

\r\n

\r\nBrian\r\nadds, “Following the unconventional spirit of the Dadaists, the\r\nAsheville Art Initiative will employ the element of surprise in this\r\nevent. Watch for more event propaganda at www.ashevilleblackball.com .”\r\n

\r\n

\r\n \r\n

\r\n

\r\nNet proceeds from the event will be donated to Arts 2 People and the Black Mountain College Museum.\r\n

\r\n

\r\n \r\n

\r\n

\r\nThe\r\nmain parties will be held at Eleven on Grove, Scandals and the Boiler\r\nRoom. There will be catered hor d\'oevres, live music and performances,\r\nand a cash bar. Attire will be elegant, imaginative or costume, in the\r\ncolor black. Ticket prices will start at an affordable $25.\r\nParticipating artists and performers will attend free of charge.\r\nTickets will be available for purchase at Eleven on Grove, Scandals,\r\nthe Boiler Room, Va Va Vooom at 36 Battery Park Avenue, Harvest\r\nRecords, Static Age as well as the Ashevilleblackball.com website.\r\n

\r\n

\r\nStaff reports\r\n• June 4, 2009 \r\n

\r\n',1,2,0,2,'2009-06-04 11:23:28',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-06-04 11:21:09','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,115,'','',0,35),(365,'Oktoberfest Volunteers','Oktoberfest Volunteers','
\r\n\r\n

\r\nHow do I become a volunteer?

\r\n

 Is there a volunteer orientation?

\r\n

\r\nWhere do I go when I volunteer? \r\n

\r\n

\r\nWhat should I bring?
\r\n

\r\n
\r\n
\r\n

\r\n

\r\n

BARS Test Information

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n
\r\n
\r\n
\r\n

How do I become a volunteer?\r\n

\r\n
    \r\n
  1. \r\n

    \r\n Email the Oktoberfest Volunteer Coordinators with your availability and interest.\r\n

    \r\n
  2. \r\n
  3. \r\n

    \r\n Fill out the Volunteer Information contract and email to Volunteer Coordinators: Click here for Volunteer Information Contract.
    \r\n

    \r\n
  4. \r\n
  5. \r\n

    \r\n Complete the BARS test by following the link and instructions below. \r\n

    \r\n
  6. \r\n
  7. Attend the Volunteer Orientation on September 30th, 6:30pm at the Lexington Avenue Brewery!
  8. \r\n
  9. \r\n

    \r\n Show up for your shift & have fun!\r\n

    \r\n
  10. \r\n
\r\n
\r\n
\r\n

Is there a volunteer orientation?

\r\n

\r\nYes! Oktoberfest Volunteer Orientation will be held Thursday September 30th, at the Lexington Avenue Brewery at 39 N. Lexington Ave from 6:30pm to 7:30pm. We want all our volunteers to feel comfortable with their duties and to be fully informed about the event! To make sure this happens, we like to hold a Volunteer Orientation before the event to give out information, answer all your questions and help ensure everyone, volunteers and attendees alike, have a fun and safe Oktoberfest! \r\n

\r\n
\r\n
\r\nTop
\r\n
\r\n

\r\nWhere do I go when I volunteer?\r\n

\r\n
\r\n

\r\nThank you\r\nfor offering to volunteer at Asheville\'s Oktoberfest.  We\'re\r\nexcited to have you on board this year and look forward to an amazing\r\nevent & making new friends together! Here’s the check-in\r\ninformation you\'ll need for your shift:\r\n

\r\n

\r\nVolunteer\r\nCheck–In: Check-in is located at the volunteer/merchandise tent. Location of this tent is forthcoming. \r\n

\r\n

\r\nPlease\r\nremember to bring your ID with you for check-in.  If you are serving\r\nbeer you must have your ID on you at all times and have\r\nsubmitted your BARS test certification.  \r\n

\r\n
\r\n
\r\n \r\n
\r\n
\r\n \r\n
\r\n

\r\n \r\n

\r\n
\r\nTop
\r\n
\r\n
\r\n

What should I bring?

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  1. Valid identification
  2. \r\n
  3. Volunteer contract if you haven\'t emailed it in
  4. \r\n
  5. BARS certificate if you haven\'t emailed it in
  6. \r\n
  7. A plastic ziplock bag for your electronics, if it looks like rain
  8. \r\n
  9. Comfortable shoes
  10. \r\n
\r\n
\r\n
\r\n \r\n
\r\n
\r\n \r\n
\r\n
\r\n \r\n
\r\nTop
\r\n
\r\n
\r\n

\r\n BARS Test Information\r\n

\r\n

\r\nThe following directions are provided to guide you in registering for and completing the online BARS training course.
\r\n
\r\nYou may find it more convenient to print these instructions in order to\r\nfollow along while registering for and completing the online BARS\r\ntraining course.
\r\n
\r\nIt is important that you disable any pop-up blockers that may prevent your Internet browser from opening additional windows necessary to navigate the online BARS training course. \r\n

\r\n

\r\nPlease click here for the BARS Test. \r\n

\r\n

\r\n1.    On the ALE Learning Portal main page, click the Please register now link.\r\n

\r\n

\r\n \r\n

\r\n

\r\n2.    Complete only the following Member Information on the\r\nregistration page.  Please do not complete any other fields or change\r\nany of the defaults:\r\n

\r\n

\r\n \r\n

\r\n

\r\n    •    Member ID\r\n

\r\n

\r\n    •    Password\r\n

\r\n

\r\n    •    Re-enter Password\r\n

\r\n

\r\n    •    First Name\r\n

\r\n

\r\n    •    Last name\r\n

\r\n

\r\n    •    E-mail Address\r\n

\r\n

\r\n \r\n

\r\n

\r\n3.    When you have completed the required fields on the registration\r\npage, click the Submit icon in the upper right-hand corner of the page.\r\n

\r\n

\r\n \r\n

\r\n

\r\n4.    On the Learning Portal home page, locate the section near the top\r\ntitled “Content.” Click the + to the left of the text “BARS Training.”\r\nClick the + to the left of the text “Online Offering.”\r\n

\r\n

\r\n \r\n

\r\n

\r\n5.    Click the Online Course Offering icon to launch the course.\r\n

\r\n

\r\n \r\n

\r\n

\r\n6.    A second window will open and the course will load. It is\r\nimportant that you disable any pop-up blockers on your browser in order\r\nto allow the course to load.\r\n

\r\n

\r\n \r\n

\r\n

\r\n7.    Using the provided buttons in the course window, navigate through the course.\r\n

\r\n

\r\n \r\n

\r\n

\r\n8.    At the completion of the course, you will have the opportunity to\r\ntake a quiz that covers the BARS content provided during the course.\r\nClick the quiz button to begin.\r\n

\r\n

\r\n \r\n

\r\n

\r\n9.    Using the provided buttons in the quiz window, navigate through\r\nthe quiz. The quiz answers are all either True/False or Multiple Choice.\r\n

\r\n

\r\n \r\n

\r\n

\r\n10.    Your results will display when you have completed the quiz. Click the Next button to proceed.\r\n

\r\n

\r\n \r\n

\r\n

\r\n11.    On the next screen, click the ALE badge to complete the quiz and\r\nrecord your results. You will be returned to your Learning Portal home\r\npage.\r\n

\r\n

\r\n \r\n

\r\n

\r\n12.    Click the Reports button located on the menu bar at the top of the Learning Portal home page.\r\n

\r\n

\r\n \r\n

\r\n

\r\n13.    On the Reporting page, select Standard from the Report Style\r\ndrop down box, then select Student from the Report Group drop down box.\r\nNext, click on the Transcript link under the Report heading.\r\n

\r\n

\r\n \r\n

\r\n

\r\n14.    A report will be generated that includes your first and last\r\nname, your Member ID, the training you have completed, the date of the\r\ntraining and the grade/score of the quiz. This page may be printed\r\nusing the Print icon in the top right-hand corner of the window, or by\r\ngoing to File, then Print in your browser menu.\r\n

\r\n

\r\n \r\n

\r\n

\r\n15.    Click the Logout button at the top right-hand corner of the page.\r\n

\r\n

\r\n \r\n

\r\n

\r\n16.    In the pop-up window, click Yes to confirm you are logging out of the system.\r\n

\r\n

\r\n \r\n

\r\n

\r\nTop \r\n

\r\n','',1,0,0,0,'2009-06-04 12:37:03',71,'','2010-08-13 13:58:12',71,0,'0000-00-00 00:00:00','2009-06-04 12:28:34','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,643),(366,'YWCA offers summer \'Y Commute Pass\'','YWCA offers summer \'Y Commute Pass\'','YWCA of Asheville at 185 S. French Broad Ave. is introducing a trial\r\nprogram called the “Y Commute Pass” which will be offered during the\r\nmonths of June, July and August. This program will allow bicycle\r\ncommuters and walkers access to the locker room, a locker, and shower\r\nfor $50 for the three months. So whether you walk or bicycle to\r\ndowntown Asheville, you now have an opportunity to shower before\r\nheading into the office.\r\n','

\r\nThe City of Asheville’s Transportation Management Division\r\napproached the YWCA to see if they would be interested in offering\r\ncommuters an opportunity to freshen up on their way to work. Barb Mee,\r\nTransportation Planner, found this to be a “great benefit for people\r\nwho want to walk or bicycle to work in the downtown area. For many\r\npeople, there is a fear that if they use an active form of\r\ntransportation they won’t be presentable for work,” she said. I am so\r\nimpressed that the YWCA of Asheville is willing to be a leader in\r\nsupporting the community this way.”\r\n

\r\n

\r\nYWCA Executive\r\nDirector Holly Jones said that “the YWCA is committed to facilitating\r\nhealthy lifestyles for the citizens of Buncombe County. The YWCA is\r\nproud to launch a community-wide bicycle commuter program in order to\r\nsupport individuals committed to incorporating alternative\r\ntransportation into their daily routines.”\r\n

\r\n

\r\nFor more information about the YWCA Y Commute Pass, contact Carol Severance at the YWCA, 254-7206 ext.105.\r\n

\r\n

\r\nFor more information about walking and bicycling in Asheville, contact Barb Mee at the City of Asheville, 232-4540, or e-mail iwalk@ashevillenc.gov or ibike@ashevillenc.gov.\r\n

\r\n

\r\n\r\nSTAFF REPORTS\r\n• June 4, 2009 \r\n

\r\n',1,2,0,2,'2009-06-05 11:52:59',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-06-04 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,114,'','',0,49),(367,'Downtown Business to Change Hands','Downtown Business to Change Hands','Four Corners Home, Inc., a locally owned home furnishings business announces its forthcoming acquisition of Mobilia, a mainstay of downtown Asheville\'s retail community. Four Corners co-owner Michael Forde anticipates the purchase to be finalized in mid June. Mobilia will then close for approximately thirty days for store up-fit and remerchandising and will reopen with a series of events to showcase the store\'s new look and product line. \r\n','

\r\nMobilia\'s history parallels downtown Asheville\'s revitalization.\r\nArchitect Cynthia Turner opened the design/furnishings business in 2003\r\nat 43 Haywood Street in the Smith Carrier Building, then recently\r\nrenovated by downtown developer, Public Interest Projects, Inc. The\r\nbuilding, designed by Richard Sharp Smith, had served for years as the\r\nJ C Penney department store. When Ms. Turner returned to her\r\narchitectural practice, Public Interest Projects acquired the business.\r\nAfter exploratory conversations with Four Corners Home early this year\r\npiqued the interest of both parties, more serious discussions followed.\r\nPat Whalen, President of Public Interest Projects summarizes, “Four\r\nCorners Home possesses both strong retail experience, and a\r\ncomplementary design aesthetic, and their acquisition of Mobilia\r\ncreates natural economies of scale. It will be good for the businesses\r\nand great for everyone in Asheville who values good design.”\r\n

\r\n

\r\nFour Corners Home opened at Grove Arcade in 2004 and now occupies the\r\nlargest retail unit in the landmark building. In 2007 the business\r\nopened a second, larger location on Thompson Street in the Biltmore\r\nVillage area and now attracts locals and out of town customers alike to\r\nboth stores. Four Corners features home furnishings and accessories\r\nfrom over thirty countries and focuses on a style they call "organic\r\nmodern". Co-owner Bill Griffin defines the look as one incorporating\r\nclean, simple design and a variety of natural materials and textures.\r\n

\r\n

\r\nFor Mobilia, Four Corners plans changes which will make the store\r\nrelevant to a broader range of shoppers. "The furniture will remain\r\ndecidedly contemporary," Griffin says, "but our gifts and accessories\r\nwill be fresh and fun, appealing to everyone, regardless of their style\r\npreferences in furniture. Griffin adds, "Our goal is for customers to\r\nenjoy both Four Corners and Mobilia. If we see people carrying shopping\r\nbags from both stores, then we\'ve succeeded." Forde and Griffin also\r\nhope to continue Mobilia\'s close ties with Asheville\'s creative\r\ncommunity. Both stores will continue to offer design services and home\r\nstaging. \r\n

\r\n

\r\nMichael Forde concludes, "We are committed to downtown and its\r\nretail community. With the addition of Mobilia we will certainly\r\nrealize operating efficiencies for both businesses, but more\r\nimportantly, we hope to contribute further to downtown Asheville’s\r\nvibrancy as a shopping destination.\r\n

\r\n',1,2,0,2,'2009-06-08 11:21:16',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-06-08 11:19:17','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,113,'','',0,114),(368,'Phish frenzy to hit downtown','Phish frenzy to hit downtown','The Civic Center has hosted many major concerts through its history,\r\nfrom an opening show by Bob Hope to Elvis and Bob Dylan and the annual\r\nWarren Haynes Christmas Jam.\r\n','But there\'s never been anything quite like the jam rock band Phish,\r\nwhich will sweep into town for a Tuesday night concert in the arena,\r\nbringing huge numbers of people downtown. Some city streets will be\r\nclosed, traffic will be intense and downtown businesses will be packed.\r\n

\r\n\r\nAll 7,200 Phish tickets sold out in a heartbeat in January. And as\r\nusually happens at a Phish show, thousands more fans without tickets\r\nare expected to mass outside the building, producing a surreal\r\nspectacle.\r\n

\r\n

\r\n In a\r\ntwist of musical fate, the superstar hip-hop group Beastie Boys will\r\nplay on Wednesday night at The Orange Peel, making for a remarkable 24\r\nhours of music downtown. Neither group has performed here before. To\r\nround out the impressive bills this week, legendary punk band X plays\r\nThursday.\r\n

\r\n

\r\n “It\'s\r\nhuge,” said Phish fan Jason Caughman, co-owner of Pisgah Brewing in\r\nBlack Mountain, who has seen Phish “probably 70 times.” He\'ll catch the\r\ngroup four times this week.\r\n

\r\n

\r\n\r\nWhile the Civic Center is bracing for up to 2,500 ticketless fans\r\nhanging around the building, “I think that is an understatement,”\r\nCaughman said. “I think that many from Asheville alone will be there.”\r\n

\r\n

\r\n\r\nTo handle the crush of fans, streets surrounding the Civic Center will\r\nbe closed starting at 9:30 a.m. Tuesday. The closures include Flint\r\nStreet from Haywood to Cherry Street, and Hiwassee Street from Rankin\r\nAvenue to Flint. The streets will be closed to handle the official\r\nentrance line into the Civic Center and to accommodate “non-ticketed\r\nfans, should they come,” Civic Center manager Sherman Bass said.\r\n

\r\n

\r\n\r\nIn Hampton, Va., where Phish launched its comeback tour earlier this\r\nyear, 5,000 fans without tickets surrounded the venue, he said. “We\r\nneed to be prepared,” he said.\r\n

\r\n

Security boost

\r\n

\r\n\r\nSecurity also will be increased by the Police Department and the\r\nconcert promoter. Fans will be given a “light patdown” search as they\r\nenter the building “for weapons or glass bottles,” he said. “I am sure\r\nthat will discourage some of the other things that come in” to a\r\nconcert, he said.\r\n

\r\n

\r\nThe Police Department isn\'t saying much about its plans for the\r\nconcert. “I can assure you that security will be no more extraordinary\r\nor exceptional than we have supplied at other shows of this magnitude,”\r\nspokeswoman Melissa Williams said, adding the force won\'t be involved\r\nin searching concert-goers.\r\n

\r\n

The economic impact

\r\n

\r\n\r\nPisgah Brewing will sell its pale ale at the concert and expects a nice\r\nspike in sales, “as we do at any of these hipster,” concerts, Caughman\r\nsaid.\r\n

\r\n

\r\n Pisgah\r\nalso will host a pre-show party on Monday at the Black Mountain brewery\r\nfeaturing Col. Bruce Hampton, where two Phish tickets will be raffled\r\naway, he said. A few blocks from the Civic Center, Asheville Brewing is\r\nbracing for a rush of fans, said co-owner Mike Rangel. “We get a\r\ntremendous amount of overflow from Civic Center events,\' he said. For\r\nthe first time, Asheville Brewing will have its beers sold at the Civic\r\nCenter, he said.\r\n

\r\n

\r\n\r\nHotel rooms are filling up around town, but accommodations are still\r\navailable, said Marla Tambellini of the Asheville Convention and\r\nVisitors Bureau. “It sounds like it\'s going to be incredibly busy for a\r\nTuesday,” she said. While that may mean some inconvenience in getting\r\naround town, “residents realize the benefits of the dollars being spent\r\nin this community,” she said.\r\n

\r\n

\r\n Caughman agreed. “Most cities (where Phish performs) embrace the crowd,” he said. “It\'s generally pretty docile.”\r\n

\r\n

\r\n\r\nAt The Orange Peel, Tuesday and Wednesday will be extremely busy, said\r\nspokeswoman Liz Whalen. The Peel will host a post-Phish party after the\r\nconcert, then turn around and prepare for Beasties Boys on Wednesday.\r\n

\r\n

The play\'s the thing

\r\n

\r\n\r\nOne business that may be greatly inconvenienced by the concert is North\r\nCarolina Stage Company theater, about a block from the arena. Unaware\r\nof the show, it scheduled a performance of the play “I Wrote This Play\r\nto Make You Love Me,” at 7:30 p.m. Tuesday.\r\n

\r\n

\r\n\r\nThe theater will contact ticket buyers to advise them of the crowd\r\ndowntown, said managing director Amanda Leslie, adding the theater\r\ngenerally doesn\'t lose any patrons during busy nights at the Civic\r\nCenter.\r\n

\r\n

\r\n “In a funny way, it creates camaraderie in the audience. They worked to get to the theater,” Leslie said.\r\n

\r\n

\r\nTony Kiss \r\n• June 8, 2009 \r\n

\r\n

\r\n \r\n

\r\n',1,2,0,2,'2009-06-08 11:36:34',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-06-08 11:21:19','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,112,'','',0,19),(369,'7-story hotel proposed near basilica moving forward Council will consider plan for Haywood site','7-story hotel proposed near basilica moving forward Council will consider plan for Haywood site','Asheville\'s hulking Civic Center sits to one side of the 100-year-old\r\nBasilica of St. Lawrence, a building widely considered one of the\r\ncity\'s architectural gems.\r\n','The drone of interstate traffic sounds from behind the Catholic\r\nchurch, distinguished for its huge unsupported dome and 17th-century\r\nartwork.\r\n

\r\n And\r\njust across the street from the front entrance lies a sliver of land\r\npromising to make plenty of noise in the coming months as parishioners\r\nand neighborhood activists try to block plans for a seven-story hotel\r\nthey say could further isolate the church.\r\n

\r\n

\r\n\r\nThe City Council could vote in August to start a final round of\r\nnegotiations to sell the 0.8 acres on Haywood Street and Page Avenue to\r\nGeorgia hotel developers.\r\n

\r\n

\r\n\r\nAfter that, McKibbon Hotel Group of Gainesville, Ga., would have one\r\nyear to bring back a complete plan for the site and face a final vote\r\nby the council.\r\n

\r\n

\r\n\r\nThe proposed hotel would use stringent environmental standards and\r\nwould be a better use for the land than the empty restaurant and\r\nparking lots, supporters say, increasing the tax base, providing jobs\r\nand bringing more people to downtown.\r\n

\r\n

\r\n\r\n“We do a lot of urban hotels these days, because downtown is really\r\nwhere people want to be, in my opinion,” said John McKibbon, the hotel\r\ngroup\'s board chairman.\r\n

\r\n

\r\n\r\nBut others say the property is better suited for a park in an area of\r\ntown lacking green space, and maintain the hotel will mar the view of\r\nthe basilica.\r\n

\r\n

\r\n\r\n“When you look at the significance of the architecture, it seems absurd\r\nto put a hotel in front of it,” said Bud Hansbury, property manager for\r\nthe basilica, which was built by prolific New York architect Rafael\r\nGuastavino in 1909.\r\n

\r\n

Selling city property

\r\n

\r\n\r\nThe city began looking in 2006 at parcels it owned that could be sold\r\nto developers, provided they met some of the council\'s goals.\r\n

\r\n

\r\n\r\nThose included building affordable housing, increasing the density of\r\ndevelopment downtown, providing jobs and boosting the tax base.\r\n

\r\n

\r\n\r\nOne parcel on Haywood Street and Page Avenue that houses the former\r\nFlying Frog Restaurant, a covered parking lot and a building facing the\r\nGrove Arcade would be best used as a hotel, a real estate consultant\r\nreported to the city.\r\n

\r\n

\r\n The city sent out a call for qualified\r\nfirms interested in the project. In October, city officials picked\r\neight from a list of 14 they thought had the right experience for the\r\njob.\r\n

\r\n

\r\nThe firms then submitted proposals for the site.\r\n

\r\n

\r\n\r\nThe council voted 5-2 in April 2008 to move ahead with negotiations\r\nwith McKibbon. Council members Robin Cape and Carl Mumpower voted no,\r\nalthough for different reasons.\r\n

\r\n

\r\n\r\nCape said she\'s not sure the city, which is considering a $2.3 million\r\noffer for the land, is getting the best benefits. One thing she would\r\nlike to see is affordable space for local businesses.\r\n

\r\n

\r\n\r\n“I think (the) city could write in something that says we want 3,000\r\nfeet of affordable retail space,” she said. “It would help those\r\nbusinesses who need to get started and keep our emerging businesses\r\nhappening.”\r\n

\r\n

\r\n\r\nMumpower said he fears the city is misleading the developers, giving\r\ninitial approval, only to vote down the project later in the face of\r\nopposition.\r\n

\r\n

\r\n\r\n“Such an outcome would not be fair to the developer investing in this\r\neffort (or) adjacent property owners who will be most directly affected\r\nby the development,” he said.\r\n

\r\n

\r\n\r\nThe majority of council members wanted to push ahead and at least see\r\nmore detailed plans, including Vice Mayor Jan Davis, who said a nearby\r\nhotel may be just what the Civic Center needs.\r\n

\r\n

\r\n Davis and Councilman Bill Russell said they thought developers were being considerate of size concerns.\r\n

\r\n

\r\n\r\n“I do like the project and think they have been sensitive about the\r\nidea of building a monstrous building,” Russell said. “They\'ve brought\r\nthe size down from 11 to 7 stories. I think that is quite reasonable,\r\nand that puts it at about the size of the apartment building (the\r\nVanderbilt) across the street.”\r\n

\r\n

The proposal

\r\n

\r\n\r\nPlans are far from complete, but developers say the 130-room hotel with\r\n9,200 square feet of retail and office space will fit in well with\r\ndowntown.\r\n

\r\n

\r\n The\r\nbuilding will feature a Westin “Element” design with kitchens and will\r\nbe aimed at the extended-stay traveler, a statement from the McKibbon\r\ngroup said.\r\n

\r\n

\r\n “Design elements for the hotel are light\r\nand airy, with an abundance of oversized windows and outdoor areas for\r\nguests to enjoy and take in the natural beauty of urban Asheville,” the\r\nstatement said.\r\n

\r\n

\r\nIt also would meet U.S. Green Building Council Leadership in Energy and Environmental Design standards, the group said.\r\n

\r\n

\r\n\r\nInitial proposals included public parking, but the city now is\r\nnegotiating with AT&T to build a garage on nearby O. Henry Ave.\r\nThat allowed McKibbon to shrink the building height from 11 or nine to\r\nseven stories, about the height of the basilica\'s towers.\r\n

\r\n

A park instead

\r\n

\r\n But some say trees and plants would fit the space better than a tall building.\r\n

\r\n

\r\n\r\nThe slow-growth advocacy group, People Advocating Real Conservancy,\r\ngathered more than 2,000 signatures calling for the city to install a\r\npark on the land.\r\n

\r\n

\r\n\r\nThat would better highlight the basilica and provide respite for\r\nvisitors and residents, said Elaine Lite, an organizing member of PARC.\r\n

\r\n

\r\n\r\n“We\'ve rushed through so many projects for infill, and it would really\r\nbe nice because nothing has been done for green space,” Lite said.\r\n

\r\n

\r\n\r\nBut it could be expensive for city taxpayers to build and maintain a\r\npark and to deal with problems such as nuisance complaints about\r\nloitering and boisterous behavior seen at the more central Pritchard\r\nPark, Cape said.\r\n

\r\n

\r\n\r\nLite, though, pointed to an abundance of green space in cities such as\r\nNew York and Greenville, S.C., saying “other cities do it.”\r\n

\r\n

\r\n\r\nThe council as a whole has said it is interested in building a smaller\r\npark if the basilica would donate land it owns directly across from the\r\nchurch. But the basilica first wants the city to help it find\r\nalternative parking for parishioners.\r\n

\r\n

A plaza

\r\n

\r\n Basilica officials and parishioners say they understand the city needs the tax base and maybe a park won\'t work.\r\n

\r\n

\r\n\r\nInstead, they are proposing a stone-covered plaza with outdoor seating,\r\nplants and other features to serve as at least a 200-foot buffer\r\nbetween the basilica and a hotel.\r\n

\r\n

\r\n\r\nParishioner and real estate investor Matt Mores submitted such ideas to\r\nthe city, but staff said he didn\'t have the experience or solid enough\r\nfinancial backing to be selected.\r\n

\r\n

\r\n Now Mores and others are trying to get\r\nMcKibbon to change its design. Mores is proposing an even taller,\r\n8-story hotel, but one that is stepped back considerably from the\r\nbasilica. The hotel would own the plaza, which would serve as a\r\ngathering and dining spot, he said.\r\n

\r\n

\r\n\r\n“Our feeling is if you build something like that with a plaza, it will\r\nbe the No. 1 draw of downtown,” Mores said. “That plaza would be\r\njammed.”\r\n

\r\n

\r\n The\r\nbuilding would cost at least $20 million to construct, and would have\r\n125 rooms and 50,000 square feet of retail space, he said. John\r\nMcKibbon said it was too early to assign a cost his group\'s proposed\r\nhotel, but said it could be around $15 million.\r\n

\r\n

\r\n\r\nCommenting on earlier designs presented by Mores, John McKibbon said\r\nthey didn\'t have enough interior space for a viable hotel. But Mores\r\nsaid McKibbon hasn\'t yet seen his latest design.\r\n

\r\n

\r\n\r\nThe buffer the plaza provides could be vital to the basilica because of\r\na crack that was found in its dome, parishioners say. They fear nearby\r\nconstruction could enlarge the break and cause serious damage.\r\n

\r\n

McKibbon and concerns

\r\n

\r\n\r\nJohn McKibbon said he is willing to look at Mores design. Regardless,\r\nhis company would take great care to avoid worsening the crack, he\r\nsaid, by installing detection devices in the church and working with\r\nbasilica officials.\r\n

\r\n

\r\n\r\nLarge vibrations should not occur because blasting will likely not have\r\nto be done and foundations would be set by drilling holes instead of\r\nusing percussive pile drivers.\r\n

\r\n

\r\n\r\nAs for crowding the basilica, the hotel would be 130 feet from the\r\nchurch, he said, “which is a pretty good distance. We actually build\r\nurban buildings 50-60 feet apart from each other.”\r\n

\r\n

\r\n\r\nThree nearby businesses gave a mixed take on the hotel. Owners of\r\nMalaprop\'s Bookstore and the clothing store, Context, both on Haywood,\r\nsaid the building was a bad idea.\r\n

\r\n

\r\n “It will definitely destroy the historic aspects of the basilica,” said Malaprop\'s owner Emoke B\'Racz.\r\n

\r\n

\r\n Constance Ensner, owner of Context, said green space would look much better to those entering the city center from the north.\r\n

\r\n

\r\n “A beautiful park would be a better introduction to downtown Asheville,” Ensner said.\r\n

\r\n

\r\n But long-time Ello Café employee Daniel Claiborn said he and the owners think the hotel would boost sales.\r\n

\r\n

\r\n“Having more people downtown and more foot traffic is just good for business,” Claiborn said.\r\n

\r\n

\r\nJoel Burgess \r\n• June 7, 2009 \r\n

\r\n',1,2,0,2,'2009-06-08 11:40:10',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-06-07 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,111,'','',0,77),(370,'Two-year project documents faces of city','Two-year project documents faces of city','In her current exhibit, “Faces of Asheville,” the faces that\r\nphotographer Jen Bowen captures are diverse and colorful; sometimes\r\nadorable, sometimes serious. But there\'s one quality that can\'t be\r\nfound: Ugly.\r\n','And that\'s even after one of Asheville\'s ugliest faces sneered at\r\nthis local artist. In summer 2007, Bowen\'s home studio was broken into\r\nand the thieves took her camera and her computer\'s hard drive, which\r\nhoused 108 portraits already taken for the project.\r\n

\r\n\r\nIn the aftermath of the crime, Bowen found that the community she\r\nwanted to document through her lens wanted to return the support, she\r\nsaid. Donations for new equipment and portrait volunteers came rushing\r\nin.\r\n

\r\n

\r\n “(The break in) changed the project a lot because it gave me a chance to refine my skills as a photographer,” she said.\r\n

\r\n

\r\n\r\nAnd it didn\'t just get better — it got bigger. In the past two years,\r\n“Faces of Asheville” has changed from a series on an online blog to a\r\nmonth-long summer project to the almost 350 portraits on display in\r\nSatellite Gallery on Broadway Street until June 27.\r\n

\r\n

\r\n\r\nAlthough the content of the project may have changed, its message and\r\nmission didn\'t. In addition to celebrating the diverse community, Bowen\r\nwanted to explore the meaning of identity.\r\n

\r\n

\r\n\r\nThat\'s why she asked each subject to bring an object — which turned out\r\nto be everything from a ukulele to a pet — that helped express their\r\ntrue identity. The subject was then able to control how he or she was\r\nportrayed, Bowen said.\r\n

\r\n

\r\n\r\nFor local performer/producer, Spyce, who was photographed and assisted\r\nBowen with the shoots, she represented herself by posing topless,\r\ncovered by a boa, and holding a magic wand and a picture of her late\r\nmother.\r\n

\r\n

\r\n “I am\r\nall about promoting positive sexuality and the idea of creating magic\r\nand the idea that you can create anything that you want,” she said.\r\n

\r\n

\r\n Her mother remains one of her greatest inspirations, she added.\r\n

\r\n

\r\n\r\nSpyce said she “was so inspired by Jen\'s vision of Asheville,”\r\nparticularly how she celebrated the diversity and individuality of city\r\nresidents from a range of lifestyles.\r\n

\r\n

\r\n Bowen said she knew the exhibit to remind\r\npeople when they can\'t find parking downtown in the summer or are\r\ndisagreeing with a neighbor about developing the mountainside that the\r\ntrue beauty of the area is in the individuality and acceptance of its\r\npeople.\r\n

\r\n

\r\n“I just wanted to help other people recognize that even in those moments, that they have to keep that optimism,” she said.\r\n

\r\n

\r\n “She\'s preserving this time in Asheville and all the people who are here,” Spyce said. “And I think it\'s beautiful.”\r\n

\r\n

\r\n\r\nAlthough the majority of the faces captured in summer 2007 shoots have\r\nbeen lost, 27 appear in the show. And during the entire process, she\r\nestimates that about 50 people in the portraits have since left the\r\nAsheville area, making the collection even more of a moment in time.\r\n

\r\n

\r\n\r\n“They\'ll always be a part of Asheville and Asheville will be a part of\r\nthem,” Bowen said of the people who have left Asheville.\r\n

\r\n

\r\n\r\nDavid Segretto is one of these people on the walls of the gallery who\r\nhave moved away from the mountains. He just moved to California. Before\r\nhe left, he was an assistant and advisor in the project. Segretto\r\nhelped Bowen find the perfect shot from the usually 20-minute sessions.\r\n

\r\n

\r\n “We went through every face finding the best image … a lot of it was trying to be the most truthful to that person,” he said.\r\n

\r\n

\r\n\r\nThat\'s why she shot in color and included as much of the subject\'s\r\nupper body as possible. A black-and-white or close-up portrait would\r\nhave ignored the colorful and full-body reality, Segretto said.\r\n

\r\n

\r\n\r\nThere\'s one portrait that includes a full body, nude and in a fetal\r\nposition. It\'s the last photo she took for the project, taken in April\r\n2008. It\'s of the late John Payne, one of the godfathers of the\r\nAsheville art scene. It\'s the portrait pose he always wanted captured,\r\nBowen said.\r\n

\r\n

\r\n “I\r\nwanted someone to have the guts to do a nude portrait,” she said and it\r\nturned out to be the last portrait he took before he died, she noted.\r\n

\r\n

\r\n\r\n“He was, to me, a person who really helped found and define the current\r\nart movement of Asheville,” she said. “(The portrait) was a great book\r\nend; it was so fitting.”\r\n

\r\n

\r\nCarol Motsinger \r\n• June 7, 2009 \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n',1,2,0,2,'2009-06-08 11:43:34',71,'','2009-06-08 11:45:39',71,0,'0000-00-00 00:00:00','2009-06-07 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,110,'','',0,23),(371,'Phish fans swarm into downtown Asheville','Phish fans swarm into downtown Asheville','Phish fans may be the most devoted Asheville has ever seen. In an\r\nattempt to accommodate the swelling number of fans hoping to get into\r\nthe band’s 7:30 p.m. show, the city began closing roads and erecting\r\nchain link fences this morning.\r\n','

\r\nThe 7,200 fans that were able to score tickets are expected to be\r\njoined by several thousand ticketless fans flocking outside the Civic\r\nCenter.\r\n

\r\n

\r\nBy 9 a.m., a cluster of hopeful concert-goers had already\r\nformed outside the Civic Center, scouting for extra tickets. Holding up\r\nhands and signs, the group was prepared to spend the whole day in line\r\nin hopes of getting into tonight’s show.\r\n

\r\n

\r\nMichael Howard, an early\r\narriver, drove from Los Angeles to see Phish. He has followed the band\r\nsince it reunited at a March show in Hampton, Va., and plans to see\r\nevery show in this summer’s tour. He did the same for the band’s 2003\r\ntour. \r\n

\r\n

\r\n \r\n

\r\n

\r\n“It’s well worth it. I’ve seen all kinds of kinds, thousands of concerts, but this is the best band of all time,” he said. \r\n

\r\n

\r\n \r\n

\r\n

\r\nDespite\r\nthe overwhelming odds, fans are still hopeful they will land one of the\r\ncoveted tickets. Noah Gregory, who just moved to Asheville, was the\r\nfirst to arrive outside the Civic Center at 6:30 a.m. \r\n

\r\n

\r\n \r\n

\r\n

\r\n“I’m just going to wait here all day if I have to,” he said. \r\n

\r\n

\r\n \r\n

\r\n

\r\nBesides,\r\nfans say, it is more than just the concert that draws them. There is\r\nenergy and culture they say surrounds every concert. \r\n

\r\n

\r\n \r\n

\r\n

\r\n“It’s\r\ngoing to be a party here either way.” said Larry Forkosh of Brooklyn,\r\nN.Y., who was scouring the crowd for tickets. If he doesn’t get it, he\r\nplans to hang out with other fans outside and attend an after party.\r\n

\r\n

\r\n \r\n

\r\n

\r\n “I’m just going to vibe with the action,” he said.\r\n

\r\n

\r\nSTAFF REPORTS • published June 9, 2009 \r\n

\r\n',1,2,0,2,'2009-06-10 10:17:37',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-06-09 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,109,'','',0,16),(372,'Grove Corner Market open for business in West Asheville','Grove Corner Market open for business in West Asheville','

\r\nAfter losing its lease in downtown Asheville’s Grove Arcade last\r\nmonth, the Grove Corner Market wasted no time in setting up shop\r\nelsewhere. The grocery, which has kept its name, opened its doors June\r\n3 at 771 Haywood Road in West Asheville (which formerly housed the\r\nHaywood Road Market).\r\n

\r\n','

\r\nCo-owner Rosanne Kiely says the space, while slightly\r\nsmaller than the Grove Arcade location, seems a good fit from the\r\nget-go. “I just feel like we’ve come home,” she says. “This feels\r\nright.”\r\n

\r\n

\r\nFans of the market will recognize much familiar fare along with some\r\nnew offerings: more natural foods, more conventional items for those on\r\na tight budget, staples sold in bulk, health-and-body products and\r\nnutritional supplements.\r\n

\r\n

\r\nThe market is open Monday through Friday from 7:30 a.m. to 10 p.m.,\r\nSaturdays from 8 a.m. to 10 p.m., and 9 a.m. to 8 p.m. on Sundays. The\r\nbusiness will be making deliveries downtown every Tuesday.\r\n

\r\n

\r\nFor more information, call 225-4949.\r\n

\r\n

\r\nby Jon Elliston in Mountain Xpress, Vol. 15 / Iss. 46 on 06/10/2009 \r\n

\r\n',1,2,0,2,'2009-06-10 10:19:12',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-06-10 10:18:17','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,108,'','',0,13),(373,'Cape won’t seek second term','Cape won’t seek second term','

\r\nAsheville City Council member Robin Cape, noted as a sustainability advocate, will not seek re-election in November.\r\n

\r\n','

\r\nThe announcement came on Cape’s Facebook site, and despite Internet-based rumors that she was planning a mayoral bid, she told Xpress she’s getting out of electoral politics.\r\n

\r\n

\r\nElected in 2005, Cape cited several reasons for her decision, including\r\nlife changes stemming from a tumultuous year that saw the death of her\r\nfather, the breakup of her marriage and the need to get on with a\r\ncareer.\r\n

\r\n

\r\n“Truthfully, Council pays very little,” she said. “I’m a recently\r\nseparated woman with two teenage children looking at college. It’s\r\ntimely to begin looking at my own career rather than postponing it\r\nuntil I’m 56.”\r\n

\r\n

\r\nBut Cape also feels it’s time to move the sustainability discussion she has championed into a broader, regional arena.\r\n

\r\n

\r\n“I feel I have positioned myself in the past few years that I can\r\nplay a role in the larger conversation about sustainability,” she\r\nnotes. “Now how does that work? I don’t know; I’m still figuring it\r\nout. There’s some form of consultant business that I have ahead of me\r\nin this.”\r\n

\r\n

\r\nThe very word “sustainability,” Cape maintains, is no longer the\r\noddity it was when she initially ran for City Council. “Everybody who’s\r\nrunning, who I’ve seen running so far, is running on a sustainability\r\nplatform. Kelly [Miller] is interested in it. Brownie [Newman] is\r\ninterested in it. The mayor is interested in it. You don’t need me—I’m\r\nredundant.”\r\n

\r\n

\r\nCape’s announcement ensures that at least one new Council member\r\nwill claim a seat in the November elections. Two-term Council member Carl Mumpower has announced his intention to run again, as has Kelly Miller,\r\nwho was appointed to his seat last December. City Council elections are\r\nheld every two years, with Council members serving staggered four-year\r\nterms. This year, three Council positions plus the mayor’s seat will be\r\nup for grabs.\r\n

\r\n

\r\nMeanwhile, the field of newcomers continues to build, with early announcements by activist/writer Cecil Bothwell, political blogger Gordon Smith and attorney Esther Manheimer, who also applied for the Council seat assigned to Miller. Another contender, J. Neal Jackson, has filed preliminary paperwork with the Buncombe County Board of Elections.\r\n

\r\n

\r\nVice Mayor Jan Davis says Cape’s announcement may bring\r\nmore candidates out of the woodwork. “This is going to open things wide\r\nup,” he predicts, adding, “Robin’s seat certainly makes it a different\r\ndeal.”\r\n

\r\n

\r\nAlso up for re-election is Mayor Terry Bellamy, who’s still\r\nunopposed at this writing. (Despite rumors on local blogs, Davis, like\r\nCape, says he has no intention of running for mayor.) Only one person,\r\nlocal artist Jenny Bowen, has indicated she may mount a bid if no serious contenders emerge.\r\n

\r\n

\r\nBellamy, however, “seems very strong in her seat,” says Buncombe County Democratic Party Chair Charles Carter.\r\n

\r\n

\r\nCape, meanwhile, says she hopes to spend the remaining six months of\r\nher term shepherding some of the changes spelled out in the Downtown\r\nMaster Plan into law, establishing green-building initiatives downtown,\r\nand seeing parts of the proposed Transit Master Plan come before\r\nCouncil.\r\n

\r\n

\r\n“But you get into the silly season of elections, things naturally\r\nslow down,” she notes, adding, “You’ll see less controversial items on\r\nthe agenda, for sure.”\r\n

\r\n
\r\nby Brian Postelle in Mountain Xpress, Vol. 15 / Iss. 46 on 06/10/2009\r\n
\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n',1,2,0,2,'2009-06-10 10:20:40',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-06-10 10:19:53','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,107,'','',0,103),(374,'MiniMoogseum installed at Orange Peel','MiniMoogseum installed at Orange Peel','

\r\nThe late, great Bob Moog left a legacy that continues to\r\nreverberate in the diverse sounds of thousands of musicians and bands\r\nworldwide. Now The Orange Peel is playing host to the MiniMoogseum, an\r\ninteractive display that’s the predecessor to a more ambitious project\r\nhonoring all things Moog.\r\n

\r\n','

\r\nThe 5-by-7-foot installation was unveiled at “Enter the Mind of Moog,”\r\na May 21 event celebrating what would have been the electronic music\r\npioneer’s 75th birthday (he passed away in 2005). Installed on the wall\r\nin The Orange Peel’s foyer, the MiniMoogseum displays photos, ephemera\r\nand parts from some of Moog’s signature inventions, along with a\r\nworking theremin that can be played by anyone who stands in front of\r\nit.\r\n

\r\n

\r\nThe display at the music venue is meant both to pay tribute to Moog,\r\nwho lived and worked around Asheville, and to generate interest and\r\nsupport for the planned, full-fledged Moogseum. The latter project\r\ncould take three to five years to come to fruition, says Michelle Moog-Koussa, the inventor’s daughter, who serves as executive director of the Bob Moog Foundation.\r\n

\r\n

\r\nThe foundation recently secured a $600,000 grant from the Buncombe\r\nCounty Tourism Development Authority that will serve as seed money for\r\nthe museum, which will be located either in downtown Asheville or the\r\nRiver Arts District, Moog-Koussa reports.\r\n

\r\n

\r\nA year in the making, the MiniMoogseum is the work of many hands, notes lead artist Gene Felice. Steve Dunnington\r\nof Moog Music handled the electrical components; Cormark International\r\ndonated the African mahogany used to build the display structure;\r\nAsheville Hardware donated the hardware; Henco Reprographics printed\r\nthe backlit panel; SpeedGraphics printed the modular backdrop; and Chris Perryman of Domus Aurea did the woodworking.\r\n

\r\n

\r\nEven so, the installation remains a work in progress: From time to\r\ntime, different items from Moog’s extensive archives will be rotated\r\ninto the display, and the theremin will be swapped out in favor of\r\nvarious other audio components.\r\n

\r\n

\r\nFor his part, Felice conceived the original design and helped shape\r\nthe installation as it came together. He also created a backlit glass\r\npiece at the top that depicts Moog’s visage set against the sun shining\r\nover the mountains. “It’s like [Moog] is still with us,” Felice says\r\nabout the piece. “Still overlooking the city and gracing us with his\r\ninventiveness and genius.”\r\n

\r\n

\r\nby Jon Elliston in Mountain Xpress Vol. 15 / Iss. 46 on 06/10/2009 \r\n

\r\n',1,2,0,2,'2009-06-11 10:08:23',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-06-10 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,106,'','',0,20),(375,'Pack Place Marquee Scheduled for Removal','Pack Place Marquee Scheduled for Removal','The marquee in Pack Square, the landmark display sign on the corner of Biltmore and Patton Avenues at the entrance to Pack Place Education, Arts & Science Center, is scheduled for removal at 6:00 a.m. on Thursday, June 11th\r\n','With support from the Janirve Foundation, the marquee was erected in 1999 to aide Pack Place in communicating the variety of activities and organizations within its facility. Over the years, it has effectively increased the number of visitors to Pack Place and its partner organizations.\r\n
\r\n
\r\n"Many people do not know what Pack Place is or what it has to offer," said Heather Nelson, Pack Place Business Manager. "It will be a challenge to communicate that message without the marquee; but repairing the current sign is simply not an effective use of already limited funds or an efficient use of electricity." \r\n
\r\n
\r\nPack Place considered replacing the display boards that use over 4,000 incandescent bulbs with a greener and more effective LED display, but the more than $35,000 cost to upgrade the lighted panels was too high to justify repairs, in addition to operational costs. Initial estimates indicate that Pack Place\'s power consumption may be reduced by up to $5,000 per year by removing the incandescent display. \r\n
\r\n
\r\nOn May 19, the City of Asheville\'s Board of Adjustment granted Pack Place a variance to allow colorful banners to be attached to the facility until replacement signage can be identified. The new signs, provided in part through a donation by FastSigns, are to be installed in the coming week.\r\n
\r\n
\r\nThe Pack Place Board of Trustees is offering the sign for sale and hopes to recycle the structure. Interested parties should contact Pack Place Business Manager Heather Nelson at 828-257-4544 x 303 or hnelson@packplace.org .\r\n
\r\n
\r\nFor more information, call 257-4500 or visit www.packplace.org.\r\n',1,2,0,2,'2009-06-11 10:11:57',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-06-11 10:09:42','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,105,'','',0,20),(376,'Digital TV transition will happen this time','Digital TV transition will happen this time','

\r\n This time it\'s for real.\r\n

\r\n','Last year the federal government set a Feb. 17, 2009 deadline for\r\nthe transition to all-digital television transmission. Then officials\r\nextended that deadline.\r\n

\r\n\r\nBut now, on Friday, it will happen. All remaining full-power television\r\nstations still broadcasting an analog signal will transition to\r\nall-digital by the end of Friday.\r\n

\r\n

\r\n With more than a year of publicity about the changeover, most consumers have had plenty of notice and time to make a change.\r\n

\r\n

\r\n Downtown Asheville resident Mary Braden, 99, isn\'t sweating it.\r\n

\r\n

\r\n\r\n“My son got me a new TV back in March, and I\'ve got cable, so I\'m not\r\nworried about it,” she said. “I don\'t understand too much about it, but\r\nI think at my age I don\'t have to worry.”\r\n

\r\n

\r\n\r\nThe transition caused a lot of confusion, but it affects relatively few\r\nviewers. If you receive your signal through cable or satellite\r\nservices, you\'re fine — even if you use an old analog TV. The same goes\r\nfor those who count on broadcast signals but have a digital TV.\r\n

\r\n

\r\n\r\nThe change affects only those who both (1) use an older analog\r\ntelevision and (2) rely on antennas — outside antennas or “rabbit ears”\r\n— to receive over-the-air signals. Those consumers will need to buy a\r\ndigital-to-analog converter box.\r\n

\r\n

\r\n John Martin, a manager at the Target store in Asheville, said the big rush for converter boxes came back in the winter.\r\n

\r\n

\r\n\r\n“We saw a few people coming in the past few weeks getting converter\r\nboxes, but it\'s slowed down dramatically since February,” Martin said,\r\nadding that they did not see a boost in new television sales.\r\n

\r\n

\r\n\r\nThe Obama administration delayed the February transition after funding\r\nran out for $40 coupons the government offered to help people buy\r\nconverter boxes for old TVs. Officials say the country is much better\r\nprepared now — about 3.1 million U.S. homes were unprepared to receive\r\ndigital signals as of late last month, half the number that were\r\nunprepared in February, according to the Nielsen Co.\r\n

\r\n

\r\n President Barack Obama left no doubt last week about this deadline: “I want to be clear: There will not be another delay.”\r\n

\r\n

\r\n\r\nDigital signals are more efficient than analog, so the transition will\r\nopen airwave space for wireless Internet and emergency communications\r\nservices. About half of the nation\'s 1,760 full-power TV stations have\r\nalready cut their analog signals, though they are mostly in thinly\r\npopulated areas.\r\n

\r\n

\r\n The Associated Press contributed to this report. \r\n

\r\n

\r\nBy John Boyle \r\n• June 11, 2009  \r\n

\r\n',1,2,0,2,'2009-06-11 10:14:14',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-06-11 10:13:27','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,104,'','',0,108),(377,'Colburn Museum hosts Asheville Gem Fest','Colburn Museum hosts Asheville Gem Fest','The Colburn Earth Science Museum will present the Asheville Gem Fest 10\r\na.m.-6 p.m. June 19-20 and 11 a.m.-5 p.m. June 21 at Pack Place in\r\ndowntown Asheville. Admission is free to Gem Fest and the Colburn Earth\r\nScience Museum for the entire weekend.\r\n','Over 20 dealers from all around the world selling jewelry, gems,\r\nminerals, fossils, cut stones, oddities, natural curiosities and\r\ntreasures from the geologic world are represented at Gem Fest.\r\nEducational and fun kids’ activities include cracking geodes and\r\npanning for minerals in the Colburn’s running water flume.
\r\nA\r\nsilent auction will offer clothes, restaurant gift certificates, toys,\r\njewelry and other items with proceeds going to support education\r\nprograms at the Colburn Earth Science Museum. \r\n

\r\nA Geology\r\nWalk of downtown Asheville will leaving the Colburn at 10:30 a.m. June\r\n20. Geologist Ken Hasson will talk about the geologic forces that\r\nformed Asheville and hear stories about the history behind familiar\r\nbuildings\' construction. The walk takes about two hours. \r\n

\r\n

\r\nThat\r\nafternoon will feature two free lectures at the Diana Wortham Theatre.\r\nRobert Lauf will discuss Radioactive Minerals at 1 p.m. and Arvid Pasto\r\nwill take the stage to talk about Fluorite at 3 p.m. \r\n

\r\n

\r\nFor information, call 254-7162.\r\n

\r\n

\r\nDale Neal \r\n• June 11, 2009 \r\n

\r\n',1,2,0,2,'2009-06-11 10:15:28',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-06-11 10:14:46','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,103,'','',0,47),(378,'Enjoy An Extra Day of Adventure This Summer: The Health Adventure is Now Open On Mondays','Enjoy An Extra Day of Adventure This Summer: The Health Adventure is Now Open On Mondays','Beginning June 15, families can enjoy an extra day of smart fun as The Health Adventure opens to the public on Mondays. The museum will be open seven days a week through the end of August. Another organization located in Pack Place, Diana Wortham Theatre, will also open on Mondays.\r\n','“With summer getting started and the economy on everyone’s mind, families are looking for fun, budget-friendly things to do close to home,” said Paige Dickens, President & CEO. “By opening our doors to the public every day of the week, we hope to offer families more opportunities to spend learning and playing together.” \r\n
\r\n
\r\nOther Pack Place organizations, including the Asheville Art Museum, Colburn Earth Science Museum, and YMI Cultural Center, will maintain their current hours of operation. Tickets to The Health Adventure and performances at Diana Wortham Theatre, as well as other community events, tours and attractions, can be purchased at the Pack Place ticket desk. \r\n
\r\n
\r\nFor more information, visit www.thehealthadventure.org, or call (828) 254-6373. \r\n',1,2,0,2,'2009-06-11 10:27:06',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-06-11 10:25:43','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection _link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,102,'','',0,28),(379,'Asheville Oktoberfest','Oktoberfest','

\r\n
\r\n\"oktoberfestnewlogo_website.png\"\r\n
\r\n
\r\n

 October 9, 2010

\r\n
Online ticket sales are over.
\r\nTickets will be available for purchase at the door for $30.
\r\n
\r\n
\r\n

\r\n

\r\n \r\n

\r\n

History of Oktoberfest, from Münich to Asheville

\r\n

\r\nThe first Oktoberfest occurred in Munich on October 18, 1810 as a celebration of the marriage of Crown Prince Ludwig to Princess Therese of Saxe-Hildburghausen. In 1819, it was agreed that Oktoberfest would be celebrated each and every year. \r\n

\r\n

\r\n\"oktoberfest_patrons.jpg\"\r\n

\r\n

\r\nGerman immigration to the North Carolina Mountains hit a high in the early 1700\'s. We\'re not sure if that\'s the reason, but we are proud to live in a town with such a great number of local breweries! Today, the Münich festival opens with a 12 gun salute and the tapping of the first keg of the festival by the incumbent Mayor of Munich. \r\n

\r\n
\r\n

\r\nOn the 200th anniversary of the first Oktoberfest, the Asheville Downtown Association is very excited to bring you Asheville\'s own Oktoberfest! Barring the gun salute, we\'re excited to host such a rich traditional festival! We will be taking the best aspects of Bavaria and mixing it with the truly unique Asheville culture to create some downtown traditions of our own!\r\n

\r\n
\r\n
\r\n\"oktoberfest_food.jpg\"\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\nOur Oktoberfest will mix Bavarian traditions with Asheville’s eclectic vibe,” says Adrian Vassallo, event organizer and ADA treasurer. He adds, “With Asheville’s recent recognition as ‘Beer City USA,’ the timing couldn’t be more perfect to celebrate our local beer scene. Plus, Wall Street is an ideal venue for this event with its old world feel and original cobblestones."\r\n

\r\n

Food and Drink
\r\n

\r\n

\r\nThe event will feature beer tastings from local breweries including Highland Brewing, Asheville Brewing Company, Pisgah Brewing, Green Man Brewery, Craggie Brewing and French Broad Brewing Company. Many brewers are featuring seasonal ales for Oktoberfest, and will be on hand to discuss their beers.\r\n

\r\n

\r\nAlso, Wall Street restaurants Cucina 24, Jack of the Wood and The Market Place will be preparing authentic German food fare served with local mustard from the Lusty Monk.\r\n

\r\n

Entertainment

\r\n

\r\n\"florida2006band_057.jpg\"\r\n

\r\n

\r\nWe are proud to announce that The Stratton Mountain Boys will be joining us again this year. They were a big hit at last year\'s Oktoberfest and brought authentic traditional Bavarian music to Wall St.  \r\n

\r\n

\r\nThe Stratton Mountain Boys have brought the haunting sounds of four alphorns, happy yodeling songs, shoe slapping dances, and lively spirited Polka music to audiences across the U.S for more than 30 years. \r\n

\r\n

\r\n \r\n

\r\n

Contests

\r\n

\r\nThis year, contestants for the team contests will be selected by our local participating breweries! Each brewery will field a team of four individuals, one of which must be a female. During the month of September, special events will be held at each brewery and more information will be available soon. If selected by a brewery to be on a team, you will receive free entry to the event. All contestants must be 21 years of age or older. We will still have other contests that are open to all attendees, like the costume contest. There will be some great prizes, so get creative! \r\n

\r\n

\r\n \r\n

\r\n

FAQ and Volunteers
\r\n

\r\n

\r\nHave questions about Asheville Oktoberfest? Click here. \r\n

\r\n

\r\nWant to be a volunteer? Click here. \r\n

\r\n

 

\r\n

Schedule of Events
\r\n

\r\n

\r\nAll events at 21+ unless otherwise stated. Schedule subject to change; please check back often.\r\n

\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n
11:00:
\r\n
Check-in at the Flat Iron on Wall St.
\r\n
11:45:
\r\n
TheStratton Mountain Boys start the festival by \r\n blowing the Alpine Horn.  This will signal the parade towards the \r\n stagefor the official tapping of the keg.
\r\n
12:00:
\r\n
The official tapping of the keg.  The Stratton Mountain Boys start the party!
\r\n
1:00:
\r\n
\r\n
Games begin with the Keg Roll
\r\n
2:00:
\r\n
\r\n
Bavarian Biking
\r\n
3:00: 
\r\n
CostumeContest and Brat Eating Contest
\r\n
4:00:
\r\n
Alphorn Blowing Contest
\r\n
5:00: 
\r\n
Stein Races
\r\n
6:00: 
\r\n
The Winning Team of Oktoberfest announced.
\r\n

\r\n \r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Online ticket sales are over.
\r\nTickets will be available for purchase at the door for $30.

\r\n

The Asheville Downtown Association was proud to
\r\nbring you the very successful Asheville\'s Oktoberfest 2009!
\r\n

\r\n

Click here for pictures of last year\'s event and click here to view the videos!

\r\n

\r\n  \r\n

\r\n
\r\n
\r\n

Participating Breweries

\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\"ash-brewing-web.jpg\"
\r\n
  

\r\n
\"craggie_brewing.jpg\" 
\"french-broad-web.jpg\"
\"green-man-web.jpg\"
\r\n
 

\r\n
\"highland_brewing_logo_big.gif\" 
\r\n
\r\n   \r\n
\r\n \"pisgah_brewing.png\" \r\n
\r\n
\r\n
\r\n
\r\n
 
\r\n
 
\r\n
 
\r\n \r\n

Participating Restaurants

\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n
\r\n
\r\n \"marketplace_stacked.png\" \r\n
\r\n
  \r\n
\r\n \"cucina24.jpg\" \r\n
\r\n
\r\n
\r\n \"lusty_monk.jpg\" \r\n
\r\n
 \"jack_of_the_wood_2.jpeg\"
\r\n
\r\n

Community Sponsors

\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n
\r\n \r\n
\r\n
\r\n \"vw_logo.jpg\" \r\n
\r\n
\r\n
\r\n \"logo_ash.gif\"  \r\n
\r\n
\r\n
 \"wnclogoblue.jpg\" \r\n
\r\n
\r\n
\r\n
 \"www.MountainX.com\"
 
\r\n \"98.1_the_river.gif\"
\r\n
  \r\n
\r\n \"www.Rock104Rocks.com\" \r\n
\r\n
  \r\n
\r\n \"l6.jpg\" \r\n
\r\n
\"880_the_revolution_web_res.jpg\" 
\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n
\r\n \"WNCW.org\" \r\n
\r\n  
\r\n
\r\n \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n  \r\n \"www.ResidencesatBiltmore.com\"
 \"sbe2_logo_border.jpg\" \r\n
\r\n \"gominis-web.jpg\"\r\n
\r\n
\r\n
  
\r\n
\r\n','',1,0,0,0,'2009-06-11 11:15:41',71,'','2010-10-08 12:21:42',71,0,'0000-00-00 00:00:00','2009-06-11 10:34:42','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,15348),(532,'Why is Downtown Important?','Why is Downtown Important?','

\r\nThe Asheville Downtown Association and the City of Asheville co-sponsor the annual State of Downtown Luncheon to address the state of our downtown. The highlight of 2010\'s luncheon was this presentation by Joe Minicozzi, the Executive Director of the Asheville Downtown Association.  \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n
\r\n

Part 1\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n
\r\n
\r\n
\r\n

Part 2\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n
\r\n
\r\n

Part 3\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n
\r\n
\r\n

Part 4\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n
\r\n
\r\n','',1,0,0,0,'2010-08-18 13:36:48',71,'','2010-08-18 13:48:34',71,0,'0000-00-00 00:00:00','2010-08-18 13:30:19','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,75),(380,'Severe storm sweeps through Asheville area','Severe storm sweeps through Asheville area','A severe thunderstorm swept through the Asheville area Thursday,\r\nfelling trees and briefly cutting power to many homes in West Asheville.\r\n','

\r\nProgress Energy reported about 1,995 customers without power from\r\nPatton Avenue to Louisiana Avenue and along Clingman Avenue to\r\nRiverside Drive. Service was restored by 6 p.m., according to a utility\r\nWebsite.\r\n

\r\n

\r\nThe Asheville Regional Airport recorded about .21 inches of rain,\r\nwhile downtown Asheville reported about .25 inches of rain according to\r\nthe National Climatic Data Center’s gauge atop the Grove Arcade. The\r\nRiceville area was drenched with .67 inches Thursday afternoon.\r\n

\r\n

\r\nAsheville\r\npolice reported several trees down after the storm swept though the\r\ncity about 4:30 p.m. A tree went down on Interstate 26 near the Brevard\r\nRoad exit while another tree was felled at Coleman Avenue and Conestee\r\nStreet in north Asheville, dispatchers said. \r\n

\r\n

\r\nThe\r\nNational Weather Service calls for a chance of more thunderstorms for\r\ntoday. Skies will be cloudy with a 40 percent chance of thunderstorms\r\nin the afternoon. The high will be around 84.
\r\n\r\n

\r\n

\r\nDale Neal \r\n• June 11, 2009\r\n

\r\n\r\n',1,2,0,2,'2009-06-12 10:11:48',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-06-11 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,101,'','',0,116),(381,'Move along, Peeping Tom: Burlesque fest is much more','Move along, Peeping Tom: Burlesque fest is much more','

\r\nYou\'ve seen the bumper stickers advising we “Keep Asheville Weird,”\r\nbut there is also a movement to keep this artsy mecca scantily clad and\r\npolitically charged at the same time. It\'s all part of the Asheville\'s\r\nburgeoning burlesque scene, which ups its offerings to a full weekend\r\nof comedy, skill secrets and body image empowerment at the Americana\r\nBurlesque & Sideshow Festival starting Friday and running through\r\nSunday.\r\n

\r\n','

\r\nWe spoke to event organizer, performer and teacher Lauren “Onca”\r\nO\'Leary about the excitement building in the local burlesque community\r\nand how that energy could inspire each of us to step into our\r\nbest-loved bodies yet.\r\n

\r\n

Dropping the façade

\r\n

\r\nA decade ago you wouldn\'t have found an organized burlesque troupe\r\nworking in Asheville, but much of that changed with the Rebelles, a\r\nburlesque revival ensemble that navigated the erotic waters for much of\r\nthe new talent in town and set the stage for entertainment that was not\r\njust nude; it had to be top-notch.\r\n

\r\n

\r\n“I think what the Rebelles did\r\nwas bring something very potent to the stage and they did it in such a\r\nconscious, high-caliber way that it encouraged real artists to step\r\nup,” O\'Leary said.\r\n

\r\n

\r\nThe Vaudeville Revival has crossed more\r\nboundaries outside the theater, as local groups now offer alternative\r\nmodeling classes, club nights with sideshow themes and even local music\r\nhas dabbled in burlesque theatrics. O\'Leary thinks the time is just\r\nripe for the reinvention of certain ideals.\r\n

\r\n

\r\n“In times of trouble,\r\nthe kind of thing we\'re going through in our culture now, historically\r\npeople re-evaluate values and perspectives in order to reinvent the\r\nmodel that works.”\r\n

\r\n

From seat to stage

\r\n

\r\n“It\'s a huge subject, why this is a way to get out an important\r\nmessage,” said O\'Leary. “Humor is very effective; we know that. And\r\nthis obviously touches on how people value themselves and how they\r\nvalue their bodies. I think it stirs something in the audience. They\r\ncan see themselves in these performers.”\r\n

\r\n

\r\nIn addition to the usual\r\n“passive burlesque,” as O\'Leary calls it (simply consuming the\r\nperformance in front of you), the festival will feature a radical\r\ninteractive portion of the weekend with professional performers\r\neducating the public. If you\'ve always wanted to strip while\r\nHula-Hooping, check out the class.\r\n

\r\n

\r\nAll classes will be held in studios downtown. Look online for a full list of offerings and locations.\r\n

\r\n

Not just for the ladies

\r\n

\r\nO\'Leary said one of the biggest trends in burlesque is the addition\r\nof a strong “boylesque” community. “In the true tradition of burlesque,\r\nthis weekend is about the greater sense of the theatrical production,\r\nnot simply stripping. This means comedy, satires, dancing trapeze. One\r\nof the strongest male performers being showcased actually performs as a\r\nmonkey. He is never a person onstage, and his physique morphing into\r\nhis act is just incredible.”\r\n

\r\n

\r\nAmy Jones writes about music for the Citizen-Times. Email her at ajontheair@hotmail.com\r\n

\r\n

\r\nAmy Jones I take5 Correspondent • published June 12, 2009 \r\n

\r\n',1,2,0,2,'2009-06-12 10:13:54',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-06-12 10:13:10','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,100,'','',0,37),(382,'Oktoberfest FAQ','Oktoberfest FAQ','

\r\nOktoberfest Frequently Asked Questions\r\n

\r\n
\r\n
\r\n

\r\n \r\n

\r\n

Where and when is Oktoberfest?

\r\n

\r\nOktoberfest is going to be held on Wall St. , in the heart of Downtown Asheville on October 9th from 11:45am - 6:00pm. \r\n

\r\n

\r\n \r\n

\r\n

Can I still get tickets?

\r\n

\r\nYes! Tickets will go on sale in our Online Store on September 1. The Will Call Check-In Booth will be located at the "Flat Iron", at the corner of Battery Park & Wall St. Tickets are $25 and are available in our Online Store. \r\n

\r\n

\r\n \r\n

\r\n

Will there be tickets available for purchase "at the door"?  \r\n

\r\n

\r\nAny tickets that haven\'t sold by Friday October 8 at noon, will be available to purchase for $30 on the day of the event at the Will Call/Check-in booth. However, we are not holding back any tickets for day of purchase so we encourage you to get your tickets now!  \r\n

\r\n

\r\n \r\n

\r\n

Why is there a limit on the number of tickets I can purchase?

\r\n

\r\nWe have limited the number of tickets per person to 4. This is done to discourage scalping of tickets and make sure everyone gets a fair shot at buying tickets. If you would like to speak to someone about this limit, please call us at 828.251.9973 to discuss a solution. \r\n

\r\n

\r\n \r\n

\r\n

I haven\'t received my tickets. Where are they?

\r\n

\r\nTickets will not be mailed or available for printing. Because of the nature of this event, we will be holding all wristbands at Will Call on the day of the event. Starting at 11:00am, you may go to the Will Call tent, show your ID and get your wristband. Each person in your party will be responsible for showing their ID, even if you purchased tickets for them. The event starts at noon but Will Call opens at 11:00am. The Will Call tent will be located at the "Flat Iron", at the corner of Battery Park & Wall St.   \r\n

\r\n

\r\n \r\n

\r\n

I will be bringing someone who doesn\'t drink. Do they need a ticket?

\r\n

\r\nThose\r\nwho want to attend Oktoberfest but who do not drink or are serving as DD are\r\nwelcome to come and enjoy the food, soft drinks and music without purchasing a\r\nticket. We will not be shutting the street off to non-ticket holders but only\r\nthose who have a ticket and wristband will be allowed to drink on the street.\r\n

\r\n
\r\n
\r\n

\r\n \r\n

\r\n

Where should I park?

\r\n

\r\nThe\r\nCity of Asheville is dedicated to providing safe, reliable and\r\nefficient parking in downtown Asheville including on-street parking, as\r\nwell as three parking garages and several permit lots downtown.\r\n

\r\n
\r\n
\r\n

\r\n \r\n

\r\n

On-Street Parking

\r\n

\r\nOn-street, metered parking is for two hours or less, and costs $1 per hour, paid at the parking meter for each space.\r\n

\r\n

Parking Garages

\r\n

\r\nParking garages are operated for longer-duration parking as well as for monthly parking for downtown residents and employees.\r\n

\r\n
\r\n

\r\n Civic Center Garage: Parking in the Civic Center Garage is free for the first hour and then $0.50 per hour for each hour or fraction thereof.
\r\n
\r\n Rankin Avenue Garage\r\n : Parking in the Rankin Avenue Garage is free for the first hour and then $0.75 per hour or fraction thereof.
\r\n
\r\n Wall Street Garage\r\n : Parking in the Wall Street Garage is free for the first hour and then $0.75 per hour or fraction thereof.\r\n

\r\n
\r\n

\r\n \r\n

\r\n

\r\nWhat should I do if I don\'t want to drive after the event?

\r\n

\r\nWe encourage you to make a plan ahead of time to drink responsibly. We all love to go out downtown and enjoy ourselves but we want you to do so safely. Below is a link to a printable list of taxi services, a perfect size for your wallet and a link to the city\'s bus schedule. \r\n

\r\n
\r\n
\r\n

\r\n \r\n

\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n
\"taxi.jpg\" \r\n \"bus.png\"
\r\n
\r\n
\r\n
\r\n

\r\n   \r\n

\r\n
\r\n
\r\n

\r\nAre there going to be events?

\r\n

\r\nThere are going to be many events and music throughout the day! Check it all out here!\r\n

\r\n
\r\n
\r\n
\r\n
\r\n

\r\n \r\n

\r\n

\r\nWhat does my ticket price cover?

\r\n
\r\n
\r\n

\r\nYour ticket price covers your entry into the event, samples of all the local brewery\'s beers and participation in all the contests and events. Check out the participating breweries here.  \r\n

\r\n

\r\n\"beer_brats_and_kraut_.jpg\"\r\n

\r\n

\r\nWill there be food at the event?

\r\n

\r\nAbsolutely! Click here to view the participating food vendors!  \r\n

\r\n
\r\n
\r\n

\r\n \r\n

\r\n

 

\r\n

\r\nCan I bring my dog?

\r\n

\r\nNo! We strongly encourage you to leave your four legged friends at home. As with all our events, this will be a fun crowd with lots going on. \r\n

\r\n

\r\n \r\n

\r\n

\r\nCan I bring my kids?\"babysitter.jpg\"

\r\n

\r\nThe Asheville Downtown Association is proud to bring you many events throughout the year, some very family friendly and some geared towards adults. Oktoberfest is the latter; a time when parents can get out and have some responsible adult fun with their friends. We encourage leaving kids at home with babysitters, family or friends so that you can have a great time without worrying about their safety. \r\n

\r\n

\r\n \r\n

\r\n

\r\nInstructions for puchasing tickets to Oktoberfest.\r\n

\r\n

\r\n1.    Choose the number of tickets you’d like to purchase and click on “Add to Cart”
\r\n2.    Your  tickets should be in your “Shopping Cart”, click “Checkout”
\r\n3.    Please click the bubble beside “New? Please Provide Your Billing Information” and fill in the form that appears below. Then click “Send Registration”
\r\n4.    Double check your shopping cart has the correct number of tickets and click “Confirm Order”
\r\n5.    You should now be redirected to our PayPal site where you can either use your PayPal account to complete the transaction or you may use a credit card. Fill in that information and click “Continue”.
\r\n6.    Review all the information. If everything is correct, click “Pay Now”.
\r\n7.    You have now purchased your tickets. You may either click “View Printable Receipt” and print up your receipt or you may print the one that will arrive in your email. Finally, click “Return to Asheville Downtown Association” and logout. 
\r\n

\r\n

\r\n \r\n

\r\n','',1,0,0,0,'2009-06-12 10:59:59',71,'','2010-10-04 11:31:56',71,0,'0000-00-00 00:00:00','2009-06-12 10:28:28','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,1870),(384,'Cleanup after Phish concert smooth','Cleanup after Phish concert smooth','Litter cleanup on the streets around the Asheville Civic Center went\r\nsmoothly overnight in the wake of the Tuesday night Phish concert.\r\n','

\r\nCity of Asheville street crews used street sweepers and other equipment\r\nto clean up after thousands of fans who flooded the area for the\r\nconcert, said Asheville Public Works Director Mark Combs.\r\n

\r\n

\r\n"By daybreak, the downtown looked good except for some private\r\nproperty," said Combs, who noted city workers are only authorized to\r\nclean up public property. \r\n

\r\n

\r\nA crew of five workers spent\r\nmuch of the night emptying trash cans and using a street sweeper to\r\nclear debris. A water truck also was used to flush Haywood and Flint\r\nstreets with water, Combs said.\r\n

\r\n

\r\nPrivate property owners\r\nwith a litter problem today from the concert will have to bag the trash\r\nthemselves, but the city will pick up the bags, he said.\r\n

\r\n

\r\n"If they have a problem, they can call us and we\'ll work with them," Combs said.\r\n

\r\n

\r\nThe cost to the city of the cleanup "wasn\'t significant" in relation to the public works department\'s overall budget, he said.\r\n

\r\n

\r\nSabian Warrren\r\n• June 10, 2009 \r\n

\r\n

\r\n \r\n

\r\n',1,2,0,2,'2009-06-12 13:37:11',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-06-10 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,99,'','',0,26),(385,'Charities, recycling victims of budget City Council zeros in on $138M spending plan','Charities, recycling victims of budget City Council zeros in on $138M spending plan','Recycling fees and taxpayer funding for math mentoring set off a clash\r\nTuesday as Asheville City Council members scrambled for control over a\r\ndismal budget year\'s few unclaimed dollars.\r\n','The fight over fees and nonprofit funding came as Asheville\'s elected officials zero in on a proposed $138.3 million budget.\r\n

\r\n\r\nA final vote on the spending plan is set for June 23. State law\r\nrequires the city to have a balanced budget by July 1, the start of a\r\nnew fiscal year. Tuesday\'s public hearing on the budget drew no\r\ncomments from residents.\r\n

\r\n

\r\n\r\nDropping sales tax revenues mean the proposed budget would creep up\r\njust 0.1 percent from last year. A staff salary freeze and other cuts\r\nwould help offset rising costs in areas such as health care, keeping\r\nthe property tax rate unchanged.\r\n

\r\n

\r\n\r\nFunding for nonprofits that offer after-school programs, help the\r\nhomeless and provide other aid, meanwhile, could remain flat at\r\n$161,000 despite $368,325 in requests.\r\n

\r\n

\r\n\r\nThe City Council voted 4-3 for a plan to fund the nonprofits. Vice\r\nMayor Jan Davis and councilmen Carl Mumpower and Bill Russell voted no.\r\n

\r\n

\r\n Davis opposed a recommendation not to fund a $20,125 request by a math mentoring program\r\n

\r\n

\r\n\r\n“It pays for math students, often grad students to mentor kids in\r\nunderprivileged situations. And I\'m a little disappointed we didn\'t\r\nfind any funding there,” Davis said.\r\n

\r\n

\r\n\r\nCity staff recommended against funding the program because it would\r\nhave taken up a large chunk of the money available, said Jeff\r\nStaudinger, city community development director. “That would have\r\nrequired 20 percent of the funds going to one applicant,” Staudinger\r\nsaid.\r\n

\r\n

\r\n Mumpower,\r\nmeanwhile, said the city should concentrate money on policing and other\r\nservices “that no one else” but the city can do.\r\n

\r\n

\r\n Mayor Terry Bellamy voted yes but said she wants to revisit the mentoring program.\r\n

\r\n

\r\n\r\nWhile taxes would remain the same, fees will go up under the proposed\r\nbudget, including water rates and a more than doubling of the $1.32\r\nmonthly recycling fee.\r\n

\r\n

\r\n\r\nThe council voted 6-1 to raise the recycling fee from $1.32 to $2.95.\r\nThat would pay for all costs in the program that is currently\r\nsubsidized by city tax revenues and also cover the costs for an\r\nincreased contractor price.\r\n

\r\n

\r\n\r\nThe vote included direction to staff to do away with the fee altogether\r\nin four years and to explore the idea of charging for garbage pick-up,\r\nwhich now comes with no fee to all city residents.\r\n

\r\n

\r\n That would help reduce pressure on a burgeoning local landfill, said Councilwoman Robin Cape.\r\n

\r\n

\r\n “Right now we encourage throwing away things,” Cape said. “Let\'s switch the whole dynamic.”\r\n

\r\n

\r\n\r\nRussell voted for the motion, but said someone would have to pay for\r\nthe more than $800,000 recycling program, whether it was through fees\r\nor property taxes.\r\n

\r\n

\r\n “It would potentially make taxes go up,” the councilman said.\r\n

\r\n

\r\nBy Joel Burgess \r\n• June 10, 2009 \r\n

\r\n',1,2,0,2,'2009-06-12 13:39:43',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-06-10 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,98,'','',0,37),(386,'Rally to protest budget cuts','Rally to protest budget cuts','Children First Communities In Schools will hold a Raise Our Voice for\r\nChildren rally Monday to protest proposed budget cuts to children’s\r\nservices, including public education and mental and medical health\r\nservices.\r\n','

\r\nThe rally will be from 5:30 to 6:30 p.m. Monday at Pritchard Park in downtown Asheville. Participants\r\nare encouraged to bring handheld only signs and asked not to block\r\nsidewalks, streets or impede pedestrian or vehicular traffic flow.\r\n

\r\n

\r\nStaff Reports\r\n• June 12, 2009 \r\n

\r\n',1,2,0,2,'2009-06-15 10:56:17',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-06-12 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,97,'','',0,109),(387,'Graffiti reward program started in Asheville','Graffiti reward program started in Asheville','As part of its Graffiti Prevention Program, Asheville GreenWorks is\r\nteaming up with the Asheville Police Department and Asheville-Buncombe\r\nCrimeStoppers to start a reward program for tips leading to graffiti\r\nvandalism arrests.\r\n','

\r\nThe program is made possible through a local grant and rewards will be issued via Asheville-Buncombe CrimeStoppers.\r\n

\r\n

\r\nResidents are encouraged to call CrimeStoppers at 828-255-5050 with\r\nany information relating to graffiti vandalism, and will be awarded\r\n$200 per tip that leads to an arrest. \r\n

\r\n

\r\n“Graffiti is a\r\ngrowing problem in our community, and if we don’t start early to\r\nprevent it, this type of vandalism will take over” said Asheville\r\nGreenWorks Coordinator Allison McGehee. “The graffiti we are seeing\r\nshould be a call to action to renew our pride in this community.”\r\n

\r\n

\r\nAsheville\r\nGreenWorks is also expanding the Graffiti Prevention Program by forming\r\nQuick Removal action teams, with a goal of cleaning all new community\r\ngraffiti within 48 hours. \r\n

\r\n

\r\nImmediate removal is an important part of graffiti prevention, as well as keeping it covered and removed. \r\n

\r\n

\r\nAsheville\r\nGreenWorks is also planning more large-scale graffiti cleanup days.\r\nGraffiti removal kits are available at its office, located at 357 Depot\r\nSt., in the River District.
\r\n
\r\nFor more information about becoming involved in Asheville GreenWorks Graffiti Prevention Program, call (828) 254-1776 or e-mail allison@ashevillegreenworks.org.\r\n

\r\n

\r\nStaff reports\r\n• June 8, 2009 \r\n

\r\n

\r\n \r\n

\r\n',1,1,0,1,'2009-06-15 10:58:35',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-06-08 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,14,'','',0,105),(388,'Large turnout for studio stroll: Artists say it\'s a sign of thriving River Arts District','Large turnout for studio stroll: Artists say it\'s a sign of thriving River Arts District','

\r\nArtists’ doors are wide open for this weekend’s River Arts District Studio Stroll. \r\n

\r\n

\r\nHundreds of locals and tourists alike took advantage of a sunny\r\nafternoon to participate in the biannual event, meandering through the\r\ndistrict and viewing art from over 110 studios. \r\n

\r\n','Artists say that turnout and sales have been good, in spite of the feeble national economy.\r\n

\r\n\r\n“If anything, I am hopeful that things are improving,” said ceramics\r\nartist Holly de Saillan. “People seem to have a revived interest in the\r\nhandmade, in fine arts and craftsmanship.”\r\n

\r\n

\r\n\r\nThe steady flow of visitors to the Stroll is indicative of such\r\ninterest. Only a few years ago the River Arts District was a ghost town\r\nof empty industrial space. \r\n

\r\n

\r\nStudio Stroll visitors like Asheville resident Adam Griffith are encouraged by the renewed life in the area. \r\n

\r\n

\r\n“Its\r\npart of the revitalization of downtown,” Griffith said of the event.\r\n“It encourages people to get out, encounter many different artists.”\r\n

\r\n

\r\n\r\nThe Stroll is a prime opportunity for viewers to interact with the\r\nartists, who base themselves in their studios to answer questions and\r\nshare details about their craft. \r\n

\r\n

\r\nRobin Rector Krupp, a\r\nwatercolorist who moved to Asheville a year ago, joined Warehouse\r\nStudios in September and is participating in her second Studio Stroll. \r\n

\r\n

\r\nTo\r\nadd to the colorful paintings on her walls, Krupp made some interactive\r\nexhibits in her studio and performs drawing demonstrations on the hour.\r\n

\r\n

\r\n“I’m definitely a newbie, but I’m a satisfied newbie,” Krupp said.\r\n“There’s no question that the artists are for each other here.” \r\n

\r\n

\r\nConstance Williams, creator of encaustic paintings, knows that better\r\nthan anyone. A fire broke out in Williams’ studio eight days before the\r\nStroll, blackening her work space and melting a steel table. \r\n

\r\n

\r\nFellow artists and friends rallied around Williams the past week,\r\nhelping to clean up the space and get it in shape for the Stroll. \r\n

\r\n

\r\n“I am just amazed by the community here. People just took on all kinds\r\nof grungy jobs and worked tirelessly to help me back on my feet,”\r\nWilliams said. \r\n

\r\n

\r\n Traces of a fire are now unnoticeable, and on Saturday the studio was bustling with viewers admiring Williams’ work. \r\n

\r\n

\r\nThe stroll, which is free and open to the public, will continue through\r\nSunday from 10 a.m. to 6 p.m. The studios occupy the space of former\r\nwarehouses and factories by the river and are mostly in walking\r\ndistance of each other.\r\n

\r\n

\r\nKate Harrison\r\n• June 13, 2009  \r\n

\r\n',1,2,0,2,'2009-06-15 11:02:06',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-06-13 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,96,'','',0,55),(389,'Tailgate markets abound with locally grown summer produce','Tailgate markets abound with locally grown summer produce','Here\'s a guide to Western North Carolina tailgate markets, supplied by the Appalachian Sustainable Agriculture Project.\r\n','

What\'s fresh

\r\n

\r\n This week, farmers\r\nmarkets are filled with produce suitable for filling main dishes: new\r\npotatoes, wild and cultivated mushrooms, summer squash, turnips and\r\nbeets. The market salso carry a wealth of green vegetables: broccoli,\r\nsugar snap peas, young snow peas, cucumbers, and greens.\r\n

\r\n

\r\n\r\nA huge diversity of leafy greens is in season: green and red butterhead\r\nlettuce, romaine lettuce, salad mix, mustard greens, chard, kale,\r\ncollards, bok choy, Napa cabbage, kale, escarole, arugula, and spinach.\r\n(In some areas, the spinach crop is ending, so get it while you can.)\r\nHerbs are numerous; choose from basil, chives, mint, fennel, dill,\r\noregano, cilantro, and more.\r\n

\r\n

Events

\r\n

\r\n\r\nToday, Asheville City Market will host What\'s Cookin\', a cooking\r\ndemonstration by Anthony Cerrato from Fiore\'s Ristorante Toscana. The\r\nnew Kids Corner Market, a summerlong series of free kids\' activities at\r\nAsheville City Market, will feature a Hula Hoop dance class, organized\r\nwith the YMCA. And New Orleans guitarist Rickie Castrillo will play\r\nlive music at the market.\r\n

\r\n

\r\n For more information, visit www.BuyAppalachian.org or call 236-1282.\r\n

\r\n

Buncombe County

\r\n

\r\n Asheville City Market: 8 a.m.-1 p.m. Saturdays, Public Works Building lot, South Charlotte Street.\r\n

\r\n

\r\n Big Ivy Tailgate Market: 9 a.m.-noon Saturdays in the parking lot of old fire station, on N.C. 197 across from the post office, Barnardsville.\r\n

\r\n

\r\n Black Mountain Tailgate Market: 9 a.m.-noon Saturdays at First Baptist Church, 130 Montreat Road, Black Mountain.\r\n

\r\n

\r\n French Broad Food Co-op Tailgate Market: 8 a.m.-2 p.m. Saturdays and 2-6:30 p.m. Wednesdays, 76 Biltmore Ave. at the French Broad Food Co-op.\r\n

\r\n

\r\n Greenlife Market: 1-5 p.m. Sundays, Greenlife Grocery, 70 Merrimon Ave., Asheville.\r\n

\r\n

\r\n North Asheville Tailgate Market: 8 a.m.-noon Saturdays on the UNC Asheville campus. Take Weaver Boulevard and follow the signs.\r\n

\r\n

\r\nWeaverville Tailgate Market: 2:30-6:30 p.m. Wednesdays, behind the community center at Lake Louise.\r\n

\r\n

\r\nWest Asheville Tailgate Market: 3:30-6:30 p.m. Wednesdays on the grassy area behind West End Bakery, Haywood Road.\r\n

\r\n

Haywood County

\r\n

\r\n Canton Tailgate Market: 8 a.m.-noon Tuesdays and Thursdays, Park Street, downtown Canton.\r\n

\r\n

\r\n Waynesville Tailgate Market: 8 a.m.-noon Wednesdays and Saturdays at the American Legion, just off South Main Street, behind Bogart\'s, Waynesville.\r\n

\r\n

Henderson County

\r\n

\r\n Flat Rock Tailgate Market: \r\n3-6 p.m. Thursdays in the parking area behind the Hand in Hand Gallery\r\nin Flat Rock on the Greenville Highway, just south of the Flat Rock\r\nPlayhouse.\r\n

\r\n

\r\n Henderson County Tailgate Market: 7 a.m.-noon Saturdays, 100 N. King St., downtown Hendersonville.\r\n

\r\n

\r\n Hendersonville Curb Market: 8 a.m.-2 p.m. Tuesdays, Thursdays and Saturdays on Church Street, Hendersonville, across from the old courthouse.\r\n

\r\n

Madison County

\r\n

\r\n Madison County Farmers and Artisans Market: 9 a.m.-1 p.m. Saturdays, Mars Hill College, off Dormitory Drive near Pittman Dining Hall.\r\n

\r\n

\r\n Sundays on the Island: Noon-4 p.m. Sundays near the courthouse on Main Street in downtown Marshall.\r\n

\r\n

Transylvania County

\r\n

\r\n Transylvania Tailgate Market: 7 a.m.-1 p.m. Tuesdays, Thursdays and Saturdays in the parking lot behind South Broad Park next to the library on Broad Street.\r\n

\r\n

\r\nSPECIAL TO THE CITIZEN-TIMES\r\n• June 13, 2009 \r\n

\r\n

\r\n \r\n

\r\n',1,2,0,2,'2009-06-15 11:03:48',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-06-13 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,95,'','',0,39),(390,'WNC search firm has national scope','WNC search firm has national scope','If success in business is about who you know, then it\'s no surprise\r\nthat Bob Barringer\'s community college presidential search firm has\r\nstayed on the cutting edge of his profession.\r\n','After 30 years leading community colleges from Seattle to New\r\nJersey, Barringer pulled out his long list of contacts in higher\r\neducation to help him find the right leaders for other institutions.\r\n

\r\n\r\nBarringer and his wife/business partner, Kim MacQueen, have helped 91\r\ncolleges across the nation find their next president during the past 19\r\nyears.\r\n

\r\n

\r\n The couple manage a vast network of clients and consultants from the comfort of their downtown apartment.\r\n

\r\n

\r\n\r\n“I realized I had these enormous connections all over the country and\r\nin this business, in the search business, its important to have those\r\nconnections,” Barringer said.\r\n

\r\n

\r\n\r\n“I can not only recruit people for the jobs, but I can also check\r\nreferences and do it honestly because I know the people I\'m talking\r\nwith,” he said.\r\n

\r\n

\r\n\r\nBarringer and MacQueen started Gold Hill Associates in 1990 and they\r\nproudly report that the first candidates they found for two community\r\ncolleges in Iowa and Texas are still working successfully in their\r\nposts.\r\n

\r\n

\r\n Both attest to a lifelong love of education, especially at community colleges.\r\n

\r\n

\r\n\r\nBarringer leapt into academic leadership in his early thirties, landing\r\na job as a college vice president immediately after finishing his\r\ndegree.\r\n

\r\n

\r\n He soon found himself serving as president at College of the Albemarle in eastern North Carolina.\r\n

\r\n

\r\n\r\nBarringer spent the next 30 years leading community colleges in\r\nBaltimore and New Jersey and more than a decade leading schools across\r\nthe country as an interim president while helping them find a permanent\r\nleader.\r\n

\r\n

\r\n He met MacQueen while serving as interim chancellor of a community college district in Seattle.\r\n

\r\n

\r\n MacQueen was a public information officer for several other colleges in the state at that time.\r\n

\r\n

\r\n\r\nBarringer is a North Carolina native. The couple chose Asheville for\r\ntheir home because they loved the city and could operate their search\r\nfirm from here. “We could really be located anywhere; all we need is a\r\ncomputer and a phone and a reasonable airport,” MacQueen said.\r\n

\r\n

\r\nDespite being a small business, MacQueen said Gold Hill has the largest\r\nscope of any privately owned presidential search firm in the country.\r\n

\r\n

\r\nWithin the state, the couple have conducted searches for Mayland\r\nCommunity College in Spruce Pine and helped the N.C. Community College\r\nState Board find its current president, Scott Ralls.\r\n

\r\n

\r\n\r\nState board member and Bank of Asheville CEO Buddy Greenwood said his\r\npresidential search committee chose Gold Hill because of its depth of\r\nexperience and vast network of contacts.\r\n

\r\n

\r\n “I think we\'re fortunate to have a company like that headquartered here. That speaks well for our community,” Greenwood said.\r\n

\r\n

\r\n\r\nBarringer and MacQueen start their searches by developing a picture of\r\nwhat each college is looking for in a president before contacting\r\nleaders in the field who they believe would be a good fit for the job.\r\n

\r\n

\r\n\r\nBecause they know so many people in the academic world, they guarantee\r\ncollege trustees that their incoming president has been carefully\r\nvetted and isn\'t hiding anything on their resume.\r\n

\r\n

\r\n\r\nTrey Campbell, Chairman of the Board for Del Mar College in Corpus\r\nChristi, Texas, said Barringer had a deep knowledge of the candidates\r\nhe recommended in his search. “We would hire him again — in a\r\nheartbeat,” he said.\r\n

\r\n

\r\nJosh Boatwright \r\n• June 14, 2009 \r\n

\r\n

\r\n \r\n

\r\n',1,2,0,2,'2009-06-15 11:05:23',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-06-14 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,94,'','',0,32),(391,'New works by 4 artists launch arts council\'s new gallery space','New works by 4 artists launch arts council\'s new gallery space','A new exhibition at the Asheville Area Arts Council on Biltmore Avenue\r\nshows off a spiffy new downtown gallery space while showing new works\r\nby four artists.\r\n','Paintings by Hank Fuseler and\r\nCourtney Chappell and prints by Katherine McGinn and Virginia McKinley\r\nare grouped in one of the council\'s ongoing series of monthlong\r\ndisplays of regional artists at its headquarters.\r\n

\r\n\r\nBut this exhibit, which opened Friday during the season\'s first art\r\nwalk and runs through June 28, is a change from the past. It introduces\r\nthe council\'s new 1,200-square-foot gallery, created by combining an\r\nalcovelike space formerly called the Back Gallery with a suite of\r\noffices.\r\n

\r\n

\r\n The new\r\ngallery extends to the back wall of the building and has high windows\r\noffering natural light. It becomes the council\'s primary space for\r\nlocal artists without gallery representation.\r\n

\r\n

\r\n The main gallery, with big streetfront windows to attract shoppers, will be leased to artists for commercial displays.\r\n

\r\n

\r\n\r\nThe first of what the council is calling its “strategic partnerships”\r\nbrings in Jonas Gerard, an abstract painter who also operates a gallery\r\nin the River District.\r\n

\r\n

Fortunate happenstance

\r\n

\r\n\r\nSarah Meyer, the council\'s gallery manager, said putting Fuseler,\r\nChappell, McGinn and McKinley together in the new space was a fortunate\r\nhappenstance.\r\n

\r\n

\r\n\r\nEach artist applied separately more than a year ago to an independent\r\njury of artists that selects works for council shows. Meyer and other\r\ncouncil staff decided to combine the four.\r\n

\r\n

\r\n\r\n“These pieces and the artists work very nicely together,” Meyer said.\r\n“The media and the content are varied enough to differentiate the\r\nartists and their styles but they are similar enough to draw the show\r\ntogether.”\r\n

\r\n

\r\n\r\nChappell, a 2006 UNC Asheville graduate, is showing portraits and\r\ncityscapes in oil. Fuseler, originally from Columbia, S.C., creates\r\nabstracts in layered media, including acrylics, ink, photo transfers\r\nand house paint.\r\n

\r\n

\r\n “The richness of Courtney\'s application of oil,” Meyer said, “pairs nicely with the incredible thickness of Hank\'s pieces.”\r\n

\r\n
\r\n(2 of 2)
\r\n

\r\n\r\nMcGinn, with master\'s degree in fine arts an from Edinboro University\r\nof Pennsylvania, is showing in an Asheville gallery for the first time.\r\nShe was a 2007-08 fellow with Arts for Life, teaching printmaking to\r\nchildren at Mission Children\'s Outpatient Hospital.\r\n

\r\n
\r\n \r\n
\r\n \"Advertisement\"
\r\n \r\n \r\n
\r\n
\r\n

\r\n\r\n“I\'m definitely inspired by looking at nature,” McGinn said of her\r\nabstract, biomorphic forms. Beginning with an idea of the subject\r\nmatter, she works intuitively. “I start with vague ideas,” she said. “I\r\nmay have a form in mind, then I allow the print to evolve.”\r\n

\r\n

New career, new space

\r\n

\r\n\r\nFor McKinley, art is a new career after teaching French literature at\r\nWarren Wilson College for 14 years. She retired as academic vice\r\npresident there in 2005. Like McGinn, she creates abstract images in\r\nwhat she calls “a very improvisational way.”\r\n

\r\n

\r\n\r\nAs a college administrator, she had to make long range plans. “That\'s\r\nnot my natural habitat,” she said. “I really enjoy starting out and not\r\nknowing where I\'m going.”\r\n

\r\n

\r\n\r\nMeyer said prints by McGinn and McKinley contrast with the paintings by\r\nChappell and Fuseler. “There\'s layering in their work,” she said, “but\r\nof a much different kind. It\'s more to do with the content of the\r\nimage, than the physicality of the piece.”\r\n

\r\n

\r\n With Meyer\'s first installation in the new gallery, she did not want the space itself to make a statement.\r\n

\r\n

\r\n\r\n“I work under the assumption that people are here to see the art\r\nworks,” she said. “I feel I\'ve done a good job if people can walk into\r\nthe space and put all their attention on the art.”\r\n

\r\n

\r\n Arnold Wengrow is an Asheville writer and a contributing editor of Theatre Design and Technology magazine.\r\n

\r\n

\r\nMcGinn, with master\'s degree in fine arts an from Edinboro University\r\nof Pennsylvania, is showing in an Asheville gallery for the first time.\r\nShe was a 2007-08 fellow with Arts for Life, teaching printmaking to\r\nchildren at Mission Children\'s Outpatient Hospital.\r\n

\r\n

\r\n“I\'m definitely inspired by looking at nature,” McGinn said of her\r\nabstract, biomorphic forms. Beginning with an idea of the subject\r\nmatter, she works intuitively. “I start with vague ideas,” she said. “I\r\nmay have a form in mind, then I allow the print to evolve.”\r\n

\r\n

New career, new space

\r\n

\r\n\r\nFor McKinley, art is a new career after teaching French literature at\r\nWarren Wilson College for 14 years. She retired as academic vice\r\npresident there in 2005. Like McGinn, she creates abstract images in\r\nwhat she calls “a very improvisational way.”\r\n

\r\n

\r\n\r\nAs a college administrator, she had to make long range plans. “That\'s\r\nnot my natural habitat,” she said. “I really enjoy starting out and not\r\nknowing where I\'m going.”\r\n

\r\n

\r\n\r\nMeyer said prints by McGinn and McKinley contrast with the paintings by\r\nChappell and Fuseler. “There\'s layering in their work,” she said, “but\r\nof a much different kind. It\'s more to do with the content of the\r\nimage, than the physicality of the piece.”\r\n

\r\n

\r\n With Meyer\'s first installation in the new gallery, she did not want the space itself to make a statement.\r\n

\r\n

\r\n\r\n“I work under the assumption that people are here to see the art\r\nworks,” she said. “I feel I\'ve done a good job if people can walk into\r\nthe space and put all their attention on the art.”\r\n

\r\n
\r\n Arnold Wengrow is an Asheville writer and a contributing editor of Theatre Design and Technology magazine.\r\n
\r\n
\r\n \r\n
\r\n
\r\nArnold Wengrow\r\n• June 14, 2009
\r\n
\r\n

\r\n \r\n

\r\n
\r\n',1,2,0,2,'2009-06-15 11:11:28',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-06-14 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,93,'','',0,33),(420,'State inspectors monitor local tailgate markets: Vendors worried about expense, red tape','State inspectors monitor local tailgate markets: Vendors worried about expense, red tape','Vendors at local tailgate markets likely will be on their toes this weekend.\r\n','That\'s because they probably will be seeing more of the state food\r\ninspectors who removed numerous items for sale at the North Asheville\r\nTailgate Market last weekend and told several growers they were out of\r\ncompliance with state regulations.\r\n

\r\n\r\nThe inspectors from the N.C. Food and Drug Protection Division, part of\r\nthe Department of Agriculture & Consumer Services, responded to a\r\ncomplaint about canned goods that had not been prepared at an approved\r\nfacility, according to Andrea Ashby, spokeswoman for the Department of\r\nAgriculture.\r\n

\r\n

\r\n\r\nInspectors will visit other tailgate markets in the area to ensure\r\nitems for sale are safe, particularly prepared foods such as canned\r\ngoods or baked items.\r\n

\r\n

\r\n\r\n“We\'re not trying to be heavy-handed in our enforcement,” Ashby said.\r\n“It\'s a matter of trying to be in balance — making sure the products\r\nthat are out there are safe. Our people really do work with farmers so\r\nthey can get in compliance.”\r\n

\r\n

\r\n\r\nTailgate markets have boomed in the mountains — there are about 50 — as\r\nconsumers flock to buy locally produced food. Inspections have been\r\nscarce and usually are complaint-driven.\r\n

\r\n

\r\n\r\nSome vendors are concerned the state\'s crackdown will cost them money\r\nas they negotiate complicated state regulations and pay fees for\r\nproduct approval. No one was fined at Saturday\'s market, but several\r\nvendors had to remove items.\r\n

\r\n

\r\n The state can fine repeat offenders up to $2,000, but Ashby said such fines are nearly unheard of. .\r\n

\r\n

\r\n “It is a little absurd,” said Michele Austin, who runs Sunset Valley Farm in Mars Hill with her mother, Sandy Smith.\r\n

\r\n

\r\n\r\nAustin had a stall Wednesday at the downtown market near the French\r\nBroad Food Co-op, but she wasn\'t offering some of her most popular\r\nitems: pickled goods such as chow-chow and a sweet onion salad\r\ndressing. The state inspectors who came to the North Asheville Market\r\nSaturday made her remove those items and said the products and their\r\nrecipes needed to be registered through the state — at $50 a recipe.\r\n

\r\n

\r\n “It is a shame in this area, where local\r\nfood is so popular and prevalent, that we have to register our recipes\r\nwith the FDA,” Austin said.\r\n

\r\n

\r\nSunset Valley Farm has sent off the dressing recipe for approval,\r\neven though, as Austin points out, “we\'ve been selling it for eight\r\nyears” and her mother took the state-mandated canning class.\r\n

\r\n

\r\n The $50 fee goes to the Food and Drug Administration, but the program is administered through N.C. State University, according to Joanna Foegeding, a research analyst with the N.C. Department of Food Bioprocessing and Nutrition Sciences.\r\n

\r\n

\r\n\r\nThe $50 fee per item covers only a small part of the testing the state\r\ndoes, Foegeding said. Concern about food-borne illnesses such as\r\nbotulism is the main reasons for the regulations.\r\n

\r\n

\r\n “If there were an outbreak at a farmers market, then that hurts all farmers markets,” Foegeding said.\r\n

\r\n

\r\n Peter Marks, spokesman for the Appalachian Sustainable Agriculture\r\nProject, which supports local growers, stressed that “NCDA inspectors\r\nhad no questions or concerns about 95% of the vendors and that the bulk\r\nof the concerns they did have were about issues such as proper\r\nlabeling.” He\'s confident that inspections will not curtail the booming\r\nmarkets.\r\n

\r\n

\r\n Marks\r\nalso noted that tailgates sort of fall “between categories of\r\ncommerce.” He said the laws applied to markets actually were written\r\nwith such events as weddings and state fairs in mind.\r\n

\r\n

\r\n\r\n“Regulations are not clear, and often vendors have found that on a\r\nregulatory question they get a different answer at one branch office\r\nthan another, and even a different answer from one week to the next,”\r\nMarks said. “This is not the regulators fault — they just don\'t have\r\nlaws that are specific to markets, and they are left interpreting the\r\nrulebook as best they can.”\r\n

\r\n

\r\n Marks thinks legislators will create more consistent rules as tailgates continue to proliferate.\r\n

\r\n

\r\n\r\nWayne Uffelman, who operates Blue Hill Farm in Marshall, sells about\r\n300 dozen eggs a week and keeps booths at the North Asheville and\r\ndowntown markets, where he sold out of eggs Wednesday.\r\n

\r\n

\r\n\r\n“Even though I turn my eggs over every three days, the law is that they\r\nhave to be at 45 degrees when I sell them,” said Uffelman, who\'s been\r\nselling eggs for 35 years.\r\n

\r\n

\r\n\r\nAn expensive cooling system for market sales is unnecessary, he said.\r\nHe understands the state has to protect the public, but he says he\'s\r\nbeen keeping customers happy for years without the interference.\r\n

\r\n

\r\n “For 30, 40 years there\'s been an onslaught of laws passed to put us small farmers out of business,” he said.\r\n

\r\n

\r\nJohn Boyle \r\n• June 27, 2009 \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n',1,2,0,2,'2009-06-30 10:55:09',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-06-27 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,77,'','',0,143),(425,'Street vendor makes fair trade a little more personal','Street vendor makes fair trade a little more personal','Some purveyors of imported handicrafts have only a vague idea of who made the items and how much the artists were paid.\r\n','But Bob Shepherd, a former Peace Corps\r\nvolunteer-turned-street-vendor, makes annual trips to a village in\r\nEcuador to visit the families who carve tagua palm tree nuts into the\r\nintricate forms of owls, turtles and other creatures.\r\n

\r\n Shepherd can often be seen near the Flat Iron sculpture on Wall Street with his pushcart stocked with ivory-colored figures and children\'s clothes.\r\n

\r\n

\r\n\r\nEach piece comes with a story from its village of origin, and he sends\r\nthe profits back to the makers, taking only enough money for expenses.\r\nHe generates more revenue by peddling other wares.\r\n

\r\n

\r\n\r\n“I became interested in making the tagua my focus because I met the\r\nfamilies, lived with them,” Shepherd said. “Being in the Peace Corps, I\r\nhad a certain appreciation for someone who struggles at that level.”\r\n

\r\n

\r\n\r\nFour years ago Shepherd was running a charter boat business in the\r\nFlorida Keys and looking to start marketing imports when his family\r\nmade a trip to South America.\r\n

\r\n

\r\n\r\nDuring that visit, he ran into an old friend from the Peace Corps who\r\nwas organizing a co-op called Feel Good Exports with four families in\r\nrural Ecuador.\r\n

\r\n

\r\n Plenty of agencies operate in Latin America under the title of “fair trade,” acting as middlemen between craft makers and businesses in the U.S. that sell the items.\r\n

\r\n

\r\n\r\nWhile the fair trade movement has helped many artists in the developing\r\nworld, few American businesses can have a physical presence in the\r\nplace where their products are being made, said Marianne Fry, who acts\r\nas Shepherd\'s exporter.\r\n

\r\n

\r\n\r\n“Feel Good Exports\' role is not only exporting tagua, but my physical\r\npresence in country assures that the products I produce and export are\r\nfair-trade products,” Fry wrote in an e-mail. “So my importers like Bob\r\nrest easy knowing that I am immediately accountable for the product I\r\nprovide.”\r\n

\r\n

\r\n Feel Good Exports is part of CHF International, a Maryland-based economic development agency that operates in 30 countries worldwide.\r\n

\r\n

\r\nShepherd picked Asheville as the new home for his business in part\r\nbecause of its location between members of his extended family in New\r\nYork and Florida.\r\n

\r\n

\r\nIt also seemed like an ideal place to market the products.\r\n

\r\n

\r\n “The biggest plus was Asheville itself being a center for culture and art,” he said.\r\n

\r\n

\r\n\r\n“We knew probably it would have people who are educated and\r\nwell-traveled, and they would probably be interested in products that\r\nare imported under a free-trade premise.”\r\n

\r\n

\r\n\r\nIn addition to his cart in downtown Asheville, Shepherd runs a craft\r\nemporium in Brevard called Gravy and attends festivals throughout\r\nWestern North Carolina.\r\n

\r\n

\r\n He also markets the products wholesale in Florida and New Jersey.\r\n

\r\n

\r\n Being new to the street vending scene, it took him up until the past year to actually generate a profit from his sales.\r\n

\r\n

\r\n\r\nFeel Good Exports has annual gross sales of around $25,000, and\r\nShepherd estimates his tagua sales provide $200-$300 a month for the\r\nfamilies that make them, about the salary of a schoolteacher in Ecuador.\r\n

\r\n

\r\n\r\nThis income won\'t make them rich, but Shepherd said it allows the\r\nfamilies to remain in their home village instead of moving to a city.\r\n

\r\n

\r\n By Josh Boatwright \r\n• July 2, 2009\r\n

\r\n',1,2,0,2,'2009-07-06 11:36:36',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-07-02 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,73,'','',0,189),(426,'Asheville ministry gets grant to help vets win green jobs','Asheville ministry gets grant to help vets win green jobs','Veterans wanting a job in the region\'s growing green economy can get\r\ntraining through a new federal grant to the Asheville-Buncombe\r\nCommunity Christian Ministry.\r\n','ABCCM will use the $290,600 grant to provide job training to 150 veterans across Western North Carolina.\r\n

\r\n\r\nThe grant was one of 17 announced Wednesday by U.S. Labor Secretary\r\nHilda Solis. The federal government will distribute $7.5 million\r\nnationwide to help place 3,000 veterans in green jobs in energy efficiency, alternative energy like solar and wind power, production of clean vehicles and home weatherization.\r\n

\r\n

\r\n\r\nThe Asheville ministry is no stranger to federal funding or helping\r\nveterans. In 2002, ABCCM took on a Labor Department program to place\r\nhomeless veterans back into the workplace.\r\n

\r\n

\r\n The organization last year placed 246 homeless veterans injobs, said the Rev. Scott Rogers, the ministry\'s executive director.\r\n

\r\n

\r\n ABCCM in 2006 became one of 13 veteran work force centers nationwide, helping other veterans returning form Iraq and Afghanistan find new jobs as civilians. That program helped place 109 vets with new careers last year, Rogers said.\r\n

\r\n

\r\n\r\n“We\'re the only one in North Carolina, so we take referrals from across\r\nthe state, from Fort Bragg and Camp Lejeune,” Rogers said. “We\'re able\r\nto pay for education and training, and provide work clothes or tools if\r\npeople need those.”\r\n

\r\n

\r\n\r\nABCCM also saw an opportunity in Asheville\'s growing green sector,\r\nRogers said. In 2007, the ministry got a $50,000 grant from the\r\nAsheville Merchants Foundation to buy a truck and train drivers to pick\r\nup used vegetable oil from area restaurants.\r\n

\r\n

\r\n Blue Ridge Biofuels recycles the oil to create biodiesel to fuel local cars and heat area homes.\r\n

\r\n

\r\n\r\nRogers would like to see the ministry\'s job training program expanded\r\ninto solar panel and wind-turbine installation as well as green\r\nbuilding and weatherization.\r\n

\r\n

\r\n\r\nSolis said another $500 million in federal stimulus money also is\r\navailable to communities for green job training. Local governments can\r\napply for the competitive grants.\r\n

\r\n

\r\n With the Obama\r\nadministration\'s goal of weatherizing 1 million homes nationwide for\r\nbetter energy efficiency, plenty of green-collar workers will be needed\r\nin the months to come, Solis said.\r\n

\r\n

\r\nBy Dale Neal \r\n• July 2, 2009 \r\n

\r\n',1,2,0,2,'2009-07-06 11:37:47',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-07-02 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,72,'','',0,178),(427,'Post Office vending machines to disappear','Post Office vending machines to disappear','Stamp vending machines – a familiar site at local post offices for 20 years -- will be gone by the end of the month.\r\n','The move is part of a national\r\nU.S. Postal Service initiative to phase out the machines, which accept\r\ncoins or bills and dispense a variety of stamps. They’re usually\r\nlocated in post office lobbies and offer customers a convenient way to\r\nbuy stamps without waiting in the counter line.\r\n

\r\n“You’re probably aware that the Post Office is enduring a financial crisis,\r\nand we’re looking at everything we can to make us more efficient,” U.S.\r\nPostal Service spokeswoman Enola Rice said this morning. “The vending\r\nmachines are not cost effective – they cost more money to maintain than\r\nthe money we receive in revenue from them.”\r\n

\r\n

\r\nThe notices on\r\nlocal machines say they will “be removed from this location after July\r\n27, 2009,” and offer information about buying stamps online at www.usps.com or via a toll free line, 1-800-782-6724.\r\n

\r\n

\r\nRice\r\nsaid stamps will still be for sale at post office counters, and some\r\npost offices are shifting to an “automated postal center” concept that\r\nwill feature a kiosk in the lobby that will dispense stamps and offer\r\nother services. The new system will also accept debit or credit cards,\r\nwhich the vending machines do not.\r\n

\r\n

\r\nStill, some customers are fond of the vending machines and hate to see them go. \r\n

\r\n

\r\n“It\r\nis convenient when that side is closed,” Asheville resident Theresa\r\nDiallo said last week, gesturing toward the side of the Coxe Avenue\r\nPost Office downtown where the clerks work the counter. “Usually, at\r\nthe first of the month there’s a line out the door, and if I just want\r\na stamp it’s a lot easier to use the machine. I think they should keep\r\nthem.”\r\n

\r\n

\r\nRice said the machines are costly to maintain,\r\nthough, parts are hard to get, and the machines tend to be down for\r\nextended periods when they do malfunction. They’ve also gotten frequent\r\ncomplaints from customers because the machines dispense change for\r\nlarger bills in dollar coins, and the machines sometimes malfunctioned\r\nwhen new coins were introduced.\r\n

\r\n

\r\nShe noted that stamps are\r\navailable at many retail locations, such as grocery stores and\r\npharmacies, and that customers also can get stamps from their mail\r\ncarriers or via phone or online. Rice did not have information this\r\nmorning on the cost of eliminating the machines or on exactly how they\r\nwill be decommissioned.\r\n

\r\n
\r\nJohn Boyle \r\n• July 6, 2009\r\n',1,2,0,2,'2009-07-06 11:42:35',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-07-06 11:41:53','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,71,'','',0,189),(428,'Asheville\'s role in climate change grows: Research will build on data mine','Asheville\'s role in climate change grows: Research will build on data mine','From the big-picture view of satellites orbiting Earth every hour and\r\nhalf, weathermen can tell you if it\'s going to rain in your backyard\r\nthis weekend.\r\n','Now scientists coming to Asheville hope to use that same satellite\r\ndata to forecast what weather patterns people can expect by the end of\r\nthe century.\r\n

\r\n\r\n“Climate is changing, and it\'s clear that humanity at large is the main\r\nreason for this change,” said Otis Brown, who will head a new group of\r\nuniversity researchers at the National Climatic Data Center in\r\nAsheville.\r\n

\r\n

\r\n\r\n“We\'re looking at 50- to 100-year time scales where it\'s hard to argue\r\nthat the changes aren\'t going to be very significant and affect quality of life for hundreds of millions if not billions of people.”\r\n

\r\n

\r\n\r\nIn part by using an archive of weather records stashed in Asheville\'s\r\nGrove Arcade starting in 1950, NCDC is shifting its mission beyond a\r\nmassive storehouse in the federal building to a cutting-edge research center that can confidently predict how climate will change.\r\n

\r\n

\r\n The information could be tapped by businesses, engineers, governments and others needing to plan for the future.\r\n

\r\n

\r\n\r\nBrown will head NCDC\'s new Cooperative Institute for Climate and\r\nSatellites in Asheville, while another center will be housed at the University of Maryland.\r\n

\r\n

Project cost

\r\n

\r\n\r\nThe project is expected to cost $93 million over the next five years,\r\nwith $32 million earmarked for Asheville, adding perhaps as many as 100\r\nscientific jobs to the area.\r\n

\r\n

\r\n Civic leaders ranging from the Asheville Chamber of Commerce\r\nto the Asheville Hub, a local economic think tank, worked behind the\r\nscenes, pushing Asheville as a prime candidate to host the new climate\r\nresearch institute, to promote job growth and more graduate education\r\nin science and technology.\r\n

\r\n

\r\n\r\n“We have been working for years to build collaborations among community\r\nleaders in preparation for opportunities similar to the new institute,”\r\nsaid Max Lennon, president of Education & Research Services in\r\nAsheville.\r\n

\r\n

\r\n With Congress considering a cap-and-trade bill on carbon emissions, U.S. policymakers are starting to look at how to ward off the worst impacts of climate change.\r\n

\r\n

\r\n Scientists say the world\'s climate is\r\ngrowing steadily warmer and largely blame greenhouse gases given off by\r\nthe burning of fossil fuels in cars and power plants.\r\n

\r\n

\r\nHow will climate changes affect the bottom line for many businesses?\r\n

\r\n

\r\n\r\nAirports may have to consider longer runways to get jets off the ground\r\nas temperatures warm. Engineers may have to design different bridges as\r\nrainfall patterns change, increasing the risks of flash floods.\r\n

\r\n

\r\n\r\n“We\'re trying to understand the confidence levels for certain\r\ninvestments,” Brown said. “If you\'re a ski-slope operator in the\r\nSouthern Appalachians, facing these warming winter nights that are projected, at what point does your business model no longer work?”\r\n

\r\n

\r\n To find those answers, Brown and his team will start with the vast amount of data at NCDC.\r\n

\r\n

\r\n\r\nIf researchers can feed that data into new computer models to replicate\r\npast changes seen in the climate, then they could predict with some\r\nconfidence what the warming trends in the world\'s climate could mean\r\nfor transportation, agriculture, rising sea levels and public health.\r\n

\r\n

Vast records

\r\n

\r\n\r\nFor more than a half century, NCDC has been home to the world\'s largest\r\narchive of weather records, with 3.5 million gigabytes of data stored\r\nin the federal building in downtown Asheville.\r\n

\r\n

\r\n\r\nBut each day, satellites, ships, radar towers, weather balloons,\r\nairports and other weather stations send another 2,000 gigabytes into\r\nAsheville. That\'s the equivalent of 425 movie DVDs, added to the\r\nmassive databases each day.\r\n

\r\n

\r\n The National Atmospheric and Oceanic Administration just launched a new geostationary satellite last week from Cape Canaveral,\r\nFla. The agency has 16 dedicated satellites that measure weather and\r\nclimate data from ocean and land temperatures and solar activity,\r\nadding to the wealth of information flowing into Asheville\'s archives.\r\n

\r\n

\r\n\r\nIn recent years, NCDC has built out a Climate Reference Network of 114\r\nsites that go beyond the day-to-day observations of weather station and\r\nmeasure changes over the seasons. The first site was placed at the\r\nN.C.Arboretum with another at the Mountain Horticultural Research\r\nStation in Fletcher.\r\n

\r\n

\r\n Now, NCDC is moving ahead with five more\r\nstations in Colorado as part of a program to add another 1,000 more\r\nclimate stations nationwide for more local coverage.\r\n

\r\n

\r\n“We\'ve been moving toward a reorganization that will help us do a\r\nbetter delivery of climate services that are going to be needed with\r\nthe nation\'s focus on climate change,” said Sharon LeDuc, assistant director of NCDC who will be the federal manager of the new institute.\r\n

\r\n

\r\n Working with faculty at N.C. State University — as well as universities including Princeton, UNC Chapel Hill, Duke, Columbia and Miami — the new institute will give NCDC more intellectual firepower, adding to an existing brain trust of Nobel laureates.\r\n

\r\n

\r\n\r\nScientists at NCDC contributed to the climate change reports issued by\r\nthe Intergovernmental Panel on Climate Change, which was awarded the\r\n2007 Nobel Peace Prize.\r\n

\r\n

The missing piece

\r\n

\r\n\r\nAcademics will comb through the satellite data that has been stored at\r\nNCDC over the last 30 years, and start sorting the data that is beaming\r\ndown continuously from an array of 16 climate satellites operated by\r\nNOAA and the defense department.\r\n

\r\n

\r\n\r\n“While we have a few hundred years of weather records on the ground,\r\nthe satellite data didn\'t really begin until the 1970s,” said Greg Wilson, a scientist and entrepreneur who heads Scientific Research Corp., a private weather company that opened offices in Asheville last year.\r\n

\r\n

\r\n\r\n“It\'s a matter of precision. The data that has been taken for weather\r\npurposes has not always been enough to look for a climate change\r\nsignal. We\'re looking for both the natural and the human-induced\r\nclimate change, and we have to able to look at the whole globe and on a\r\nregional and local scale,” Wilson said.\r\n

\r\n

\r\n\r\nThe cooperative institute has been “the missing piece to bring the\r\nscience and technology people here to Asheville, along with the\r\ngraduate education in weather and climate science” Wilson said.\r\n

\r\n

\r\n\r\nBrown said the institute\'s mission is to help governments,\r\npolicymakers, businesses and individuals weigh the risks of climate\r\nchange.\r\n

\r\n

\r\n Raised in Raleigh, Brown is an oceanographer who obtained his undergraduate degree\r\nfrom N.C State and graduate degrees in physics from the University of\r\nMiami. He\'s spent his career in Miami, serving as dean of the\r\nRosenstiel School of Marine and Atmospheric Sciences.\r\n

\r\n

\r\n\r\nBrown saw an opportunity to return to North Carolina and to make a\r\ndifference with the work of the institute, tackling the challenge of\r\ngreenhouse gas emissions that are changing the world\'s climate.\r\n

\r\n

\r\n\r\n“We as humanity are going to be big losers if we don\'t start doing\r\nsomething quickly. This is cutting edge of science that needs to be\r\ndone and you can see the societal benefit. If we succeed, we will make\r\na difference.”\r\n

\r\n

\r\nDale Neal \r\n• July 5, 2009 \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n',1,2,0,2,'2009-07-06 12:29:16',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-07-05 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,70,'','',0,182),(431,'Making it personal: Could a new court be the silver bullet for nuisance crimes downtown?','Making it personal: Could a new court be the silver bullet for nuisance crimes downtown?','

\r\nDistrict Court Judge Gary Cash paints a frustrating\r\npicture. Of the thousands of criminal filings that came through the\r\n28th District Court during the past year, many were the kinds of\r\nmisdemeanors associated with homelessness. Think public intoxication,\r\npublic urination, prostitution and aggressive panhandling. All in all,\r\nhe notes, this is familiar ground for Asheville.\r\n

\r\n','

\r\n“As our downtown becomes more popular,” says Cash, “we\'ve seen an\r\nincrease in this kind of activity, particularly the aggressive\r\npanhandling.” What\'s more, the same people keep turning up in his\r\ncourtroom over and over again. And with the District Court\'s total\r\ncaseload topping 60,000 in 2008 and increasing year by year, the amount\r\nof time and attention that can be devoted to the people who commit\r\nthese relatively minor crimes — and to the underlying social issues —\r\nis shrinking steadily.\r\n

\r\n

\r\n“Unless we can slow down the process enough to address those issues,” Cash told Xpress, “the likelihood of those people coming back through is high.”\r\n

\r\n

\r\nOne potential solution is creating a “nuisance court” for Asheville\r\n— and if all goes according to plan, Assistant to the City Manager Lauren Bradley says she\'ll present a pilot program for City Council\'s approval by the end of this month.\r\n

\r\n

\r\nNationwide, there are about 35 community courts (as they\'re more\r\ncommonly known), according to the New York City-based Center for Court\r\nInnovation. (A list is available at http://www.courtinnovation.org.)\r\nThey focus on what are known as “quality-of-life crimes” — including\r\nthe kinds of offenses cited above, along with such intractable issues\r\nas graffiti.\r\n

\r\n

\r\n“It is a recognition that a community can be harmed by\r\nquality-of-life crimes ... that normal courts have trouble wrapping\r\ntheir arms around,” explains Julius Lang, the nonprofit\'s director of technical assistance.\r\n

\r\n

Restorative justice

\r\n

\r\nIn nuisance courts, sentencing often emphasizes community service\r\nin the form of restorative efforts such as trash cleanup or repainting\r\nvandalized walls. Rather than serving jail time, which hasn\'t proved to\r\nbe an effective deterrent, offenders are required to rectify their\r\noffenses.\r\n

\r\n

\r\nThere\'s also a broader social-service component. Judges, for\r\nexample, can require offenders to participate in programs designed to\r\naddress substance abuse. Often, these courts will have an expert on\r\nhand who\'s tied into the community\'s social-service network. In other\r\nwords, recidivists begin getting personal attention.\r\n

\r\n

\r\n“It\'s looked at as a therapeutic court,” says Cash.\r\n

\r\n

\r\nIn Asheville\'s case, the social-service component could also connect\r\nwith existing efforts to address homelessness. Three years ago, the\r\ncity adopted the housing-first model, which places chronically homeless\r\npeople in housing, with no prerequisites such as employment or\r\ntreatment for substance abuse.\r\n

\r\n

\r\n“Other communities have made this work,” stresses Amy Sawyer, the city\'s Homeless Initiative coordinator. “We know that [the nuisance court] works; we just need the funding.”\r\n

\r\n

\r\nEarly estimates peg the cost of running the court one day per month\r\nat about $25,000 annually, plus another $10,000 to cover police\r\novertime and other resources. But Bradley says City Council apparently\r\nwants to broaden the program\'s scope, which could increase the cost.\r\nMoney might be forthcoming from the U.S. Office of Justice, which\r\nsometimes helps fund alternative court models.\r\n

\r\n

\r\nAt this point, however, many key points are still up in the air. A\r\nlarge group of stakeholders, including legal and social-work\r\nprofessionals, have been putting their heads together to try to\r\ndetermine the shape of the court (even the name is still up for\r\ndiscussion, notes Bradley).\r\n

\r\n

\r\n“We\'re really hoping to implement something this fall,” she reports. “We want to try it this year.”\r\n

\r\n

Closing the revolving door

\r\n

\r\nIn May, City Council members unanimously approved $35,000 for\r\nresearch and potential implementation of a pilot program after\r\nAsheville police Chief Bill Hogan came to them telling a tale much like\r\nCash\'s.\r\n

\r\n

\r\nUnder the current system, perpetrators are arrested, brought before\r\na magistrate, often can\'t pay their bail — and thus spend the night in\r\njail. The next day, they appear before a District Court judge, and if\r\nthey have a history of failing to appear at trial or still can\'t post\r\nbail, they spend a few more days in jail. But when the case goes to\r\ntrial, the maximum penalty turns out to be time served, which puts them\r\nback on the street. “And truthfully,” says Cash, “a few days later and\r\nthey might be right back [in court].”\r\n

\r\n

\r\n“There\'s just so many cases,” notes Hogan. “The motivation to clear\r\nthe docket is obviously there. But when you arrest a prostitute 44\r\ntimes, handcuff them and send them to jail and nothing happens, to me\r\nthere should be some sort of red flag.”\r\n

\r\n

\r\nAsheville has struggled to get a handle on these kinds of crimes. In\r\n2003, City Council tried to ban solicitation downtown, but the\r\nprevalence of street performers complicated enforcement efforts. And in\r\na controversial move last fall, the city removed benches outside Pack\r\nLibrary where groups of homeless people were said to be engaging in\r\nassorted criminal activities.\r\n

\r\n

\r\nNow, however, a large and growing number of local folks are\r\nwondering whether a nuisance court just might be the silver bullet the\r\ncity has been looking for.
\r\nBrian Postelle can be reached at 251-1333, ext. 153, or at bpostelle@mountainx.com\r\n.\r\n

\r\n
\r\nby Brian Postelle in Vol. 15 / Iss. 50 on 07/08/2009\r\n
\r\n

\r\n \r\n

\r\n',1,1,0,1,'2009-07-09 10:32:40',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-07-08 01:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,11,'','',0,313),(432,'WNC residents band together in tough times','WNC residents band together in tough times','

\r\n We interrupt the usual topics that occupy\r\nthis space — and let\'s face it, most of the items have been\r\ndiscouraging of late — for an important announcement:\r\n

\r\n','Western North Carolina is still Western North Carolina, if one takes the time to notice.\r\n

\r\n\r\nYes, unemployment is up, probably more than we realize. Yes, many\r\npeople are toeing or crossing the line marked “tapped out.” Yes, North\r\nKorea is acting more insane than usual, the next generation of\r\npoliticians being primed for leadership seem to be having more trouble\r\nthan usual keeping their pants on and there often seems to be no light\r\nat the end of the tunnel regarding the conflicts our military is\r\nengaged in.\r\n

\r\n

\r\n It\'s easy to be discouraged. On one level, it\'s probably smart to be discouraged.\r\n

\r\n

\r\n But it\'s important to look around.\r\n

\r\n

Take time to look around

\r\n

\r\n\r\nA hallmark of this area is that people pull together. They do so on\r\nmany levels, in ways large and small, noticeable or quietly working in\r\nthe background. Take a walk in downtown Asheville or in any small town\r\nin the area, and you\'ll be passing …\r\n

\r\n

\r\n A Habitat for Humanity worker. A neighbor who pulls out the chainsaw when a storm puts a tree in your yard.\r\n

\r\n

\r\n\r\nA deeply religious person who travels far and wide to help fellow\r\nAmericans after disasters or puts in a chunk of a weekend assembling\r\nboxes for troops overseas.\r\n

\r\n

\r\n\r\nA plugged-in senior working for any range of noble causes; a person who\r\ncleans up the river, clears a trail, volunteers at an animal shelter,\r\nmentors a child with reading, volunteers for a hospice program, works a\r\nfood drive.\r\n

\r\n

\r\n These people don\'t wear badges. You will pass them by in their anonymity.\r\n

\r\n

\r\n\r\nBut they are out there, and they are legion. They are the glue that\r\nalways held us together, and they are they glue that will get us\r\nthrough these divisive and frightening days.\r\n

\r\n

\r\n It\'s important not to lose sight of that.\r\n

\r\n

\r\n We\'ve built a consumer-driven society, and the consumption isn\'t there like it once was, and things are a mess.\r\n

\r\n

Help needed now more than ever

\r\n

\r\n\r\nBut that society was built atop a stronger one, the one formed by\r\npeople who didn\'t have the material goods we have become accustomed to\r\nbut managed to get by somehow. In admirable form, at that. People who\r\ndecided they could, as individuals, make a difference.\r\n

\r\n

\r\n A sampling of that occurred last weekend, when Weaverville\'s Randy Bassham pulled off a nice example.\r\n

\r\n

\r\nWeaverville cancelled its July 4 festivities due to budget\r\nrestraints, and Bassham, president of the Mountain Area Youth Soccer\r\nAssociation, took it upon himself to see that an Independence Day celebration occurred.\r\n

\r\n

\r\n He pulled if off — with a lot of help.\r\n

\r\n

\r\n “I went to everybody involved (in the past celebrations) and said, ‘What if?\' I said, we can do what we\'ve done downtown on our own,\r\nand everybody who was downtown has come with us now. Ten bands have\r\nstepped up … It\'s just amazing — an absolute army of everyday, good\r\npeople are coming together to save the Fourth of July.\r\n

\r\n

\r\n\r\n“We live with the grace and great privilege of being Americans, and we\r\nhave the right to be anywhere on the spectrum in terms of politics and\r\nopinion. One day a year, we put that away and celebrate the grace of\r\nbeing born Americans, and I feel — and a drove of everyday people agree\r\nwith me — that the Fourth of July is where we have to draw the line.\r\nThis is too important.”\r\n

\r\n

Don\'t lose sight

\r\n

\r\n It\'s a mistake of lose sight of that. Fortunately, these mountains are loaded with people who have not.\r\n

\r\n

\r\n We\'re not going to put on rose-colored glasses regarding the times we\'re in. It\'s tough, and may get tougher.\r\n

\r\n

\r\n But we focus too often on stuff, as opposed to the stuff we\'re made of.\r\n

\r\n

\r\n A check shows we\'re OK on that count.\r\n

\r\n

\r\n And now, back to our regularly scheduled bad news …\r\n

\r\n

\r\nJuly 8, 2009 \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n',1,1,0,1,'2009-07-09 10:46:35',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-07-08 01:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,10,'','',0,431),(433,'Board to discuss Asheville demolition plans','Board to discuss Asheville demolition plans','The city Downtown Commission is scheduled to discuss Friday downtown\r\nplanning and zoning issues and plans by Mount Zion Missionary Baptist\r\nChurch to tear down two buildings in the Eagle/Market Street area.\r\n','The commission postponed action on the plans at its June meeting.\r\nMembers said they hoped a way could be worked out to preserve the\r\nbuildings.\r\n

\r\n The commission is scheduled to discuss a\r\npossible amendment to city development rules that would require City\r\nCouncil approval of larger projects around Pack Square Park, creation\r\nof a committee to implement the downtown master plan and changes to\r\ncommission bylaws.\r\n

\r\n

\r\n Friday’s meeting begins at 8:30 a.m. at 29 Haywood St.\r\n

\r\n

\r\nMark Barrett \r\n• July 8, 2009 \r\n

\r\n',1,2,0,2,'2009-07-09 10:50:59',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-07-09 10:50:19','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,67,'','',0,151),(434,'Asheville\'s first public art piece reinstalled Saturday','Asheville\'s first public art piece reinstalled Saturday','The City of Asheville Parks, Recreation and Cultural Arts Department,\r\nin collaboration with Buncombe County, will reinstall the “Energy Loop”\r\nsculpture on Saturday afternoon in the new plaza adjacent to the County\r\nHealth Department building on College Street in downtown Asheville.\r\n','

\r\nPark maintenance and public works crews have been preparing the site by relocating trees and digging the foundation.\r\n

\r\n

\r\nThe\r\n“Energy Loop,” created by local artist Dirck Cruser, is Asheville’s\r\nfirst piece of public art and has been historically significant to\r\nAsheville since its installation in 1983. The ribbon cutting ceremony\r\nto commemorate the reinstallation is scheduled to take place at noon\r\nJuly 24 - the first Friday of Bele Chere and the very same day it was\r\ndedicated 26 years ago.\r\n

\r\n

\r\nStaff Reports \r\n• July 10, 2009 \r\n

\r\n',1,2,0,2,'2009-07-10 12:32:34',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-07-10 12:31:45','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,66,'','',0,166),(435,'Urban Outfitters seeks local store','Urban Outfitters seeks local store','National clothing retailer Urban Outfitters is eyeing the former CVS\r\nstore building at the corner of Haywood and College streets downtown as\r\na new location.\r\n','Officials with the chain appeared before the city Downtown\r\nCommission this morning to get feedback on their plans. They said they\r\nhoped to open the store by the end of the year, if not sooner.\r\n

\r\nPlans\r\ncall for removing the plaster on the building that covers brick\r\nunderneath and adding windows on both the Haywood and College street\r\nsides.\r\n

\r\n

\r\nThe project would result in about 8,000 square feet of retail space on two floors.\r\n

\r\n

\r\nThe\r\nplans would require approval by city staff only. An Urban Outfitters\r\nofficial said he was presenting the plans to the Downtown Commission in\r\nan effort to get feedback to be sure the store fits in well.\r\n

\r\n

\r\nThe\r\nPhiladelphia-based company often reuses buildings in downtowns for new\r\nstore locations, said Senior Development Manager Ken Masri.\r\n

\r\n

\r\nThere\r\nhave been periodic discussions over the years of whether to restrict\r\nchain stores downtown but no city rules on the subject have been\r\nadopted.\r\n

\r\n

\r\nRead Saturday\'s Citizen-Times or return to CITIZEN-TIMES.com for more on this story.\r\n

\r\n

\r\nMark Barrett \r\n• July 10, 2009 \r\n

\r\n',1,2,0,2,'2009-07-10 12:33:32',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-07-10 12:32:37','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,65,'','',0,169),(436,'Sculpture to be returned to downtown Asheville on Saturday','Sculpture to be returned to downtown Asheville on Saturday','

\r\nAsheville’s first public art sculpture is set to be returned to downtown on Saturday after sitting in storage for several years.\r\n

\r\n','

\r\nThe Energy Loop was placed between the old City/County Plaza space and Pack Square in 1983. Dirck Cruser’s\r\nwavy metal abstract piece turned heads when it was first unveiled, and\r\nafter it was moved to make way for construction of the new Pack Square\r\nPark about four years ago, debate raged about whether it should be\r\nreturned to its downtown home.\r\n

\r\n

\r\nIn April, Asheville’s Public Art Board announced a new location that\r\neveryone agreed upon — a green mound in the center of a plaza along\r\nCollege Street directly across from the Buncombe County Courthouse. Diane Ruggiero,\r\nthe city’s superintendent of cultural arts, proposed the location, and\r\ncity and county officials gave it the go-ahead. The plaza is owned by\r\nthe county.\r\n

\r\n

\r\n“There are so many people who have waited so long for this moment,”\r\nRuggiero says. “I’m really excited that the sculpture’s coming back.”\r\n

\r\n

\r\nThe sculpture has been housed in the Barnardsville workspace of artist R.S. Gursky.\r\nIt will be loaded onto a truck Saturday morning and hauled into\r\nAsheville to its new resting spot, according to Ruggiero. Another\r\nartist, Stefan Bonitz, will oversee the sculpture’s\r\ninstallation. The plaza location has been prepped and is ready to\r\nreceive the Energy Loop, Ruggiero says.\r\n

\r\n

\r\nRuggiero says the sculpture will be officially dedicated as part of\r\nthe kick-off of this year’s Bele Chere festival in a nod to the\r\nsculpture’s history. The Energy Loop was originally dedicated 26 years\r\nago on the first day of Bele Chere.\r\n

\r\n

\r\nby Jason Sandford Mountain Xpress on 07/10/2009 \r\n

\r\n

\r\n— Jason Sandford, multimedia editor\r\n

\r\n',1,2,0,2,'2009-07-13 11:36:17',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-07-10 01:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,64,'','',0,180),(437,'Runners wear red for a cause','Runners wear red for a cause','

\r\n Members of the Asheville Track Club\'s\r\nBeginning Runners Program put on their best red dresses for a training\r\nrun around Carrier Park on Thursday evening.\r\n

\r\n','

\r\nThe group has been running together since May with the goal of\r\ncompleting their first 5K, or 3.1-mile race, at the Bele Chere 5K on\r\nJuly 25.\r\n

\r\n

\r\nThe idea of the Red Dress Run was to have fun\r\nwhile also bringing awareness to women\'s heart health, which can be\r\nimproved by a healthy, active lifestyle.\r\n

\r\n

\r\nIf you have been training for the 30th annual Bele Chere 5K on your\r\nown, be sure to sign up before Saturday, July 18. Entry fee is $20 per\r\nperson before July 18, and $25 after.\r\n

\r\n

\r\nThe race starts at 8\r\na.m. July 25 in front of McCormick Field and winds through downtown\r\nAsheville. There is also a children\'s fun run after the 5K.\r\n

\r\n

\r\nFor more information or to register, visit www.setupevents.com and click on "Other Events" and the "Bele Chere 5K."\r\n

\r\n

\r\nOnline registration closes at 8 a.m. July 22.\r\n

\r\n

\r\nKaren Chavez\r\n• July 10, 2009 \r\n

\r\n

\r\n \r\n

\r\n',1,2,0,2,'2009-07-13 11:37:40',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-07-10 01:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,63,'','',0,161),(438,'Community Foundation of WNC awards grants','Community Foundation of WNC awards grants','Children across the region are enjoying their time away from school\r\nwith help from Summertime Kids Grants from The Community Foundation of\r\nWestern North Carolina, a program that supports summer activities for\r\ndisadvantaged youth.\r\n','

\r\nGrants totaling $47,574 have been awarded to 28 nonprofit\r\norganizations or public agencies in the 18-county mountain region.\r\nSummertime Kids-funded programs target children of low-income, children\r\nliving in remote or rural areas, children with disabilities or children\r\nwho have suffered from neglect or abuse.\r\n

\r\n

\r\n As part of the program, young\r\nphilanthropists ages 13 to 17, Miles Brown, Avery Lindsay, Janie Love,\r\nEmily Love, Caleb Pressley, Emily Samsel and Joanna Leslie, met at The\r\nCommunity Foundation to learn how to make effective grants. The teens\r\nread and evaluated grant proposals and helped make the funding\r\ndecisions.
\r\nSince 1978, Western North Carolinians have relied on\r\nThe Community Foundation to help them turn their charitable passions\r\ninto meaningful and effective philanthropy. CFWNC has awarded more than\r\n$100 million in grants to nonprofit organizations and public\r\ninstitutions across the 18-county mountain region and beyond.\r\n

\r\n

\r\nFor\r\nmore information, contact The Community Foundation of Western North\r\nCarolina, located in downtown Asheville, at (828) 254-4960 or visit www.cfwnc.org online.\r\n

\r\n

\r\nAppalachian\r\nTherapeutic Riding Center - $1,945 will provide a day camp for twelve\r\nchildren from Mitchell and Yancey counties with cerebal palsy and other\r\nphysical disabilities. In addition to using horseback riding as a\r\ntherapeutic tool, music therapy, arts & crafts and water games will\r\nalso be incorporated into the daily activities.\r\n

\r\n

\r\n The grants are:\r\n

\r\n

\r\nArts\r\nFor Life - $2,000 for teachers and interns to be recruited and trained\r\nto operate two arts stations with projects that teach patients and\r\nsiblings new skills, boost self-esteem and encourage peer interactions.\r\nArts for Life is in Buncombe County and serves about 350 children in\r\nthe Olson Huff Center and the Zeis Children\'s Cancer Clinic.\r\n

\r\n

\r\nAsheville\r\nBuncombe Youth Soccer Association - $2,000 will hire an additional\r\ncoach to provide eight weeks of soccer programming to 150 children from\r\nBuncombe County. At the end of the sessions participants will meet for\r\na day-long soccer festival at the John B. Lewis complex.\r\n

\r\n

\r\nAsheville City Schools - $1,554 to provide the AVID Summer Bridge\r\nprogram with an additional five students and one tutor. This two-week\r\nenrichment program rigorously engages rising eighth, ninth and 10th\r\ngraders in math and English while being immersed in college life on the\r\nUNC-Asheville campus.\r\n

\r\n

\r\nAsheville Community Theatre - $2,000\r\nwill send 20 children to a two-week, day-long camp focusing on musical\r\ntheater, dance, acting and writing. Each session ends with a showcase\r\non the main stage starring the students.\r\n

\r\n

\r\nAsheville Middle\r\nSchool - $2,000 for 14 low-income at-risk Asheville Middle School\r\nstudents to attend a basketball camp at Tennessee Tech that will expose\r\nthem to the college environment in the hopes of encouraging them to\r\nstay in school and pursue college.\r\n

\r\n

\r\nAutism Society of North\r\nCarolina-Western Chapter - $500 to develop a sensory garden for 66\r\nchildren with autism, as part of its summer program where participants\r\nlearn by seeing, touching, and smelling a garden of flowers, herbs and\r\nother plants. \r\n

\r\n

\r\nAvery County Habitat for Humanity - $2,000\r\nwill send up to 21 children from Avery County to a 4H camp for three or\r\nfour days for a variety of summer activities.\r\n

\r\n

\r\nBoys and\r\nGirls Club of Henderson County - $1,000 will provide more than 300 pool\r\npasses to take at-risk youth from Henderson County to a safe and\r\ncontrolled environment where they can have an opportunity to learn how\r\nto swim, play and have fun.\r\n

\r\n

\r\nCherokee County Schools -\r\n$2,000 will give 50 children in the summer program an opportunity to\r\nvisit the Biltmore Estate and participate in hands-on educational\r\nopportunities such as projects in building, architecture, art, history\r\nand gardening. \r\n

\r\n

\r\nChildren First of Buncombe County -\r\n$2,000 for a six-week, full-day program that will engage 36 at-risk and\r\npotentially unsupervised Buncombe County youth living in two public\r\nhousing projects and a low income apartment complex. \r\n

\r\n

\r\nCommunity\r\nAction Opportunities - $1,160 will provide two activities to Lonnie D.\r\nBurton Head Start children - learning to swim at Asheville Parks &\r\nRecreation Center, and participating in ongoing summer gardening\r\nactivities which will include opportunities for the children to plant,\r\ntend and taste what they grow.\r\n

\r\n

\r\nDaydreamz Project - $1,875 for\r\nspecial-needs youth from Haywood County to experience various arts\r\nranging from mask-making, music-making, parading and role-playing, to\r\ncreating murals, backdrops, props and giant creatures during two\r\neight-week summer sessions.\r\n

\r\n

\r\nFirst Stage Youth Theatre -\r\n$2,000 will allow more than 30 youth from Buncombe, Madison and Yancey\r\ncounties to participate in camp sessions that introduce them to the\r\ntheatre arts and the development of life skills such as discipline,\r\nconcentration and teamwork.\r\n

\r\n

\r\nFree Rein Center for\r\nTherapeutic Riding and Education - $2,000 will pay for instruction,\r\nproject coordination and horse care associated with therapeutic riding\r\nsessions for 12 Transylvania County children with disabilities or\r\nemotional/relationship problems.\r\n

\r\n

\r\nGraham County Schools,\r\nKids Castle After School Program - $1,635 will be used towards fees\r\nassociated with weekly field trips for 50 students attending the daily\r\nsummer program at Robbinsville Elementary. This year\'s focus is Science\r\nExploration and Cultural Awareness; the funds cover costs for a trip to\r\nthe Health Adventure, supplies for science projects and healthy foods.\r\n

\r\n

\r\nHIGHTS,\r\nIncorporated - $2,000 to provide rafting, caving and a challenge course\r\nto 20 Haywood and Jackson county students receiving mental health\r\nservices during this highly structured 10-week program.\r\n

\r\n

\r\nMagical\r\nMoments Therapeutic Riding Center - $1,200 will give six McDowell\r\nCounty children with mild to moderate disabilities equine therapy for\r\nsix weeks that provides physical benefits of gains in balance, posture,\r\nmobility and psychosocial needs to achieve emotional well-being.\r\n

\r\n

\r\nMayland\r\nCommunity College dba Phillips-Gwaltney Child Development - $1,000 will\r\nallow 22 children to participate in a 10-week camp that provides\r\nin-depth study of the 1950s-1990s using hands-on experiences and\r\nadventure. Children will discover art, fashion, music, dance, daily\r\nlife, toys, vocabulary and inventions to give them an overall image of\r\nwhat people\'s lives were like.\r\n

\r\n
\r\n

\r\nPenland\r\nSchool of Crafts - $1,955 will give 40 full and half day scholarships\r\nto youth, giving them an unique opportunity to spend a week learning\r\ncraft processes from practicing artists in a total-immersion arts\r\nenvironment.\r\n

\r\n

\r\nPolk County Schools - $2,000 for about 132\r\nstudents with limited English proficiency and low performance issues to\r\nattend an enrichment camp that includes theater, art, and music in\r\naddition to addressing specific academic issues.\r\n

\r\n

\r\nRutherford\r\nHospital Foundation - $2,000 for 32 children with asthma to participate\r\nin this weekend camp that will educate them about management and\r\ncontrol of their disease in a fun summer program while incorporating\r\ngames, skits, swimming, fishing and other educational activities.\r\n

\r\n

\r\nSwain,\r\nJackson, Cherokee Youth Soccer Association - $1,250 for a two-week\r\nsummer camp workshop for up to 60 kids, age 5 and up, that will teach\r\nsoccer, increased physical fitness, social coping skills and a\r\nhealthier lifestyle.\r\n

\r\n

\r\nTherapeutic Horseback Riding Assoc.\r\nof WNC - $2,000 will provide equine-assisted activities and art\r\nactivities for special needs children during their five-day summer\r\ncamp, which serves Madison and Buncombe counties.\r\n

\r\n

\r\nTown of\r\nTryon - $2,000 will give 45 children from Polk County scholarships to\r\nattend the full-day, summer-long camp at Harmon Field for classes in\r\ncrafts, nature study, outdoor activities and special projects that\r\ninclude summer reading, river wildlife, gardening and landscaping.\r\n

\r\n

\r\nTri-County\r\nCommunity College Foundation - $2,000 for twenty low-income children\r\nfrom Cherokee, Clay and Graham counties to attend a camp that will\r\nteach them more about the community college. They will take classes in\r\nart, personal fitness, personal safety, fire safety, nature and hiking,\r\nnutrition and Spanish, African and Cherokee culture.\r\n

\r\n

\r\nURTV\r\n- $1,000 to provide ten scholarships to attend a week-long camp that\r\nwill teach kids media literacy, how to use media tools to impact their\r\nworld and how to communicate their ideas to others. Students’ days are\r\nfilled with pre-and post- production activities where they create,\r\nproduce and regulate all media activities of the day.\r\n

\r\n

\r\nW.A.M.Y\r\nCommunity Action - $1,500 to provide 12 Avery County students with\r\neducational, cultural and recreational activities based on a Learning\r\nby Doing curriculum in an outdoor environmental educational setting\r\nwhich includes teambuilding, ropes courses and a community garden.\r\n

\r\n
\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n',1,2,0,2,'2009-07-13 11:40:20',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-07-10 01:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,62,'','',0,198),(393,'Asheville City Market will take credit, debit cards','Asheville City Market will take credit, debit cards','The Asheville City Market will begin accepting Food Stamp, credit and debit cards on Saturday.\r\n','“Using EBT, debit, and credit is easy,” Market Manager Mike McCreary said in a press relesae.\r\n

\r\nMcCreary\r\nencourages customers to go to the market information table and use\r\ntheir EBT, credit, or debit card to purchase tokens. Then look for\r\nvendors with EBT, Credit, Debit Accepted signs and exchange your tokens\r\nfor vegetables, fruit, eggs, meat, and more."\r\n

\r\n

\r\nThe farmers market offers a wide variety of local produce and other locally made goods.\r\n

\r\n

\r\nMcCreary\r\ninvites users to ask him for assistance, or look for volunteers who can\r\nhelp under the "Local Food" banner. Additionally, many farmers who sell\r\nat markets are glad to have new customers who use cards and to help\r\nthem learn how to shop at the markets. \r\n

\r\n

\r\nThe nonprofit\r\nAppalachian Sustainable Agriculture Project organizes the City Market.\r\nEmily Jackson, Director of ASAP’s Growing Minds program, wants to\r\nincrease participation in markets.\r\n

\r\n

\r\n“Farmers markets are\r\ngathering places, and we want a diverse and truly representative\r\ncommunity at Asheville City Market,” she said.\r\n

\r\n

\r\nAdding to the market’s role as a destination are free kids’ activities, cooking demonstrations, and live music.\r\n

\r\n

\r\nAsheville\r\nCity Market is open from 8 a.m.-1 p.m., every Saturday through Dec. 19\r\nat 161 S. Charlotte Street in downtown Asheville. Visit www.asapconnections.org for more information or call 828-236-1282.\r\n

\r\n

\r\nThe\r\nMadison County Farmers and Artisans Market and the Yancey County\r\nFarmers Market also accept EBT, credit, and debit cards. The nonprofit\r\norganization Leaflight, Inc. is supplying the markets with an EBT\r\nmachine and materials.\r\n

\r\n

\r\n\r\nJohn Boyle \r\n• June 15, 2009 \r\n

\r\n',1,2,0,2,'2009-06-17 14:17:57',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-06-15 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,92,'','',0,40),(394,'Relieve your stress affordably: WNC features sweet deals for anxiety relief','Relieve your stress affordably: WNC features sweet deals for anxiety relief','Rebecca Corwin has visited Migun Life more than 270 times over the past\r\ntwo years, spending her lunch hour three days a week lying on the\r\nthermal massage bed to relax her muscles and her mind.\r\n','But while the Asheville resident has gained the benefits of a\r\n30-minute session, she hasn\'t gained any debt. Migun sessions are free\r\nfor the first 60 days, and $2 a session after that.\r\n

\r\n\r\nCorwin said while she would like to buy a bed of her own one day, the\r\ninexpensive visits to the Arden store provide the stress relief she\r\nneeds to face the rest of her day.\r\n

\r\n

\r\n “You just feel good,” she said. “It puts a smile on your face.”\r\n

\r\n

\r\n\r\nThe current recession means people are not only strapped for cash, they\r\nare also stressed out. While they may need a massage, worries about\r\nunemployment and finances mean many people can\'t justify the cost of a\r\ntrip to the spa.\r\n

\r\n

\r\n\r\nBut a monthly spa treatment or a weekly yoga class doesn\'t have to\r\nbreak the bank. Some local businesses that specialize in relaxation are\r\noffering discounts and cheaper options this summer, and are catering to\r\nlocals who are opting to stay close to home.\r\n

\r\n

\'Staycation\' at the spa

\r\n

\r\n Spa Theology in downtown Asheville hasn\'t seen a significant decline in clients because of the economy.\r\n

\r\n

\r\n\r\n“We see a lot of local people, and we have been fairly steady since the\r\nbeginning of the year,” said spa supervisor Melissa Reichmann. “People\r\nare choosing to do a spa day closer to home rather than a vacation.\r\nIt\'s a less expensive way to treat themselves to relaxation.”\r\n

\r\n

\r\n\r\nSuraj Spa on Hendersonville Road has seen some of its clients cut back\r\non the number of treatments they are getting or opt for shorter\r\ntreatments because of the cost, said employee Tiffany Strong. The spa\r\nis starting a $45 spa menu June 20 to help locals, who make up the\r\nmajority of its clientele.\r\n

\r\n

\r\n\r\n“It is a stressful time with the recession, and people are strapped for\r\nmoney, but they still want to pamper themselves,” Strong said. “This\r\nway, they get the full hour but for a cheaper rate.”\r\n

\r\n

Sliding scale

\r\n

\r\n\r\nJeri Senor bought South Asheville Yoga two months ago and decided to\r\noffer classes on a sliding fee scale, as well as community classes at a\r\nreduced rate twice a week and an unlimited monthly pass for $99.\r\n

\r\n

\r\n\r\nShe said the cheaper rates help more people experience the benefits of\r\nyoga, which allows people to remove themselves from the stresses of\r\ndaily life by focusing on the present moment.\r\n

\r\n

\r\n\r\n“I just really like yoga, and I don\'t have enough money myself. I can\'t\r\nafford to pay $15 to take a class,” Senor said. “Yoga, the whole\r\nphilosophy, is about being nonresistant and cooperative. That is why I\r\nam here, and I believe in it, and I want to help myself and everyone\r\nelse to be able to access that.”\r\n

\r\n

\r\nBy Nanci Bompey \r\n• June 16, 2009 \r\n

\r\n',1,2,0,2,'2009-06-17 14:21:16',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-06-16 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,91,'','',0,34),(395,'Mount Zion’s demolition of two buildings delayed','Mount Zion’s demolition of two buildings delayed','An Asheville church’s plans to tear down two old buildings it owns has\r\nbeen delayed for 30 days in hopes of saving the structures.\r\n','

\r\nThe demolition plan—a surprise to city officials—is a sensitive subject\r\nbecause the buildings are in The Block, the historic home of\r\nAsheville’s African-American business community. Despite 20 years of\r\nredevelopment plans, the area has seen comparatively little progress\r\neven as downtown has boomed.\r\n

\r\n

\r\nThat has frustrated the congregation and leaders at Mount Zion\r\nMissionary Baptist Church, which wants to take down a 10,000 square\r\nfoot building at 40 S. Spruce St. (built in 1915) and a 15,000 square\r\nfoot building at 51. S. Market St. (circa 1920).\r\n

\r\n

\r\nMount Zion bought the buildings to gain control over its surroundings and allow for possible expansion, Roy Harris,\r\nchairman of the church’s trustees, explained. But the structures have\r\nbecome a financial burden, Harris told the city’s South Pack Square\r\nRedevelopment Committee at a June 8 meeting. Homeless people have\r\ntrashed the interiors, and the maintenance costs and property taxes are\r\na financial drain.\r\n

\r\n

\r\n“Those buildings are income-consuming and not income-producing for\r\nus,” said Harris. “Personally, I’m tired of baby-sitting old\r\nbuildings.” He said the church has no long-term development plans for\r\nthe property, which could be used for parking.\r\n

\r\n

\r\nThe committee took no formal action, but Harris’ presentation\r\nlaunched a series of meetings to review the demolition plans. On June\r\n10, the city’s Historic Resources Commission recommended that the\r\nDowntown Commission postpone its vote to allow more time for\r\nnegotiations. Two days later, the Downtown Commission discussed the\r\nplan and then continued the matter, stalling the demolition (which had\r\nbeen scheduled to begin June 15) for 30 days.\r\n

\r\n

\r\nMembers of both groups urged the buildings’ preservation while\r\nacknowledging the church’s right to dispose of its property. Harris,\r\nmeanwhile, was reluctant to negotiate.\r\n

\r\n

\r\nBarbara Field, who serves on both the Redevelopment Committee\r\nand the board of the adjacent YMI Cultural Center, said the buildings\r\ncould provide artists’ work space or housing for older residents. “I\r\nwould hope that there would be some kind of synergy ... where those\r\nbuildings could be preserved,” she said. “I think we all want to see\r\nthe area grow and blossom.”\r\n

\r\n

\r\nCommittee member Darryl Hart, who chairs the Eagle/Market\r\nStreets Development Corporation, emphasized the church’s right to do\r\nwhat it wants with its property. “Sometimes you have to take action,”\r\nhe said, adding, “I think we need to look at the big picture and not be\r\nquick to criticize.”\r\n

\r\n

\r\nPaul Reeves of the local Preservation Society wanted more time to help the church explore options. Stacy Merten\r\nof the city’s Historic Resources Commission planned to meet with the\r\nJanirve Foundation concerning a grant to offset the financial burden.\r\n

\r\n

\r\nVice Mayor Jan Davis pleaded with Harris, saying, “I would\r\nbeg you: Trust me for 30 days.” Davis proposed a public/private\r\npartnership that would keep the buildings intact while creating a\r\nparking area to generate revenue for the church. “I think it’s worth\r\ndelaying to discuss that,” he said.\r\n

\r\n

\r\nDowntown Commission member Guadalupe Chavarria, who voted against the continuance, said: “I just have to ask: Where have you been [over the past several years]?”\r\n
\r\n“I’ve never seen Asheville do anything in 30 days.”\r\n

\r\n

\r\nHarris, meanwhile, stressed the church’s many attempts to get something done.\r\n

\r\n

\r\n“We’ve been there. We’ve done that,” he said. “That’s part of our frustration.”\r\n

\r\n

\r\nby Jason Sandford in Mountain Xpress Vol. 15 / Iss. 47 on 06/17/2009 \r\n

\r\n',1,2,0,2,'2009-06-17 14:22:57',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-06-17 14:22:02','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,90,'','',0,28),(397,'Asheville Community Economic Forum','Asheville Community Economic Forum','\r\n\r\n\r\n\r\n\r\n\r\n\r\nThe\r\nCity of Asheville and Asheville City Council will host a public forum on\r\nFriday, June 19 at 10 a.m. to discuss current economic conditions in Asheville.\r\nThe event will be held at the Asheville Civic Center Banquet Hall.
\r\n
\r\n
\r\n','

\r\nAsheville Mayor Terry Bellamy will be joined by a panel of local speakers to discuss economic conditions and their impact on key public and private sectors in the community. North Carolina Senator Martin Nesbitt is expected to speak about the status of the state’s budget as well as implications of the American Recovery and Reinvestment Act. Representatives from the Buncombe County Board of Commissioners, Advantage West, the Asheville Area Chamber of Commerce, and the Asheville Board of Realtors are also expected to participate on the panel.\r\n

\r\n

\r\n“The city is hosting this event so citizens can hear from local industry leaders about the state of our economy and what the outlook holds in the coming months,” said Mayor Bellamy. “By coming together and sharing information, our city will be better positioned to take advantage of economic opportunities and to support the local businesses and families that make up the backbone of our economy.”\r\n

\r\n

\r\n The event is free and open to the public\r\n

\r\n',1,1,0,1,'2009-06-17 14:26:05',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-06-17 14:25:07','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,13,'','',0,191),(398,'Friday, June 19 5pm','june-19','
\r\n
\r\n\"dta5_june.jpg\" \r\n
\r\n
\r\n

\r\nGeoff\r\nAchison

\r\nGeoff\r\nAchison affectionately and respectfully known by fans as the\r\n"Clapton" from Australia.  With response to massive demand Geoff\r\nfortunately tours every so often in the US.  He is a jaw dropping,\r\ncrowd-pleasing guitar virtuoso with rich soulful vocals - no tricks, no\r\npedals, no gadgets - just good gutsy, organic music.\r\n

\r\n \r\n

\r\n','

\r\nRecent international press of note includes being voted one of the “Top Ten Hottest New Guitarists” by Guitar Player Magazine in 2008, featured on NPR (National Public Radio) along with he and his band The Souldiggers winning Band of the Year at the 2007 Chain Awards.\r\n

\r\n

\r\n“His mastery of both the acoustic and electric allow his guitars to achieve heights never reached by most accomplished guitarists.” - Creative Loafing, Atlanta\r\n

\r\n

\r\nWebsite: www.geoffachison.com
\r\n
Myspace: www.myspace.com/geoffachison  \r\n

\r\n

\r\n \r\n

\r\n
\r\n
\r\n\"randall_bramblett.jpg\" \r\n
\r\n
\r\n

Randall Bramblett \r\n

\r\n

\r\nWhile Bramblett may not be a household name, he is legendary within music circles for his songwriting and musicianship. He released a pair of acclaimed solo albums in the mid-‘70s, then joined the jazz-rock outfit Sea Level, becoming their principal songwriter and vocalist. From there, Bramblett embarked on a path as a big-league, musical utility man (primarily sax and keys) and landed on the speed dial of some of the greatest names in rock history, including Traffic, Steve Winwood, Levon Helm and Bonnie Raitt.\r\n

\r\n

\r\nWebsite: www.randallbramblett.com\r\n

\r\n

\r\n \r\n

\r\n

Brushfire Stankgrass
\r\n

\r\n

\r\nAsheville\'s Brushfire Stankgrass enjoyed an eventful 2008 which included shows at Brewgrass, the headlining spot at the Asheville Downtown 4th of July Celebration, the Music City Brewer\'s Festival, The Mountain Sports Festival, and The Orange Peel to name a few.  The group was also voted into 2 separate categories for The Mountain Xpress\'s "Best of WNC 2008," including recognition in the Best Local Folk/Old-Time/Bluegrass category.
\r\n
\r\nFeaturing eclectic live performances showcasing inventive songwriting, educated musicianship, and a knack for making people dance, Brushfire Stankgrass fuses old mountain music with new for a remarkably original sound.
\r\n
\r\nThis "Stankgrass" sound has landed the group three sessions in western North Carolina\'s famed WNCW Studio B over the past two year and regular airplay on regional independent stations.  Their live concerts, recorded in stunning multi-track clarity, are downloaded from archive.org at a rate of over two hundred downloads per week. \r\n

\r\n

\r\n \r\n

\r\n

The Cheeksters
\r\n

\r\n

\r\n“The Cheeksters have the kind of back-story that should be turned into a screenplay.  American expatriate in London strikes up a conversation with a stranger on a train-sparks fly and they marry, form a band and eventually land in Asheville North Carolina.  “Their latest record “Movers and Shakers” would be the perfect soundtrack to such a film --- I’m thinking 2003’s “Love, Actually” here—10 bouncy pop songs that sound as if they should be blaring in a boisterous pub.”   --David Menconi –The News and Observer
\r\n
\r\n“Movers and Shakers” is The Cheeksters third record with Mickey-most like producer Brent Little.  Mark and Shannon met Brent while doing a stint in Nashville Tennesse in the late 90’s.  Brent’s all-analog studio (Cram Puff Records) brings the sounds of late 60’s early 70’s AM rock to Mark Casson’s gifted knack for perfect pop gems. 
\r\n
\r\n“Movers and Shakers” continues to garner critical acclaim :
\r\n...sounding like reanimated Zombies on their new Movers and Shakers, former Nashville songwriter-frontman Mark Casson and bassist-vocalist Shannon Hines Casson collapse their voluminous record collection into 10 unabashedly groovy songs whose sonic DNA tangles strands of R&B, glam, Britpop and bubblegum... growling Stevie Wonder clavinet duels with Burt Bacharach flugelhorn (“The Top of the Tree”), burbling “Pale Blue Eyes” guitar does the shimmy with girl-group bounce and hand claps (“Love Hearts in My Eyes”) and Mark Casson’s Ziggy-esque vocals reverberate over Peter Hyrka’s sweeping Moody Blues strings (“Waiting in the Wings”). The effect is ultimately more celebratory than derivative... how could you not love a whistled chorus, whatever its pop provenance? --Nashville Scene (Nashville, Tenn.)
\r\nThe Cheeksters  have shared the stage with John Mayer, Richard Thompson, Ani DiFranco and many others.  Their five-piece band is lively and unique.  The past year found The Cheeksters touring the South East region playing festivals and clubs to delighted audiences.   \r\n

\r\n',1,15,0,22,'2009-06-17 14:00:02',73,'','2009-06-19 14:20:18',73,0,'0000-00-00 00:00:00','2009-06-17 13:59:30','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=0\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',35,0,2,'','',0,41),(401,'Friday, September 18 5pm','aug-21','
\r\n
\r\n\"dta5_sept.gif\" \r\n
\r\n
\r\n

\r\nBig Sam\'s Funky Nation \r\n

Presiding over his Funky Nation is Big Sam, a man with an impeccable urban fashion sense, who blows the funk out of his trombone and refuses to let the audience sit still. BSFN puts out hard hitting, New Orleans flavored, funk that will blow you out of your seat and onto the dancefloor.\r\n','

VERTIGO JAZZ PROJECT

After forming in early 2008, the four piece group Vertigo Jazz Project – guitarist Preston Cate, keyboardist Justin W. Powell, bassist Pajamas and drummer Sean Mason – has taken it’s stance as one of the premier musical acts on the scene.  They continually captivate their audience’s with fresh musical ideas, deep emotional content and rock solid grooves.  VJP is based in Asheville, NC.  Asheville is considered the new and upcoming music scene in the nation, and has become a mecca for quality musicians, and VJP has taken their place as a front runner.  
\r\n
\r\nVertigo Jazz Project is known for their compositions and performances through the jazz idiom.  But people often ask “Is this Jazz?”   VJP has taken on the task of bridging the gap between multiple genres of music such as Jazz, Funk, Latin, Rock, Jam, Avant, Classical, World and County; but always maintaining a distinctively recognizable element of jazz.  VJP takes their varied experience and creates original compositions of their easily recognizable form of music; paying homage to the aforementioned styles, with heavy emphasis on the jazz, soul jazz and world elements.  A journalist once said of VJP, “I never knew jazz could make me feel this alive, this free and this sweaty!” (Jason Bugg, Mountain Xpress)
\r\n
\r\nWith the rock solid foundation of Pajamas (bass) and the brontosaurus sized backbeat of Sean Mason (drums); Preston Cate (guitar) and Justin W. Powell (keyboards) are free to explore the many combinations of colors that are used to improvise and compose VJP\'s unique sound.  With an improvisational approach, as well as frequent guest soloists, VJP plays a new show, every show. 
\r\n
\r\nMembers of VJP have shared the stage with bands and artists such as The Count Basie Orchestra, Umphrey\'s Mcgee, Afro-beat ensemble The Afromotive, 56 Hope Road, Chicago prog-rockers The Hue, Drew Emmit, Abigail Washburn, members of The Meters, members of P-Funk, members of Toubab Krewe, members of the Dirty Dozen Brass Band, and members of Galactic. On the jazz front they have performed with jazz greats Bobby Watson (solo artist ;Art Blakey\'s Jazz Messengers, Horizons), Gary Smulyan (solo artist; Village Vangaurd), Mike Mcgirk, drummer Jon Riley (Miles Davis ,Woody Herman, Vangaurd Jazz Orchestra, Bob Mintzer, etc.), Chris Cheek (Bill Frisell, Brad Meldhau, & Rutter), and Andrew Clausen (Ray Charles, many Broadway shows). With members of The Michael Buble Band, Yo Mama\'s Big Fat Booty Band, , The Afromotive, The Spam Allstars, Johnathan Scales Fourchestra, Josh Phillip\'s Folk Festival, and many more having already graced the stage with VJP as guest soloists, it is a given that many more fantastic musicians will continue to help VJP make all of their live shows \'head turning!\'
\r\n
\r\nVJP has realized, both collectively and individually, the positive affect that music has on society.  The members of VJP have all sought to connect in a positive way with our fellow beings and share this knowledge that music is a way to knock down the barriers that stand in the way of a peaceful coexistence with all in this life.  VJP knows that the best way for them to help is to PLAY, PLAY, PLAY!
\r\n',1,15,0,22,'2009-06-17 14:00:02',73,'','2009-06-17 16:58:25',73,0,'0000-00-00 00:00:00','2009-06-17 13:59:30','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=0\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,5,'','',0,0),(399,'Friday, July 17 5pm','july-17','
\r\n
\r\n\"dta5_july.gif\" \r\n
\r\n
\r\n

Hill Country Revue

\r\n

\r\nHill Country Revue is THE modern Southern Rock / Blues band for the new generation. Formed by Cody Dickinson from The North Mississippi Allstars in 2008, it features Chris Chew, Kirk Smithhart, Ed “Hot” Cleveland and Dixie Dan Coburn. The band’s debut album, ‘Make a Move’, will be released by Razor and Tie Records in May 2009. Hill Country Revue will tour the country up until the release of the record. For the summer of 2009 HCR will focus on Festival and support slots. Fall 2009 will be compromised of a headlining national tour.\r\n

\r\n','',1,15,0,22,'2009-06-17 16:09:05',73,'','2009-06-17 16:09:58',73,0,'0000-00-00 00:00:00','2009-06-17 16:05:10','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,3,'','',0,0),(400,'Friday, August 21 5pm','aug-21','
\r\n
\r\n\"dta5_aug.gif\" \r\n
\r\n
\r\n

\r\nThe Pimps of Joytime \r\n

\r\n

\r\nTHE PIMPS OF JOYTIME are the ultimate desert island band. PJT’s can turn a lifetime in isolation into a party that never ends. This multi-ethnic group hits all the marks and crosses all the barriers, bridging the gap between underground funk, soul, pop, dance, afrobeat and latin, filling every song with soulful harmonies and great vibes.\r\n

\r\n

\r\nBrian J is the band\'s ringmaster. He started PJT’s in Brooklyn back in 2005, where they cut their teeth while playing clubs in Williamsburg and the East Village. On stage, he\'s the lead singer and guitarist, and in the studio, he\'s the funkiest one-man-band this side of Minneapolis.\r\n

\r\n','

\r\nMixing samples and dance beats with tasty live musicianship and sweet\r\nvocal harmonies, The Pimps of Joytime have evolved into the current\r\nfive-piece that gets crowds on their feet from London to New York to\r\nSan Francisco. Somehow, PJT’s found a way to put a modern twist on a\r\nretro sound.\r\n

\r\n

\r\nWebsite: www.myspace.com/pimpsofjoytime \r\n

\r\n

\r\nSilas Durocher and Everybody Knows\r\n

\r\n

\r\nSilas Durocher and Everybody Knows synthesize the accessibility \r\nof funk and rock n\' roll with the intellectual stimulation of classical music. \r\nThe Mountain Xpress writes, “[Durocher] weaves together astoundingly complex \r\ncompositions that call to mind everyone from Stravinsky to Frank Zappa and the \r\nRed Hot Chili Peppers. It’s a mix heady enough to keep the most seasoned music \r\ngeek guessing, and yet the disc also maintains a Jack Johnson mellowness \r\nappropriate for lazy Sunday afternoons.” In fall 2008, the ensemble released \r\ntheir debut album, Thesis Statement. Featuring an energetic mix of rock \r\nmusicians and classical instrumentalists, the all-star group has been highly \r\npraised for its original and exciting live performances which have been drawing \r\nlarge audiences of all ages and listening backgrounds. Bold Life Magazine says \r\n“if Durocher had been born in Liverpool in the \r\n1940s, Paul McCartney could very well be a retired factory worker right now."  \r\n\r\n

\r\n

\r\nWebsite: www.silasdurocher.com
\r\n
To Listen: http://silasdurocher.com/listen.html
\r\n
To Watch Video: http://silasdurocher.com/look.html
\r\n

\r\n',1,15,0,22,'2009-06-17 14:00:02',73,'','2009-06-17 16:54:18',73,0,'0000-00-00 00:00:00','2009-06-17 13:59:30','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=0\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',8,0,4,'','',0,3),(439,'Hipster chain eyes downtown','Hipster chain eyes downtown','National clothing retailer Urban Outfitters plans to open a shop in the\r\nformer CVS drugstore building at the corner of Haywood and College\r\nstreets downtown.\r\n','Officials with Urban Outfitters appeared before the city Downtown\r\nCommission on Friday to get feedback on their plans. Representatives\r\nsaid they hoped to open the store at 15 Haywood St. by the end of the\r\nyear, if not sooner.\r\n

\r\n\r\nThe proposal could be controversial. There have been periodic\r\ndiscussions over the years of whether or not to restrict chain stores\r\ndowntown, but no city rules on the subject have been adopted. Some\r\ncritics worry they would change the character of downtown.\r\n

\r\n

\r\n But commission members were mostly upbeat about the idea.\r\n

\r\n

\r\n “We welcome you. I\'m glad you\'re coming,” said Jan Davis, a commission member and city councilman.\r\n

\r\n

\r\n\r\nPlans call for removing the plaster on the outside of the building to\r\nexpose the brick underneath and adding windows on the Haywood and\r\nCollege street sides. The project would result in about 8,000 square\r\nfeet of retail space on two floors.\r\n

\r\n

\r\n\r\nThe plans would require approval by city staff only. Ken Masri, senior\r\ndevelopment manager for Urban Outfitters, said he was presenting\r\npreliminary plans to the Downtown Commission anyway in an effort to get\r\nfeedback to be sure the store fits in well.\r\n

\r\n

\r\n\r\nPhiladelphia-based Urban Outfitters sells clothing generally aimed at\r\nyoung adults plus some home furnishings. The company had 143 stores as\r\nof May, as well as 123 locations of its Anthropologie brand. Masri said\r\nan Anthropologie store in the area is also a possibility if things go\r\nwell with the Urban Outfitters store.\r\n

\r\n

\r\n\r\nThe publicly traded company often reuses buildings in downtowns for new\r\nstore locations, Masri said. He said the store may raise some concerns\r\namong other downtown retailers but predicted that, because of the\r\nshoppers the store will draw downtown, it will be positive for other\r\nretailers.\r\n

\r\n

\r\n He\r\nsaid his message for other clothiers is this: “I\'m not going to compete\r\nwith your business. I\'m going to increase the overall draw and\r\ncontribute to your business.”\r\n

\r\n

\r\n Keith Wilkins, a store designer with Urban\r\nOutfitters, said there doesn\'t appear to be much overlap between the\r\nmerchandise offered by the chain and that for sale at existing downtown\r\nretailers. But commission member Kitty Love said there are some\r\nsimilarities between Urban Outfitters\' offerings and those of clothiers\r\nalong Lexington Avenue.\r\n

\r\n

\r\nUrban Outfitters does not have a standard store design and changes its product mix for each city, Masri said.\r\n

\r\n

\r\n “We think of ourselves as a mom-and-pop operation,” he said.\r\n

\r\n

\r\n\r\nCommission members had mixed views of the proposed design. Several said\r\nit will be a significant improvement over the now-empty CVS store, but\r\nthere was also concern that the appearance of the building in\r\nrenderings is somewhat stark.\r\n

\r\n

\r\n “They\'re really animating what has been a dead corner,” said commission Chairman Jesse Plaster. CVS closed last September.\r\n

\r\n

\r\n\r\nMore detailed features could be added to the final design after workers\r\nremove the plaster on the outside of the building and designers can see\r\nwhat is underneath, Wilkins said. The building is about 100 years old\r\nand has had a variety of uses over the years, said city planner Alan\r\nGlines.\r\n

\r\n

\r\n\r\nRenderings show the original red brick on the front of the building\r\nwith a coating similar to whitewash on the College Street side that\r\nWilkins said would allow the texture and some of the color of the brick\r\nto remain visible.\r\n

\r\n

\r\nMark Barrett \r\n• July 11, 2009 \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n',1,2,0,2,'2009-07-13 11:47:24',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-07-11 01:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,61,'','',0,183),(440,'Plans to tear down Asheville buildings advance','Plans to tear down Asheville buildings advance','A city board has given its blessing to Mount Zion Missionary Baptist\r\nChurch\'s plans to tear down two buildings in the Eagle/Market streets\r\narea.\r\n','The city Downtown Commission endorsed a demolition permit for the\r\nformer industrial buildings at 42 S. Spruce St. and 51 S. Market St.\r\nFriday morning on a 7-3 vote.\r\n

\r\n\r\nThe commission had delayed for a month a vote on the permit in hopes\r\nthat alternatives to demolition of the three-story brick buildings\r\ncould be found, but city staffers have told the commission that it\r\ncould not permanently block the church\'s plans.\r\n

\r\n

\r\n\r\nCity rules require that demolition plans be submitted to the commission\r\nfor review, but the commission\'s approval is not required for the plans\r\nto be carried out.\r\n

\r\n

\r\n\r\nA church official has said property taxes and vagrants living in the\r\nbuildings have become burdens on the church, prompting the demolition\r\nplans.\r\n

\r\n

\r\n In a\r\nletter Thursday to church pastor the Rev. John Grant, city Planning\r\nDirector Judy Daniel outlined a number of possible actions the church\r\ncould take to reduce the cost of owning the buildings.\r\n

\r\n

\r\n\r\nThey included steps to lower the tax value of the buildings or\r\ngenerating revenue by leasing space to park 22 vehicles on church\r\nproperty to the city.\r\n

\r\n

\r\n\r\nDaniel wrote that it appears the church\'s current tax and insurance\r\ncosts for the buildings amount to $8,845 a year. She said it would\r\nprobably cost $135,000 or more to tear the buildings down, not\r\nincluding additional expense if asbestos is found inside.\r\n

\r\n

\r\n\r\nGrant\'s written response said that with the exception of considering\r\nleasing space for parking, “The church is not interested in any further\r\nconversation … about alternate options to demolition.”\r\n

\r\n

\r\n\r\nThe memo from Grant does not say when demolition would occur. Church\r\nofficials could not be reached for comment after the meeting Friday.\r\n

\r\n

\r\n\r\nThe buildings are in the city\'s historically African-American business\r\ndistrict known as The Block. They were once part of the Asheville\r\nSupply and Foundry Co. complex and date roughly from 1915-20.\r\n

\r\n

\r\nBy Mark Barrett \r\n• July 11, 2009 \r\n

\r\n',1,2,0,2,'2009-07-13 11:49:06',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-07-11 01:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,60,'','',0,177),(441,'Downtown\'s Grove Arcade comes under scrutiny','Downtown\'s Grove Arcade comes under scrutiny','The Grove Arcade, the massive 269,000-square-foot building that\r\ndominates a city block downtown, has a way of drawing attention.\r\n','

\r\nRecently, it\'s drawn the ire of City Councilman Carl Mumpower, who\r\nis upset that the city is going to have to pick up $151,600 in debt\r\npayments the arcade management group can\'t make this year.\r\n

\r\n

\r\n“City taxpayers have inherited a significant debt on a bond payment\r\nbecause of the failure on the part of the Grove Arcade management and\r\nthe city\'s management,” he said.\r\n

\r\n

\r\nMore than a decade ago, the city issued Certificate of Participation\r\nbonds to fund the extensive renovations of the building, and the arcade\r\nmakes annual payments on those. The beginning principal on those bonds\r\nwas $2.6 million.\r\n

\r\n

\r\n“We\'re accountable for it, but we\'ve not been paying any attention to\r\nthe lack of stewardship by the Grove Arcade staff and its board,”\r\nMumpower said, adding that\'s he\'s particularly bothered by the arcade\r\nmanagement not collecting more than $200,000 in overdue retail rents\r\nsince the renovated building reopened in 2002.\r\n

\r\n

\r\nMayor Terry Bellamy said the arcade is a city responsibility, just like\r\nCity Hall or any other city-owned building. Arcade managers have\r\nindicated they will try to make good on the payment the arcade is\r\nmissing this year, Bellamy said, stressing that she does have\r\nconfidence in the arcade management and board.\r\n

\r\n

\r\nThe arcade, built by developer E.W. Grove during the 1920s and opened\r\nin 1929, is an aging building with expensive upkeep requirements, and\r\nit needs more parking, Bellamy said. The mayor does expect to receive\r\nmore information on businesses that have not paid retail rent, but\r\noverall she believes the Grove Arcade Public Market Foundation and\r\nExecutive Director Ruth Summers have done a solid job of managing the\r\nproperty.\r\n

\r\n

\r\n “I\r\nthink she\'s given updates to council, and she\'s been very transparent\r\nabout operations,” Bellamy said, adding that the city is better off\r\nwith the foundation running the arcade. “At the end of the day, if the\r\nfoundation says, ‘We don\'t work with the city,\' what department are we\r\ngoing to put it in?”\r\n

\r\n

\r\nSummers said all tenants are now paying their rent on time.\r\n

\r\n

\r\nScott Hughes, the foundation board\'s treasurer, said, “Total rent write-offs since inception from all tenants totals $223,341.”\r\n

\r\n

\r\n“You\r\nhave to keep in mind that when this started, it was really intended to\r\nbe similar to a public market,” Hughes said. “The types of tenants that\r\nwere identified for spaces were startups, which come with much higher\r\nrisk. Over that time period there were a number of folks who ultimately\r\nstarted a business, weren\'t successful and then moved out.”\r\n

\r\n

\r\nA\r\nfew years ago, the foundation board shifted its philosophy, Hughes\r\nsaid, to “change a lot of the tenant makeup to tenants with more\r\nfinancial stability.”\r\n

\r\n

\r\n“There\r\nwas a lot of discussion among people in government and the community\r\nbecause a lot of folks wanted to maintain this as a public market,” he\r\nsaid. “Our board has had to make some decisions to make it a more\r\nsustainable platform.”\r\n

\r\n

\r\nThe\r\narcade is a complex entity with multiple management levels. Below, in\r\nquestion-and-answer format, the Citizen-Times addresses some of the\r\nissues surrounding the building\'s operations.\r\n

\r\n

\r\nQuestion: Who owns the Grove Arcade?\r\n

\r\n

\r\nAnswer: The\r\nCity of Asheville owns the 269,000-square-foot, five-story building,\r\nwhich originally opened in 1929 but was taken over by the federal\r\ngovernment in 1942 and used until 1994. In 1997, the city acquired\r\ntitle to it for $1 from the federal government (Department of Interior)\r\nunder the National Monument Act.\r\n

\r\n

\r\nThe\r\nbuilding\'s façade easements and air rights (developments of balconies\r\nor other exterior amenities that would overhang sidewalks) are held by\r\nN.C. Preservation, a nonprofit based in Raleigh.\r\n

\r\n

\r\nQ: Who manages the arcade?\r\n

\r\n

\r\nA: It gets complicated.\r\n

\r\n

\r\nAfter\r\nacquiring the building, the city signed a 99-year lease with the Grove\r\nArcade Public Market Foundation, renewable for another 99 years.\r\n

\r\n

\r\nThe foundation, a 501(C)(3) nonprofit, also holds a 99-year lease to operate the ground-floor retail section of the arcade.\r\n

\r\n

\r\nThe\r\nfoundation has an agreement with Grove Arcade Restoration, a\r\nlimited-liability, for-profit company, to manage the ground floor. Ruth\r\nSummers is the executive director of both entities.\r\n

\r\n

\r\nGAR\r\nhandles the operating budget for the first floor, which this year is\r\n$919,526. Nearly all of that money — about $874,070 — will come from\r\nretail rents.\r\n

\r\n

\r\nHGA\r\nLLC (Historic Grove Arcade), a wholly owned subsidiary of Progress\r\nEnergy, has a 99-year lease with the city and the foundation to operate\r\nand manage the arcade\'s second through fifth floors and to maintain the\r\nbuilding. Progress Energy became involved because the company purchased\r\nthe historic tax credits that were available when the building was\r\nrenovated.\r\n

\r\n

\r\nHGA\r\ncontracts with Tessier Associates Inc., an Asheville real estate\r\ncompany, to manage the second through fifth floors, the exterior and\r\nbuilding upkeep.\r\n

\r\n

\r\nHGA\'s\r\nannual operating budget is about $1.7 million a year, money derived\r\nfrom office space leases, apartment rents and other fees.\r\n

\r\n

\r\nQ: Who pays for repairs and upkeep?\r\n

\r\n

\r\nA: HGA LLC manages building maintenance and renovations, with the foundation contributing 34 percent of the costs.\r\n

\r\n

\r\nQ: How much money does the arcade owe?\r\n

\r\n

\r\nA: In 1997, the city of Asheville issued Certificates of Participation bonds to help pay for the building\'s renovation.\r\n

\r\n

\r\nThe\r\ninitial principal amount was $2,612,367 (total cost of renovations\r\nexceeded $20 million, but private investors were involved).\r\n

\r\n

\r\nThe\r\narcade management makes annual payments on these bonds that will range\r\nfrom $268,126 in interest and principal this year to $298,077 in 2018.\r\nThe arcade also has a projected net balloon payment of $1,318,303 that\r\nis due in 2018.\r\n

\r\n

\r\nQ: Who sets arcade policies?\r\n

\r\n

\r\nA: The\r\nGrove Arcade Public Market Foundation has a 24-member board that meets\r\nsix times a year and oversees leasing policies for the ground-floor\r\nretail area.\r\n

\r\n

\r\nThe\r\nchairman of the board is Robby Russell, a local senior vice president\r\nwith Wachovia Bank, a Wells Fargo company, and nearly all of the board\r\nmembers are locals. Progress Energy was recently given a seat.\r\n

\r\n

\r\nQ: Is the building fully leased?\r\n

\r\n

\r\nA: All 28,000 square feet of office space is leased.\r\n

\r\n

\r\nThe ground floor has 38 retail spaces and 52,000 square feet of usable retail spaces, and occupancy stands at 86 percent.\r\n

\r\n

\r\nTwo\r\nsmall spaces of less than 400 square feet are available, as is the\r\nformer Grove Corner Market site, a 3,128-square-foot site.\r\n

\r\n

\r\nHalf\r\nof the former Grove Arcade Arts and Heritage Gallery along O. Henry\r\nAvenue has been leased to the Renaissance Computing Institute, part of\r\nUNC Asheville. The remaining 1,472 square feet of gallery space remains\r\navailable.\r\n

\r\n

\r\nRetail lease cost is typically $23 a square foot.\r\n

\r\n

\r\nQ: How many apartments are in the arcade?\r\n

\r\n

\r\nA: The\r\narcade has 42 apartments, and all but two are leased. Rents range from\r\nabout $1,150 a month for a 900-square-foot, one-bedroom apartment to\r\n$5,000 monthly for the 2,500-square-foot penthouse, which is leased.\r\n

\r\n

\r\n“There\r\nis no option to buy at this point,” said Chuck Tessier, whose company,\r\nTessier Associates Inc., manages the arcade\'s upper floors. “They are\r\nall run as rentals.”\r\n

\r\n

\r\nEventually,\r\nsome or all units may be made available for purchase as condominiums,\r\nbut Tessier said those decisions have not yet been made.\r\n

\r\n

\r\nQ: What is the controversy over arcade parking?\r\n

\r\n

\r\nA: The controversy goes back to a 1997 agreement between the city and the Grove Arcade Public Market Foundation.\r\n

\r\n

\r\nFoundation\r\nExecutive Director Ruth Summers has said previously that a solution to\r\nthe parking problem was a specific guarantee made by the city, but City\r\nAttorney Bob Oast has said the agreement does not legally bind the city\r\nto build a parking deck.\r\n

\r\n

\r\nThe\r\nonly guarantee made was the promise of financial assistance from the\r\nGrove Arcade Public Market Foundation if the city decides to build a\r\nparking deck, he has said.\r\n

\r\n

\r\nParking\r\nhas been an issue with merchants ever since the Grove Arcade was\r\nrenovated and reopened as a public market in 2002. Some arcade\r\nmerchants have said over the years they believe the city is obligated\r\nto provide more parking, which would bring in more customers and\r\nvisitors.\r\n

\r\n

\r\nThe city\r\nhad planned to build a parking garage along Haywood Street behind the\r\nBattery Park Apartments, but those plans collapsed in the fall of 2005\r\nafter the Catholic Diocese of Charlotte, which governs the Basilica of\r\nSt. Lawrence and its Haywood Street land, rescinded its offer to sell\r\nland needed for the project. The diocese maintained that negotiations\r\nended because too much time had elapsed since the city and church\r\nofficials signed a memorandum of understanding in 2003. The city has\r\nsince looked at several other nearby properties, including a surface\r\nlot owned by AT&T on O. Henry Avenue near the Arcade, but no\r\nconcrete plans have emerged.\r\n

\r\n

\r\nQ: What\'s going on with the building\'s tiles?\r\n

\r\n

\r\nA: The\r\ntiles were refinished during the original renovation, but a third\r\nprotective coating was left off. That resulted in spalling, a\r\ndiscoloration caused by water seeping behind the finish.\r\n

\r\n

\r\nThe\r\nfirst phase of the work on the tiles, on the penthouse floors of the\r\nbuilding, are done. Tessier said the work, which likely will total\r\nabout $650,000 when completed, will probably be done by mid-2011. HGA\r\nhas to decide specifically how and when to proceed, especially in\r\ncoordination with roof work that also needs to be done.\r\n

\r\n

\r\n“A\r\nlot of that depends on money,” Tessier said. “A lot will depend on what\r\nthe final technical solution is in terms of what needs doing (on the\r\nroof) and where the funds are going to come from.”\r\n

\r\n

\r\nWhen\r\nthe rest of the tiles are addressed, workers will do small sections at\r\na time so the entire building is not covered in scaffolding, Tessier\r\nsaid. Each section should take about six-eight weeks.\r\n

\r\n

\r\nQ: Does the arcade have a public-interest mission?\r\n

\r\n

\r\nA: Yes. The Grove Arcade Public Market Foundation Board adopted this mission statement:\r\n

\r\n

\r\nTo\r\neffectively operate a premier destination in downtown Asheville filled\r\nwith successful businesses and educational programs that reflect our\r\nmountain heritage and cosmopolitan taste.\r\n

\r\n

\r\nThe Grove Arcade Public Market Foundation supports the mission by:\r\n

\r\n

\r\n•\r\nAttracting and supporting a unique variety of retail businesses,\r\nrestaurants, galleries, and offering a mix of food, products and\r\nservices.\r\n

\r\n

\r\n• Encouraging the sale of locally made products.\r\n

\r\n

\r\n• Creating retail opportunities for locally owned entrepreneurs as well as established retailers.\r\n

\r\n

\r\n• Promoting businesses that provide essential services to the local population.\r\n

\r\n

\r\n• Inviting visitors to seasonal celebrations.\r\n

\r\n

\r\n• Creating vibrant destination in an elegant setting.\r\n

\r\n

\r\nSources: Ruth Summers, www.grovearcade.com, Grove Arcade Public Market Foundation Board, Tessier Associates Inc.\r\n

\r\n

\r\n \r\n

\r\n

\r\nJohn Boyle \r\n• July 12, 2009 \r\n

\r\n',1,2,0,2,'2009-07-13 11:53:37',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-07-12 01:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,59,'','',0,217),(442,'Downtown park getting greener','Downtown park getting greener','Roger McGuire Green, the large area in front of the stage being\r\ninstalled in Pack Square Park downtown, is undergoing a rapid\r\ntransformation today.\r\n','Workers have put down turf on most of the green, located a little\r\nwest of the county courthouse and City Hall in the area once known as\r\nCity-County Plaza, said Donna Clark, spokeswoman for Pack Square\r\nConservancy.\r\n

\r\n Sidewalks and walkways around the green are\r\nprojected to open in August, Clark said, but it will be several more\r\nmonths before people can get on the grassy area itself. The delay is\r\ncaused by the need to allow the grass to get established first.\r\n

\r\n

\r\nA large brass ring that will be part of a fountain near the Vance\r\nMonument is scheduled to be delivered to the site Thursday morning,\r\nClark said. That means workers will be able to open more of the park in\r\nthat area shortly, she said.\r\n

\r\n

\r\n The conservancy is a nonprofit that is spearheading the renovation of 6.5 acres of downtown park space.\r\n

\r\n

\r\nMark Barrett \r\n• July 14, 2009 \r\n

\r\n',1,2,0,2,'2009-07-15 10:43:51',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-07-14 01:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,58,'','',0,169),(443,'Energy Loop returns downtown','Energy Loop returns downtown','“Energy Loop,” an abstract metal sculpture that was removed from downtown in 2006, was placed in its new home Saturday.\r\n','The sculpture now sits in a small plaza on the north side of College\r\nStreet, roughly between the county courthouse and the county health\r\nbuilding. \r\n

\r\n Some minor work on the sculpture and\r\nlandscaping around it remains, said Diane Ruggiero, the city’s\r\nsuperintendent of cultural arts.\r\n

\r\n

\r\n “Energy Loop” was placed\r\non the western end of City-County Plaza at the beginning of Bele Chere\r\nin July 1983. A ribbon cutting ceremony is scheduled for noon July 24,\r\nthe first day of this year’s Bele Chere.\r\n

\r\n

\r\n “Energy Loop”\r\nwas removed from its former home for repairs and to make way for\r\nconstruction on Pack Square Park. There has been controversy over\r\nwhether it should have been returned to the park or to another location.\r\n

\r\n

\r\n\r\nMark Barrett \r\n• July 13, 2009 \r\n

\r\n',1,2,0,2,'2009-07-15 10:44:49',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-07-13 01:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,57,'','',0,155),(444,'Urban Outfitters\' downtown plans get mixed reception','Urban Outfitters\' downtown plans get mixed reception','Urban Outfitters plans to open a store at the corner of Haywood and College streets in downtown Asheville.\r\n','

\r\nKen Masri, the director of store development, said the national\r\nretailer hopes to open in the former CVS drugstore site by this fall.\r\nPlans call for removing the building\'s façade to expose the original\r\nbrick; the two-story, 8,000-square-foot store will feature a central\r\nstaircase and big windows.\r\n

\r\n

\r\n"We\'ve been looking at Asheville for five years but never felt the timing or location was right," said Masri.\r\n

\r\n

\r\nDowntown Commission Chair Jesse Plaster warned that small\r\nretailers will be concerned about Urban Outfitters\' impact on them,\r\nadding, "However, I feel like you\'re really animating what\'s been a\r\ndead corner for some time. I think there\'s real potential to help\r\ndowntown."\r\n

\r\n

\r\nCommission member Harry Weiss said the news will spark\r\nrenewed debate about the impact of chains on Asheville\'s central\r\nbusiness district. "The whole issue of chain stores in downtown has\r\nbeen a rather abstract discussion," he noted, though downtown is\r\nalready home to Subway, Marble Slab and Mast General Store. "Your\r\nintroduction into the community is going to be a great magnifying lens\r\non that conversation."\r\n

\r\n

\r\nCommission Vice Chair John Rogers, meanwhile, said: "It\'s wonderful, I think, to have you here. The building is such a dog the way it is now."\r\n

\r\n

\r\nDowntown retailers offered mixed reactions. Betsy Bradfield,\r\nwho owns Frock, said that while she didn\'t automatically object to\r\nUrban Outfitters, "I think if we had more than one national chain, it\r\nwould be detrimental to downtown. I definitely don\'t want this to be a\r\ntrend."\r\n

\r\n

\r\nTamara Serapio, who owns Talu, opposes having Urban\r\nOutfitters downtown. "It\'s against everything Asheville stands for,"\r\nshe said. "I\'m anti-corporation: Corporations drive out people like me.\r\n... But unfortunately, we have people who shop there."\r\n

\r\n

\r\nMasri, however, said: "We thrive on having a closeness with other\r\nretailers. I\'m not going to compete with your business: I\'m going to\r\nincrease the draw to downtown."\r\n

\r\n

\r\nThe publicly traded company also owns the Anthropologie, Free People\r\nand Terrain retail chains and specializes in adaptive reuse of older\r\nbuildings.\r\n

\r\n
\r\nby Jason Sandford in Mountain Xpress, Vol. 15 / Iss. 51 on 07/15/2009\r\n
\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n',1,2,0,2,'2009-07-15 10:47:17',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-07-15 10:46:11','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,56,'','',0,221),(445,'Mount Zion to proceed with demolishing buildings','Mount Zion to proceed with demolishing buildings','

\r\nThe Asheville Downtown Commission has approved the Mount Zion\r\nMissionary Baptist Church\'s plans to demolish two downtown buildings it\r\nowns. On July 10, the commission gave final approval on a 7-3 vote.\r\n

\r\n','

\r\nBoth structures are in The Block, the city\'s historically\r\nAfrican-American business district: a 10,000-square-foot building at 40\r\nS. Spruce St. (built in 1915) and a 15,000-square-foot building at 51.\r\nS. Market St. (erected in 1920). The three-story brick structures\r\nhoused the operations of Asheville Supply & Foundry until about\r\n1950.\r\n

\r\n

\r\nThe area, which includes Eagle Street and the landmark YMI Cultural\r\nCenter, has been the target of redevelopment plans for 20 years. But\r\nwhile downtown development has boomed during that time, there\'s been\r\nlittle progress on The Block. The church\'s own efforts to redevelop the\r\nbuildings have likewise never come to fruition. Roy Harris,\r\nchairman of the church\'s trustees, said the buildings have become a\r\nfinancial drain. Homeless people have moved in and trashed the\r\ninterior, he said, and the cost of maintenance and property taxes has\r\ngrown too large for the church to bear.\r\n

\r\n

\r\nThe church\'s demolition plans came as a surprise to the downtown\r\nadvisory board, which initially put off making a decision in the hope\r\nof finding a way to save the buildings, which have some historical\r\nvalue and remain in good shape. City officials offered to help the\r\nchurch seek tax relief and to lease space from the church for parking.\r\n

\r\n

\r\nIn a July 9 letter to city Planning and Development Director Judy Daniel, the Rev. John Grant,\r\nMount Zion\'s pastor and president, said the church was interested in\r\nrenting 22 existing parking spaces to the city and in discussing\r\noptions for saving another building it owns, in the old foundry complex\r\nat 35 Eagle St. But without further explanation, Grant wrote that he\r\nwasn\'t interested in further negotiations concerning the Spruce Street\r\nand Market Street properties.\r\n

\r\n

\r\nMaking the motion to permit the demolition, Vice Mayor Jan Davis, who serves on the Downtown Commission, said, "I think we, as a body, have done everything we can do."\r\n

\r\n

\r\nCommission member Harry Weiss said he understood the church\'s reasons for demolition but opposed the plan.\r\n

\r\n

\r\n"I understand why it\'s occurring, but I can\'t support it," said\r\nWeiss. "I want to go on record as saying this is a bad option: It\'s\r\nlousy all the way around."\r\n

\r\n

\r\nAfter the meeting, Harris said demolition might not start for\r\nseveral weeks. The church has to complete its vacation Bible school and\r\nmake sure that its timetable fits with the schedule of the demolition\r\ncrew it plans to hire.\r\n

\r\n
\r\nby Jason Sandford in Mountain Xpress, Vol. 15 / Iss. 51 on 07/15/2009\r\n
\r\n

\r\n \r\n

\r\n',1,2,0,2,'2009-07-15 10:50:20',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-07-15 10:49:38','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,55,'','',0,144),(396,'Pack Square Park seeks stimulus funds','Pack Square Park seeks stimulus funds','Leaders of Pack Square Conservancy met with state officials today in\r\nhopes of shaking loose the more than $3 million they need to put the\r\nfinishing touches on the downtown Asheville park.\r\n','

\r\nThey hope to secure a piece of the $789 billion federal stimulus package.\r\n

\r\n

\r\nThe conservancy will seek stimulus\r\nfunding for road improvements, which could be awarded by fall, and\r\nenergy-efficient buildings, said spokeswoman Donna Clark.\r\n

\r\n

\r\nA\r\nplanned $2.4 million pavilion, in the middle third of the park that\r\nwill be the last section to open, is planned to be nationally certified\r\nas energy efficient.\r\n

\r\n

\r\nThe pavilion fulfills the stimulus\r\nrequirement of a "shovel-ready" project, Clark said. If it had word\r\ntoday of funding, she said, it could start digging a well for its\r\nplanned geothermal heating and cooling system wihtin a few weeks.\r\n

\r\n

\r\nIt\'s\r\npart of a park that is beginning to open in stages after four years of\r\nconstruction and costs that have increased to a projected $19.5\r\nmillion. The conservancy has raised $16.3 million.\r\n

\r\n

\r\nDepartment\r\nof Transportation and State Energy Office officials met today with the\r\nconservancy officials, who also plan to meet with Buncombe County\'s\r\nstate legislators at 2 p.m.\r\n

\r\n

\r\nA reception will follow at 5:30 p.m. at the Capital City Club in downtown Raleigh.\r\n

\r\n

\r\nJordan Schrader \r\n• June 17, 2009 \r\n

\r\n

\r\n \r\n

\r\n',1,2,0,2,'2009-06-17 14:24:33',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-06-17 14:23:45','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,89,'','',0,35),(421,'Boyle: Park tries to shake hobo hangout rap','Boyle: Park tries to shake hobo hangout rap','Over the years, I\'ve been a little critical of downtown\'s Pritchard Park.\r\n','
\r\n \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\"Quantcast\"\r\n \r\n

\r\n I may even have referred to the triangular oasis as “WinoWorld” once or twice. That was unkind.\r\n

\r\n

\r\n\r\nMy point has always been this: The city of Asheville shelled out\r\n$638,000 to renovate the park in 2001 and then pretty much let it slide\r\ninto homeless hangout oblivion. Sure, it\'s got lovely shade trees and\r\nbeautiful brick walls, but it also acquired a grimy feel exacerbated by\r\na carpeting of cigarette butts and dozens of unwashed denizens who hung\r\nout there all day.\r\n

\r\n

\r\n\r\nOver the years, the city has tried to clean the place up, and officials\r\nhired a park ranger to keep folks from trashing the place and publicly\r\nproceeding with bodily functions. That has worked — somewhat.\r\n

\r\n

\r\n\r\nNow a new group, Friends of Pritchard Park, is taking a crack at the\r\npark. It\'s a partnership between Downtown Asheville Residential\r\nNeighbors and Asheville GreenWorks, formerly Quality Forward.\r\n

\r\n

\r\n\r\nFOPP, which has raised $20,000, has worked with the city to get the\r\npark\'s small stone waterfalls working again and installed 21 attractive\r\nflower planters. In August, the group is bringing back the Saturday\r\nnight movies.\r\n

\r\n

\r\n And — I\'m sure this will go over great — it\'s working with the city to have smoking banned in the park.\r\n

\r\n

\r\n\r\n“The big-picture goal is to make this park a green, pleasant, inviting\r\nspace where people feel comfortable, welcome and safe — a place where\r\neverybody could come and read a book, get information about the city,\r\nrest on a bench if you\'re a tourist,” said Trina Mullen, a FOPP member.\r\n“Green spaces are so rare downtown, and this green space really needs\r\nto be loved and taken care of, and it has not been loved and taken care\r\nof aggressively the last few years.”\r\n

\r\n

\r\n Here\'s FOPP\'s philosophy in a nutshell: “The more beautiful a place is, the better people take care of it,” Mullen said.\r\n

\r\n

\r\n I talked to Mullen Friday afternoon as she was finishing up some planter work.\r\n

\r\n

\r\n Debbie Ivester, assistant director\r\nof the city\'s Parks and Recreation Department, came by to check out the\r\npark and talk with FOPP members. She said it\'s great that FOPP and DARN\r\n“bring to the table a level of service we don\'t always have the\r\nresources for.”\r\n

\r\n
\r\n

\r\n\r\nThe city budgets about $78,000 for the park, which includes the salary\r\nof the park ranger, maintenance and cleaning. Ivester said the park\'s\r\ncondition clearly has improved in recent years.\r\n

\r\n

\r\n\r\nI\'d have to agree — somewhat. On Friday afternoon, we spotted a dozen\r\nor so disheveled characters hanging around, including one guy who came\r\nup and babbled some incoherencies at us, but we also saw folks having\r\nlunch and tourists taking pictures.\r\n

\r\n

\r\n\r\nDowntown Asheville resident Tom Hayes sat on a bench, having lunch with\r\na few friends. He loves the new planters and was impressed that the\r\nfountains are working again.\r\n

\r\n

\r\n I asked if he felt comfortable in the park, and he said, “Oh, absolutely.”\r\n

\r\n

\r\n\r\nSusan Roderick, head of GreenWorks, said she and the others involved\r\nwith FOPP don\'t want the park to lose its eclectic mix of folks. They\r\njust want the place to be more comfortable for everyone — and cleaner.\r\n

\r\n

\r\n\r\n“I don\'t know if they\'re homeless people or not — they\'re just a lot of\r\nfolks there who look run down, really challenged,” Roderick said\r\nThursday. “I must have picked up about a hundred cigarette butts there\r\ntoday.”\r\n

\r\n

\r\n On the smoking front, Ivester said state legislation\r\ngiving localities the ability to ban smoking in unenclosed areas goes\r\ninto effect Jan. 1. A local ordinance would have to go through the\r\ncity\'s legal review process and City Council.\r\n

\r\n

\r\n In short, it looks like a possibility.\r\n

\r\n

\r\n Here are some definite activities FOPP has planned for the park this summer:\r\n

\r\n

\r\n\r\n• The Tuesday Hoop Jam — Part performance, part audience participation,\r\nthe jam, which features all manner of Hula-Hoop manipulation, runs 5-7\r\np.m. Tuesdays.\r\n

\r\n

\r\n • Arts Market — Local grass-roots artists plus a performance element, 10 a.m.-4 p.m., beginning July 11 through September.\r\n

\r\n

\r\n • Classical music — Noon-2 p.m. Wednesdays, through September, classical musicians will play in the park.\r\n

\r\n

\r\n • Local musicians — 5-7 p.m. Thursdays, including bluegrass, folk and more.\r\n

\r\n

\r\n • Movies — Saturdays from Aug. 1-22, the park will again host movie night.\r\n

\r\n

\r\n • On Aug. 1, the park will host its 77th birthday party.\r\n

\r\n

\r\n\r\n“We are committed to make Pritchard Park more inclusive in terms of the\r\npark\'s programming and events to attract a wider audience in the park,”\r\nKim MacQueen, a FOPP member, wrote in a press release.\r\n

\r\n

\r\n I sincerely hope it works this go-round. It\'s too valuable a resource to waste.\r\n

\r\n

\r\n This is the opinion of John Boyle. Reach him at jboyle@CITIZEN-TIMES.com.\r\n

\r\n

\r\nJohn Boyle \r\n• June 28, 2009 \r\n

\r\n
\r\n',1,2,0,2,'2009-06-30 10:58:00',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-06-28 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,76,'','',0,136),(422,'Man wanted for graffiti vandalism','Man wanted for graffiti vandalism','City police are seeking a man charged with graffiti vandalism throughout the city.\r\n','

\r\nKyle Michael Varela, 25, is\r\nsuspected to have caused thousands of dollars in damage by spray\r\npainting “Kyle” on public and private property, according to an\r\nAsheville police news release.\r\n

\r\n

\r\n\"kyle_michael_varela.jpg\" \r\n

\r\n

\r\nVarela currently has two\r\noutstanding warrants for injury to real property in downtown Asheville.\r\nHis last known address was 14 Mount Clare Ave., Asheville.\r\n

\r\n

\r\nAnyone with information on Varela’s whereabouts is asked to call Asheville police at 252-1110 or Crime Stoppers at 255-5050.\r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\nStaff Reports \r\n• June 25, 2009 \r\n

\r\n',1,1,0,1,'2009-06-25 00:00:00',71,'','2009-06-30 11:04:04',71,0,'0000-00-00 00:00:00','2009-06-30 11:01:59','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,12,'','',0,313),(423,'WNC Fourth of July celebrations','WNC Fourth of July celebrations','

\r\nHere are some of the spots to celebrate Independence Day and see the fireworks around the mountains. All events are on July 4, unless otherwise noted.\r\n

\r\n

\r\n \r\n

\r\n','

\r\n \r\n

\r\n

\r\nAsheville/Buncombe County: Fourth\r\nof July Celebration: 4-10 p.m. Martin Luther King Park, Asheville.\r\nIncludes music, a Shindig on the Green preview at 7:30-9:30,\r\nentertainment for children, food vendors and fireworks at 10 p.m. free,\r\nfor more information call 259-5800 www.ashevillenc.gov. Also, fireworks will fly after the ballgames on July 4-5 at McCormick Field ballpark.\r\n

\r\n

\r\n\r\nWest Asheville: Freedomfest, 1 p.m. Saturday, outside The Rocket Club,\r\n401 Haywood Road. Performers include The Trainwreks, Pierce Edens &\r\nthe Dirty Work, The Whappers, Town Mountain, Cary Fridley & Down\r\nSouth, Suttree, The Honeycutters, The Humbuckers. Day portion of the\r\nparty is free, music moves inside The Rocket Club at 7 p.m., $12.\r\nProceeds go to civic improvement of the neighborhood.\r\n

\r\n

\r\n\r\nBeech Community: 125th consecutive Fourth of July celebration, parade\r\nat 10 a.m., patriotic program at 11 a.m., lunch at 12:15 p.m., field\r\ngames at 2 p.m. Information: Cindy Wilson at 450-1203.\r\n

\r\n

\r\nLeicester: July Fourth Festival, 11 a.m.-5 p.m., Leicester Community center,\r\n2979 Leicester Highway. Squire Parsons concert 11 a.m., choir,\r\ncloggers, playground, music all day. Picnic supper $5 for adults and $3\r\nfor children 12 and younger. To-go plates will be available. Bring lawn\r\nchairs. No fireworks. For more info. Call 683-9075, www.leicesternc.com\r\n

\r\n

\r\nBlack Mountain/Montreat: Montreat has a downtown Fourth of July parade at 10 a.m. Call 669-8002 for information; Black Mountain has free street dance, family fun and fireworks at 7-9:30 p.m. Call 669-2052 for information or www.blackmountain.org
\r\nLake Julian: Fireworks presented by Buncombe County Parks, Greenways & Recreation, call 684-0373, www.buncombecounty.org
\r\n

\r\n
\r\n

\r\nWeaverville:\r\nThe town has cancelled its official celebration this year due to the\r\nrecession, but MPAC hosts a free block party 10 a.m. to 10 p.m. at the\r\nNorth Buncombe Middle School practice soccer field. The celebration has\r\nfood, music and more. Fireworks start around 10 p.m. Saturday, www.ncmaysa.com.\r\nFirecracker 5k run sponsored by Kiwanis begins at 8:30 a.m. Saturday at\r\nNorth Buncombe High School; entry fee is $25, call 658-8825 for\r\ninformation www.northbuncombekiwanis.org\r\n

\r\n

Around Western North Carolina

\r\n

\r\n\r\nBarnardsville: Big Ivy Community Center July 4 celebration with a\r\nparade at 2 p.m., Clogging and music begin at 4 p.m., ribs and chicken\r\ndinner from 5 to 7 p.m., swimming pool open, fireworks after dark. Call\r\n626-3438 for information, www.barnardsville.com\r\n

\r\n

\r\nBanner\r\nElk: Independence Day Parade at 11 a.m starting at Lees-McRae College\r\nLibrary and ending at Tate-Evans Town Park. Party in the Park starts\r\nafter the parade with food available and games for the kids. Call\r\n898-8195\r\n

\r\n

\r\nNewland: July 4 Celebration on the Riverwalk, fireworks at 9:45 downtown, call 733-2023 for more information.
\r\nBlowing\r\nRock: Tweetsie Railroad Fireworks Extravaganza, 9:30 p.m Festivities\r\ninclude evening entertainment. Park will remain open until 9 p.m.\r\nParking fee is $5 to watch fireworks. Call 800-526-5740, www.tweetsie.com\r\n

\r\n

\r\nBeech\r\nMountain: 47th Annual Roasting of the Hog & Fireworks Display, 6\r\np.m. to midnight, $15 adults, $7.00 for children 10 and under. Call the\r\nBeech Mountain Chamber of Commerce at 387-9283 or 800-468-5506 for\r\nadditional details.\r\n

\r\n

\r\nBrevard: The Heart of Brevard Auto\r\nShow and the 37th Fine Arts and Crafts Showcase, 9 a.m.-5 p.m. Downtown\r\nstreets are closed to automobiles, festivities start with a 5k run,\r\nmusic 11 a.m. to 9 p.m. in downtown gazebo. There is a morning\r\nchildren\'s parade and all day activities. Fireworks at Brevard College\r\n9:30 p.m. www.brevardnc.org
\r\n

\r\n
\r\n
\r\n

\r\nBryson\r\nCity: Freedom Fest downtown includes a 5K footrace, pet show, kid\'s\r\narea, “tater” cook-off, arts and crafts plus two stages of\r\nentertainment. Starts at 9 a.m. ends with fireworks at 10 p.m. (800)\r\n867- 9246.\r\n

\r\n

\r\nCherokee: July Powwow, all day July 3-5.\r\nFireworks at the Cherokee Indian Fair Grounds at 10 p.m. July 4. U.S.\r\n441 North. Call 800-438-1601 for information. www.cherokee-nc.com\r\n

\r\n

\r\nColumbus:\r\nThe 37th annual Fabulous Fourth celebration runs 10 a.m. -10 p.m. with\r\nmusic, crafts, amusement rides, vendors and more in downtown Columbus.\r\nCall 894-8236 for information. www.columbusnc.com\r\n

\r\n

\r\nFontana:\r\nAnnual 4th of July Family Festival with cookouts, family fun, field\r\ngames, live music, boating on Fontana Lake, fireworks at dam at dark.\r\nCall 800-849-2258 for information, www.fontanavillage.com\r\n

\r\n

\r\nForest\r\nCity: On July 3 the Rutherford County Chamber of Commerce sponsors\r\nfireworks just after 9 p.m. near the Mighty Dollar on U.S. 74-A, across\r\nfrom the Tri-City Mall in Forest City. www.rutherfordcoc.com\r\n

\r\n

\r\nFranklin:\r\nFourth of July Fun Day & Fireworks, Macon County Recreation Park,\r\non U.S. 441 south, Franklin. Activities begin at 11 a.m. and conclude\r\nat dark with fireworks. 524-3161, www.franklin-chamber.com\r\n

\r\n

\r\nHendersonville:\r\nFabulous Fourth Celebration at 2 p.m. with music and games and ends\r\nwith fireworks at dusk in Jackson Park. Call 697-4884 for information, www.hendersoncountync.org\r\n

\r\n

\r\nHot\r\nSprings: Fourth of July activities 10 a.m. to 11 p.m. - all over\r\ndowntown with food vendors and a town wide party. Fireworks after dark.\r\nwww.hotspringsnchouse.com/events\r\n

\r\n

\r\nLake\r\nJunaluska: Patriotic music, a parade, craft fair, barbeque lunch,\r\nmountain music and dance at Lake Junaluska Conference & Retreat\r\nCenter, 9 a.m. to 10 p.m. Fireworks at 9:45 p.m. Call 800-222-4930 for\r\nprices and information. The Junaluska Singers perform at 7:30 p.m.\r\nFriday-Saturday at Stuart Auditorium. 800-222-4930.
\r\n

\r\n
\r\n
\r\n

\r\nLake\r\nLure: 4th of July Fun Fest, Morse Park Meadows, Lake Lure, noon to 10\r\np.m., misting tent, DJ music, games, coloring contest, tot fossil dig,\r\narts, crafts, food and drinks, fireworks at 9 p.m. More information at\r\n625-2725. Fireworks on the beach at Lake Lure 8:30 p.m. Call\r\n877-386-4255 for more information. www.stayinlakelure.com\r\n

\r\n

\r\nSpindale:\r\nHometown Fourth of July in downtown Spindale, 2 p.m. to 10 p.m. Arts,\r\ncrafts, food, kid\'s activities, car show, live music, fireworks at 9\r\np.m., www.rutherfordcoc.org\r\n

\r\n

\r\nMaggie\r\nValley: The Red White and Boom bash starts at 2 p.m. at the Maggie\r\nValley Festival Grounds An afternoon of family fun and kid\'s\r\nactivities, music, crafts, games and fireworks at dark. Call\r\n800-624-4431 for information. maggievalleyfestivalgrounds.org\r\n

\r\n

\r\nMars Hill: Celebration at Mars Hill Park, daytime activities, fireworks at dark. Call 689-2301 for information. www.townofmarshill.org\r\n

\r\n

\r\nMorganton:\r\nThe Red While and Bluegrass Festival July 1-4. Independence Day\r\nperformers include Cherryholmes, Michael Cleveland and the Dan Tyminski\r\nBand, culminating in a big fireworks show. $15/day, call 433-7469 or\r\nwww.red whiteandbluegrassfestival.com\r\n

\r\n

\r\nRobbinsville:\r\nHeritage Festival & County Fair July 3-4. Crafts, contests, logging\r\ncompetitions, live bluegrass music, street dancing, fireworks. Call\r\n479-3790 for information.\r\n

\r\n

\r\nWaynesville: Stars and Stripes\r\nFestival, Saturday in downtown Waynesville, celebrating the Great Smoky\r\nMountains National Park\'s 75th anniversary. Live entertainment,\r\nsidewalk sales, food & fun for all ages, 11a.m. to 3 p.m. www.downtownwaynesville.com.\r\n

\r\n

\r\nValdese: Celebration begins at 5 p.m. with children\'s rides and live entertainment downtown. Fireworks at dark.\r\n

\r\n

\r\nWebster:\r\n63rd annual Miss Lucy\'s Picnic, community pot luck celebration, 4 p.m.\r\nSunday, at the home of Deboray and Terry Thompson, Buchanan Loop,\r\nWebster. Dietz Family will perform, bring a dish to share with friends\r\nand neighbors. 586-0921.\r\n

\r\n

\r\nWeaverville: The town has cancelled its official celebration this\r\nyear due to the recession, but MPAC hosts a free block party 10 a.m. to\r\n10 p.m. at the North Buncombe Middle School practice soccer field. The\r\ncelebration has food, music and more. Fireworks start around 10 p.m.\r\nSaturday, www.ncmaysa.com.\r\nFirecracker 5k run sponsored by Kiwanis begins at 8:30 a.m. Saturday at\r\nNorth Buncombe High School; entry fee is $25, call 658-8825 for\r\ninformation www.northbuncombekiwanis.org\r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n
\r\n',1,2,0,2,'2009-06-30 12:16:33',71,'','2009-07-01 11:18:33',71,0,'0000-00-00 00:00:00','2009-06-30 12:15:01','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,75,'','',0,432),(424,'Asheville tourism industry pins hopes on summer','Asheville tourism industry pins hopes on summer','After a dismal spring for the hospitality industry, Asheville hoteliers hope strong business this July 4 weekend will mark the start of happier days this summer.\r\n','Hotel sales in Asheville were down by almost 14 percent in May\r\ncompared with the same period last year. The occupancy rate was down 11\r\npercent for May, the last month for which figures are available.\r\n

\r\n\r\nBut some hotels say June saw improvement, and it appears that efforts\r\nto market Asheville as a value destination are paying off.\r\n

\r\n

\r\n\r\n“I think things are picking up. I talked to a number of hoteliers last\r\nnight who said they were full this weekend,” said Marla Tambellini,\r\nvice president of marketing for the Asheville Convention Center and Visitors Bureau.\r\n

\r\n

\r\n “I think a lot of hoteliers are encouraging those visits by offering packages and affordable deals for the traveler.”\r\n

\r\n

\r\n\r\nThe hotel industry in Asheville hit its lowest point in the past 12\r\nmonths in February, when occupancy was down by almost 17 percent\r\ncompared with the previous year.\r\n

\r\n

\r\n\r\nAsheville hotels are still faring better than most Southeastern\r\ndestinations, coming in second only to Charleston, S.C., in the past 10\r\nmonths in terms of average daily rate and occupancy.\r\n

\r\n

\r\n\r\n“Even though we\'re seeing some declines in visitation, we are holding\r\nour own against competitive destinations throughout the Southeast, some\r\nwho have struggled much more than we have,” Tambellini said.\r\n

\r\n

Rain dries up business

\r\n

\r\n Persistent rain in April and May quenched the drought in the mountains but hurt area attractions like Biltmore Estate.\r\n

\r\n

\r\n\r\nVisitation at the estate and overnight stays at its inn were down 6\r\npercent between April and June this year compared with the same period\r\nlast year, said Julie Hanser, the Biltmore Co.\'s vice president of\r\nmarketing.\r\n

\r\n

\r\n The\r\nestate kicks off the tourism season in April with its festival of\r\nflowers, but the rain seemed to discourage visitors already wary of\r\ntraveling during the recession, she said.\r\n

\r\n

\r\n The weather, and business at the estate, began to improve in June, Hanser said.\r\n

\r\n

\r\n“As we\'ve moved into the summer travel period, after Memorial Day,\r\nwe\'ve seen things perk up a little bit, so we\'re optimistic about the\r\nrest of the summer,” she said, adding that June sales were about the\r\nsame as last year.\r\n

\r\n

\r\nThe Biltmore Farms Co. has also seen business picking up during the\r\npast month at its four hotels, which include a DoubleTree and Sleep Inn\r\nless than a mile from the estate.\r\n

\r\n

\r\n\r\n“We\'re starting to see more activity, more walk-in business,” said Ron\r\nStorto, vice president of hospitality development at Biltmore Farms and\r\nchairman of the Buncombe County Tourism Development Authority.\r\n

\r\n

Looking for deals

\r\n

\r\n AAA of the Carolinas\r\npredicts travel over the holiday weekend will be down almost 3 percent\r\nbecause of ongoing economic turmoil and relatively high gas prices.\r\n

\r\n

\r\n Those who do hit the road will be looking for deals at area lodgings and attractions.\r\n

\r\n

\r\n\r\nA national study by the TNS Global Market Research agency found that\r\npotential travelers were looking for a discount of more than 20 percent\r\nto stimulate travel to a destination.\r\n

\r\n

\r\n Most Asheville hotels have tried to entice guests with special offers while avoiding major rate cuts.\r\n

\r\n

\r\n\r\n“We\'ve done a lot more packaging than we have in the past, but we\'ve\r\ntried to not be as aggressive in lowering rates,” Storto said.\r\n

\r\n

\r\n He said his hotels have offered free meals or discounted nights for multiday bookings.\r\n

\r\n

\r\n\r\nIn the fall, the Grove Park Inn started introducing special offers like\r\ndiscounted dinners at its Sunset Terrace restaurant or half-off spa\r\npasses on weekday nights for local residents.\r\n

\r\n

\r\n\r\nThe visitors bureau this year has been working to market Asheville as a\r\nvalue destination by advertising the area\'s free festivals and outdoor\r\nactivities.\r\n

\r\n

\r\n “We anticipated that a value message is what would be resonating with consumers given the economy right now,” Tambellini said.\r\n

\r\n

\r\n\r\nGuests who call North Asheville\'s Beaufort House Victorian Inn have\r\nincreasingly tried to negotiate a lower rate for their stay, owner Jim\r\nMuth said.\r\n

\r\n

\r\n “In\r\nthe past people would call up asking about what specials we have, but\r\nnow everyone is looking for a deal. People are saying, ‘Can you do\r\nbetter?\' or they want half off,” he said, adding that business at his\r\n10-room inn has actually been ahead of last year.\r\n

\r\n

Future growth

\r\n

\r\n\r\nIt\'s unclear how long it will take for the hospitality industry to\r\nfully recover, though companies that began new building projects before\r\nthe recession are hopeful that local tourism will grow.\r\n

\r\n

\r\n Biltmore Farms is opening its 165-room Hilton hotel in Biltmore Park in August, while the Hotel Indigo in downtown Asheville is slated for a fall opening.\r\n

\r\n

\r\n\r\nRon Morin, the Grove Park Inn\'s executive director of operations, said\r\nhe expects 2009 to be a rough year for travel, but 2010 may look better.\r\n

\r\n

\r\n\r\n“I think that maybe people are feeling there\'s an end in sight, and\r\nwith an end in sight it gives them more of a comfort level to go out\r\nand enjoy things,” he said.\r\n

\r\n

\r\nBy Josh Boatwright \r\n• July 3, 2009 \r\n

\r\n

\r\n \r\n

\r\n',1,2,0,2,'2009-07-06 11:34:51',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-07-03 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,74,'','',0,163),(490,'How to Join the Asheville Downtown Association','','

\r\nDirections for joining the ADA\r\nor renewing:\r\n

\r\n
    \r\n
  1. Click here, a new window will open, so you can follow along with these directions.
  2. \r\n
  3. Choose your membership level.
  4. \r\n
  5. Review the description of \r\n this level and scroll down to click on "Add to Cart".
  6. \r\n
  7. Review your cart and click on\r\n "Checkout".
  8. \r\n
  9. Follow the instructions by \r\n either logging in or entering your billing information to create a new \r\n online account. 
  10. \r\n
  11. Review your cart and, if \r\n appropriate, type "Renewal" in the box provided before clicking "Confirm\r\n Order". You will then be able to pay through our Paypal account.
    \r\n
    \r\n Please\r\n call or email the ADA Office if\r\n you have any questions about this process. \r\n
  12. \r\n
\r\n','',1,0,0,0,'2010-04-26 12:44:57',71,'','2010-04-26 12:45:28',71,0,'0000-00-00 00:00:00','2010-04-26 12:43:00','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,411),(447,'Get tomatoes, berries at tailgate markets','Get tomatoes, berries at tailgate markets','Here\'s a guide to Western North Carolina tailgate markets, supplied by the Appalachian Sustainable Agriculture Project.\r\n','

What\'s fresh

\r\n

\r\n There\'s nothing like\r\nthe flavor of sweet corn and tomatoes when they\'ve just been picked, so\r\nstart seeking out these ephemeral favorites at farmers tailgate markets\r\nnow.\r\n

\r\n

\r\n Peaches,\r\nanother anticipated food, are available at the Big Ivy market. The\r\nNorth Asheville market offers other fruits: blueberries, raspberries,\r\nand blackberries.\r\n

\r\n

\r\n\r\nGreen beans, pole beans, yellow squash, pattypan squash, and zucchini\r\nare among the most plentiful crops now. The new Asheville City Market\r\nSouth offers zucchini blossoms — try them stuffed and fried.\r\n

\r\n

\r\n\r\nThe summer abundance also includes broccoli, cabbage, lettuce, Swiss\r\nchard, kale, and cucumbers. In addition to green vegetables, shop for\r\nfreshly dug potatoes, onions and root vegetables.\r\n

\r\n

\r\n Also find local eggs and artisan cheeses. Some markets offer beef, pork, chicken, lamb, trout and seafood.\r\n

\r\n

Events

\r\n

\r\n\r\nToday at Asheville City Market, Lisa Zahiya provides bellydance and\r\nhip- hop dance with live music for entertainment and a free kid\'s dance\r\nlesson.\r\n

\r\n

\r\n French Row Actives will provide live music at the Weaverville market on Wednesday.\r\n

\r\n

\r\n Also Wednesday, at Asheville City Market South, Woody Pines, a ragtime and blues singer/songwriter, will perform.\r\n

\r\n

\r\n For more information, call 236-1282 or visit www.BuyAppalachian.org .\r\n

\r\n

Buncombe County

\r\n

\r\n Asheville City Market: 8 a.m.-1 p.m. Saturdays, Public Works Building lot, South Charlotte Street.\r\n

\r\n

\r\n Asheville City Market South: 7:30-11:30 a.m. Wednesdays, Biltmore Town Square, 31 Schenck Parkway, Asheville.\r\n

\r\n

\r\n Big Ivy Tailgate Market: 10 a.m.-1 p.m. Saturdays, Big Ivy Community Center, 540 Dillingham Road, Barnardsville.\r\n

\r\n

\r\n Black Mountain Tailgate Market: 9 a.m.-noon Saturdays at First Baptist Church, 130 Montreat Road, Black Mountain.\r\n

\r\n

\r\n French Broad Food Co-op Tailgate Market: 8 a.m.-2 p.m. Saturdays and 2-6:30 p.m. Wednesdays, 76 Biltmore Ave. at the French Broad Food Co-op.\r\n

\r\n

\r\n Greenlife Market: 1-5 p.m. Sundays, Greenlife Grocery, 70 Merrimon Ave., Asheville.\r\n

\r\n

\r\nNorth Asheville Tailgate Market: 8 a.m.-noon Saturdays on the UNC Asheville campus. Take Weaver Boulevard and follow the signs.\r\n

\r\n

\r\n Weaverville Tailgate Market: 2:30-6:30 p.m. Wednesdays, behind the community center at Lake Louise.\r\n

\r\n

\r\n West Asheville Tailgate Market: 3:30-6:30 p.m. Wednesdays on the grassy area behind West End Bakery, Haywood Road.\r\n

\r\n

Haywood County

\r\n

\r\n Canton Tailgate Market: 8 a.m.-noon Tuesdays and Thursdays, Park Street, downtown Canton.\r\n

\r\n

\r\n Waynesville Tailgate Market: 8 a.m.-noon Wednesdays and Saturdays at the American Legion, just off South Main Street, behind Bogart\'s, Waynesville.\r\n

\r\n

Henderson County

\r\n

\r\n Flat Rock Tailgate Market: \r\n3-6 p.m. Thursdays in the parking area behind the Hand in Hand Gallery\r\nin Flat Rock on the Greenville Highway, just south of the Flat Rock\r\nPlayhouse.\r\n

\r\n

\r\n Henderson County Tailgate Market: 7 a.m.-noon Saturdays, 100 N. King St., downtown Hendersonville.\r\n

\r\n

\r\n Hendersonville Curb Market: 8 a.m.-2 p.m. Tuesdays, Thursdays and Saturdays on Church Street, Hendersonville, across from the old courthouse.\r\n

\r\n

Madison County

\r\n

\r\n Madison County Farmers and Artisans Market: 9 a.m.-1 p.m. Saturdays, Mars Hill College, off Dormitory Drive near Pittman Dining Hall.\r\n

\r\n

\r\n Sundays on the Island: Noon-4 p.m. Sundays near the courthouse on Main Street in downtown Marshall.\r\n

\r\n

Transylvania County

\r\n

\r\n Transylvania Tailgate Market: 7 a.m.-1 p.m. Tuesdays, Thursdays and Saturdays in the parking lot behind South Broad Park next to the library on Broad Street.\r\n

\r\n

\r\nSPECIAL TO THE CITIZEN-TIMES\r\n• July 18, 2009 \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n',1,2,0,2,'2009-07-20 12:36:09',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-07-18 01:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,53,'','',0,173),(448,'Sprawling downtown space fulfills business dream','Sprawling downtown space fulfills business dream','After more than a decade building a name in the catering business,\r\nMarta Bodenhorst says her dream has finally come true with the opening\r\nof an expansive new event space in downtown Asheville.\r\n','
\r\n \r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n \r\n

\r\n\r\nThe Venue is a 1,300-square-foot mix of modern and rustic styles that\r\nspreads out over two floors, including a large art-deco balcony\r\noverlooking Market Street.\r\n

\r\n

\r\n\r\nBodenhorst says the space can accommodate events of up to 600 people\r\nnow, making it the largest private event space in the downtown area. At\r\nsome point she hopes to be able to hold events for 1,200.\r\n

\r\n

\r\n “This was my long-term dream. But did I dream it to be this size? Not in a million years,” Bodenhorst said.\r\n

\r\n

\r\n\r\nMarta and her husband, John Bodenhorst, are longtime fixtures in the\r\ndowntown food service scene, best known as the owners of the Bier\r\nGarden.\r\n

\r\n

\r\n The couple discovered the space at 21 N. Market St. last year when they anticipated a need to move their restaurant and pub.\r\n

\r\n

\r\n\r\nThe building dates to the 1920s and Bodenhorst said she was immediately\r\ndrawn to its historic character, especially the wooden beams supporting\r\nhigh ceilings.\r\n

\r\n

\r\n\r\n“When I saw the building and the potential of the building, I thought,\r\n‘This is it,\'” she said. “It fits my personality in every angle.”\r\n

\r\n

\r\n\r\nAs renovations began, the Bodenhorsts decided not to move the Bier\r\nGarden, giving Marta the creative freedom to transform the entire\r\nbuilding into her vision of a versatile event space.\r\n

\r\n

\r\n\r\nThe Venue has three large rooms: a reception area in the front with\r\nsmall cocktail tables and a bar, a raised mezzanine area for weddings\r\nwith an open floor decorated with antique lanterns and chandeliers, and\r\na second floor with a bar and a balcony.\r\n

\r\n

\r\n The floors have separate entrances, allowing the building to host two events at the same time.\r\n

\r\n

\r\n\r\nBodenhorst decorated the interior with thrifty ingenuity. She removed\r\nold windows from one wall and refashioned them to hang inside as\r\ndisplay cases. After contractors used up all their electrical conduit,\r\nBodenhorst took the large wooden spools and painted them, transforming\r\nthem into small cocktail tables.\r\n

\r\n

\r\n Bodenhorst learned to cook in the Bier\r\nGarden kitchen and later translated her new skill into a successful\r\ncatering business. She brought her catering staff with her to The Venue.\r\n

\r\n

\r\nThe space held a rehearsal dinner for 70 people in June, and a\r\nnumber of clients from the corporate sector have started booking it for\r\nthe coming months.\r\n

\r\n

\r\n Nancy Caine of the American Cancer Society discovered it several months ago while it was still under construction.\r\n

\r\n

\r\n\r\nAs soon as she saw the balcony and the art deco exterior, Caine knew\r\nThe Venue was the ideal spot for a roaring twenties ball her\r\norganization is hosting on Aug. 22.\r\n

\r\n

\r\n\r\n“There\'s a complete level where we can have the dancing and music, and\r\nthe main floor level where we can have our silent auction,” Caine said.\r\n“It accommodates everything you need for a gala or ball.”\r\n

\r\n

\r\n\r\nShay Brown, owner of the wedding planning business Palettes of\r\nPerfection, said most places in Asheville can hold a maximum of 175\r\npeople, with a few that can take more than 300.\r\n

\r\n

\r\n\r\n“We definitely need a new space that can hold more than 250 people, and\r\nI think The Venue is definitely lending itself to larger events, not\r\nonly for weddings, but for corporate events too,” she said.\r\n

\r\n

\r\n\r\nThough the economic downturn has prompted some clients to scale back on\r\nthe size of events, Brown said she is beginning to see a return to\r\nlarger events.\r\n

\r\n

\r\n\r\nBodenhorst hopes to generate a buzz in the Asheville community by\r\nopening the space to the public through events like a Bele Chere party\r\nshe plans to host during the festival. The Venue also will host martini\r\nsocials each Wednesday night in August ahead of its grand opening on\r\nSept. 17.\r\n

\r\n

\r\n The owner is thrilled to introduce people to a place she has poured her heart into.\r\n

\r\n

\r\n “I think the word is just coming out about The Venue,” Bodenhorst said.\r\n

\r\n

\r\nBy Josh Boatwright \r\n• July 19, 2009 \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n',1,2,0,2,'2009-07-20 12:37:56',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-07-19 01:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,52,'','',0,198),(449,'Pritchard Park getting new life','Pritchard Park getting new life','The public is helping make Pritchard Park what it’s always supposed to have been: A public park.\r\n','

\r\nGranted, technically that’s what it always has been. However, in recent\r\nyears it has garnered a reputation more as a place for the public at\r\nlarge to avoid than to visit and relax in. It had become a place where\r\nthe odds of being panhandled or being subjected to loud ramblings were\r\nmuch higher than being a place of quiet refuge from a busy day.\r\n

\r\n

\r\nAnd whereas many public parks feature tinkling water fountains,\r\nPritchard Park became known as a place where you could occasionally see\r\n… well, just the tinkling.\r\n

\r\n

\r\nIt was a sad chapter in the up-and-down history of this slice of downtown.\r\n

\r\n

\r\nThe\r\narea originally served as a hog wallow off the Buncombe Turnpike, built\r\nin 1827. In the early 1930s Judge Jeter Pritchard’s son George was the\r\nforce behind an act of Congress deeding the land to the city. Biltmore\r\nEstate superintendent C.D. Beadle developed the park architecture and\r\noversaw construction; most of the labor, plantings, etc. were donated\r\nby city citizens.
\r\nOver the decades the park’s tide rose and ebbed along with the fortunes of downtown.\r\n

\r\n

\r\nBack\r\nin 2001 the city gave some needed attention to the park, investing\r\n$638,000 in renovations. Hard on the heels of that needed attention\r\ncame unneeded neglect, and before long this downtown jewel’s reputation\r\nbecame tarnished. The hiring of a ranger has helped matters, but hasn’t\r\nbeen a silver bullet.\r\n

\r\n

\r\nEnter Friends of Pritchard Park, a partnership\r\nbetween Asheville GreenWorks and Downtown Asheville Residential\r\nNeighbors. To date the Friends have raised $20,000, worked to get the\r\nstone waterfalls running anew and have installed nearly two dozen\r\nflower planters at the park, in addition to performing cleanup duties.\r\n

\r\n

\r\nThere\r\nwas a minor dustup over the planters recently — or rather, what is to\r\nbe planted in them and when to plant. The city wanted a long-term plan\r\nand raised concerns over long-term upkeep.\r\n

\r\n

\r\nAbout those worries, we’ll say this: The folks dedicated to a Pritchard Park revival don’t appear to have any quit in them.
\r\nIn\r\nfact, they’ve got plans that go far beyond shrubbery. Plans for an arts\r\nmarket, classical music and Saturday night movies are in the works. And\r\nof course the eclectic drum circle will remain a park fixture.\r\n

\r\n

\r\nTrina\r\nMullen of the Friends said, “Green spaces are so rare downtown, and\r\nthis green space really needs to be loved and taken care of, and it has\r\nnot been loved and taken care of aggressively the last few years.”\r\n

\r\n

\r\nIt’s\r\ngreat to see that care arriving. This effort will not only supplement\r\nincreasingly scarce city resources, it will, as chef Emeril Lagasse\r\nwould say, kick the park up a notch.
\r\nIt’s what the park deserves.
\r\nNot to mention the public.\r\n

\r\n

\r\n***
\r\nFund-raiser and birthday party:
\r\nThe\r\nFriends of Pritchard Park, a partnership between the Downtown Asheville\r\nResidents Association (DARN) and Asheville GreenWorks, is hosting the\r\nfirst Pritchard Park Fundraiser from 6:30 to 9:30 p.m. Friday, July 31,\r\nat the S&W, 56 Patton Avenue. A free birthday party will celebrate\r\nthe park the following day. Proceeds from the events will benefit\r\nPritchard Park. The fund-raiser will feature silent and live auctions.\r\nLive auction begins at 7:30 p.m. Hors d’oeuvres and beverages will be\r\nserved. Cost of the event is $75 single ticket, $125 for a couple. ($30\r\nand $45 dollars are tax-deductible, respectively.) Tickets are\r\navailable (and donations can be made) via PayPal at the GreenWorks Web\r\nsite: www.ashevillegreenworks.org.\r\nChecks can be made payable to Asheville GreenWorks and mailed to PO Box\r\n22, Asheville 28801. For more information contact Trina Mullen at\r\n254-0273 or 919/949-3900, Jacqueline Edwards at 582-8439. \r\n

\r\n

\r\nAsheville Citizen Times July 19, 2009 \r\n

\r\n',1,2,0,2,'2009-07-20 12:44:07',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-07-19 01:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,51,'','',0,194),(450,'Bele Chere reins in spending','Bele Chere reins in spending','During its 30-year history, one constant of Asheville\'s Bele Chere\r\nfestival has been change — from a small, strictly local street party in\r\n1979 through its evolution into one of the Southeast\'s largest outdoor\r\nmusic events.\r\n','This year\'s Bele Chere festival, opening Friday evening and running\r\nthrough July 26, is taking yet another twist, scaling back in size,\r\nhours and scope, and returning more to its roots as an event\r\ncelebrating Asheville\'s music scene. Organizers hope to see same\r\nturnout as last year — about 300,000 visits through the weekend.\r\n

\r\n\r\n“We are no longer interested in being bigger at all costs,” said Diane\r\nRuggiero, Asheville\'s superintendent of cultural arts, who oversees the\r\noverall production of Bele Chere. “We want to be better every year;\r\nthat\'s not up for debate.”\r\n

\r\n

\r\n\r\nA sprawling festival does cause aggravation and loss of revenue for\r\nsome downtown businesses, she said. But with the recession, Bele\r\nChere\'s mission remains basically the same as it did in 1979: to bring\r\npeople downtown to spend money.\r\n

\r\n

\r\n\r\n“We hope the positive impact will outweigh the negative impact,” she\r\nsaid. “And folks who haven\'t been coming (to Bele Chere), we hope they\r\nwill feel comfortable in coming back.”\r\n

\r\n

\r\n\r\nThe festival has reduced its “footprint,” placing primary stages at\r\nfour sites: Biltmore Avenue, Haywood Street, Battery Park Avenue and\r\nCoxe Avenue. The children\'s area moves indoors to the Asheville Civic\r\nCenter, which is also home to a “senior\'s oasis” and festival offices.\r\n

\r\n

\r\n\r\nIn perhaps the biggest switch, Bele Chere\'s budget is smaller this\r\nyear, having lost 40 percent of its city funding. Spending on\r\nentertainment is less than $100,000, down from around $225,000 in 2008.\r\nThis year\'s Bele Chere will feature 43 acts, many of them local or\r\nregional, compared with 57 last year, and the festival will close at 10\r\np.m., an hour earlier than before.\r\n

\r\n

\r\n\r\n“It\'s still a great festival,” said Ruggiero. “We might have fewer\r\nbands, but they will play longer. For parents with children, being in\r\nthe Civic Center will be a nice change of pace from being on the street\r\nin July.”\r\n

\r\n

\r\n Shutting down earlier will encourage\r\nfestivalgoers to spend more time in downtown restaurants, pubs and\r\nmusic venues, Ruggiero said.\r\n

\r\n

\r\n“I love that it\'s scaling back,” said Jimi Rentz, owner of Barley\'s\r\nTaproom on Biltmore Avenue. “It\'s been getting dangerous late at night,\r\nwith gangs of roving youth in the last 30 minutes to an hour (before\r\nthe festival ends). I am all for (earlier hours).”\r\n

\r\n

\r\n\r\nBarley\'s will be packed through the weekend, Rentz said. After 15 years\r\nin the in the middle of Bele Chere, Rentz knows the drill. “What we\'ve\r\nfound out, is the more control we keep at the front door, the better\r\noff everyone is.”\r\n

\r\n

\r\n\r\nJust a few doors away from Barley\'s, Bele Chere is a dead weekend for\r\nthe Fine Arts Theatre and the Blue Spiral 1 Gallery, both owned by John\r\nCram. Crowds and noise make it impossible to do business, so each year,\r\nhe shuts down, losing a weekend\'s worth of revenue.\r\n

\r\n

\r\n\r\nBele Chere “was always bigger and bigger,” Cram said. “Maybe smaller\r\nwill fit better. It\'s pretty exciting, this idea of change. I want to\r\ngive them the benefit of the doubt. Bele Chere has been nearly out of\r\ncontrol.”\r\n

\r\n

\r\n The\r\nfestival traditionally draws music-lovers from around the region, some\r\nwho stay in Asheville hotels through the weekend. The Four Points\r\nSheraton at 22 Woodfin St., just blocks from the festival, is almost\r\nsold out through the weekend, said property spokesman Angela Beattie.\r\nBut there are still plenty of available rooms at the Crowne Plaza\r\nResort, and at the Holiday Inn Airport, Beattie said. “We are looking\r\nat a lot of last-minute bookings this summer,\'\' Beattie said. The\r\nDowntown Inn on Patton Avenue (formerly the Day\'s Inn), also in the\r\nheart of the festival zone, had a few rooms open for both Friday and\r\nSaturday nights.\r\n

\r\n

\r\n\r\nThe Jack of the Wood Pub at 95 Patton Ave. also expected big crowds,\r\nsaid owner Joe Eckert. “It\'s a no brainer — it\'s a good thing for\r\ndowntown,” he said.\r\n

\r\n

\r\n\r\n“But maybe it got a little big. A reorganization is a good idea.” More\r\nchanges might also work, such as moving Bele Chere to a different time\r\nof year, or hosting two smaller events rather than one big one, he said.\r\n

\r\n\r\n“The last weekend in July is not the most opportune date from a\r\nbusiness standpoint. It\'s so hot, and it\'s so busy anyway,” Eckert\r\nsaid. He\'s considered the idea of festivals in early May and early\r\nSeptember, he said. “There are ways to restructure it,” he said.\r\n

\r\n Tony Kiss \r\n• July 19, 2009\r\n

\r\n

\r\n \r\n

\r\n',1,2,0,2,'2009-07-20 12:50:20',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-07-19 01:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,50,'','',0,194),(451,'Water interruptions scheduled today, Thursday','Water interruptions scheduled today, Thursday','The City of Asheville has scheduled the following water interruptions\r\nfor the connection of a new water line by a contractor into the city’s\r\nwater system: Edgewood Road and Merrimon Avenue.\r\n','

\r\nSurrounding areas may experience no water to low pressure during\r\nthese interruptions. When the work is completed, customers may\r\nexperience discolored water or air in the lines and are advised to wait\r\nuntil the water is clear before using it. \r\n

\r\n

\r\nProperties in\r\nthe affected areas will receive a notification by telephone via the\r\ncity’s automated “Code Red” system. Citizens may register unlisted\r\nphone numbers, cell phone numbers, toll free numbers, or business\r\nnumbers online at www.ashevillenc.gov by clicking on the “Code Red” public notification system.\r\n

\r\n

\r\nFor more information about any of the scheduled water interruptions listed below, contact 259-5975 Monday-Friday, 8 a.m.-4 p.m.\r\n

\r\n

EDGEWOOD ROAD

\r\n

\r\n From 9 p.m. tonight\r\nto 7 a.m. Wednesday, water will be interrupted on Edgewood Road from\r\nChatham Road to Merrimon Avenue, Darcy Lane. Also the Edgewood Knoll\r\nApartments will be affected.\r\n

\r\n

MERRIMON AVENUE

\r\nFrom 10 p.m. Thursday to 7 a.m. Friday, water will be interrupted on\r\nMerrimon Avenue from Hillside Street to East Chestnut Street.\r\n

\r\n \r\n

\r\n',1,2,0,2,'2009-07-21 12:00:58',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-07-21 12:00:09','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,49,'','',0,181),(496,'Adorn Salon','Adorn Salon','

\r\nAdorn Salon
\r\n58 College St
\r\nAsheville, North Carolina 28801
\r\n(828) 225-8828
\r\nwww.AdornSalonAndBoutique.com

\r\n

\r\n','',1,12,0,17,'2010-06-07 12:23:05',71,'','2011-01-20 14:19:20',0,0,'0000-00-00 00:00:00','2010-06-07 12:20:56','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,11,'','',0,109),(452,'Downtown Asheville restaurants gird for crowds during Bele Chere and after hours','Downtown Asheville restaurants gird for crowds during Bele Chere and after hours','This weekend\'s music and arts festival, Bele Chere, is said to take its\r\nname from an ancient Scottish dialect for “beautiful living.” But for\r\nmany of the downtown restaurants, this festival, now in its 31st year,\r\nmeans something different: big business.\r\n','“It is, without a doubt, the three best days of our business during the year,” said Tres Hundertmark, chef at The Lobster Trap.\r\n

\r\n\r\nAnd this year, downtown\'s restaurants and bars may host even bigger\r\ncrowds during Bele Chere weekend because the festival is shutting down\r\nan hour earlier — at 10 p.m. — than it has in previous years.\r\n

\r\n

\r\n\r\n“We are closing an hour earlier to drive the business back into the\r\nrestaurants and bars,” said Kristin Pérez, events specialist with the\r\nAsheville Parks, Recreation and Cultural Arts Department.\r\n

\r\n

\r\n\r\nLocal independent restaurants are also a part of the festivities: The\r\nfood court on Pack Square around Vance Memorial — known as the Taste of\r\nAsheville — is reserved for a group of local restaurateurs to serve\r\ngoodies from their menus. Many downtown restaurants double-dip the Bele\r\nChere crowd, so to speak, by staying open during the festival and\r\nhosting a booth at the Taste of Asheville.\r\n

\r\n

A serving of \'chaos\'

\r\n

\r\n Of course, not all of downtown stays open during the festival.\r\n

\r\n

\r\n\r\n“Many locals and local businesses close shop and head out of town to\r\navoid the madness of the festival,” said Jael Rattigan, one of the\r\nowners of French Broad Chocolate Lounge on North Lexington Avenue. “But\r\nwe are new and fresh, and eager to embrace the chaos and introduce\r\npeople to our local chocolate business.”\r\n

\r\n

\r\n\r\nThe lounge is a part of the Taste of Asheville and will be open for\r\nregular business hours, which means the store won\'t close until\r\nmidnight Friday and Saturday.\r\n

\r\n

\r\n\r\n“Our Taste of Asheville menu is very abbreviated, so the chocolate\r\nlounge is where to find a variety of fine pastries, chocolates using\r\nlocal and organic ingredients, local draft beer and a thoughtful wine\r\nmenu,” Rattigan said.\r\n

\r\n

\r\n No matter how a restaurant is involved in the festival, Bele Chere does affect how the business is run.\r\n

\r\n

\r\n “It can get crazy,” said Susan Crockett, a\r\nmanager at Bistro 1896 on Pack Square. “We put plenty of staff on to\r\nhandle the crowds. We have a big meeting before Bele Chere to go over\r\nalcohol service policies, parking and safety issues.”\r\n

\r\n

\r\n“We encourage employees\r\n

\r\n

\r\n to eat and sleep well during Bele Chere,” she said. Bistro 1896 will stop seating for\r\n

\r\n

\r\n dinner Friday and Saturday at\r\n

\r\n

\r\n 10:30 p.m.\r\n

\r\n

Hard to predict

\r\n

\r\n\r\nCraig Peters\' City Bakery Café at 60 Biltmore Ave. is going to be\r\nwithin festival boundaries for the first time this year, Peters said,\r\n“so we don\'t know what to expect.” The café is going to be open Friday\r\nand Saturday.\r\n

\r\n

\r\n “We\'re going to be an oasis for people wanting to get out of the heat to enjoy good local food,” Peters said.\r\n

\r\n

\r\n Dustin Vanderbunt said he doesn\'t know how to prepare his ED Boudreaux\'s, a\r\n

\r\n

\r\n\r\nbarbecue-focused restaurant and bar at 48 Biltmore Ave., for Bele\r\nChere. ED Boudreaux\'s will be open until 2:30 a.m. each night of Bele\r\nChere.\r\n

\r\n

\r\n “You just never know how to staff for it,” he said. “One second it\'s slow, the next busy.”\r\n

\r\n

\r\n\r\nThe unpredictable pace of the crowd also makes it difficult for patrons\r\nto choose the best time to visit the potentially packed bars and\r\nrestaurants downtown.\r\n

\r\n

\r\n “I would try to find a bar before the last stage show finishes,” Vanderbunt said.\r\n

\r\n

\r\nBy Carol Motsinger \r\n• July 22, 2009 \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n',1,2,0,2,'2009-07-22 13:52:01',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-07-22 13:50:28','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,48,'','',0,248),(454,'Showing Pritchard Park some birthday love','Showing Pritchard Park some birthday love','

\r\nTrina Mullen, an organizer with the volunteer group Friends of\r\nPritchard Park, says the downtown-Asheville park could use a little\r\nTLC. "Not a lot of love has come Pritchard\'s way from the community in\r\nthe past few years," she says. "We\'d like to change that."\r\n

\r\n','

\r\nThe organization, a partnership between the Downtown Asheville\r\nResidents Network and Asheville GreenWorks, is ramping up its efforts\r\nto make Pritchard clean, green, arty and hospitable. Already, Friends\r\nof Pritchard Park has raised roughly $20,000 for improvement projects,\r\nincluding the installation of 21 planters. It\'s also sponsored an\r\never-expanding series of free public events in the park, which was once\r\nmaligned as a haven for vagrants and illicit activities.\r\n

\r\n

\r\nTo keep the momentum going, the group will throw Pritchard a 77th\r\nbirthday party on Saturday, Aug. 1. The free event starts with an 11\r\na.m. to 1 p.m. celebration, with entertainment, refreshments and kids\r\nactivities — all capped off with a birthday-hat parade promising\r\n"prizes for the best." In the evening, circa 8 p.m., a Movie Nights in\r\nPritchard Park series kicks off with a screening of the classic film Tarzan the Ape Man.\r\n(Organizers urge you to bring a blanket or lawn chair and to return\r\nSaturday nights Aug. 8, 15, and 22 for more cinema beneath the stars\r\nand streetlights.)\r\n

\r\n

\r\nAnyone wishing to pump some more lifeblood into the park is invited\r\nto attend the Friends of Pritchard Park fundraiser the night before\r\n(Friday, July 31) at S&W Steak and Wine\'s Ellington room, across\r\nthe street from the park. The event, which takes place from 6:30 to\r\n9:30 p.m., will include beverages and hors d\'oeuvres, along with\r\nnumerous silent-auction items and a live auction at 7:30 p.m. Tickets\r\nare $75/single, $125/couple.\r\n

\r\n

\r\nSeveral other Friends of Pritchard Park-sponsored activities are having a regular run in the park, from now through September:
\r\n• The Tuesday Hoop Jam — billed as "part performance, part audience\r\nparticipation, 100 percent fun!" — puts hula-hooping front and center\r\nevery Tuesday from 5 to 7 p.m.
\r\n• On Wednesdays from noon to 2 p.m., local classical musicians play live.
\r\n• Thursday evenings, from 5 to 7 p.m., the park hosts musicians and performers from several genres.
\r\n• Saturday Arts Markets, which include free performances, take place from 10 a.m. to 4 p.m.
\r\nFor more information about upcoming Pritchard Park events, visit http://www.ashevillegreenworks.org.\r\n

\r\n

\r\nby Jon Elliston in Mountain Xpress, Vol. 16 / Iss. 1 on 07/29/2009 \r\n

\r\n',1,2,0,2,'2009-07-29 12:49:05',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-07-29 12:47:48','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,47,'','',0,223),(456,'Tavern planned for Hayes & Hopson Building','Tavern planned for Hayes & Hopson Building','Happy days could soon be here again for the historic Hayes & Hopson\r\nBuilding, where developer Stewart Coleman plans to create a restaurant\r\nand tavern featuring dozens of made-in-Asheville beers.\r\n','The Pack Tavern, as the new restaurant will be called, will open\r\nlater this year and would add another chapter to the building\'s\r\ncolorful history.\r\n

\r\n\r\nThe space would be named for George Pack, one of Asheville\'s great\r\nbenefactors, whose 1901 donation of downtown parkland played a role in\r\na controversy more than a century later involving Coleman and his plans\r\nto erect a nine-story building next to City Hall.\r\n

\r\n

\r\n\r\nColeman bought a slice of the former City-County Plaza property from\r\nBuncombe County in 2006 and planned to tear down the Hayes & Hopson\r\nbuilding and combine the two properties to build a condominium and\r\nretail project known as Parkside. A lawsuit blocked the project, but\r\nColeman is appealing.\r\n

\r\n

\r\n\r\n“We\'ve got this lawsuit pending. We don\'t know what the result of that\r\nwill be” or exactly what the future holds for the Parkside project,\r\nColeman said.\r\n

\r\n

\r\n No\r\nmatter how that lawsuit turns out, Coleman said the Hayes & Hopson\r\nrenovation and the tavern are “a go. We have made the commitment to gut\r\nthe building and build a restaurant and bar,” he said.\r\n

\r\n

\r\n\r\nThe Hayes & Hopson is actually two buildings dating to 1907 and\r\n1912. Through its long life, it was used for many businesses, including\r\nan auto parts shop, Bill Stanley\'s bluegrass and barbecue restaurant, a\r\nChinese eatery and county and state offices.\r\n

\r\n

\r\n\r\nDozens of offices have been ripped away, exposing the original brick\r\nwalls of the building, said Tom Israel, who is also working on the\r\ndevelopment with Ross Franklin.\r\n

\r\n

\r\n\r\n“We are taking it back to its original condition,” Israel said. “We\r\nkept all the old timbers and will recycle them in the new bar and\r\nrestaurant. We want to complement (the new Pack Square Park) as much as\r\nwe can.”\r\n

\r\n

\r\nBy Tony Kiss \r\n• August 4, 2009 \r\n

\r\n',1,2,0,2,'2009-08-05 12:10:33',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-08-04 01:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,45,'','',0,242),(458,'Nuisance court could target graffiti vandals, panhandlers','Nuisance court could target graffiti vandals, panhandlers','A new nuisance court could make convicted panhandlers, graffiti vandals, prostitutes and other offenders clean up their acts along with the city streets.\r\n','\r\n

\r\nAsheville City Council on Tuesday will consider funding a nuisance court to hear cases for misdemeanors that affect the quality of life in downtown Asheville.\r\n

\r\n

\r\nInstead of getting a sentence of time served for two or three days spent in the Buncombe County Detention Center, offenders would face a stiffer, suspended sentence of 20-60 days in jail while on probation spent in community service, explained District Attorney Ron Moore.\r\n

\r\n

\r\nThose offenses include panhandling, trespassing, prostitution, having open containers of alcohol in city parks and property, graffiti vandalism and other infractions against city ordinances.\r\n

\r\n

\r\nWith the state court system strapped for money and space, the city would budget about $10,000 annually to hire a judge and another $15,000 to provide supplies such as safety vests, tools and mulch for community service projects, said Lauren Bradley, a city spokeswoman.\r\n

\r\n

\r\nThose projects could include picking up litter or cigarette butts, cleaning up or landscaping parks, or sweeping streets and sidewalks, Bradley said.\r\n

\r\n

\r\nMoore would assign an assistant district attorney to the court, which would be held one day a month to handle cases, especially from repeat offenders.\r\n

\r\n

\r\n“We have about 25 to 30 people who are responsible for about 80 percent of these problems,” Moore said. “I\'m hoping that instead of a culture of people getting drunk and acting foolish downtown, we\'ll be able to modify that behavior and Asheville will be known as the place where you don\'t want to do that.”\r\n

\r\n

\r\nCouncil will also look at putting more money into targeting graffiti “tagging” in the downtown. The city could divert $45,000 from the $100,000 budgeted for downtown beautification.\r\n

\r\n

\r\nThe money would help defray the cost to businesspeople trying to remove graffiti tags from their property within a few days.\r\n

\r\n

\r\nAsheville City Attorney Bob Oast is researching a possible ordinance that would require businesses to clean up any graffiti within a certain time. That measure should come back before the council for approval this fall.\r\n

\r\n

\r\nBoth the nuisance court and the graffiti program could see graffiti vandals cleaning up their paintwork, said Councilman Kelly Miller. “One of our goals is to make Asheville one of the safest and most secure communities of its size. These are two positive actions in the right direction.”\r\n

\r\n

\r\nDALE NEAL • AUGUST 10, 2009 \r\n

\r\n

\r\n \r\n

\r\n
\r\n',1,2,0,2,'2009-08-14 12:00:53',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-08-10 01:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,44,'','',0,149),(459,'Asheville Police Department creates downtown unit Growing demands lead to force of 8','Asheville Police Department creates downtown unit Growing demands lead to force of 8','\r\n

\r\nCity police have dedicated eight officers to a new unit that will patrol downtown streets, responding to pleas from merchants and an increase in calls for service.\r\n

\r\n
\r\n
\r\n
\r\n
\r\n','\r\n

\r\nThe officers will cruise central city streets on foot, on bicycles and in small electric vehicles in an effort to make them more accessible.\r\n

\r\n

\r\nAlmost 20 percent of the agency\'s calls for service and workload occur in the Central Business District, Chief Bill Hogan said.\r\n

\r\n

\r\n“This is another way to address that call demand,” he said. “Having eight dedicated officers with a full-time focus on this area will allow us to develop and foster relationships with merchants as well as with the people who work, live and visit downtown on a regular basis.”\r\n

\r\n

\r\nDowntown business operators have been clamoring for a greater police presence, said Byron Greiner, who works at Keller Williams Realty at the corner of Asheland and Hilliard avenues.\r\n

\r\n

\r\n“We would like to see more visibility of police in the downtown area to better control crime,” said Greiner, president of the Asheville Downtown Association. “It\'s all about visibility when it comes to police. It\'s going to put dedicated people in areas where they are needed.”\r\n

\r\n

\r\nPolice responded to 2,184 calls for service downtown in the first six months of this year, up from 1,530 calls in the last six months of 2007, when officers first started keeping the statistics, said APD spokeswoman Melissa Williams. The figures don\'t include calls initiated by police. Over the same timeframes, the number of citations for things like panhandling and being drunk and disruptive increased from 443 to 526, while arrests were up from 268 to 271.\r\n

\r\n

\r\nWilliams said figures for serious downtown crimes, such as assault and larceny, were not immediately available.\r\n

\r\n

\r\nMerchants have long complained of problems with crimes such as panhandling and graffiti.\r\n

\r\n

\r\nPreviously, there were no officers assigned exclusively to downtown. Williams said the Central Business District had been part of APD\'s South/Central District, and officers worked extra duty or overtime when more help was needed downtown.\r\n

\r\n

\r\nThe only costs associated with the new unit are bicycles for the officers and related uniforms and equipment, she said.
\r\n
\r\n
City\r\nCouncilman Jan Davis, who chairs the council\'s Public Safety Committee,\r\nsaid council members requested increased enforcement of ordinances\r\nprohibiting panhandling, graffiti and prostitution.
\r\n
\r\n
Davis said he believes the growth of downtown has prompted the need for a greater police presence.
\r\n
\r\n
“We\r\nhave more activity downtown than we ever had before,” Davis said.\r\n“There are a lot more restaurants downtown and more people in the\r\nevening. There are more people living downtown.”
\r\n
\r\n
Councilman\r\nCarl Mumpower applauded Hogan\'s move. “I love it when our police are\r\nmore creative, enthusiastic and persistent than lawbreakers,” he said.\r\n“This may be one of those good efforts. It takes feet on the street to\r\nreally make a difference with some of these things. Bicycle patrols are\r\n… engaged and mobile, and that\'s a good combination.”
\r\n

\r\n
The\r\nnew unit\'s area of focus is roughly bounded by Interstate 240 to the\r\nnorth, Hilliard Avenue to the south, the roundabout at Woodfin Street\r\nto the east, and Clingman and Patton avenues to the west.
\r\n

\r\n

\r\n \r\n

\r\n

\r\nBY CLARKE MORRISON • AUGUST 12, 2009 \r\n

\r\n
\r\n',1,2,0,2,'2009-08-12 01:00:00',71,'','2009-08-14 12:13:29',71,0,'0000-00-00 00:00:00','2009-08-12 01:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,43,'','',0,147),(460,'Citizen-Times Half-Marathon expected to sell out','Citizen-Times Half-Marathon expected to sell out','

\r\nThe field for the 10th annual Asheville Citizen-Times Half-Marathon, taking place Sept. 12, is expected to fill by Monday, according to race director Greg Duff.\r\n

\r\n

\r\n\r\n

\r\nDuff said the half-marathon field is capped at 1,000 runners. More than 800 have already entered. Entries for the 5K will still be available after Monday.\r\n

\r\n

\r\nThe 13.1-mile half-marathon will start at 7:30 a.m. at the Citizen-Times building, 14 O. Henry Ave. in downtown Asheville, and wind through North Asheville and Woodfin before looping back to the start.\r\n

\r\n

\r\nEntry fee is $35 per person for the half-marathon and $20 per person for the 5K. Register online atwww.active.com.\r\n

\r\n

\r\nFor more information and course maps, visit CITIZEN-TIMES.com/race.\r\n

\r\n STAFF REPORTS • AUGUST 13, 2009\r\n

\r\n','',1,2,0,2,'2009-08-14 12:16:51',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-08-13 01:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,42,'','',0,13),(461,'Geology walks of downtown Asheville offered on 2nd Thursdays','Geology walks of downtown Asheville offered on 2nd Thursdays','\r\n

\r\nGuided\r\ngeology walks of downtown Asheville are just as much fun for locals as\r\nthey are for tourists and now, the Colburn Earth Science Museum has\r\nmoved their popular monthly Downtown Geology Walks from Saturdays to\r\nevery second Thursday of the month from 2-4 p.m. Offering an in-depth\r\neducation on the fascinating history of the building stones which\r\ncompose Asheville’s unique art deco architecture, the walks are a whole\r\nnew way to look at downtown.\r\n

\r\n
\r\n','\r\n

\r\nColburn Curator/Educator Phil Potter, who is also a professional geologist, will lead the walks from the Colburn Earth Science Museum. Some stops include the banded marble at City Hall; the United Methodist Church, where fossils lurk in the limestone and the griffins at the Grove Arcade, whose background may surprise you. The Geology walk takes about an hour and a half.\r\n

\r\n

\r\nThursday eology Walks will begin today at 2 p.m. Interested individuals should meet at the Colburn Earth Science Museum in the lower level of Pack Place Education, Arts and Science Center. The tour is $5 per person and includes Museum admission. Downtown Geology Walks are also available for groups; call the Museum at 254-7162 to schedule.\r\n

\r\n

\r\nThe dates of the next six Geology Walks are as follows: September 10, October 8, November 12, December 10 and January 14.\r\n

\r\n

\r\nThe Colburn Earth Science Museum is located at 2 S. Pack Square at Pack Place in downtown Asheville. For more information, call 254-7162 or visit www.colburnmuseum.org.\r\n

\r\n

\r\nTAFF REPORTS • AUGUST 13, 2009 \r\n

\r\n
\r\n',1,2,0,2,'2009-08-14 12:23:22',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-08-13 01:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,41,'','',0,141),(462,'Buncombe home sales down slightly; first-time buyers active ','Buncombe home sales down slightly; first-time buyers active ','Sales\r\nof existing homes in Buncombe County fell again in July, but the 7.8\r\npercent drop was not as precipitous as it has been over most of the\r\npast two years.\r\n','Average\r\nand median prices for homes sold in July both slid, according to\r\nfigures from the N.C. Mountains Multiple Listing Service, and inventory\r\nlevels indicate the area is still very much a buyer\'s market.
\r\n
\r\n
People\r\nin the industry said first-time homebuyers, attracted by an $8,000 tax\r\ncredit that\'s part of the federal stimulus legislation, as well as\r\nothers looking for more moderately priced homes, make up a\r\ndisproportionate share of buyers now.
\r\n
\r\n
“First-time\r\nhomebuyers — that\'s the buyer that drives the market,” said Mike\r\nBagley, broker in charge at Prudential Lifestyles Realty\'s downtown\r\nAsheville office. “They\'re creating a sale, and the person they\'re\r\nbuying from is moving up (to buy another home).”
\r\n
\r\n
When\r\nJune sales fell 6.4 percent in Buncombe County over June 2008, it was\r\nthe first month since April 2008 when the year-to-year decline was less\r\nthan 10 percent. July was the second.
\r\n
\r\n
There were 235 existing homes sold in July in Buncombe, up from 218 in June but down from the 255 sales in July 2008.
\r\n
\r\n
The Asheville area has trailed what appears to be a slow turnaround in the national real estate market.
\r\n
\r\n
Even\r\nthough Buncombe sales are still declining, Kimberly Evans, head of the\r\nAsheville Board of Realtors, called the July figures “good news” and\r\n“evidence that the first-time homebuyers tax credit is working.”
\r\n
\r\n
Bagley\r\nsaid he has yet to see many well-off buyers from Florida and other\r\nfeeder markets return to the local market. At current sales rates, it\r\nwould take 57 months — nearly five years — for all the Buncombe County\r\nhouses on the market for more than $500,000 to be sold, according to\r\nN.C. Mountains MLS.
\r\n
\r\n
Real\r\nestate analyst Don Davies said it is too soon to say whether the local\r\nmarket has reached the bottom and it would take a steep climb to reach\r\nprevious sales levels anytime soon.
\r\n
\r\n
“We\'re down a third from last year at this time. Last year, we were down a third from the year before,” he said.
\r\n
\r\n
The\r\nmedian home sale price — the point at which half were higher, half\r\nlower — for July was $199,000 in Buncombe County, down 10.8 percent\r\nfrom July 2008\'s $223,000.
\r\n
\r\n
Sellers of more expensive homes are increasingly recognizing they have to cut prices to entice buyers, Davies said.
\r\n
\r\n
“You\r\njust can\'t keep the inventory levels high, have the sales numbers flat\r\nand keep the prices steady. Eventually the price is going to have to\r\ncome down,” he said.
\r\n
\r\n
Foreclosure sales and other forced sales are also pushing prices downward, Davies said.
\r\n
\r\n
BY MARK BARRETT • AUGUST 14, 2009
\r\n
\r\n
\r\n',1,2,0,2,'2009-08-14 12:27:17',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-08-14 12:26:54','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,40,'','',0,285),(463,'Asheville Tourists step to plate with first beer festival','Asheville Tourists step to plate with first beer festival','Beer and baseball just seems to together,\r\njust like how I\'m eating a hot dog while writing this column. And so it\r\nseems like a great idea to hold a brew festival at the old ballpark.\r\nThe Asheville Tourists will roll out their first Baseball and Beers\r\nfestival next weekend, on Aug. 22 at historic McCormick Field.\r\n\r\n','

\r\nLike I said, it\'s a great idea. But what\'s the game strategy?\r\nWhat\'s the starting lineup? Who will be at the plate? I headed up to\r\nthe park to get more information from Mike Bauer, executive director of\r\nPalace Baseball, the team\'s owner.\r\n
\r\n
\r\nFirst, here\'s who won\'t be there: the Asheville Tourists\r\nthemselves. There\'s no way to hold a beer festival at the park on a\r\ngame day, so while the Tourists are down in Hickory, the park will host\r\nthe party.\r\n
\r\n
\r\nAs for the beers, Bauer has been working with Mark Lyons of\r\nAsheville Brews Cruise to set that up. Most of the Asheville-area\r\nbrewers have signed up, including Highland, Pisgah, French Broad,\r\nOysterhouse (that\'s the Lobster Trap), Green Man (Jack of the Wood) and\r\nAppalachian Craft Brewery.\r\n
\r\n
\r\nAlso on board are Foothills (Winston-Salem), Thomas Creek (Greenville, S.C.) and R.J. Rockers (Spartanburg, S.C.).\r\n
\r\n
\r\nBacking them up are brews from three major distributors:\r\nBudweiser of Asheville, Skyland and Empire. They\'re also bringing along\r\na nice expanded roster with such brews as Kona, Starr Hill, Red Hook,\r\nNew Belgium, Oskar Blues, Terrapin, Yuengling, Blue Moon and more.\r\nThose brews will be served in plastic mugs.\r\n
\r\n
\r\nHow it will work\r\n
\r\n
\r\nMaybe you remember a few years ago, when the big Brewgrass\r\nfestival was held at McCormick Field. What a wonderful day that was,\r\nexcept for the groundskeepers.\r\n
\r\n
\r\n“And if you take beer, and pour it on the grass, it turns\r\nbrown,” Bauer said. And so the brew will be served out on the area that\r\nhouses the concession stands.\r\n
\r\n
\r\nThat space can get a bit crowded on a busy night, and the\r\nTourists are hoping to pull up to 2,500 people to this party. So the\r\nfestival will spread out to the picnic areas, and into the stands,\r\nwhich will be open for seating, he said.\r\n
\r\n
\r\nA stage will be built over the home plate area, facing the\r\nstands. The music lineup is all-star level: Woody Wood and Hollywood\r\nRed, the Firecracker Jazz Band, Jar-E and Kellin Watson, Bauer said.\r\nThose are some of the better acts in town.\r\n
\r\n
\r\nThat\'s the ticket\r\n
\r\n
\r\nFour levels of tickets will be sold. The $40 VIP level\r\nincludes admission to the festival, a sampling mug, T-shirt, a ticket\r\nto an upcoming game and a big spread catered by Bonefish Grill in the\r\nCitizen-Times clubhouse (which includes a private bathroom, always a\r\nnice perk at a beer fest).\r\n
\r\n
\r\nThe $35 ticket covers everything except the clubhouse spread,\r\nbut you get a sandwich and sides. A $20 basic ticket includes the mug\r\nand ticket to a coming game. The $10 designated driver ticket includes\r\nadmission to the festival but no beer, and a ticket to an upcoming\r\ngame.\r\n
\r\n
\r\nTickets can be purchased at the ballpark or www.ticketmaster.com.\r\n
\r\n
\r\nBlue skies\r\n
\r\n
\r\nLike any outdoor event, this thing is very\r\nweather-dependent, Bauer acknowledged. However, there are covered spots\r\nalong the concourse and also in the stands.\r\n
\r\n
\r\nAs for parking, it\'s the same as for any Tourists game. There\r\nare some spots at the field and others all around the park in business\r\nlots, etc. But avoid any place that will block traffic or driveways or\r\nthat\'s off-limits to private cars, such as that city gas station\r\ndirectly across from the park.\r\n
\r\n
\r\nWell, that hot dog we were eating to start this column is done. And so are we until next week.\r\n
\r\n
\r\nThis is the opinion of entertainment editor Tony Kiss, who\r\nwrites the Beer Guy column each Friday in take5. E-mail him at\r\ntkiss@CITZEN-TIMES.com
\r\n

\r\n

\r\nBY TONY KISS • AUGUST 14, 2009 \r\n

\r\n',1,2,0,2,'2009-08-14 12:33:32',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-08-14 12:32:49','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,39,'','',0,331),(464,'School athletes join in fight vs. Asheville graffiti ','School athletes join in fight vs. Asheville graffiti ','Asheville teenagers, armed with paint brushes, headed to the Riverside\r\nDrive business district recently in search of walls marred by graffiti.\r\nThe group was looking to begin a restoration of several vandalized\r\nwarehouse walls as a service project.\r\n','The 35 home-schooled athletes, all members of the Western Carolina\r\nAthletic Association, arrived at the downtown River District with their\r\n“paint kits,” obtained from Asheville GreenWorks.\r\n
\r\n
\r\n“We are determined as an organization to make an impact on the\r\nBuncombe County community, since we have been so blessed with the\r\narea\'s resources in our home-schooling efforts,” said Kathy Kania,\r\nWCAA\'s historian.\r\n
\r\n
\r\nDuring the school year, WCAA and its 225 athletes compete as\r\nthe Trailblazers on 17 athletic teams. One of the athletes is Elizabeth\r\nSchill, who graduated from her home school in May and will be attending\r\nFurman University on an academic scholarship.\r\n
\r\n
\r\nSchill has competed on Trailblazer sports teams for the past\r\ntwo years. In May 2008, she organized the first Ezra Project, community\r\nservice projects available to any WCAA athlete and other home-schoolers\r\nwho are willing to volunteer time.\r\n
\r\n
\r\nThe WCAA board endorsed her idea, and the Ezra events,\r\nscheduled once a month, are publicized among the local home-school\r\ncommunity.\r\n
\r\n
\r\nOther Ezra projects have included stocking shelves at the\r\nMANNA FoodBank, planting trees at the WNC Nature Center, decorating for\r\na 5K run/walk with Eliada Homes, setting up for a community luau,\r\nlandscaping at a community center, cleaning and decorating for a\r\nfundraiser dance and litter patrol.\r\n
\r\n
\r\nAsheville GreenWorks provides graffiti removal kits, which\r\ninclude paint and painting supplies, to neighborhoods and businesses\r\nthat have been vandalized.\r\n
\r\n
\r\nAsheville GreenWorks has also teamed up with the Asheville\r\nPolice Department and Asheville-Buncombe Crimestoppers to offer a $200\r\nreward per tip that leads to a graffiti vandalism arrest.
\r\n
\r\nFROM STAFF REPORTS • AUGUST 10, 2009\r\n',1,2,0,2,'2009-08-14 12:40:05',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-08-14 12:39:40','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,38,'','',0,389),(480,'Member Restaurants Holiday Hours','Member Restaurants Holiday Hours','

During the holiday season, it can be difficult to know when favorite restaurants will be open. Please reference this list when making your holiday plans. Restaurants will be open their regular hours as posted. Special holiday hours are listed.

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

The Bier Garden

\r\n
46 Haywood St
\r\nAsheville, NC 28801
\r\n(828) 285-0002 |\r\nwww.AshevilleBierGarden.com
\r\nRegular Hours: 11:00am - 2:00am
\r\n

\r\n \r\n

\r\n

Ed Boudreaux\'s Bayou BBQ
\r\n

\r\n
48 Biltmore Ave.
\r\nAsheville, NC 28801
\r\n(828) 253-5812 | www.EdBBQ.com
\r\nRegular Hours: Monday - Saturday, 11:00am - 2:00am | Sunday 12:00n - 12:00m
\r\nNovember 26, Thanksgiving: Closed
\r\nDecember 25, Christmas: Closed
\r\n
\r\n

\r\n \r\n

\r\n

Jack of the Wood Pub
\r\n

\r\n
95 Patton Ave.
\r\nAsheville, NC 28801
\r\n(828) 252-5445 | www.JackoftheWood.com
\r\nRegular Hours: 12:00pm - until
\r\nNovember 26, Thanksgiving: Closed
\r\nDecember 24, Christmas Eve: Limited Hours, 12:00pm - 11:00pm
\r\nDecember 25, Christmas: Closed
\r\n
January 1, New Years Day: Limited Hours, 4:00pm - until
\r\n

\r\n \r\n

\r\n

Laughing Seed Café
\r\n

\r\n
40 Wall St.
\r\nAsheville, NC 28801
\r\n(828) 252-3445 | www.LaughingSeed.com
\r\nRegular Hours: Monday, Wednesday & Thursday, 11:30am - 9:00pm | Friday & Saturday, 11:30am - 10:00pm | Sunday 10:00am - 9:00pm
\r\nNovember 26, Thanksgiving: Closed
\r\n
December 24, Christmas Eve: Limited Hours, 11:30am - 4:00pm
\r\nDecember 25, Christmas: Closed
\r\nJanuary 1, New Years Day: Closed
\r\n

\r\n

\r\n \r\n

\r\n

The Mediterranean Restaurant

\r\n
57 College St.
\r\nAsheville, NC 28801
\r\n(828) 258-0476
\r\nRegular Hours: 6:00am - 4:00pm
\r\nNovember 26,Thanksgiving: Closed
\r\nDecember 25 & 26, Christmas: Closed
\r\n
\r\n
January 1, New Years Day: Closed
\r\n
\r\n

\r\n \r\n

\r\n

Old Fairview Southern Kitchen
\r\n

\r\n
831 Old Fairview Rd.
\r\n
Asheville, NC 28803
\r\n
(828)277-7117 | www.OldFairview.com
\r\n
\r\n
Regular Hours: Monday - Thursday: 11:00am - 11:00pm | Friday & Saturday: 11:00am - 12:00am | Sunday 11:00am - 4:00pm
\r\n
November 26, Thanksgiving: Closed
\r\nDecember 25, Christmas: Closed
\r\n
\r\n

\r\n \r\n

\r\n

Phi Bar & Bistro

\r\n
151 Haywood St.
\r\nAsheville, NC 28801
\r\n(828) 239-0239
\r\nRegular Hours: Monday - Saturday: 6:00am - 11:00am & 5:00pm - 10:00pm | Sunday: 6:00am - 2:00pm & 5:00pm - 10:00pm
\r\n

\r\n \r\n

\r\n

Vincenzo\'s Ristauranté & Bistro

\r\n
10 N Market St
\r\nAsheville, NC 28801
\r\n(828) 254-4698 | \r\nwww.Vincenzos.com
\r\nRegular Hours: 5:30pm - 10:00pm
\r\nDecember 25, Christmas Day: Limited Hours, 4:30pm - 9:30pm
\r\n

\r\n \r\n

\r\n','',-2,0,0,0,'2009-11-12 14:01:39',71,'','2009-11-23 12:36:22',71,0,'0000-00-00 00:00:00','2009-11-12 13:49:28','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,113),(474,'Three Dog Bakery','Three Dog Bakery','

\r\nThree Dog Bakery
\r\n21 Battery Park, Suite 103
\r\nAsheville, NC 28801
\r\n828.252.1818
\r\n
\r\n

\r\n','',1,13,0,20,'2009-09-14 13:12:15',71,'','2011-01-24 14:47:06',0,0,'0000-00-00 00:00:00','2009-09-14 13:11:25','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,10,'','',0,258),(475,'Black Mountain College Museum + Arts Center','Black Mountain College Museum + Arts Center','
\r\nBlack Mountain College Museum + Arts Center
\r\n56 Broadway
\r\nAsheville, NC 28801
\r\n828-350-8484
\r\nwww.BlackMountainCollege.org
\r\n
\r\n
\r\n','',0,11,0,18,'2009-09-16 12:02:15',71,'','2010-12-31 13:58:53',0,0,'0000-00-00 00:00:00','2009-09-16 12:00:33','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,14,'','',0,145),(476,'Community Foundation of Western North Carolina','Community Foundation of Western North Carolina','
\r\nThe Community Foundation of Western North Carolina
\r\nSuite 1600
\r\n1 W Pack Square
\r\nAsheville, NC 28801
\r\nCFWNC.org
\r\n
\r\n','',0,11,0,18,'2009-09-21 13:32:17',71,'','2010-12-31 13:58:53',71,0,'0000-00-00 00:00:00','2009-09-21 13:30:14','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,13,'','',0,173),(477,'Nuisance court has first session','Nuisance court has first session','

\r\nCity leaders hope a new nuisance court will help clean up city streets and attract more visitors to downtown Asheville.\r\n

\r\n','

\r\nA total of 17 defendants appeared at the inaugural nuisance court\r\nsession Thursday at the Buncombe County Courthouse, assistant district\r\nattorney Meredith Pressley said. Eleven of them pleaded guilty and\r\nreceived community service sentences. The others either wanted to have\r\na trial, had their cases continued or sought another legal avenue.\r\n

\r\n

\r\nJudge Calvin Hill presided over the nuisance court, which sentences\r\noffenders to suspended jail sentences and community service for crimes\r\nsuch as prostitution, graffiti vandalism, trespassing, having open\r\ncontainers of alcohol and other infractions deemed to hurt quality of\r\nlife.\r\n

\r\n

\r\n“We were really encouraged by the fact that the defendants showed up\r\nand showed interest in the program,” Pressley said. “We\'re really\r\ngrateful to the city for giving us the money to do this as an\r\nalternative to the folks going to jail for the crimes they committed.”\r\n

\r\n

\r\nInstead of getting a sentence of time served for two or three days\r\nspent in the Buncombe County Detention Center, offenders face a\r\nstiffer, suspended sentence of 20-60 days in jail while on probation\r\nspent in community service, District Attorney Ron Moore has said.\r\n

\r\n

\r\nLast month the city approved to budget about $10,000 annually to\r\nfund nuisance court. Another $15,000 was earmarked to provide supplies\r\nsuch as safety vests, tools and mulch for community service projects.\r\n

\r\n

\r\nThose projects could include picking up litter or cigarette butts,\r\ncleaning up or landscaping parks, or sweeping streets and sidewalks.\r\n

\r\n

\r\nThe next nuisance court is scheduled for Oct. 22.\r\n

\r\n

\r\nMayor Terry Bellamy was among several city leaders who observed the first nuisance court session last week.\r\n

\r\n

\r\n“I felt like it was set up in a very fair and balanced way,” Bellamy\r\nsaid. “My first impression is they have some issues to work out as far\r\nas the docket, and I think space is limited, but overall, its\' going to\r\nbe very beneficial for our community.”\r\n

\r\n

\r\nVice Mayor Jan Davis said he thinks the court could be run a little\r\nmore efficiently, but overall, he said he was impressed. Davis, who\r\noperates a tire store on Patton Avenue, has been a repeat victim of\r\ngraffiti vandalism at his downtown business. He said he hears from\r\nseveral people who avoid coming downtown and hopes the nuisance court\r\nwill be a step toward addressing that concern.\r\n

\r\n

\r\n“We have people from all over the world visit Asheville, yet you\r\nhave people living in Haw Creek who don\'t go downtown,” Davis said.\r\n“That\'s a serious problem.”\r\n

\r\n

\r\nMIKE MCWILLIAMS • SEPTEMBER 28, 2009 \r\n

\r\n',1,1,0,1,'2009-10-01 13:53:49',71,'','2009-10-01 13:58:14',71,0,'0000-00-00 00:00:00','2009-09-28 01:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,8,'','',0,326),(478,'Asheville Holiday parade seeks more applicants for \"old-time\" event','Asheville Holiday parade seeks more applicants for \"old-time\" event','

\r\nThe Asheville Holiday Parade will feature a distinct and old-timey theme this year.\r\n

\r\n','

\r\n"We\'re going to have lots and lots of horses," says parade\r\nDirector Sandie Rhodes, who quickly adds, "and a lot of poop\r\npicker-uppers."\r\n

\r\n

\r\nFrom 20 members of the Asheville High School 4-H club in full\r\ncostume commanding their steeds to a Clydesdale team owned by Express\r\nEmployment Professionals and a Wells Fargo stagecoach team, the Nov. 21\r\nparade will be packed with horses and riders, Rhodes says. The Biltmore\r\nEstate, the parade sponsor, will provide a horse-drawn wagon carrying\r\nmusicians and grand marshals David Holt and Laura Boosinger, and a\r\ncontingent from Maggie Valley theme park Ghost Town in the Sky, will\r\nalso express the parade\'s "Our Appalachian Holidays" theme, according\r\nto Rhodes.\r\n

\r\n

\r\nThere\'s more to the parade than just the horses, of course. There\r\nwill be plenty of marching bands, dancers and floats sponsored by area\r\nchurches and businesses. Parade-goers can also participate by bringing\r\ndonations for local charities. The list of items to be collected will\r\nbe posted on the parade\'s Web site, Rhodes says.\r\n

\r\n

\r\n"We want to make each entry as entertaining and fun as possible and\r\njust get back to what a parade is supposed to be," Rhodes says.\r\n

\r\n

\r\nA week of holiday-related activities will lead up to the parade. The\r\nAsheville Downtown Association\'s holiday windows competition, which\r\ndrew 40 competing establishments last year, will be judged on Nov. 18.\r\nA walking tour will be included in the parade program, according to\r\nRhodes. The Asheville Independent Restaurant Association will hold a\r\n"Taste of Asheville" gathering at The Venue on Nov. 19. On Nov. 20, the\r\nAsheville Lyric Opera plans to perform its first Christmas concert. And\r\nPianist George Winston will be in concert at the Diana Wortham Theatre\r\nthe night of Nov. 21.\r\n

\r\n

\r\nThis is the second year that the Asheville Downtown Association has\r\norganized the parade, an Asheville tradition for more than 60 years.\r\nIt\'s co-sponsored by the city of Asheville and the Asheville Merchant\'s\r\nCorporation. Applications for anyone interested in participating are\r\ndue Oct. 2 and are available online athttp://www.ashevilleparade.org. For more information, contact Rhodes at sandie@ashevilleparade.org or call 628-2403 or 251-9973.\r\n

\r\n

\r\nby Jason Sandford in Vol. 16 / Iss. 9 on 09/23/2009\r\n

\r\n',0,2,0,2,'2009-10-01 13:56:14',71,'','2010-06-04 14:53:23',71,0,'0000-00-00 00:00:00','2009-09-23 01:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,36,'','',0,270),(479,'In nuisance court, minor offenses take on major importance','In nuisance court, minor offenses take on major importance','

\r\nJohn Fyffe folded his legs up under himself on the wooden bench, picked dirt from his fingernails and grumbled: "I\'m an honorably discharged Marine. I have no previous criminal charges. None. If they just give me a month, I\'ll be off the streets."\r\n

\r\n','

\r\nFyffe had been called to a tiny courtroom on the\r\nseventh floor of the Buncombe County Courthouse on Sept. 24 for the\r\nfirst day of Asheville\'s new nuisance court. He said he faced a total\r\nof eight charges, such as panhandling, and he wasn\'t happy about it.\r\n

\r\n

\r\nAround him were a dozen or so other men charged\r\nwith "quality of life" misdemeanors — public intoxication,\r\nskateboarding on sidewalks and so forth — who like Fyffe were waiting\r\nfor their turn before Judge Calvin Hill.\r\n

\r\n

\r\n"I think they\'re doing it just to harass me\r\nbecause they don\'t want me here," Fyffe said of the police. Even the\r\nname of the court — the "nuisance court" — grated on him. "It\'s being\r\ndegrading toward the people here."\r\n

\r\n

\r\nDespite that negative review, a number of\r\nAsheville\'s elected officials and top police and court officers have\r\npinned high hopes on the new court. On the court\'s first day, Mayor Terry Bellamy, Vice Mayor Jan Davisand Council member Carl Mumpower all stopped by. Police Chief Bill Hogan watched.\r\nSomeone from the city manager\'s office took notes, as did a\r\nrepresentative of the Asheville Downtown Association. Buncombe County\r\nDistrict Attorney Ron Moore popped in, while Assistant District Attorney Kate Dreher handled the first day\'s cases for the state.\r\n

\r\n

\r\nCity and court officials see the court as a\r\npositive way to reform bad behavior while meting out justice in the\r\nform of community service rather than jail time. It\'s also considered a\r\n"therapeutic court" with its emphasis on offering or requiring programs\r\naimed at addressing substance abuse. On the court\'s first day, several\r\nrepresentatives of the nonprofit Women at Risk handed defendants a\r\nbrochure and talked to them about their agency\'s services.\r\n

\r\n

\r\n"I like the idea of community service. I think\r\nthis court puts an emphasis on that, and it\'s my hope that we begin to\r\nchange behaviors," Hogan said during a break in proceedings.\r\n

\r\n

\r\nIf nuisance court defendants begin to adopt a\r\nsense of "ownership and participation" in the community, said Dreher,\r\nfollowing the morning session, and "they\'re replenishing the resources\r\nof the city rather than draining them away, then I\'m real hopeful it\r\nwill be a success."\r\n

\r\n

\r\nThere\'s no doubt there\'s more work to be done to\r\nensure the court\'s a success, said Mumpower, who offered a quick\r\ncritique after about an hour of observation. The court needs to operate\r\nmore efficiently, better explain its purpose and outcomes, and create a\r\nbetter atmosphere, he said.\r\n

\r\n

\r\n"This is as much an opportunity for group therapy\r\nand group education as it is punishment," Mumpower said after chatting\r\nup a teen charged with skateboarding on a public street.\r\n

\r\n

\r\n"We\'re here to salvage people."\r\n

\r\n

\r\nEarlier this year, City Council agreed to spend\r\nabout $25,000 a year to fund the court and pay for supplies for the\r\ncommunity-service component.\r\n

\r\n

\r\nFyffe, represented by a public defender, had his\r\ncase continued until next month\'s session. Fyffe said he\'s willing to\r\nperform the community service he expects to be assigned, "but I\r\nshouldn\'t have been charged with this."\r\n

\r\n

\r\nBut another case showed the potential for positive\r\noutcomes, noted Dreher. One defendant, who was required to perform 15\r\nhours of community service for a skateboarding infraction, spent nearly\r\nan hour talking with District Attorney Moore about possible changes to\r\nthe city\'s ordinance and left the courtroom ready to post the law in\r\nlocal skate shops and take an educational message to school children.\r\n

\r\n

\r\n"To see that dynamic evolve, and to see the city\'s level of support, is pretty encouraging," Dreher said.\r\n

\r\n

\r\n by Jason Sandford in Vol. 16 / Iss. 10 on 09/30/2009\r\n

\r\n',1,1,0,1,'2009-10-01 13:57:57',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-09-30 01:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,7,'','',0,399),(481,'Charlotte Street Computers','Charlotte Street Computers','

\r\nCharlotte Street Computers
\r\n252 Charlotte St.
\r\nAsheville, NC 28801
\r\n828.225.6600
\r\nwww.CharlotteStreetComputers.com
\r\n
\r\n

\r\n','',0,12,0,17,'2009-12-09 10:15:43',71,'','2010-12-31 13:58:39',0,0,'0000-00-00 00:00:00','2009-12-09 10:13:33','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,12,'','',0,111),(465,'Asheville Office of Economic Development','Asheville Office of Economic Development','

\r\nAsheville Office of Economic Development
\r\n29 Haywood St.
\r\nAsheville, NC 28801
\r\nwww.AshevilleNC.gov \r\n

\r\n','',1,12,0,17,'2009-08-19 14:34:18',71,'','2011-01-28 15:55:28',0,0,'0000-00-00 00:00:00','2009-08-19 14:32:11','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,14,'','',0,246),(466,'Asheville Pizza and Brewing Co.','Asheville Pizza and Brewing Co.','
\r\nAsheville Pizza and Brewing Co.\r\n
\r\n675 Merrimon Avenue\r\n
\r\nAsheville, NC 28804\r\n
\r\n828.254.1281\r\n
\r\nwww.AshevilleBrewing.com\r\n
\r\n
\r\n','',1,9,0,19,'2009-08-19 14:38:12',71,'','2011-03-07 16:31:34',0,0,'0000-00-00 00:00:00','2009-08-19 14:35:58','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,7,'','',0,255),(467,'D.A.R.N.','D.A.R.N.','

\r\nDowntown Asheville Residential Neighbors
\r\nP.O. Box 983
\r\nAsheville, NC 28802
\r\n828.225.2959\r\n
\r\nwww.DARNOnline.org
\r\n

\r\n','',1,11,0,18,'2009-08-19 14:42:25',71,'','2011-02-11 16:48:19',0,0,'0000-00-00 00:00:00','2009-08-19 14:40:39','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,18,'','',0,102),(468,'Grove Arcade Restoration, LLC','Grove Arcade Restoration, LLC','
\r\nGrove Arcade Restoration, LLC
\r\nOne Page Avenue, Suite 270
\r\nAsheville, NC 28801
\r\n828.252.7799
\r\nwww.GroveArcade.com
\r\n
\r\n
\r\n','',1,11,0,18,'2009-08-19 14:46:23',71,'','2011-01-24 14:46:26',0,0,'0000-00-00 00:00:00','2009-08-19 14:44:52','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,17,'','',0,187),(469,'N.C. Stage Company','N.C. Stage Company','
\r\nN.C. Stage Company
\r\n15 Stage Lane\r\n
\r\nAsheville, NC 28801
\r\n828.239.0263
\r\nwww.NCStage.org
\r\n
\r\n','',1,8,0,14,'2009-08-19 14:52:51',71,'','2011-01-13 13:24:16',0,0,'0000-00-00 00:00:00','2009-08-19 14:51:05','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,12,'','',0,200),(470,'Rock River Development Group','Rock River Development Group','
\r\nRock River Development Group
\r\n18 Dawson Place
\r\nAsheville, NC 28803
\r\n.828.777.0754
\r\nrockriverdevelopmentgroup@gmail.com
\r\n
\r\n
\r\n
\r\n','',0,12,0,17,'2009-08-19 14:56:48',71,'','2010-12-31 13:58:39',0,0,'0000-00-00 00:00:00','2009-08-19 14:55:29','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,13,'','',0,108),(471,'YMCA','YMCA','
\r\nYMCA
\r\n53 Asheland Avenue, Suite 105
\r\nAsheville, NC 28801
\r\n828-210-9656
\r\nwww.YMCAWNC.org
\r\n
\r\n','',1,11,0,18,'2009-08-19 15:01:26',71,'','2011-01-28 15:55:59',0,0,'0000-00-00 00:00:00','2009-08-19 14:59:53','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,16,'','',0,200),(472,'Biltmore to sponsor Asheville Holiday Parade','Biltmore to sponsor Asheville Holiday Parade','The Biltmore Estate will be the presenting sponsor of this year’s downtown holiday parade, the Asheville Downtown Association announced Friday.\r\n','\r\n

\r\nThe theme for the 63rd annual event, set for 11 a.m. Nov. 21, will be “Our Appalachian Holidays.” Grand marshals will be musicians David Holt and Laura Boosinger.\r\n

\r\n

\r\nAmong those marching will be two teams of horses: a team of Clydesdales from Express Employment Services as well as an old-timey Christmas entry by the Asheville High Riders 4-H club. Applications to participate in the parade are now being accepted. Find the form online at www.ashevilleparade.org. Deadline is Oct. 2.\r\n

\r\n

\r\n“This is the second year that the ADA has organized the parade, which is co-sponsored by the City of Asheville and Asheville Merchant\'s Corporation, and we\'re all working to make it better than ever with more creativity and more fun,” said Sandie Rhodes, parade director.\r\n

\r\n

\r\nFor more information, contact Rhodes at sandie@ashevilleparade.org or 628-2403 or call the ADA at 251-9973.
\r\n\r\n

\r\n

\r\nSTAFF REPORTS • AUGUST 21, 2009 \r\n

\r\n

\r\n',0,2,0,2,'2009-08-24 11:34:06',71,'','2010-06-04 14:45:13',0,0,'0000-00-00 00:00:00','2009-08-21 01:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,37,'','',0,254),(473,'Asheville Lyric Opera','Asheville Lyric Opera','
\r\nAsheville Lyric Opera
\r\n2 South Pack Sqaure
\r\nAsheville, NC 28801\r\n
\r\n
\r\nwww.AshevilleLyric.org
\r\n
\r\n','',0,11,0,18,'2009-08-24 15:36:19',71,'','2010-12-31 13:58:53',0,0,'0000-00-00 00:00:00','2009-08-24 15:34:06','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,15,'','',0,202),(489,'Panhandling disguises deeper problem of homelessness','Panhandling disguises deeper problem of homelessness','

\r\nDALE NEAL OPINION • APRIL 18, 2010\r\n

\r\n

\r\nI saw a sure sign of spring the other day in downtown Asheville.\r\n

\r\n

\r\nA young couple sprawled in the sunshine on the sidewalk on Haywood Street, knees poking through their blue jeans, colorful tattoos along their arms. They had a neatly lettered cardboard sign:\r\n

\r\n

\r\nPoor, Smelly And Stupid, Fresh!\r\n

\r\n','

\r\nFresh on the street, the pair seemed more cheeky than desperate, so I didn\'t stop to contribute anything. They lived up to their billing as unbathed, but even with the truth in advertising, I couldn\'t see they were getting much in the way of donations.\r\n

\r\n

\r\nWith warmer weather, Asheville is a great destination for moneyed tourists and young drifters, who seem to be following their bliss or the latest jam band across country. Armed with guitars and dogs in tow on ropes, packs on their backs, and yes, sometimes more than a few days away from any recent shower or bath, they stand at street corners, beckoning with their cardboard signs, counting on some change from our good natures.\r\n

\r\n

\r\n“People are taking advantage of weather patterns. Some of these people who travel a lot have a lifestyle that mimics homelessness,” said Amy Sawyer, the City of Asheville\'s homelessness initiative coordinator.\r\n

\r\n

\r\nPanhandling, whether they ask for the money, or simply hold out a sign in the downtown area, is against city ordinances. Panhandling is a nuisance and makes many visitors uncomfortable, strolling along Asheville\'s busy sidewalks, explained Dwight Butner, chairman of the Asheville Downtown Foundation.\r\n

\r\n

\r\nPanhandling also muddies a deeper problem that the city is trying to tackle, an end to homelessness in the next 10 years.\r\n

\r\n

\r\nWhile an estimated 2,000 people in Buncombe County each year will lose their housing, having to temporarily room with family of friends, there is a population of about 100 to 150 chronically homeless people, who have been without a permanent address, a room to call their own, a door to close out an often cold world at day\'s end for a year or more. A surprising number of the homeless are natives of this region, Sawyer said, not just people drifting through Asheville\'s busy streets.\r\n

\r\n

\r\n \r\n

\r\n

\r\nLooking at the young people begging for a hand-out, you quickly notice they seem to be a separate crowd from the chronically homeless who have trudged our streets for years, many of them mired in mental illness or addiction. Others simply have fallen on hard times, losing first a job, then a family, and finally their homes.\r\n

\r\n \r\n

\r\nThese are people who aren\'t mimicking a lifestyle.\r\n

\r\n

\r\nMost of the young panhandlers will probably move on, but our problems remain with our homegrown homeless.\r\n

\r\n

\r\nButner pointed to research that shows that 60 to 75 percent of those who panhandle do have housing or clothing, or are doing it professionally.\r\n

\r\n

\r\nIn other words, most panhandlers aren\'t homeless, and not all homeless people are begging on the sidewalks.\r\n

\r\n

\r\nHomelessness remains a complex problem, but as for panhandling, Sawyer recommends a simple solution, “Not giving money to people is one of the best ways to cut down on the problem.”\r\n

\r\n

\r\nIn 2007, the Asheville Downtown Association kicked off the Spare Change for Real Change program, trying to tackle the problem. With six donation boxes throughout downtown Asheville. visitors and locals can chip in their coins, knowing the money will go to organizations who can make a real difference in the lives of the homeless and destitute.\r\n

\r\n

\r\nLast year, even during the worst of the recession, the program dispensed $6,000 to groups such as Western Rescue Ministries, the Salvation Army and Homeward Bound, nonprofit groups that are working hard to provide both temporary shelter, counseling and permanent housing.\r\n

\r\n

\r\n“This is an intelligent way to address the whole problem of panhandling,” Butner said.\r\n

\r\n

\r\nBack to the not-so-fresh young couple with their sign. They may or may not have been homeless, or even that poor. Their impressive tattoos didn\'t look all that cheap. They might have already moved on or learned a hard lesson.\r\n

\r\n

\r\nStupid gets stale fast.\r\n

\r\n

\r\nReaders can e-mail Letters Editor Dale Neal at at DNeal@CITIZEN-TIMES.com.\r\n

\r\n

\r\n \r\n

\r\n',1,1,0,1,'2010-04-20 11:56:22',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-04-20 11:54:27','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,2,'','',0,636),(495,'Southern Conference basketball tourney returns to Asheville','Southern Conference basketball tourney returns to Asheville','

Hoops playoffs could bring $12M business impact

\r\n

\r\nThe city could enjoy an economic impact of as much as $12 million over \r\nthree years by bringing the Southern Conference Basketball Tournament back to town. \r\n

\r\n

\r\nSoCon officials and athletic directors on \r\nThursday chose Asheville over five other cities bidding for the event \r\nafter two days of presentations and negotiations in Hilton Head, S.C.\r\n

\r\n

\r\n \r\n

\r\n','

\r\n“We wowed them,” Asheville Mayor Terry Bellamy said at a news conference to announce the return of the SoCon, referring to a presentation that included a video introduction to the city with the thumping beat of the metal rock band Metallica.
\r\n
\r\n“We had the opportunity to showcase Asheville, to show the investment of millions in infrastructure downtown, and the Southern Conference wanted to be part of that,” said Bellamy, who was part of the delegation that traveled to Hilton Head to make the pitch.
\r\n
\r\nThe tournament, which enjoyed a successful run at the Civic Center from 1984-95 in terms of revenue and attendance, will be played here in early March from 2012-14 at the Civic Center and Kimmel Arena, a new 3,200-seat facility on the UNC Asheville campus.
\r\n
\r\nAs part of the city\'s bid, a pledge to the SoCon of $3.2 million in capital improvements to the Civic Center must be completed prior to the 2012 tournament.
\r\n
\r\nBoth sides can opt out of the three-year deal after the \'12 tourney.
\r\n
\r\nThe city also made a baseline guarantee to the SoCon of $50,000 for each of the three years, and both sides believe the city can make money and give the league an annual payoff in the $125,000 to $150,000 range.
\r\n
\r\n“We\'re going to be in a profit-sharing agreement with the league on net proceeds from ticket sales,” said Sam Powers, the director of the Civic Center and the city\'s economic development office who was lauded by Bellamy and others for leading the movement to secure the tourney.
\r\n
\r\n“We\'re confident neither side will want to opt out after 2012. I\'m very confident we will secure all the funding and make all the improvements we promised we would make.”\r\n

\r\n

Feet on the streets

\r\n

\r\n
\r\nThe SoCon tourney, which will be played in Chattanooga in 2011, features 23 men\'s and women\'s teams and 21 games over four days.
\r\n
\r\nThat means players, cheerleaders, pep bands and fans of those schools by the thousands will be staying in area hotels and motels, shopping and visiting restaurants and bars.
\r\n
\r\nThat would vastly improve the tourism impact in the normally slow time of early Match.
\r\n
\r\n“I checked the occupancy rate the last two (years in March), and it was below 50 percent,” said Kelly Miller of the Chamber of Commerce.
\r\n
\r\n“Now we are going to have thousands of room nights for four nights.”
\r\n
\r\nA proposal by the newly formed Asheville Buncombe Regional Sports Commission estimated a three-year stay for the tourney could produce an economic impact between $3 million and $4 million annually and about $700,000 in tax revenue.\r\n

\r\n

Selling the city

\r\n

\r\n
\r\nSoCon Commissioner John Iamarino said several factors combined to make Asheville the strongest candidate to host the tourney.
\r\n
\r\n“Clearly the enthusiasm and energy in wanting us back in Asheville was evident during the presentation,” said Iamarino.
\r\n
\r\n“The fact that the mayor came was very impressive. That UNC Asheville would welcome us to their new building is a great example of the overall feeling that the community really wanted us to return, and that really made an impression with us.”
\r\n
\r\nThe 2012 men\'s tournament will be played in the Civic Center while the women\'s tournament will begin at Kimmel Arena.  The women\'s tournament semifinals and championship game will also be played at the Civic Center.
\r\n
\r\nOther cities that made presentations to host the tournament were Charlotte, Winston-Salem, Chattanooga, Tenn., Greenville, S.C., and Charleston, S.C.
\r\n
\r\nBuncombe County Commissioner K. Ray Bailey said he didn\'t miss a game when the tourney was here for 12 years.
\r\n
\r\n“The city was flooded with people, and quite frankly I didn\'t think we would see this day again,” he said. “But it\'s thanks to people like Sam Powers and a strong collaboration of city, county, tourism, chamber and UNCA people that made this possible. I\'m so excited about this, and I think everyone else is.” \r\n

\r\n

\r\nBy Keith Jarrett \r\n• June 4, 2010 of the Asheville Citizen Times. \r\n

\r\n

\r\n \r\n

\r\n',1,2,0,2,'2010-06-04 14:52:25',71,'','2010-06-04 14:54:08',71,0,'0000-00-00 00:00:00','2010-06-04 01:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,32,'','',0,129),(483,'Downtown After 5: 2011','Downtown After 5','
\r\n\"da5logo2010-506391.jpeg.png\"\r\n
\r\n

\r\nWhy worry about the\r\nsnow when you can already start thinking about warmer weather! The Asheville\r\nDowntown Association is definitely looking forward.  Details and plans for the 23rd installment\r\nof the Downtown After 5 outdoor series are already underway.  With the\r\nevent coordinators in place and moving forward already, music selections are\r\nunderway as are sponsorship meetings and negotiations.  \r\n

\r\n

\r\nAll interested\r\nparties please contact Frank Bloom (event director) at: frank@ashevilledowntown.org
\r\n
\r\n
\r\n

\r\n

Giving back and Going green

\r\n

\r\nDTA5 gives back to the community by partnering with local\r\nnon-profits . The charitable organization mans the wristband sales tents and\r\nsplits the money with the Asheville Downtown Association which produces the\r\nevent. \r\n

\r\n

\r\nDowntown After Five is committed to continuing reducing\r\nits carbon footprint. The concert series features biodegradable food and\r\nbeverage containers, staffed compost and recycling stations, a solar-powered\r\nmain stage, organic cotton staff and souvenir tee shirts and a complimentary\r\nbike parking corral. \r\n

\r\n

Volunteers

\r\n

\r\nThe Asheville Downtown Association is\r\nproud to have many wonderful, dedicated\r\nvolunteers. Without them, our events could\r\nnot happen! If you are interested in volunteering with us this season, please contact Erin Walker, our volunteer coordinator, at VolunteerWithADA@gmail.com . \r\n

\r\n

Music

\r\n

\r\nIf you are interested in performing at Downtown After 5, please send a press packet to info@AshevilleDowntown.org or 29 Haywood St. | Asheville, NC 28801.  \r\n

\r\n

\r\nDowntown\r\nAfter Five is a production of the Asheville Downtown Association.\r\n

\r\n

Call for Artists

\r\n

\r\nEvery\r\nyear, the Asheville Downtown Association produces "Downtown After 5" in the\r\nsummer months.  This is considered to be\r\none of the cornerstone events for our great downtown.  We always look to our local artist community\r\nto provide us with a fun, new look every year to promote the event.  This year, we would like to partner with an\r\nartist to create a logo for the event that can be used year after year.  If you are interested, please follow the\r\ndesign specifications below and submit your work to info@ashevilledowntown.org .\r\n

\r\n

\r\nDesign\r\nSpecifications:\r\n

\r\n\r\n

\r\nWinning\r\nsubmission will be notified by April 15th.  Winner will be required to add logos to\r\nposter design and transfer central element with logos to t-shirt design.  Winner also agrees to produce the artwork for\r\nbanners and other marketing collateral.  All\r\nartwork and design becomes the property of the Asheville Downtown Association upon\r\nselection.  Proper credit will be given\r\nto artist. \r\n

\r\n

\r\nPrize:\r\n$500 plus season VIP package\r\n

\r\n','',1,0,0,0,'2010-02-15 13:27:33',71,'','2011-04-01 15:02:04',71,0,'0000-00-00 00:00:00','2010-02-15 13:18:11','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,9255),(541,'Handicapped On Street Metered Parking','Handicapped On Street Metered Parking','

\r\nOn Oct. 12, City Council adopted a motion to activate all parking meters within a 30-day period. For minutes from the meeting visit:
\r\nhttp://www.ashevillenc.gov/WorkArea/showcontent.aspx?id=24414.\r\n

\r\n

\r\n
\r\nBeginning Nov. 12, parking customers displaying handicapped parking placards or license tags will be required to pay parking meters. Designated handicapped parking paces will continue to be unmetered. For more information about parking opportunities for people with disabilities, please call Neighborhood Coordinator Marsha Stickford at 259-5506.\r\n

\r\n

\r\n
\r\nParking maps are available here:
\r\nhttp://www.ashevillenc.gov/residents/transportation/parking/default.aspx?id=1036.\r\n

\r\n

\r\n
\r\nParking is free for the first hour in each of the city\'s parking decks.\r\n

\r\n

\r\n \r\n

\r\n','Timeline for implementation:\r\n

\r\n
\r\nOct. 27 - Nov.12 Communicate information about the change through direct contact between community and Neighborhood Coordinator
\r\nUNDERWAY\r\n

\r\n

\r\n
\r\nOct. 27 - Nov. 12 Parking services to place educational flyers about the change on windshields of cars displaying a handicapped placard and/or
\r\nlicense tag.
\r\nUNDERWAY\r\n

\r\n

\r\n
\r\nNov. 1 - Nov. 12 Post update information under Asheville Progress page on website, broadcast information on the Asheville Channel
\r\nCOMPLETE\r\n

\r\n

\r\n
\r\nNov. 5 - Nov. 12 Distribute information about the change through social and traditional media.\r\n

\r\n

\r\n
\r\nNov. 12 - Nov. 19 Issuance of warning citations for parking customers displaying handicapped parking placards or license tags who are parked at
\r\nexpired meters. Educational flyers will also be placed on these cars. Distribute information about the change through social media.\r\n

\r\n

\r\n
\r\nNov. 19 Begin issuance of overtime parking citations\r\n

\r\n

\r\n
\r\nMoving Forward Staff will continue to work with stakeholders concerning ways to soften the impact on people with disabilities. Battery Park Apartment residents that have a valid handicapped placard and/or license tag will be able to park in the Civic Center Parking Garage at no charge until December 19, 2010. In addition, these same residents can now purchase a discounted monthly pass in the Civic Center Parking Garage for $35 per month instead of $70 per month.\r\n

\r\n',1,2,0,2,'2010-11-03 10:58:29',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-11-03 10:54:28','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,18,'','',0,56),(488,'Asheville Downtown Foundation announced the recipients of grants','Asheville Downtown Foundation announced the recipients of grants','

\r\nThe\r\nAsheville Downtown Foundation today announced the recipients of grants from\r\nfunds collected through the Spare Change for Real Change program. \r\n

\r\n

\r\nLaunched\r\nin 2007, Spare Change for Real Change offers an alternative to giving money to\r\npanhandlers by encouraging citizens and tourists to donate to boxes located\r\nthroughout the downtown area. The $6,000 in contributions and corporate\r\ndonations were awarded in $3,000, $2,000, and $1,000 increments. \r\n

\r\n','

\r\n"We\r\nwere looking for organizations that have demonstrated true effectiveness in\r\nreducing poverty and homelessness in the area. Also, organizations that are\r\npart of the downtown community with whom we can continue to build\r\npartnerships," said Dwight Butner, chair of the foundation.\r\n

\r\n

\r\nHomeward\r\nBound of Asheville received $3,000 to further its mission to end the cycle of\r\nchronic homelessness. The organization works toward finding permanent housing\r\nfor the homeless.\r\n

\r\n

\r\nWestern\r\nCarolina Rescue Ministries, recipient of $2,000 in Real Change funds, has been\r\nproviding necessary food, shelter, and assistance to the poor and homeless in\r\nthe region for more than 25 years.  Western\r\nCarolina Rescue Ministries\' Executive Director for Resource Development David\r\nSpay noted, "We were so happy to hear the Asheville Downtown Association would\r\nbe sending some of the Spare Change for Real Change gifts our way. This\r\ngrant will be instrumental in helping us launch the Overcomers program, a new\r\nprogram to take the homeless from poverty to productivity."\r\n

\r\nUnited\r\nWay\'s 2-1-1 Service, a community information line that links people to health\r\nand human services in the community, was awarded $1,000.  "We\'re grateful for the support and\r\npartnership of the Asheville Downtown Association Foundation\'s Spare Change\r\nprogram. This grant will help 2-1-1 connect people with essential\r\ncommunity resources such as food, housing, health care, legal services,\r\ncounseling, employment and more," added Rachael Nygaard, director of United\r\nWay\'s 2-1-1 of WNC.\r\n

\r\nIn\r\n2009, two additional Spare Change for Real Change boxes were added to the\r\ndowntown business district at the Buncombe County Courthouse and the Grove\r\nArcade.  In 2010, the program will be\r\npartnering with downtown businesses to match the contributions.  "By leveraging the change collected with\r\nmatching contributions from our supporters, we can turn spare change into real\r\ndollars.  This will have a significant\r\nimpact in our community", said Adrian Vassallo, Treasurer of the Foundation. \r\n

\r\n

\r\nThe\r\npurpose of the Asheville Downtown Foundation is to support the goals and\r\naltruistic programs of the Asheville Downtown Association. The Foundation is an\r\nindependent, financial arm of the Association. It reviews and distributes\r\nfinancial assistance to various charitable organizations which support and\r\naddress social issues in downtown Asheville.\r\n

\r\n

\r\nThe\r\nAsheville Downtown Association is a non-profit organization committed to the\r\npreservation and improvement of the central business district. Through programs\r\nand annual objectives, the Board of Directors work to make downtown Asheville\r\nthe center of commerce, culture, government and leisure. For more information,\r\nvisit ashevilledowntown.org.\r\n

\r\n',1,1,0,1,'2010-04-15 13:12:54',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-04-15 13:11:01','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,3,'','',0,555),(484,'Downtown Comparison Project Video','','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n
\r\n','',1,1,0,1,'2010-02-23 18:36:22',74,'','2010-02-23 18:54:30',74,0,'0000-00-00 00:00:00','2010-02-23 18:31:21','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,5,'','',0,890),(486,'Art show, street closures raise concerns some downtown Asheville agencies, merchants','Art show, street closures raise concerns some downtown Asheville agencies, merchants','

\r\nBY MARK BARRETT • MARCH 22, 2010\r\n

\r\n

\r\n ASHEVILLE — City government is evaluating its procedures for allowing street closures after concerns have arisen over a for-profit art show that will tie up much of Pack Square for three Saturdays in June.\r\n

\r\n

\r\n \r\n

\r\n

\r\nAsheville Art in the Park will result in the closure of the two streets that run immediately north and south of the Vance Monument. Its organizer, local potter Andrew Montrie, said he also hopes to have the show for three Saturdays in October.\r\n

\r\n
\r\n \r\n

\r\n \r\n

\r\n','

\r\nWhile it is understandable that streets will be blocked off at times, three weekends in a row is too much, said Pam Myers, executive director of the Asheville Art Museum.\r\n

\r\n

\r\nWhen South Pack Square, the street that runs in front of the museum, is closed, “It\'s always a problem to get to the front door,” Myers said. “I think closing the main east-west artery downtown on a busy weekend is a problem.”\r\n

\r\n

\r\n“Anytime there\'s an event downtown it makes it difficult for my clients to get here, so closing streets is nasty,” said Betsey-Rose Weiss, owner of American Folk Art & Framing on Biltmore Avenue.\r\n

\r\n

\r\nMyers has raised the issue at recent meetings of the city Downtown Commission and the Pack Square Conservancy board. She is a member of both organizations.\r\n

\r\n

\r\nThere is some irony to the controversy. It is happening as renovations to Pack Square Park, which were designed to bring more people to downtown park space, are winding down.\r\n

\r\n

\r\nSeveral downtown businesses have complained at times about negative impacts from construction and street and sidewalk closures.\r\n

\r\n

Another look

\r\n

\r\nAssistant City Manager Jeff Richardson said at the conservancy board meeting Wednesday that, “The city\'s current street closing policy does not have a process to review economic impact. It\'s an engineering review.”\r\n

\r\n

\r\n“It\'s been awhile since these policies have been looked at,” and city staffers are discussing possible changes, he said.\r\n

\r\n

\r\nMontrie said he did not know there were concerns about his event until he was contacted by a reporter.\r\n

\r\n

\r\nHe said almost all the artists in the show are local and thinks it will help local galleries and other downtown businesses, not hurt them.\r\n

\r\n

\r\n“We are generating more business for them, more visibility for the arts in Asheville,” Montrie said.\r\n

\r\n

\r\n \r\n

\r\n

\r\nAs an artist whose work is shown in galleries, he said he is not allowing pricing that will undercut prices in galleries. Although the event is designed to turn a profit, 10 percent of sales go to local arts-related nonprofits, he said.\r\n

\r\n

\r\nThe art museum itself has a show that blocks off some of the square, Montrie pointed out.\r\n

\r\n

\r\nMyers said an occasional closure is OK.\r\n

\r\n

\r\n“We\'re good campers here. We want there to be activity in the park, absolutely, but three weekends in June effectively closing my front door is a problem,” she said.\r\n

\r\n

Getting input

\r\n

\r\n“I\'m not out to get this guy in any way,” Myers said. “My real issue is can we have a process in place that allows stakeholders in the community to be involved in the process of whether to issue a permit or not.”\r\n

\r\n

\r\nChris Sizemore, general manager of Pack Square restaurant Bistro 1896, said street closures can hurt business “when there\'s so much constructionthat nobody wants to come to this part of town.”\r\n

\r\n

\r\nBut an art show on the portion of the square east of Biltmore Avenue would not hurt business much and might help, he said.\r\n

\r\n

\r\n“It actually is not bad if it\'s a show that has a lot of advertisement and brings a lot of foot traffic. We love foot traffic,” Sizemore said.\r\n

\r\n

\r\nJohn Cram, owner of Blue Spiral 1 art gallery on Biltmore Avenue, said he worries about “a ripple effect” from the closure. He said it doesn\'t make sense for the city to allow the closure for a relatively small fee and that city officials should ask nearby businesses for input before approving a permit.\r\n

\r\n

\r\nMontrie would not say whether he has received a permit for the June shows. He said he is complying with procedures set out in the city\'s 18-page outdoor special event guide. It says that applying for a special event permit costs $25 and a street closure permit is $50, plus $15 per day per space if metered parking spaces are blocked off.\r\n

\r\n

\r\nUse of a city park for an event costs $100 for the first three hours and $25 an hour thereafter, although there are higher rates for Roger McGuire Green in the eastern end of Pack Square Park. Event promoters may also incur costs for traffic signs, barricades and insurance required by the city.\r\n

\r\n

\r\n \r\n

\r\n',1,1,0,1,'2010-03-26 12:44:59',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-03-26 12:43:26','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,4,'','',0,458),(487,'2011 Downtown After Five: Call for Artists','2011 Downtown After Five: Call for Artists','

\r\nEvery\r\nyear, the Asheville Downtown Association produces "Downtown After 5" in the\r\nsummer months.  This is considered to be\r\none of the cornerstone events for our great downtown.  We always look to our local artist community\r\nto provide us with a fun, new look every year to promote the event.  This year, we would like to partner with an\r\nartist to create a logo for the event that can be used year after year.  If you are interested, please follow the\r\ndesign specifications below and submit your work to info@ashevilledowntown.org .\r\n

\r\n

\r\nDesign\r\nSpecifications\r\n

\r\n\r\n

\r\nWinning\r\nsubmission will be notified by April 15th.  Winner will be required to add logos to\r\nposter design and transfer central element with logos to t-shirt design.  Winner also agrees to produce the artwork for\r\nbanners and other marketing collateral.  All\r\nartwork and design becomes the property of the Asheville Downtown Association upon\r\nselection.  Proper credit will be given\r\nto artist. \r\n

\r\n

\r\nPrize:\r\n$500 plus season VIP package\r\n

\r\n

\r\n \r\n

\r\n

Former Year\'s Designs
\r\n

\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
 20072008
\r\n
2009
\r\n
2010
\r\n
\"womens_orange_shirt.jpg\"
\r\n
\"da5_2008_logo.jpg\"  \"da5logo_square.jpg\"
\r\n
\"adahomepagegraphic.jpg\"
\r\n

\r\n \r\n

\r\n','',1,0,0,0,'2010-04-01 13:46:44',71,'','2011-03-30 15:31:10',71,0,'0000-00-00 00:00:00','2010-04-01 13:43:54','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,314),(593,'404','404','

404: Not Found

\r\n

Sorry, but the content you requested could not be found

\r\n','',1,0,0,0,'2004-11-11 12:44:38',62,'','2011-04-04 14:26:41',0,62,'2004-11-11 12:45:09','2004-10-17 00:00:00','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=0\npageclass_sfx=\nback_button=\nrating=0\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=0\nprint=0\nemail=0',1,0,0,'','',0,846),(594,'Community Improvement District','CID','','',1,0,0,0,'2011-04-01 10:54:26',62,'','2011-04-01 15:38:23',71,0,'0000-00-00 00:00:00','2011-04-01 10:54:11','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,3),(497,'Asheville Citizen-Times','Asheville Citizen-Times','
\r\nAsheville Citizen-Times
\r\n14 Ohenry Ave
\r\nAsheville, NC‎ 28801
\r\n(828) 252-5611
\r\nwww.citizen-times.com\r\n
\r\n \r\n','',1,8,0,14,'2010-06-07 12:25:43',71,'','2011-01-24 14:46:55',0,0,'0000-00-00 00:00:00','2010-06-07 12:23:40','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,11,'','',0,112),(498,'Asheville Civic Center','Asheville Civic Center','
\r\nAsheville Civic Center\r\n
\r\n87 Haywood Street
\r\n Asheville, NC 28801
\r\n(828) 259-5736‎
\r\nwww.AshevilleNC.gov
\r\n
\r\n','',1,8,0,14,'2010-06-07 12:39:33',71,'','2011-01-28 15:55:20',0,0,'0000-00-00 00:00:00','2010-06-07 12:38:02','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,10,'','',0,117),(499,'Asheville Grown Business Alliance','Asheville Grown Business Alliance','
\r\nAsheville Grown Business Alliance\r\n
\r\n72 North Lexington Avenue\r\n
\r\nAsheville, NC 28801\r\n
\r\nwww.AshevilleGrown.com \r\n
\r\n','',1,11,0,18,'2010-06-07 12:41:10',71,'','2011-01-06 11:47:17',71,0,'0000-00-00 00:00:00','2010-06-07 12:39:40','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,12,'','',0,149),(500,'Asheville Homeless Network','Asheville Homeless Network','
\r\nAsheville Homeless Network\r\n
\r\nP.O. Box 205\r\n
\r\nAsheville, NC 28802 \r\n
\r\n(828) 552-0505\r\n
\r\nAshevilleHomeless@yahoo.com\r\n
\r\n \r\n','',0,11,0,18,'2010-06-07 12:44:08',71,'','2010-12-31 13:58:53',0,0,'0000-00-00 00:00:00','2010-06-07 12:42:16','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,11,'','',0,97),(501,'Asheville Radio Group','Asheville Radio Group','
\r\nAsheville Radio Group\r\n
\r\n1190 Patton Ave.\r\n
\r\nAsheville, NC 28806\r\n
\r\n828-259-9695\r\n
\r\n','',1,8,0,14,'2010-06-07 12:48:53',71,'','2011-01-24 14:47:16',0,0,'0000-00-00 00:00:00','2010-06-07 12:44:15','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,9,'','',0,107),(502,'Asheville Sister Cities','Asheville Sister Cities','
\r\nAsheville Sister Cities Inc.\r\n
\r\n\r\nPO Box 2214\r\n
\r\n\r\nAsheville, NC 28802
\r\nAshevilleSisterCities.org\r\n
\r\n
\r\n','',1,11,0,18,'2010-06-07 12:51:59',71,'','2011-01-28 15:56:08',0,0,'0000-00-00 00:00:00','2010-06-07 12:49:05','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,10,'','',0,108),(503,'Individuals and Families','Individuals and Families','

\r\nDane Barrager\r\n

\r\n

\r\nAndy Brokmeyer\r\n

\r\n

\r\nMark Cates \r\n

\r\n

\r\nAgnes Cheek \r\n

\r\n

\r\nMatthew Clark\r\n

\r\n

\r\nTimothy Collins \r\n

\r\n

\r\nAnne Coombs\r\n

\r\n

\r\nDonna Criswell \r\n

\r\n

\r\nStephen Dermargosian  \r\n

\r\n

\r\nChris Dobson\r\n

\r\n

\r\nWilliam Dodge III\r\n

\r\n

\r\nSteve Dunn\r\n

\r\n

\r\nWayne Figart \r\n

\r\n

\r\nMia Elias\r\n

\r\n

\r\nErika Ferraby\r\n

\r\n

\r\nMelissa Fish\r\n

\r\n

\r\nBryan Freeborn\r\n

\r\n

\r\nSonya Friedrich \r\n

\r\n

\r\nSusan Griffin\r\n

\r\n

\r\nTim Griffin\r\n

\r\n

\r\nTerry Guthrie\r\n

\r\n

\r\nLarry Holt\r\n

\r\n

\r\nLisa Holt\r\n

\r\n

\r\nJeff Honeycutt\r\n

\r\n

\r\nKarl Hosler \r\n

\r\n

\r\nBonita Irwin\r\n

\r\n

\r\nChase Johnson\r\n

\r\n

\r\nDavid Johnson\r\n

\r\n

\r\nEleanor Johnson\r\n

\r\n

\r\nSheri Kahn \r\n

\r\n

\r\nLori Kane with Support-Local.com \r\n

\r\n

\r\nLeah Karpen\r\n

\r\n

\r\nGeorge Keller\r\n

\r\n

\r\nAlice Keller\r\n

\r\n

\r\nPaul Kelman \r\n

\r\n

\r\nDiane Knoebber \r\n

\r\n

\r\nKimberly Laughter \r\n

\r\n

\r\nBrad Linn\r\n

\r\n

\r\nTina Liscomb\r\n

\r\n

\r\nClayton Ludeman\r\n

\r\n

\r\nGeraldine Ludeman\r\n

\r\n

\r\nSusan Marshall\r\n

\r\n

\r\nCate Marvill\r\n

\r\n

\r\nJohn Miller\r\n

\r\n

\r\nIda Miller\r\n

\r\n

\r\nDr. Paul Monitto\r\n

\r\n

\r\nPatric Mullen\r\n

\r\n

\r\nBrooke Nelson\r\n

\r\n

\r\nTom Nelson\r\n

\r\n

\r\nLauri Nichols\r\n

\r\n

\r\nBarret Nichols\r\n

\r\n

\r\nDavid Nutter\r\n

\r\n

\r\nJeffery Owen\r\n

\r\n

\r\nJarrod Perkins\r\n

\r\n

\r\nLaura Pierz \r\n

\r\n

\r\nToni Pisani \r\n

\r\n

\r\n David Quinn\r\n

\r\n

\r\nEmily Quinn\r\n

\r\n

\r\nRick Ramsey\r\n

\r\n

\r\nLynn Rapp \r\n

\r\n

\r\nAnnie Reed\r\n

\r\n

\r\nDean Reed\r\n

\r\n

\r\nSandie Rhodes\r\n

\r\n

\r\nEllen Richardson\r\n

\r\n

\r\nMeghan Rogers\r\n

\r\n

\r\nStuart Rohrbaugh\r\n

\r\n

\r\nJudy Romnick\r\n

\r\n

\r\nRobert Scar\r\n

\r\n

\r\nLisa Scar\r\n

\r\n

\r\nIrene Semanchuk\r\n

\r\n

\r\nHesper Shallcross\r\n

\r\n

\r\nAnita Silver-Barnwell\r\n

\r\n

\r\nGeorge Silver-Barnwell\r\n

\r\n

\r\nDiane Simmons\r\n

\r\n

\r\nLiz Sloss\r\n

\r\n

\r\nPoco Sloss\r\n

\r\n

\r\nRobert Smith\r\n

\r\n

\r\nLynn Smith\r\n

\r\n

\r\nB.J. Snow\r\n

\r\n

\r\nBrennan Splain\r\n

\r\n

\r\nJudith Swan\r\n

\r\n

\r\nRobert Swan\r\n

\r\n

\r\nJeremy Tremblay\r\n

\r\n

\r\nAlexandra Vrtunski \r\n

\r\n

\r\nDr. Al Wagener with Blue Ridge Animal Hospital \r\n

\r\n

\r\nDebbie Worley \r\n

\r\n

\r\nSheri Kahn \r\n

\r\n','',1,16,0,23,'2010-06-07 13:09:49',71,'','2011-03-18 15:55:17',71,0,'0000-00-00 00:00:00','2010-06-07 12:56:28','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',8,0,1,'','',0,203),(504,'Brother Wolf Animal Rescue','Brother Wolf Animal Rescue','
\r\nBrother Wolf Animal Rescue
\r\n31 Glendale Avenue\r\n
\r\nAsheville NC 28803\r\n
\r\n(828) 505-3440\r\n
\r\nwww.BWAR.org\r\n
\r\n

\r\n \r\n

\r\n','',1,11,0,18,'2010-06-07 14:51:08',71,'','2011-03-30 12:56:10',0,0,'0000-00-00 00:00:00','2010-06-07 14:34:01','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,9,'','',0,84),(505,'The Community Foundation of Western North Carolina','The Community Foundation of Western North Carolina','
\r\nThe Community Foundation of Western North Carolina\r\n
\r\nSuite 1600, The BB&T Bldg.
\r\nOne West Pack Square
\r\nP.O. Box 1888
\r\nAsheville, NC 28802\r\n
\r\n(828) 254-4960\r\n
\r\nwww.CFWNC.org\r\n
\r\n \r\n','',1,11,0,18,'2010-06-07 14:53:43',71,'','2011-01-03 14:33:08',0,0,'0000-00-00 00:00:00','2010-06-07 14:51:16','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,8,'','',0,123),(506,'Crescent Communities on Lake James','Crescent Communities on Lake James','
\r\nCrescent Communities on Lake James\r\n
\r\n124 West Union Street\r\n
\r\nMorganton, NC 28655 \r\n
\r\n(866) 375-0065 \r\n
\r\nwww.LakeJames.com\r\n
\r\n \r\n','',1,10,0,16,'2010-06-07 14:55:56',71,'','2011-02-11 16:50:41',0,0,'0000-00-00 00:00:00','2010-06-07 14:53:49','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,3,'','',0,81),(507,'David Gantt Law Offices','David Gantt Law Offices','
\r\nDavid Gantt Law Offices\r\n
\r\n82 Church Street\r\n
\r\nAsheville, NC 28801\r\n
\r\n(828) 252-2852\r\n
\r\nwww.DavidGantt.com\r\n
\r\n \r\n','',1,12,0,17,'2010-06-07 14:57:32',71,'','2011-01-20 14:20:10',0,0,'0000-00-00 00:00:00','2010-06-07 14:56:16','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,10,'','',0,93),(508,'Fanaticon','Fanaticon','
\r\nFanaticon\r\n
\r\nwww.Fanaticon.org
\r\n
\r\n','',0,8,0,14,'2010-06-07 14:59:30',71,'','2010-12-31 13:59:20',0,0,'0000-00-00 00:00:00','2010-06-07 14:58:01','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,8,'','',0,71),(509,'Highland Brewing Company','Highland Brewing Company','
\r\nHighland Brewing Company\r\n
\r\n12 Old Charlotte Hwy Suite H\r\n
\r\nAsheville, NC 28803\r\n
\r\n(828) 299-3370\r\n
\r\nwww.HighlandBrewing.com\r\n
\r\n \r\n','',1,9,0,19,'2010-06-07 15:03:13',71,'','2011-01-13 13:24:33',0,0,'0000-00-00 00:00:00','2010-06-07 15:01:18','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,6,'','',0,115),(510,'Historic Miles Building','Historic Miles Building','
\r\nHistoric Miles Building\r\n
\r\n2 Wall St.\r\n
\r\nAsheville, NC 28801\r\n
\r\n','',1,13,0,20,'2010-06-07 15:05:41',71,'','2011-02-11 16:47:53',0,0,'0000-00-00 00:00:00','2010-06-07 15:04:40','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,9,'','',0,92),(511,'Hotel Indigo Asheville','Hotel Indigo Asheville','
\r\nHotel Indigo Asheville\r\n
\r\n151 Haywood Street
\r\nAsheville, NC 28801
\r\n(828) 239-0239‎
\r\nwww.AshevilleHotelLodgingDowntown.com\r\n
\r\n \r\n','',1,10,0,16,'2010-06-07 15:08:03',71,'','2011-01-13 13:22:12',0,0,'0000-00-00 00:00:00','2010-06-07 15:06:03','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,2,'','',0,114),(512,'Lexington Avenue Merchants Association ','Lexington Avenue Merchants Association ','
\r\nLexington Avenue Merchants Association
\r\n\r\nLexington Ave\r\n
\r\nAsheville, NC 28801\r\n
\r\nwww.HistoricLexingtonPark.com\r\n
\r\n \r\n','',0,13,0,20,'2010-06-07 15:10:09',71,'','2010-12-31 13:58:22',0,0,'0000-00-00 00:00:00','2010-06-07 15:08:43','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,8,'','',0,71),(513,'Liollio Architecture, Inc.','Liollio Architecture, Inc.','
\r\nLiollio Architecture, Inc.\r\n
\r\n46 Haywood Street
\r\nSuite 315\r\n
\r\nAsheville, NC 28801\r\n
\r\nwww.Liollio.com \r\n
\r\n','',0,12,0,17,'2010-06-07 15:11:43',71,'','2010-12-31 13:58:39',0,0,'0000-00-00 00:00:00','2010-06-07 15:10:41','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,9,'','',0,52),(514,'Posana Cafe','Posana Cafe','
\r\nPosana Cafe\r\n
\r\n1 Biltmore Ave\r\n
\r\nAsheville, NC 28801\r\n
\r\n(828) 505-3969\r\n
\r\nwww.PosanaCafe.com\r\n
\r\n \r\n','',1,9,0,19,'2010-06-07 15:13:34',71,'','2011-01-06 11:47:48',0,0,'0000-00-00 00:00:00','2010-06-07 15:12:12','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,5,'','',0,107),(515,'Progressive Profit','Progressive Profit','
\r\nProgressive Profit
\r\n1615 Charlotte Hwy
\r\n\r\nFairview, NC 28730\r\n
\r\n828-628-9021
\r\nwww.Progressive-Profit.com\r\n
\r\n

\r\n \r\n

\r\n','',1,12,0,17,'2010-06-07 15:15:15',71,'','2011-03-16 13:00:30',0,0,'0000-00-00 00:00:00','2010-06-07 15:14:02','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,8,'','',0,70),(516,'Roberto Coin Boutique','Roberto Coin Boutique','
\r\nRoberto Coin Boutique\r\n
\r\nHistoric Grove Arcade\r\n
\r\n1 Page Ave.\r\n
\r\nAsheville, NC 28801\r\n
\r\n828-350-1134\r\n
\r\nwww.RobertoCoin.com\r\n
\r\n \r\n','',1,13,0,20,'2010-06-07 15:17:56',71,'','2011-02-11 16:48:04',0,0,'0000-00-00 00:00:00','2010-06-07 15:16:04','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,7,'','',0,97),(517,'Smokey Tavern','Smokey Tavern','
\r\nSmokey Tavern\r\n
\r\n18 Broadway Street\r\n
\r\nAsheville, NC 28801
\r\n(828) 253-2155\r\n
\r\n','',1,9,0,19,'2010-06-07 15:19:09',71,'','2011-02-11 16:47:41',0,0,'0000-00-00 00:00:00','2010-06-07 15:18:01','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,4,'','',0,107),(518,'Spice and Tea Exchange of Asheville','Spice and Tea Exchange of Asheville','
\r\nSpice and Tea Exchange of Asheville\r\n
\r\n46 Haywood Street\r\n
\r\nAsheville, NC 28801
\r\n(828) 505-7348\r\n
\r\nwww.SpiceandTea.com\r\n
\r\n \r\n','',1,13,0,20,'2010-06-07 15:20:58',71,'','2010-12-31 14:40:13',0,0,'0000-00-00 00:00:00','2010-06-07 15:19:42','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,6,'','',0,138),(519,'Susan Marie Designs','Susan Marie Designs','
\r\nSusan Marie Designs\r\n
\r\n4 Biltmore Avenue\r\n
\r\nAsheville, NC 28801\r\n
\r\n828.277.1272
\r\n \r\nwww.SusanMPhippsDesigns.com \r\n
\r\n','',1,13,0,20,'2010-06-07 15:24:38',71,'','2010-12-31 14:39:51',0,0,'0000-00-00 00:00:00','2010-06-07 15:21:59','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,5,'','',0,103),(520,'Vacation in Asheville','Vacation in Asheville','
\r\nVacation in Asheville\r\n
\r\nPO Box 2862
\r\nAsheville, NC 28802\r\n
\r\n828 994-2627
\r\nwww.VacationInAsheville.com\r\n
\r\n','',0,10,0,16,'2010-06-07 15:27:22',71,'','2010-12-31 13:59:03',0,0,'0000-00-00 00:00:00','2010-06-07 15:25:58','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,1,'','',0,68),(521,'Western Carolina Rescue Ministries ','Western Carolina Rescue Ministries ','
\r\nWestern Carolina Rescue Ministries
\r\n\r\n225 Patton Avenue\r\n
\r\nPO Box 909 \r\n
\r\nAsheville, NC 28802\r\n
\r\n(828) 254-1529
\r\nwww.WesternCarolinaRescue.org \r\n
\r\n','',1,11,0,18,'2010-06-07 15:29:28',71,'','2011-01-03 14:32:20',0,0,'0000-00-00 00:00:00','2010-06-07 15:28:16','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,7,'','',0,106),(522,'The Wine Studio of Asheville','The Wine Studio of Asheville','
\r\nThe Wine Studio of Asheville\r\n
\r\n169 Charlotte Street\r\n
\r\nAsheville, NC 28801\r\n
\r\n(828) 255-5955\r\n
\r\nwww.WineStudioAsheville.com
\r\n
\r\n','',0,13,0,20,'2010-06-07 15:30:47',71,'','2010-12-31 13:58:22',0,0,'0000-00-00 00:00:00','2010-06-07 15:29:33','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,4,'','',0,77),(523,'Asheville Area Chamber of Commerce','Asheville Area Chamber of Commerce','
\r\nAsheville Area Chamber of Commerce\r\n
\r\n36 Montford Avenue\r\n
\r\nAsheville, NC 28801
\r\n(828) 258-6101
\r\nwww.AshevilleChamber.org\r\n
\r\n
\r\nClick here to order\r\nthe official 2011 Travel Guide. \r\n
\r\n','',1,11,0,18,'2010-06-07 15:32:29',71,'','2011-01-06 11:50:30',71,0,'0000-00-00 00:00:00','2010-06-07 15:31:24','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',4,0,6,'','',0,131),(525,'Be in the know with CodeRED alerts','Be in the know with CodeRED alerts','

\r\nGetting the word out about emergencies and events like water repairs takes every tool in the toolbox. To help reach as many residents as possible, the City of Asheville employs a CodeRED message alert system that can send needed information directly to registered telephones.\r\n

\r\n

\r\nThe system, employed by the City of Asheville since 2007 and operated by the Florida-based CodeRED Emergency Communications Network Inc., uses a unique mapping system that allows municipalities to select the areas that receive alerts. Depending on the scope of the alert, explains Asheville Fire and Rescue Public Information Officer Kelley Webb, officials can trigger phone calls or text messages to the entire Asheville area or focus on a small group of residents. \r\n

\r\n','

\r\nThe system can generate 1,000 calls in a minute and reach the entire Asheville area in 20 to 30 minutes. Webb explains that, depending on the alert, she will key in a user name and password, instruct the system on the area she wants it to cover, then records a voice message to be launched. The CodeRED system will even call back numbers that are unanswered on the first call.
\r\n
\r\n“CodeRed is a great emergency notification system that allows the City of Asheville to communicate quickly to a large geographical area that potentially could be or has been affected by an emergency,” says Asheville Fire Chief Scott Burnette.
\r\n
\r\nIn the City of Asheville, the CodeRED system is used primarily by the Asheville Fire and the Water Services departments, but is also tapped by other departments like Asheville Police and Parks, Recreation and Cultural Arts. So far in 2010, alerts have gone out about flood advisories, water interruptions and line repairs, and AFD training burns. The system was used to notify surrounding neighbors about the UNC Asheville emergency training drill that was conducted in May.
\r\n
\r\n“We use it fairly often,” Webb says. “During the snow storms over the winter, we were able to notify people who to call in an emergency, who to call in a non-emergency and where the local shelters were.”
\r\n
\r\nThe Asheville Fire Department also posts alerts via Twitter at @AshevilleFD.
\r\n
\r\nIn the nearly three years since CodeRED was launched in Asheville, 37,000 people have signed up to receive messages. Registration is free and users have the choice of receiving messages via cell phone, land line, text messages or TDD/TTY devices for the hearing and speaking impaired. Registration is free and can be completed online.
\r\n
\r\nFor more information or to register your phone number with the City of Asheville\'s CodeRED alert system, go to www.ashevillenc.gov.
\r\n
\r\nThis release may be found at \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nhttp://ashevillenc.gov/news/news_releases/default.aspx?id=22958\r\n

\r\n',1,2,0,2,'2010-07-12 12:17:24',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-07-12 12:14:23','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,30,'','',0,93),(527,'Strive Not to Drive Committee announces award winners in 6 categories','Strive Not to Drive Committee announces award winners in 6 categories','As summer is upon us and more people are out walking and bicycling, there is no better time to give out the 2010 Strive Not to Drive Awards.  Strive Not to Drive began 20 years ago as Bike to Work Day with the goal of encouraging bicycle commuting.  Over the years as concerns about air quality, physical inactivity, and traffic congestion have grown, the event has broadened to encourage any form of transportation other than driving alone in one’s car.\r\n','The Strive Not to Drive Committee is again recognizing individuals who have set examples or make a difference in the support of alternative transportation with the annual Golden Awards.  This is the 2nd year for the Employer PASSport Challenge.  The PASSport program is an employer bus pass program which allows employees to ride transit by simply showing their ID badges. 
\r\n
\r\nAccepting the PASSport Challenge this year were the City of Asheville, Buncombe County, and The Grove Park Inn Resort & Spa.  The challenge was to increase transit ridership during Strive Not to Drive week, as compared to ridership during the previous week.  The winner of the challenge for a 2nd year in a row is The Grove Park Inn Resort & Spa with an increase of ridership during Strive Not to Drive week of 1.3 percent.  Buncombe County came in a close second. 
\r\n
\r\nThis year three new awards have been added.  The first is a Leadership Award which recognizes an individual who goes above and beyond to promote any of the alternative transportation modes other than driving alone.  Also, new are two youth awards for the Golden Spokes and Golden Sneaker.
\r\n
\r\nThe Leadership Award winner is Tom Knaust, an employee of REI.  He lives in North Asheville and walks and bikes for most of his daily routines.  He currently commutes 30+ round trip miles to work.  He is a leader and role model within his community in helping to find alternative ways to commute!
\r\n
\r\nThe Golden Spokes Youth Award winner is David Mathews – 4th Grader.  He rides five round trip miles up Edwin Place and Kimberly Avenue and behind Ira B. Jones to get to Asheville Catholic School from his home off Charlotte Street.  After seeing David ride regularly to school, the Principal authorized the purchase and installation of a bike rack, and now, at least two other students periodically ride to school. 
\r\n
\r\nThe Golden Spokes Award winner is Jonathan Felsen of The Grove Park Inn Resort and Spa.  Jonathan commutes from West Asheville to his educational endeavors at UNCA, his 10+ commute miles to work at the Grove Park Inn, and many social options within West Asheville and downtown…all of which are a close bike-ride away!  He inspires others to live an eco-life, not by preaching, but by leading a good example! 
\r\n
\r\nThe Golden Wheel Award winner is Georgia Burt – YWCA.  Georgia lives in East Asheville and attends AB-Tech daily for classes and still makes it to the YWCA 2-3 times a week to work.  She does all of this on the City Buses.  She is a great role model for folks that think they can’t move around the city on transit alone.
\r\n
\r\nThe Golden Sneaker Youth Award winner is Juliana Accles – 2nd Grader.  Juliana is finishing 2nd grade at Claxton Elementary School this year.  She has walked 1.5 round trip miles to school every day since Kindergarten, even in rain and sub-freezing temperatures.
\r\n
\r\nThe Golden Sneaker Award winner is Sarah Keister – Mission Hospital’s Child Development Center.  Sarah is very selective on where she lives and works in town, which is why she located exclusively in Montford and won’t work more than five miles from her front door.  She gets up early for a 10 hour shift JUST TO WALK 45 minutes to work.  To Sarah this means exercise, time to meditate, less money spent on gas, eating out or errands, and consequently a lower carbon footprint.
\r\n
\r\nThe awards will be given out by Mayor Bellamy at the City Council meeting July 27 at 5 p.m.  A pre-meeting for all nominators, nominees, and Strive Not to Drive Committee Members will be held at 4:15 p.m. at City Hall on the Mezzanine level – Department of Transportation.
\r\n
\r\nSpecial thanks to the Strive Not to Drive Committee, Asheville on Bikes, Blue Ridge Bicycle Club, Clingman Cafe, Beans and Berries, Westend Bakery, Pineapple Jacks, Short Street Cakes, WNC Bicycles Dealers Association, REI, Lexington Avenue Brewery, Liberty Bicycles, Wink, Custom, Union, Pro Bikes, Biowheels, Xpress Fashion Editor Alli Marshall, and the Department of Environment and Natural Resources, Police Chief Hogan and the Asheville Police Department, and pianist Christopher Shawn Scott.
\r\n
\r\nThe Strive Not to Drive Committee is made up of representatives from Asheville Greenworks, Asheville on Bikes, Asheville’s Bicycle and Pedestrian Task Force, Asheville’s Transit Commission, Blue Ridge Bicycle Club, Buncombe County, Buncombe County’s Greenway Commission, Cane Creek Bicycles, City of Asheville, Healthy Buncombe, Land of Sky Regional Council, Liberty Bicycles, WNC Air Quality, and several resident’s of the City of Asheville.
\r\n
\r\nFor more information about walking and bicycling in Asheville, contact Barb Mee at the City of Asheville, 232-4540, or email iwalk@ashevillenc.gov or ibike@ashevillenc.gov .  For transit information visit www.ashevilletransit.com , or email iride@ashevillenc.gov .
\r\n
\r\n',1,2,0,2,'2010-07-28 11:02:22',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-07-28 11:00:46','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,28,'','',0,86),(528,'Advocacy','Advocacy','

\r\nThe Asheville Downtown Association (ADA) is the voice and resource for over 200 businesses and members supportive and located within the Downtown core. These business members range from small entrepreneurs to large multinational firms. Our residential members range from the downtown resident living above a storefront to residents in other neighborhoods who shares a passion for downtown.  All have a vested interest in the economic prosperity of the Downtown core. Ensuring that these members have a voice in critical issues that affect the Downtown is a priority of the ADA.  The Issues Committee is the subcommittee of the organization that meets at 9AM on the last Friday of the month to hear issues and seek solutions. \r\n

\r\n

Downtown Asheville Community Improvement District (CID) Survey
\r\n

\r\n

\r\nThe Community Improvement District (CID) is a goal of Asheville\'s Downtown Master Plan, proposed to sustain and extend Asheville\'s downtown renaissance. The purpose of a CID is to improve conditions for businesses and residents in a specific area, attract and retain businesses, generate jobs and improve the quality of life for those who use the district. A CID enables stakeholders to decide which supplemental services to provide to meet the district\'s unique needs.
\r\nA task force consisting of Downtown property owners and business people is currently exploring the possibility of establishing a Community Improvement District (CID) in Downtown Asheville. The CID Task Force is gathering input from businesses, residents and property owners in the potential district to identify and prioritize possible enhanced services. Based on that input, the group will prepare a business plan that can be presented to City Council if substantial support is found. The City Council must approve the creation of the CID.
\r\nTo be most effective, any plan must be based upon the needs of area property and business owners. This survey aims to establish your priorities and your appetite to support CID services. \r\n

\r\n

\r\n \r\n

\r\n

51 Biltmore Project

\r\n

\r\nOn Tuesday January 25th, Asheville City Council will hold a hearing to finalize a downtown development agreement on the 51 Biltmore project. This project is a public-private venture with the City to build a parking deck that is encased within several other private projects. Those projects include an A-Loft hotel, with retail space on Biltmore and residential and mixed-use projects facing Lexington and over the top of the garage where the Hot Dog King is located. The Asheville Downtown Association supports this project because it furthers the goals of the Cityʼs adopted plans and is called for in the City Center section of the Cityʼs 2025 Plan. For more information on this project, click here. \r\n

\r\n
\r\nBack to top
\r\n
\r\n

\r\n \r\n

\r\n

Downtown Master Plan\r\n

\r\n

\r\nDuring the building boom of the early 2000’s, the Asheville Downtown Association took note that the process and method of dealing with development of new construction seemed misaligned with the procedures set up within the City’s process for project review.  The guidelines that were in practice were more geared toward rehab than new construction.  With larger projects of new construction being proposed, it became clear to the larger community that a comprehensive Downtown Master Plan would need to be implemented to accommodate new growth in an effectively managed way. \r\n

\r\n
\r\nBack to top
\r\n
\r\n 
\r\n

Meter Parking with Handicapped Placards

\r\n

\r\nIn 2007, downtown merchants at the Grove Arcade raised awareness to the Issues Committee about the practice of the City letting automobiles displaying handicapped placards to park for free at any City meter.  The result of this practice has been cars left on the street for days or even weeks at a time.  In 2009, the ADA undertook a study of downtown spaces and found that in the sampling of the spaces, that the City was loosing about $170,000/year in lost revenue, in addition to the merchants losing the opportunity of the much needed turnover of on street parking.  \r\n

\r\n
\r\nBack to top
\r\n
\r\n 
\r\n

Downtown Management

\r\n

\r\nThe Asheville Downtown Association has taken an active role in Strategy 7 of the Downtown Master Plan , which is the section on developing a predictable and professional management system for Downtown Asheville.  As part of the Issues Speakers Series, the ADA organized a presentation on Downtown Management systems in 2008.  The presentation included small, medium, and large community options with presentations from Chapel Hill, Greensboro, and Charlotte. \r\n

\r\n
\r\nBack to top
\r\n
\r\n','',1,0,0,0,'2010-07-28 11:05:41',71,'','2011-03-23 12:57:55',71,0,'0000-00-00 00:00:00','2010-07-28 11:03:07','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,1164),(530,'City of Asheville accepting bids for installation of new and retrofit lighting in City Hall','City of Asheville accepting bids for installation of new and retrofit lighting in City Hall','In an effort to reduce energy consumption and associated costs, the city of Asheville will replace and retrofit lighting throughout City Hall.  The city is now accepting sealed bids for installation only of lighting and controls for the project.  \r\n','

\r\nBids will be received by Linda Fowler, Project Manager, in the Office of Sustainability at Asheville City Hall, 70 Court Plaza, Room 202, Asheville, NC, 28801, until 4 p.m., Monday, Aug. 23.  Bid proposal forms, instructions, and specifications may be obtained at the City of Asheville website:  http://ashevillenc.gov/uploadedFiles/Business/Business_With/Bids/CH%20Install%20PKG%20Bid.pdf.
\r\n
\r\nThe City of Asheville has adopted a Minority Business Plan to encourage participation by women and minority businesses in the award of contracts. Bidders are hereby notified that this bid is subject to the provisions of that Plan.  Questions regarding the Minority Business Plan may be directed to, Coordinator for the Minority Business Program, City of Asheville, Post Office Box 7148, Asheville, NC 28802-7148 or by phone at (828) 232-4566 or by e-mail at minoritybusiness@ashevillenc.gov.
\r\n
\r\nA pre-bid conference, followed by a site visit, will be held at 10 a.m., Thursday, Aug. 12, at City of Asheville Municipal Building, 100 Court Plaza, Asheville, NC.\r\n

\r\n

\r\nAsheville City Council’s adopted strategic plan for 2010-2011 lists green and sustainable initiatives as high priorities.  The installation of new and retrofit lighting will significantly decrease energy consumption, reducing the city’s overall carbon footprint.
\r\nThis project is funded under the American Recovery and Reinvestment Act of 2009.
\r\n
\r\nFor more information about the City of Asheville Office of Sustainability, please visit:  http://www.ashevillenc.gov/departments/administration/default.aspx?id=11040. 
\r\nFor more information about contracting with the city visit:  http://www.ashevillenc.gov/business/subpage.aspx?id=534&ekmensel=10_submenu_0_link_2.
\r\n
\r\n

\r\n',1,2,0,2,'2010-08-04 12:18:08',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-08-04 12:15:21','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,26,'','',0,106),(531,'Stimulus dollars to bring home energy audit workshop led by City, local organizations','Stimulus dollars to bring home energy audit workshop led by City, local organizations','Whether it is winter or summer, it takes a lot of energy, and therefore money, to heat and cool homes in Asheville. That is why city of Asheville residential building inspectors and Office of Sustainability staff will team up with the WNC Green Building Council and Asheville GO (Green Opportunities) to put on a home energy audit and weatherization workshop on August 11.  The Home Energy Rating System (HERS) training the inspectors will use to lead the workshop and the energy auditing equipment that will be demonstrated were made possible through stimulus funding. \r\n','The workshop will begin with Home Energy Economics 101, an interactive lesson teaching the financial importance of energy efficiency and weatherization at home. Participants will then be guided through a real life energy audit, where demonstrators will teach the use of infrared cameras, blower door tests, duct blasters, and more! Finally, participants will get hands on experience installing some quick, affordable fixes for home weatherization that can amount to big savings.
\r\n
\r\nHomeowners and renters alike are invited to attend the workshop, which is free and open to the public. The event will take place at the Reid Memorial Recreation Center at 133 Livingston Street on August 11 at 6 p.m. Space is limited.  Please register by sending an email to ksmithson@ashevillenc.gov or calling (828) 251-4057.
\r\n
\r\nTo learn more about the City of Asheville Office of Sustainability please visit http://www.AshevilleNC.gov/green.
\r\n
\r\n',1,2,0,2,'2010-08-04 12:23:38',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-08-04 12:21:59','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,25,'','',0,96),(544,'ADA Member\'s Holiday Hours','ADA Member\'s Holiday Hours','
\r\n

\r\nThe next few months hold many special holidays for \r\nall of us. While downtown is a perfect place to pick up unique gifts for loved ones or to have a great holiday meal, we all want to spend time with friends and family. Many of our Business Members are independantly owned shops and restaurants and will have some special hours this holiday season. To keep you in the know, we\'ll be publishing our member\'s business hours here on the website. \r\n

\r\n

\r\nPlease remember, some special days for folks in our community may be:\r\n\"silver-snow-clock.jpg\"\r\n

\r\n\r\n
\r\n

\r\nWhen in doubt, it\'s best to call ahead on these significant holidays. \r\n

\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n
Business Name
\r\n
\r\n
Address
\r\n
\r\n
Phone Number
\r\n
\r\n
Holiday Hours
\r\n
\r\n
 
Susan Marie Designs\r\n 4 Biltmore Ave. 828.277.1272 Mon - Thurs  10 to 6
\r\n Fri - Sat  10 to 7, begining Nov 26th
\r\n Sun - 10 to 5, begining Nov 28th\r\n
 
Ariel Craft Gallery19 Biltmore Ave.
\r\n
 828.236.2660November and December
\r\n 11:00 am - 6:00 pm everyday
\r\n Closed Thanksgiving Day and Christmas Day.
 
Asheville Urgent Care
\r\n
\r\n
 160 Hendersonville Rd. 828.210.2835\r\n

\r\n Open Christmas Day and New Year\'s Day,
\r\n 9:00am - 5:00pm \r\n

\r\n
 
Vincenzo\'s Ristorante & Bistro
\r\n
10 N.Market St. 
\r\n
828.254.4698
\r\n
\r\n

\r\n Open Christmas Eve, Christmas Day, New Year\'s Eve and New Year\'s Day Regular Hours \r\n

\r\n
 
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
\r\n

\r\n \r\n

\r\n
\r\n

\r\n \r\n

\r\n
\r\n','',1,0,0,0,'2010-11-08 12:31:02',71,'','2010-12-16 15:19:58',71,0,'0000-00-00 00:00:00','2010-11-08 12:29:20','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,70),(533,'WCQS and the ADA','WCQS and the ADA','

\r\n\"wcqs.jpg\"The Asheville Downtown Association works closely with local news outlets to bring you all the information you need. We have spoken several times with our friends at WCQS, Western North Carolina Public Radio and have culled those programs and others of interest to you.\r\n

\r\n
\r\n

\r\n \r\n

\r\n

\r\nConversations: WCQS listener call-in program on public affairs.  \r\n

\r\n

\r\nThe WCQS listener call-in show. From politics to pet care-each week News\r\nDirector David Hurand and his guests explore a topic and take questions\r\nand comments from listeners. \r\n

\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
Air Date: February 17, 2010
\r\n Topic: The City of Asheville
\r\n Guests: Mayor Terry Bellamy and City Manager Gary Jackson \r\n
\r\n
\r\n

Listen here

 
Air Date: April 21, 2010
\r\n Topic: Buncombe County
\r\n Guests: County Manager Wanda Green and County Commission
\r\n Chairman David Gantt\r\n
\r\n

Listen here

\r\n

\r\n  \r\n

\r\n

Byline:\r\nA reporters\' roundtable on some of the week\'s news in WNC. \r\n

\r\n

\r\nByline is a ½ hour reporter’s round table of the news of the week in our area. WCQS News Director David Hurand discusses the week’s events with WNC journalists for added insight and analysis of the issues affecting our cities, towns and region.\r\n

\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
Air Date: April 30, 2010
\r\n Topic: Downtown Asheville
\r\n Guests: Executive Director of the Asheville Downtown
\r\n Association, Joe Minicozzi  \r\n
\r\n
\r\n

Listen here

  
\r\n

\r\n \r\n

\r\n','',1,0,0,0,'2010-08-18 14:05:21',71,'','2010-08-18 14:25:51',71,0,'0000-00-00 00:00:00','2010-08-18 13:57:50','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,30),(534,'Ashvegas: Asheville\'s permanent Housing program of Homeward Bound puts 200th person into housing','Ashvegas: Asheville\'s permanent Housing program of Homeward Bound puts 200th person into housing','

\r\n Rhonda Arnold needed help. \r\n

\r\nShe had her hours reduced to part time at a local pet store, which meant a drastic cut in pay. She didn\'t have enough money to cobble together a deposit for an apartment and utilities, and she was tired of having to stay with friends, because that meant moving. And that was difficult on her two children.\r\n','

\r\n“There\'s not a lot of places like me to go for help,” says Arnold, who \r\nsought help from state and federal programs. Arnold had a good work \r\nhistory, so she didn\'t qualify for certain aid. One program was frozen. \r\nOthers offered help but not in paying deposits for rent or electricity.\r\n

\r\n

\r\nBut Arnold did know Cindy Smith, someone she met through the pet store. \r\nSmith, it turns out, works as director of the Pathways to Permanent \r\nHousing program of Homeward Bound, an Asheville nonprofit that finds \r\nhomes for the homeless.\r\n

\r\n

\r\nAfter Smith signed her up, Arnold found the help she needed and recently\r\nmoved into a mobile home in Leicester, becoming Homeward Bound\'s 200th \r\nperson placed in permanent housing since 2006. It\'s a significant \r\nmilestone for the organization and its Pathways program.\r\n

\r\n

\r\nHomeward Bound used to focus on sheltering programs, Smith said. But the\r\norganization decided it wanted to help people find more lasting \r\nsolutions. It learned that to do that, it needed programs that offered \r\nan array of support.\r\n

\r\n

\r\n“It seems that to put people in a home is not the real answer,” says \r\nSmith. “They need support to maintain and be successful in that housing.\r\nIt could be housekeeping. It could be substance abuse or mental health \r\nsupport.”\r\n

\r\n

\r\nThe nonprofit offers case management to clients enrolled in its program,\r\nand clients have to meet certain goals to remain enrolled. Smith says \r\nit works — 90 percent of the 200 people that Homeward Bound has placed \r\nin a home have stayed in a home.\r\n

\r\n

\r\nArnold can\'t say enough good things about the aid she received. She\'s \r\nhappy knowing she\'s not looking for the next place to stay, and she\'s \r\nhoping to get into Asheville-Buncombe Technical Community College to \r\nstudy forensic science.\r\n

\r\n

\r\n“They\'re amazing,” Arnold says.\r\n

\r\n

\r\n \r\n

\r\nJason Sandford \r\n• August 27, 2010 \r\n
\r\nThis is the opinion of Jason Sandford. Contact him at 232-5851 or jsandford@citizen-times.com. \r\n',1,2,0,2,'2010-08-27 11:22:20',71,'','2010-08-27 13:05:31',71,0,'0000-00-00 00:00:00','2010-08-27 11:20:08','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,24,'','',0,103),(595,'Easter On the Green','Easter On the Green','

\"dta_eog_17x11_72dpi.jpg\"Earth Fare presents The Easter on the Green Saturday, April 23rd

\r\n

\r\n \r\n

\r\n

\r\nA family-friendly celebration of Easter traditions will be held on Roger McGuire Green at Pack Square Park on Saturday April 23 from 2-6pm. Easter on the Green features a large scale Easter egg hunt for kids, races, games and creative activities in the Earth Fare tent. Various downtown businesses have added a little fun to the egg hunt by providing gift certificates and freebies that will be placed in eggs.
\r\n
\r\nOf course, the Easter Bunny will make an appearance to visit with children and pose for family photographs. Plus, there will be kid-friendly music and entertainment. And, it’s all free!
\r\n
\r\nThe Asheville Downtown Association\'s commitment to developing top notch, quality events in Asheville continues with Easter on the Green.
\r\n

\r\n

\r\n \r\n

\r\n

Presented by Earth Fare

\r\n

\r\n\"ef.logo_hs_v_yellow_web.jpg\" \r\n

\r\n','',1,0,0,0,'2011-04-06 11:16:16',71,'','2011-04-06 11:35:52',71,0,'0000-00-00 00:00:00','2011-04-06 11:13:49','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,8),(537,'City Hall- Illuminating a public facility with energy efficient lights','City Hall- Illuminating a public facility with energy efficient lights','October 11 marks the first day of work on the City Hall relighting retrofit. This stimulus funded project will upgrade all the indoor lighting in City Hall as well as install occupancy sensors to further increase lighting energy efficiency in the public building.\r\n','

\r\n"This\r\nlighting retrofit was the top recommendation in the City Hall energy audit the\r\nWaste Reduction Partners, a Land\r\nof Sky Regional Council\r\nprogram, conducted for us," stated Maggie Ullman,\r\nthe city\'s energy coordinator. Energy efficiency retrofits for city buildings\r\nare prioritized by evaluating the available capital dollars, cost savings,\r\nenergy savings, and long term facility usage plans.  "City Hall lighting\r\nscored very high in our evaluation of projects to fund with these stimulus\r\ndollars," commented Ullman. \r\n

\r\n

\r\nThe\r\nproject will upgrade close to 1000 fixtures and install nearly 100 occupancy\r\nsensors to reduce the buildings energy usage by 5% and save a projected $5,000\r\nannually. The City also expects to receive a rebate of $30,000 from Progress\r\nEnergy Carolina\'s Energy Efficiency for Business program which incentivizes\r\nenergy retrofits through rebates and other financial incentives. \r\n

\r\n

\r\nThe\r\nenergy savings from this project work towards the city\'s annual carbon\r\nfootprint reduction goal of 2%. Since establishing this goal in 2007 the city\r\nhas reduced it\'s footprint a total of 8.2% which is equal to the amount of\r\nenergy 252 average homes use in one year. \r\n

\r\n

\r\nThis\r\nretrofit is one of the many steps this year that support Asheville City\r\nCouncil\'s strategic goals for Asheville\r\nto be green, sustainable and fiscally responsible.  Other facility\r\nretrofits include solar thermal installations at Fire Station 6 and 8, an HVAC\r\nupgrade in the Civic\r\nCenter banquet hall, a\r\nserver virtualization project to reduce the total amount of servers the city\r\nuses, and weatherization work at both Fire Station 8 and the Facilities\r\nMaintenance building near the nature center. \r\n

\r\n

\r\nFor\r\nmore information on efforts towards sustainability and energy efficiency,\r\nplease visit:  http://www.ashevillenc.gov/green.\r\n

\r\n',1,2,0,2,'2010-10-12 10:44:46',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-10-12 10:43:31','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,21,'','',0,45),(538,'Warren Haynes Presents: The 22nd Annual Christmas Jam Returns to Asheville on December 11th','Warren Haynes Presents: The 22nd Annual Christmas Jam Returns to Asheville on December 11th','

\r\nOver the past 22 years Warren Haynes\'\r\nChristmas Jam has blossomed into a tradition held each December in the\r\nguitarist\'s hometown of Asheville,\r\nNC. Bringing together both bona\r\nfide living legends and some of the best young artists touring today, Christmas\r\nJam has raised nearly One Million Dollars to benefit Habitat for Humanity.\r\n

\r\n','

\r\nThe event\'s reputation as a marathon\r\nconcert featuring stellar performances and collaborations will be bolstered\r\nthis year with a line-up highlighted by the legendary Steve Miller Band and the\r\ndebut performance of The Warren Haynes Band, along with an incredible array of\r\nmusicians and bands. \r\n

\r\n

\r\nWarren Haynes Presents: The 22nd Annual Christmas Jam\r\n

\r\n

\r\nAsheville Civic Center
\r\nAsheville, NC
\r\nSaturday, December 11th\r\n

\r\n

\r\nThe Initial Line Up:\r\n

\r\n

\r\nThe Steve Miller Band\r\n

\r\n

\r\nThe debut of The Warren Haynes Band\r\n

\r\n

\r\nGregg Allman\r\n

\r\n

\r\nJohn Bell of Widespread Panic\r\n

\r\n

\r\nJohn "JoJo" Hermann of Widespread Panic\r\n

\r\n

\r\nDrive-By Truckers\r\n

\r\n

\r\nUmphrey\'s McGee\r\n

\r\n

\r\nThe Dirty Dozen Brass Band \r\n

\r\nThere will be a 2-Day Pre-Sale through\r\nChristmas Jam Ticketing beginning this Thursday October 14th at Noon EDT and running until Friday\r\nOctober 15th at 8p EDT, while supplies last. During the Pre-Sale we will be\r\noffering a limited number of 4-Pack Tickets, where you will be able to save $10\r\nper ticket when purchasing 4.\r\n

\r\nVIP & Hotel Packages will also be\r\navailable starting Thursday October 14th at Noon Eastern and will be available as long as supplies last.  \r\n

\r\n

\r\n \r\n

\r\n

\r\nThis years VIP Package includes:\r\n

\r\n\r\n

\r\nThe public On-Sale Will Be Saturday October\r\n23rd through Ticketmaster & The Civic Center Box Office.\r\n

\r\n

\r\nFor all info on the Christmas Jam, please\r\nhead to: \r\n

\r\n

\r\nhttp://www.xmasjam.com   http://www.facebook.com/xmasjam   http://www.twitter.com/xmasjam \r\n

\r\n

\r\n \r\n

\r\n',1,2,0,2,'2010-10-12 11:00:18',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-10-12 10:45:01','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,20,'','',0,66),(540,'Asheville Regional Airport Authority Board is now accepting applications for At-Large Board Member','Asheville Regional Airport Authority Board is now accepting applications for an At-Large Board Membe','

\r\nThe Authority Board consists of seven members who have overall financial and policy-making responsibility and oversee the management and operation of the Asheville Regional Airport. Three members are appointed by the City of Asheville and three members are appointed by Buncombe County. The At-Large Board member is elected by the current six Board members. The Board term is for four years. Board Meetings are held at 8:30 a.m. on the second Friday of each month in the Authority Conference Room. \r\n

\r\n

\r\nIf interested in serving and are a resident of either Buncombe or Henderson County, please contact Ellen Heywood at (828) 654-3231 or by e-mail:
\r\neheywood@flyavl.com for an application. The deadline for submitting an application is 5:00 p.m. on Wednesday, December 8, 2010.\r\n

\r\n','',1,2,0,2,'2010-10-28 11:22:51',71,'','2010-10-28 11:23:47',71,0,'0000-00-00 00:00:00','2010-10-28 11:21:20','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,19,'','',0,57),(543,'Share the Warmth in Your Community this Winter','Share the Warmth in Your Community this Winter','With\r\nmany of our neighbors being unemployed or underemployed and winter on the\r\nhorizon, there\'s even more need to share the warmth and help others to fend off\r\nthe cold. The Mast General Store is hosting its 6th annual Share the Warmth\r\ncoat, sweater and blanket collection campaign from now until November 30th.
\r\n
\r\n','As\r\nwe scurry about enjoying the cool days of fall, we all know that colder\r\ntemperatures are on the way, and many of us are ready to face whatever Old Man\r\nWinter has to offer. Unfortunately, there are some in our communities who\r\naren\'t as prepared.
\r\n 
\r\nThe Mast General Store, along with Columbia Sportswear, invites you to share\r\nthe warmth in your community by "sharing" your clean, gently-worn\r\ncoats, jackets, sweaters, gloves, hats, and even blankets so others can be warm\r\nthis winter. You can drop off your items at Mast General Store in Downtown\r\nAsheville, and they will be given to The Salvation Army\'s Center of Hope on\r\nHaywood Street.
\r\n
\r\n"It was important to us for our community partner to work closely with those\r\ntruly in need," said Fred Martin, vice president of operations at the Mast\r\nStore. "Our employees, our customers, and Columbia Sportswear are all giving to\r\nour communities, so we want to ensure that these coats, jackets, sweaters and\r\nblankets will go to individuals who can use them."
\r\n 
\r\nThe Salvation Army established the Center for Hope to help those with no other\r\nplace to turn. With a motto of "Doing the Most Good," this center provides\r\nshelter for men, women, and families. In addition to The Salvation Army of\r\nAsheville administers many programs and services designed to restore broken\r\nlives, to build healthy relationships, and to develop and encourage people of\r\nall ages.
\r\n 
\r\nThis is the sixth year the Mast Store has undertaken this project to help\r\nprovide coats for those in need in their home communities, and it\'s the fourth\r\ntime that Columbia has stepped up to help out with their own donation of new\r\ncoats. "Our customers are always so helpful when we identify a need. We all\r\nhave jackets and coats hanging in our closets or in storage that can be put to\r\nbetter use," said Martin. "If you can help, please drop off your clean coats,\r\njackets and blankets by November 30th."
\r\n 
\r\nFor more information, call the Mast Store - 828-232-1883.\r\n',1,2,0,2,'2010-11-04 13:35:53',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-11-04 13:35:07','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,16,'','',0,91),(546,'Holiday Windows Participating Businesses','Holiday Windows Participating Businesses','

\r\nThe ADA\'s Holiday Windows Competition creates a wonderful FREE event for people visiting downtown... a Holiday WIndows Walking Tour. The Parade Program will list all of the businesses who have decorated their windows. Just pick a street and get ready to "ooh" and "ah" at the creative and festive windows.\r\n

\r\n

\r\nThe Asheville Downtown Association is proud to announce the winners of our Holiday Windows Competition are\r\n

\r\n

\r\nJudges’ Favorite: Kilwin’s Chocolates, Fudge and Ice Cream
\r\nBest Interpretation of Theme (Mountain Magic): Write-On
\r\nBest Use of Merchandise: Sensibilities Day Spa \r\n

\r\n

\r\nEach of these three winners received a $500 cash prize for their decorating skills!
\r\n
\r\nA fourth prize was awarded by the judges to Adorn Salon & Boutique for Honorable Mention. They will receive a gift basket from local merchants.  \r\n

\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n

Business\r\n Name

\r\n

Street Address

A Far Away Place16 Battery Park Ave.
Kilwin\'s Chocolates, Fudge\r\n and Ice Cream26 Battery Park Ave.
Blaze-N-Skyy Pet Boutique30 Battery Park Ave.
Va Va Voom36 Battery Park Ave.
Collect Yourself Gifts
\r\n
Battery Park Ave. Suite L1
Mast General Store15 Biltmore Ave.
Ariel Craft Gallery19 Biltmore Ave.
Adorn Salon & Boutique58 College St.
Union18 Haywood St.
Ad Lib23 Haywood St.
Tops for Shoes27 Haywood St.
True Blue Art30 Haywood St.
Earth Guild33 Haywood St.
Mobilia43 Haywood St.
Spice and Tea Exchange46 Haywood St.
Sensibilities Day Spa59 Haywood St.
Bloomin\' Art60 Haywood St.
Gentlemen\'s Gallery, Inc66 Haywood St.
The Chocolate Fetih 35/36 Haywood St.
Appalachian Crafts10 N. Spruce St.
Spiritex62 N. Lexington Ave.
Jack of the Wood95 Patton Ave.
Pack\'s Tavern20 S. Spruce St.
Laughing Seed Café40 Wall St.
\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n','',1,0,0,0,'2010-11-12 13:43:18',71,'','2010-11-19 11:58:28',71,0,'0000-00-00 00:00:00','2010-11-12 13:37:29','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,98),(552,'2011 Downtown Small Business Conference ','2011 Small Business Conference','

\r\n\"conference_logo.jpg\"\r\n

\r\n

Three Informative Events, Two Great Days, One Better Downtown
\r\n

\r\n

\r\nDowntown Asheville has a unique history different from most American cities its size. A collection of historic architecture, ample green space, national culinary reputation, and vibrant nightlife are the result of many “downtown heroes” who’ve spent time to preserve what we all find special. The 2011 Downtown Small Business Conference will be comprised of informative workshops, the State of Downtown Luncheon and the Downtown Heroes Party.\r\n

\r\n
\r\n
\r\n
\r\n

\r\n  \r\n\r\n

\r\n
Downtown Small Business Conference
\r\n
\r\n
Sponsored by
\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n
\"arc.jpeg\"
 
 \"webb.logo.small.jpg\" \"pack-logo_rgb-burnt-red-300x227.jpg\"   
\r\n\"asheville_savings_bank.jpg\"
\r\nSunday February 27, 2011 2:00pm - 8:15pm at the YMI Cultural Center\r\n
\r\n

\r\nCheck-in begins at 1:00pm
\r\n$25 members / $30 non-members \r\n

\r\n39 South Market Street\r\n
\r\nAsheville, NC\r\n
\r\n

\r\nOur\r\nmission for the Conference is to support local, independent, and small business in \r\nAsheville. Our goal is to foster a community of successful independent \r\nbusinesses by sharing ideas, information, education, inspiration, and \r\nresources. We strive to offer an opportunity for existing businesses to\r\nhave the tools they need to thrive in the existing economy, and to \r\ncreate an environment in which new businesses can begin and sustain \r\nthemselves.\r\n\r\n

\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
TimePresenterTopic
2:00 PM 
\r\n
Byron Greiner and Joe Minicozzi
\r\n
\r\n

\r\n Welcome remarks, agenda overview\r\n and introduction\r\n

\r\n
2:15 PM 
\r\n
Keynote Speaker: Phil Davis,\r\n Tungsten BrandingBrilliant Branding
3:00 PM 
\r\n
BREAK
3:15 PM 
\r\n
Workshop #1: Pat WhalenDon\'t Take "No" for an Answer (Using Your Numbers, Creativity, Common Sense and Perseverance to Succeed)
\r\n
4:00 PM 
\r\n
BREAK
4:05 PM 
\r\n
Workshop #2: Kelly Stamey and\r\n Jes Williams of FGP Inc.\r\n \"fgp.jpg\"Hiring Well
4:45 PM 
\r\n
BREAK
5:00 PM 
\r\n
Workshop #3: Deborah Yelton with Webb Insurance
\r\n
\"webb-ins-logo.jpg\"Health Care Reform
5:45 PM 
\r\n
BREAK
5:50 PM 
\r\n
Workshop #4: Kim MacQueen with Goldhill Associates\r\n Guerilla Marketing
6:30 PM 
\r\n
BREAK
6:45 PM 
\r\n
Workshop #5: Bob Carr with Tops for Shoes\"tops.jpg\"
\r\n Surviving
\r\n Tough Times
7:30 PM 
\r\n
BREAK
7:35 PM 
\r\n
Workshop #6: Scott\r\n Courtenay-Smith\r\n

\r\n \"renovate_with_color.jpg\"\r\n

\r\n

\r\n
\r\n Using Artistry, Color and Design To Increase Visibility and Improve Customer Experience
\r\n

\r\n
8:15 PM 
\r\n
Adjourn to Social Hour
\r\n

\r\n \r\n\r\n

\r\n
State of Downtown Luncheon
\r\n
\r\n
Sponsored by
\r\n

\r\n\"ht_pre_2cp_rgb.jpg\" \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\nMonday February 28, 2011 12:00pm - 2:00pm at the Asheville Civic Center Banquet Hall\r\n
\r\n$10 members / $15 non-members\r\n

\r\n

\r\nLearn about the current state of downtown Asheville from Joe Minicozzi, Executive Director of the Asheville Downtown Association, Mayor Terry Bellamy and County Commissioner David Gantt.  \r\n

\r\n

\r\n \r\n\r\n

\r\n
Downtown Heroes Party
\r\n
\r\n
Sponsored by
\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
 \r\n
\r\n

\r\n \"bistrologobw.jpg\" \r\n

\r\n
 \r\n
\"arc.jpeg\"
\r\n

\r\n  \r\n

\r\n
 \r\n

\r\n  \r\n

\r\n
 \r\n

\r\n  \r\n

\r\n
\r\n

\r\nMonday February 28, 2011 6:30pm - 10:00pm  at the YMI Cultural Center\r\n
\r\n$20 members / 25 non-members \r\n

\r\n

\r\n39 South Market Street
\r\nAsheville, NC\r\n

\r\n

\r\nCome celebrate over 20 years of individuals making a difference in our downtown! The Downtown Heroes Party is a celebration of the individuals and organizations who\'ve been instrumental in the revitalization of Downtown over the years. A combination of networking and recollection, the evening begins with a cocktail hour at 6:30 p.m., followed by the recognition ceremony at 8 p.m. The Downtown Hero Awards will recognize organizations and individuals who have shown commendable dedication to the unique history, vibrant growth and sustainability of Downtown Asheville. TICKETS INCLUDE DRINKS AND HEAVY HORS D\'OEUVRES
\r\n

\r\n\r\n

\r\nAsheville Downtown Association: Downtown Heroes Celebration from Mountain Xpress on Vimeo.\r\n

\r\n','',1,0,0,0,'2011-01-03 12:53:49',71,'','2011-03-07 10:47:16',71,0,'0000-00-00 00:00:00','2011-01-03 12:42:19','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,1898),(545,'Asheville Downtown residents, merchants give more police patrols a thumbs up','Asheville Downtown residents, merchants give more police patrols a thumbs up','

\r\nDowntown residents and merchants said Wednesday that they are pleased with an increased police presence.\r\n

\r\n

\r\nThe Asheville Police Department moved into a \r\nspace on Haywood Street in April and has dedicated to downtown eight \r\nofficers — sometimes called the bumblebee team because of their yellow \r\njackets.\r\n

\r\n

\r\n \r\n

\r\n','The department\'s move is part of an overall plan to improve downtown. During the planning process, the city conducted a survey and found that community members often felt unsafe downtown at night.
\r\n
\r\nNineteen percent of Asheville police activity is in the downtown area.
\r\n
\r\nThe Police Department responded with the new location and increased bike and foot patrols, and on Wednesday the department and the Asheville Downtown Association held an open house.
\r\n
\r\n“It brings some attention to the fact that we are here,” Police Chief Bill Hogan said.
\r\n
\r\nThe association has been in the space on Haywood Street for years and stayed in the location when the city\'s economic development department left.
\r\n
\r\nHogan said his department wants to increase dialogue with residents and merchants to make the community safe.
\r\n
\r\n“When we communicate effectively, we can resolve most conflicts,” he said.
\r\n
\r\nJoe Minicozzi, Asheville Downtown Association interim executive director, said a downtown association and community policing function in similar ways.
\r\n
\r\nBoth groups try to expand relationships and increase the community\'s prosperity.
\r\n
\r\nByron Greiner, president of the association, said the increased police presence downtown has been positive. “The more visible they are the more that denotes that things are safe,” Greiner said.
\r\n
\r\nA large number of downtown residents are elderly, said Sheri Kahn, Downtown Asheville Residential Neighbors president. The increased police force downtown can help protect that vulnerable population.
\r\n
\r\n“It\'s a wonderful thing to know that they are close by,” Kahn said.\r\n',1,2,0,2,'2010-11-12 13:00:43',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-11-12 12:59:45','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,15,'','',0,54),(547,'City of Asheville issues warning citations ahead of parking meter enforcement, makes pre-paid passes','City of Asheville issues warning citations ahead of parking meter enforcement, makes pre-paid passes','\r\n

\r\nBeginning Nov. 19, the City of Asheville will begin\r\nenforcing a change in parking meter policy that  says customers displaying\r\nhandicapped parking placards or license tags will\r\nbe required to pay parking meters.\r\n

\r\n

\r\nLeading\r\nup to that change, the city\'s Parking Services began issuing warning tickets on\r\nFriday and distributing educational leaflets to cars displaying handicapped\r\nplacards that were parked in front of expired meters. The city will continue\r\nissuing those warning citations through Thursday, Nov. 18. Additionally, the\r\ncity is distributing information about new, pre-paid parking placards for\r\nmetered spaces.\r\n

\r\n','

\r\nCity of Asheville Transportation Director Ken Putnam\r\nsaid that, over the two days of Friday, Nov. 12 and Saturday, Nov. 13, Traffic\r\nServices issued a total of 34 warning citations. The warnings, Putnam said, are\r\nintended to allow people who have been using the spaces time to transition to\r\nthe new enforcement rules. In October, based on City Council direction, the City of Asheville began examining its policy of\r\nallowing vehicles with handicapped parking placards or license plates to park\r\nat metered spots without paying the parking fee.\r\n

\r\n

\r\n"We are hoping this transition will\r\ninform people about the upcoming enforcement and allow them to adjust to the\r\nchange," Putnam said. \r\n

\r\n

\r\nCars that received warning citations also\r\nreceived information about prepaid parking permits now available through the\r\ncity\'s Parking Services Division. Those passes are available to parking customers\r\ndisplaying handicapped parking placards or license tags, and may be purchased\r\nat the Parking Services Office at 45\r\nWall Street.\r\n

\r\n

\r\nEach coupon costs $5 and allows for 5 hours\r\nof parking in metered spaces. The coupons, Putnam said, are intended to provide\r\na way for people with disabilities to pay for their parking spots ahead of time\r\nwithout having to make repeat returns to their vehicle. Two parking passes,\r\nPutnam said, will cover the entire 10-hour span from 8 a.m. to 6 p.m. in which\r\nparking meters are checked and enforced. \r\n

\r\n

\r\n"We want to provide\r\na way for people with disabilities to not have to physically feed a meter,"\r\nPutnam said.\r\n

\r\n

\r\nParking passes are numbered and can only be\r\nused once, and are available only to drivers with handicapped parking placards\r\nor license plates. Handicapped parking spaces within the city will continue to\r\nbe unmetered.\r\n

\r\n

\r\nFor\r\nmore information on pre-paid parking permits for people with disabilities\r\ngo to www.ashevillenc.gov/progress.\r\n  To learn about the City of Asheville\'s\r\nParking Services Division, call (828) 259-5792 or go to http://www.ashevillenc.gov/residents/transportation/parking/default.aspx?id=448.\r\n

\r\n',1,2,0,2,'2010-11-15 17:11:10',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-11-15 17:09:45','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,14,'','',0,64),(549,'Asheville Transit maintains all scheduled trips around parade detours','Asheville Transit maintains all scheduled trips around parade detours','

\r\nOn\r\nSaturday, Nov. 20, Asheville Transit will provide transportation for Holiday Parade onlookers by maintaining all scheduled trips\r\nwith small detours around the parade from 7 a.m. - 2 p.m.\r\n

\r\n

\r\nThe parade starts on Biltmore Avenue at Charlotte Street, heading north, then\r\nturns west onto Patton Avenue,\r\nending at North French Broad\r\nAvenue.  Charlotte Street will be closed beginning\r\nat 7 a.m. for participants to line up before the parade. Biltmore and Patton\r\nwill be closed to traffic beginning at 9 a.m. All intersecting roads along the\r\nroute will be closed.  A map of the parade can be found at http://www.ashevilleparade.org/content/37058/paraderoute.pdf?primary_doc_group_id=31340&doc_id=167065\r\non the Asheville Holiday Parade website.
\r\n
\r\n

\r\n','

\r\nDue\r\nto road closures, many of the transit stops in downtown will not be serviced.\r\nIn the downtown area, riders are encouraged to catch buses at the downtown Transit Center on Coxe Ave.  \r\n

\r\n

\r\nBelow\r\nis a brief description of the route changes taking place for the Holiday Parade: \r\n

\r\n\r\n

\r\nTo\r\nbetter understand the detours the buses will take please go to www.ashevilletransit.com or call\r\nthe Transit Center at 253-5691 or email iride@ashevillenc.gov.\r\n

\r\n

\r\nTo\r\nlearn more about the parade visit http://www.ashevilleparade.org/entrance-public-user.asp?primary_doc_group_id=31330.\r\n

\r\n

\r\n \r\n

\r\n

\r\nA\r\nmap of the parade can be found at http://www.ashevilleparade.org/content/37058/paraderoute.pdf?primary_doc_group_id=31340&doc_id=167065\r\non the Asheville Holiday Parade website.\r\n

\r\n',1,2,0,2,'2010-11-18 10:51:10',71,'','2010-11-18 10:52:08',71,0,'0000-00-00 00:00:00','2010-11-18 10:49:27','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,13,'','',0,62),(548,'2011 Downtown Small Business Conference Survey','Small Business Survey','\r\n\r\n\r\n\r\n\r\nDowntown Small Business Conference\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n \r\n

2011 Downtown Small Business Conference

\r\n
\r\n Your Feedback\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n There was an error on your page. Please correct any required fields and submit again. Go to the first error\r\n
\r\n
\r\n
\r\n
\r\n Dear downtown merchant:\r\n
\r\n Hello from the Asheville Downtown Association! We are writing this to ask you to help us help you! We are planning a small business conference for February 27-28, and would like to do our best to tailor it to your specific needs. We want to be your one stop shop for questions, ideas, needs, chasing the winter blahs away, and help you get ready, inspired, and regroup for the 2011 season.
\r\n We realize the struggle that small businesses endure even when times are at their best, and hope to create an event that will help you succeed. Asheville areas downtown merchants are the most unique and creative around- everyone says so! Please take a moment to tell us about your needs and ideas, and if you have expertise or success you would like to share, please let us know!\r\n
\r\n
\r\n
\r\n \r\n
\r\n 1. Please indicate which suggestions you would benefit from the most, or share your need/idea:
\r\n A round table idea share on topics such as: \r\n
\r\n
\r\n
    \r\n
  • \r\n \r\n
  • \r\n
  • \r\n \r\n
  • \r\n
  • \r\n \r\n
  • \r\n
  • \r\n \r\n
  • \r\n
  • \r\n \r\n
  • \r\n
\r\n \r\n
\r\n \r\n
\r\n
\r\n \r\n
\r\n \r\n
\r\n
\r\n \r\n
\r\n \r\n
\r\n
\r\n \r\n
\r\n 3. Please indicate which suggestions you would benefit from the most, or share your need/idea:
\r\n Panel Discussions (Q&A session led by those with topical expertise): \r\n
\r\n
\r\n
    \r\n
  • \r\n \r\n
  • \r\n
  • \r\n \r\n
  • \r\n
  • \r\n \r\n
  • \r\n
  • \r\n \r\n
  • \r\n
  • \r\n \r\n
  • \r\n
  • \r\n \r\n
  • \r\n
\r\n \r\n
\r\n \r\n
\r\n
\r\n \r\n
\r\n \r\n
\r\n
\r\n \r\n
\r\n \r\n
\r\n
\r\n \r\n
\r\n 5. Guest Speakers on topics such as: \r\n
\r\n
\r\n
    \r\n
  • \r\n \r\n
  • \r\n
  • \r\n \r\n
  • \r\n
  • \r\n \r\n
  • \r\n
  • \r\n \r\n
  • \r\n
  • \r\n \r\n
  • \r\n
  • \r\n \r\n
  • \r\n
  • \r\n \r\n
  • \r\n
\r\n \r\n
\r\n \r\n
\r\n
\r\n \r\n
\r\n \r\n
\r\n
\r\n \r\n
\r\n \r\n
\r\n
\r\n \r\n
\r\n 7. Other information that may be helpful to have access to all in one place: \r\n
\r\n
\r\n
    \r\n
  • \r\n \r\n
  • \r\n
  • \r\n \r\n
  • \r\n
  • \r\n \r\n
  • \r\n
  • \r\n \r\n
  • \r\n
  • \r\n \r\n
  • \r\n
\r\n \r\n
\r\n \r\n
\r\n
\r\n \r\n
\r\n \r\n
\r\n
\r\n \r\n
\r\n \r\n
\r\n
\r\n \r\n
\r\n 9. What would be most compatible with your schedule? 1 being most compatible and 3 being least compatible. \r\n
\r\n
\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
 123
I would prefer one longer day with a lunch break.
I would prefer two shorter days with shorter breaks.
I would enjoy an evening networking event.
\r\n
\r\n \r\n
\r\n \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n \r\n
\r\n \r\n
\r\n
\r\n
\r\n
\r\n
\r\n 0%\r\n
\r\n
\r\n \r\n
\r\n
\r\n \r\n
\r\n
\r\n
\r\nOnline Surveys powered by SurveyGizmo\r\n
\r\n
\r\n\"Online\r\n
\r\n
\r\n\r\n','',1,0,0,0,'2010-11-17 11:57:09',71,'','2011-01-03 12:41:10',71,0,'0000-00-00 00:00:00','2010-11-17 11:55:51','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,6),(550,'City of Asheville Now Accepting Entertainment Applications for the 2011 Bele Chere Festival ','City of Asheville Now Accepting Entertainment Applications for the 2011 Bele Chere Festival ','

\r\nThe City of Asheville is now accepting\r\nentertainment applications for the 2011 Bele Chere festival being held July\r\n29-31.  Interested entertainers can apply online at www.sonicbids.com or download an\r\napplication at www.belecherefestival.com\r\n.  The deadline to apply is February 11, 2011.\r\n

\r\n

\r\nLocated\r\nin downtown Asheville,\r\nBele Chere showcases more than 50 national, regional and local entertainers on\r\nfour stages.  Now in its 33rd year, this event provides an\r\nexcellent showcase for musicians and entertainers of all genres of\r\nmusic.   \r\n

\r\n

\r\nBele Chere is produced by the City of Asheville Parks, Recreation and Cultural\r\nArts Department in conjunction with the Bele Chere Board of Directors and is\r\nthe largest free street festival in the Southeast.  For more information,\r\nvisit www.belecherefestival.com\r\nor call (828) 259-5800.\r\n

\r\n','',1,2,0,2,'2010-12-09 13:41:16',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-12-09 13:39:56','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,12,'','',0,59),(551,'Handicapped parking changes in downtown Asheville evoke split reaction','Handicapped parking changes in downtown Asheville evoke split reaction','

Merchants pleased, some disabled say rules pushing them out

\r\n

\r\nBy Joel Burgess \r\n• December 9, 2010\r\n

\r\n

\r\n New city rules that require disabled drivers to feed downtown parking meters like other motorists are getting mixed reviews.\r\n

\r\n

\r\nThe rules, which have been in effect for less than a month, require \r\ndisabled motorists to pay when parking in nonhandicapped spots.\r\n

\r\n

\r\nThe\r\nparking change has helped merchants in car-crowded downtown, but it has\r\nalso hurt some disabled residents, said those interviewed after the \r\nchange took place.\r\n

\r\n

\r\nMerchants\r\nsay the changes have brought in more customers by freeing spaces that \r\nused to be occupied for hours — and sometimes days — by disabled \r\nmotorists.\r\n

\r\nSome drivers with handicapped placards were using metered spaces essentially for long-term vehicle storage, said Asheville Downtown Association President Byron Greiner.\r\n

\r\n \r\n

\r\n','“We are seeing spaces turning over greatly and no bad comments from most,” said Greiner.\r\n

\r\n“It truly was just a few taking advantage.”\r\n

\r\n

\r\nMerchants at the Grove Arcade, long a focal point for parking problems, said they\'ve noticed open spaces in the morning where cars used to be left overnight.\r\n

\r\n

\r\n“We\r\nhad some customers this past weekend that said they were able to park \r\nat the arcade, and they hadn\'t been able to before,” said Donna Wright, \r\nowner of designer women\'s store The Jazzy Giraffe.\r\n

\r\n

\r\nFollowing\r\ncomplaints by the merchants and others, the City Council voted in \r\nOctober to allow disabled drivers to park free only in specially \r\ndesignated handicapped spots.\r\n

\r\n

\r\nA\r\nstudy by city staff found that in May 2008, 10-12 percent of the 743 \r\nmetered spaces were occupied by cars with handicapped tags.\r\n

\r\n

\r\nThe new rule is the norm in other cities, council members said.\r\n

\r\n

\r\nThe\r\nelected officials, including Mayor Terry Bellamy, asked city staff to \r\nmake it easier for disabled drivers to park in city-owned lots and \r\ngarages and to increase the number of spots for disabled drivers.\r\n

\r\n

\r\nNo\r\nnew handicapped spots had been added by the beginning of December, said\r\nKen Putnam, Asheville transportation services director. But the city is\r\n“beginning to look for opportunities to increase that number,” from the\r\ncurrent 52, he said.\r\n

\r\n

\r\nBetween Nov. 12 and 18, the city issued 92 warning citations and brochures explaining the new policy to nonpaying disabled drivers. \r\n

\r\n

\r\nParking attendants began giving actual tickets Nov. 19 and through the end of November issued 37 in seven days.\r\n

\r\n

\r\nParking services manager Harry Brown said despite the tickets, they\'ve had few complaints, something he credits to an early education campaign.\r\n

\r\n

\r\nBart\r\nFloyd, co-chairman of the Mayor\'s Committee on Citizens with \r\nDisabilities, was upset by the change, but he said he\'s been satisfied \r\nwith adjustments by city staff, including selling parking cards so \r\npeople with tremors similar to his don\'t have to struggle with feeding \r\nthe meter.\r\n

\r\n

\r\n“I\'ve also asked them to sell them in one-hour increments. And they are wanting to work on solutions with me,” Floyd said.\r\n

\r\n

\r\nBut\r\nDaniel Wallace said she and other disabled residents are moving out of \r\ndowntown and feel as if the city values businesses more than they.\r\n

\r\n

\r\nWallace\r\nlives in the Battery Park Apartments, which takes poor elderly and \r\ndisabled residents on federal housing subsidies. She said the building\'s\r\nparking lot doesn\'t have enough spaces and is unsuitable for the \r\ndisabled because it is gravel.\r\n

\r\n

\r\nThe\r\ncity is giving Battery Park residents free parking at the Civic Center \r\nparking garage until Dec. 19 and discounted rates after that. But \r\nWallace said a hill there can make it difficult to access for the \r\nresidents.\r\n

\r\n“This is a time when old people, sick people, disabled people are choosing between food and medicine,” she said.\r\n

\r\n \r\n

\r\n',1,1,0,1,'2010-12-10 11:20:41',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-12-10 11:16:37','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,1,'','',0,191),(556,'Asheville Urgent Care','Asheville Urgent Care','

\r\n\r\nAsheville Urgent Care
\r\n160 Hendersonville Road
\r\nAsheville, NC 28803
\r\n(828) 210-2835
\r\nwww.RUCN.info/Asheville_Ugent_Care.php
\r\n

\r\n','',1,12,0,17,'2011-01-20 14:30:19',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-01-20 14:28:21','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrat ing=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,7,'','',0,23),(569,'Loose leaf collection ending this week','Loose leaf collection ending this week','

\r\nThe city of Asheville\r\nis completing the last round of loose leaf collection this week.  Residents with a Wednesday trash collection\r\nday will have their last round of loose leaves collected this week.  Residents with a Wednesday trash collection\r\nday were asked to have their loose leaves to the curb by 7 a.m. today, Monday,\r\nMarch 7 to ensure collection. Loose leaf collection for Monday, Tuesday and\r\nThursday trash customers has been completed and city residents are encouraged\r\nto bag their leaves at this time for collection.  Please do not tie the bags closed and do not\r\nmix brush or trash with leaves.\r\n

\r\n

\r\nThe city continues to pick\r\nup bagged leaves and brush once per month throughout the year. The collection\r\nschedule and guidelines are available on the City Web site at www.ashevillenc.gov/sanitation.\r\nPlease call 251-1122 with any additional questions about sanitation services.\r\n

\r\n','',1,2,0,2,'2011-03-07 11:37:55',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-03-07 11:37:22','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,4,'','',0,21),(570,'Broadway\'s','Broadway\'s','

\r\nBroadway\'s
\r\n120 N. Lexington Ave.
\r\nAsheville, NC 28801
\r\nwww.facebook.com/broadways-asheville
\r\n

\r\n','',1,8,0,14,'2011-03-07 16:35:52',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-03-07 16:32:01','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,5,'','',0,6),(571,'Applied Solutions Group, Inc.','Applied Solutions Group, Inc.','
\r\nApplied Solutions Group, Inc.
\r\n67 North Market Street
\r\nAsheville, NC 28801
\r\n828.255.8325
\r\nwww.wncit.com
\r\n
\r\n','',1,12,0,17,'2011-03-14 15:38:36',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-03-14 15:37:20','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,6,'','',0,14),(572,'Aesthetic Gallery','Aesthetic Gallery','
\r\nAesthetic Gallery
\r\n6 College Street
\r\nAsheville, 28801, NC
\r\n828-398-0219
\r\nwww.AestheticGallery.com

\r\n

\r\n
\r\n','',1,8,0,14,'2011-03-16 12:37:00',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-03-16 12:35:05','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,4,'','',0,6),(573,'HATCH Asheville','HATCH Asheville','
\r\nHATCH Asheville
\r\n9 West Walnut St.  Suite 3B
\r\nAsheville, NC  28805
\r\nwww.HATCHAsheville.org

\r\n
\r\n
\r\n','',1,8,0,14,'2011-03-16 12:39:08',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-03-16 12:37:30','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,3,'','',0,5),(574,'Blue Ridge Pride','Blue Ridge Pride','
\r\nBlue Ridge Pride
\r\nSaturday October 1, 2011
\r\n12:00pm - 6:00pm
\r\nwww.BlueRidgePride.com

\r\n
\r\n \r\n','',1,11,0,18,'2011-03-16 12:41:32',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-03-16 12:39:31','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,4,'','',0,8),(575,'Brian Vasilik Illustration and Design','Brian Vasilik Illustration and Design','
\r\nBrian Vasilik Illustration and Design
\r\n828.298.1350
\r\nbvasilik@earthlink.net
\r\nwww.BrianVasilik.Blogspot.com

\r\n
\r\n \r\n','',1,8,0,14,'2011-03-16 12:44:06',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-03-16 12:41:45','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,2,'','',0,4),(576,'Capital Bank','Capital Bank','

\r\nCapital Bank
\r\n
11\r\nNorth Market Street
\r\nAsheville, NC 28801
\r\n
828.277.4550
\r\nwww.CapitalBank-US.com
\r\n

\r\n','',1,12,0,17,'2011-03-16 12:46:12',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-03-16 12:44:18','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,5,'','',0,5),(577,'DLB Properties','DLB Properties','
\r\nDLB Properties
\r\nDavid and Nathan Brown
\r\n9 W. Walnut St. #3C
\r\nAsheville, NC 28801
\r\n828-253-1342
\r\nwww.areteinvestments.com

\r\n

\r\n
\r\n','',1,12,0,17,'2011-03-16 12:48:28',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-03-16 12:47:08','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,4,'','',0,1),(578,'Fired Up! Creative Lounge','Fired Up! Creative Lounge','
\r\nFired Up! Creative Lounge
\r\n26 Wall Street
\r\nAsheville, NC 28801
\r\n(828) 253-8181
\r\nwww.FiredUpLounge.com

\r\n

\r\n
\r\n','',1,8,0,14,'2011-03-16 12:50:57',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-03-16 12:49:09','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,1,'','',0,4),(579,'Homeward Bound of Asheville','Homeward Bound of Asheville','
\r\nHomeward Bound of Asheville
\r\n35 Grove St # 111
\r\nAsheville, NC 28801
\r\n(828) 258-1695
\r\nwww.HBofA.org

\r\n
\r\n
\r\n','',1,11,0,18,'2011-03-16 12:53:46',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-03-16 12:52:33','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,3,'','',0,7),(580,'Marguet Enterprise LLC','Marguet Enterprise LLC','
\r\nMarguet Enterprise LLC
\r\n150 Webb Cove Rd
\r\nAsheville, NC 28804

\r\n
\r\n','',1,12,0,17,'2011-03-16 12:56:43',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-03-16 12:55:44','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,3,'','',0,1),(581,'New Morning Gallery','New Morning Gallery','
\r\nNew Morning Gallery
\r\n7 Boston Way
\r\nAsheville, NC 28803
\r\n(828) 274-2831
\r\nwww.NewMorningGalleryNC.com
\r\n
\r\n
\r\n','',1,13,0,20,'2011-03-16 12:58:36',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-03-16 12:57:29','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,1,'','',0,4),(582,'Pack\'s Tavern','Pack\'s Tavern','
\r\nPack\'s Tavern
\r\n20 South Spruce Street
\r\nAsheville, NC 28801-3745
\r\n(828) 225-6944
\r\nPacksTavern.com

\r\n
\r\n
\r\n','',1,9,0,19,'2011-03-16 13:00:17',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-03-16 12:59:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,1,'','',0,6),(583,'Real Living Carolina Property','Real Living Carolina Property','
\r\nReal Living Carolina Property
\r\n51 College St.
\r\nAsheville, NC 28801
\r\n828-225-6449
\r\nwww.RealLiving.com

\r\n

\r\n
\r\n','',1,12,0,17,'2011-03-16 13:02:04',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-03-16 13:00:47','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,2,'','',0,1),(584,'Asheville SCORE','Asheville SCORE','

\r\nAsheville SCORE
\r\n151 Patton Avenue
\r\nFederal Building, Room 259
\r\nAsheville NC 28801
\r\n828-271-4786
\r\nAshevilleSCORE.org \r\n

\r\n','',1,11,0,18,'2011-03-16 13:03:59',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-03-16 13:02:50','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,2,'','',0,5),(585,'Southeastern Regional Business Brokers','Southeastern Regional Business Brokers','
\r\nSoutheastern Regional Business Brokers
\r\n3175 Sweeten Creek Rd.
\r\nAsheville, NC 28803
\r\n828-687-7163
\r\nwww.SEBrokers.com
\r\n

\r\n
\r\n','',1,12,0,17,'2011-03-16 13:05:19',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-03-16 13:04:29','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,1,'','',0,2),(587,'Volunteer Orientation Party','Volunteer Orientation Party','

\r\nWhether you\'re a long time volunteer or joining us for the first time this season, we hope you\'ll be able to attend the 2011 Volunteer Orientation!
\r\n
\"874524999_img_8121_50.jpg\"
\r\n\r\nThis is a great event, held at the Orange Peel, from 6:00pm - 9:00pm, where you\'ll learn how to pour a perfect pint, how to be a responsible seller and much more! You\'ll also learn more about our new volunteer check-in system! We\'re partnering with Eventbrite to create Volunteer Tickets!*
\r\n
\r\nThis is also the event where we premiere the poster and musical line up for the 2011 Downtown After 5 season!
\r\n
\r\nWith some drinks, lots of food and live music, you\'re sure to have fun while learning a lot!
\r\n

\r\n

\r\n \r\n

\r\n\r\n
\r\n\"Register\r\n
\r\n
\r\n

\r\n
\r\n
\r\n

\r\n

\r\n\r\n
\r\n*This year, you\'ll go to the Eventbrite page for the specific event you\'d like to volunteer for, obtain a ticket and submit with comments about your preferred volunteer schedule. You may either download this ticket to your smart phone or print it out! When you bring the ticket to the Volunteer check in, you\'ll be automatically checked in! This will allow us to track our volunteers and provide extra incentives and rewards to our most dedicated volunteers!
\r\n

\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n

Sponsored by

\r\n
\r\n

 Hosted by

\r\n

\r\n \"budweisser_red.jpg\" \r\n

\r\n
\r\n

 \r\n
\r\n

\r\n

\r\n   of Asheville

\r\n
\r\n
\"orange_peel.jpg\"
\r\n

\r\n \r\n

\r\n','',1,0,0,0,'2011-03-18 11:04:48',71,'','2011-04-06 12:36:37',71,0,'0000-00-00 00:00:00','2011-03-18 10:39:43','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,95),(558,'Curate Tapas Bar','Curate Tapas Bar','

\r\nCurate Tapas Bar
\r\n11 Biltmore Ave.
\r\nAsheville, NC 28801
\r\nwww.CurateTapas.com \r\n

\r\n','',1,9,0,19,'2011-01-24 14:48:51',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-01-24 14:47:39','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,3,'','',0,36),(559,'Fodor\'s recommends travel to Asheville','Fodor\'s recommends travel to Asheville','

\r\nFodors.com travel site has recommended Asheville as a top destination \r\nfor 2011. Out of 21 locations in a list on its site, Asheville was No. \r\n1.\r\n

\r\n

\r\n“Get a taste of Asheville while it still feels local and before it goes global,” the Fodor’s article touted. “On the edge of the alluring Smoky Mountains, the food and drink scene of the recently dubbed "Beer City USA" is the perfect compliment to the scenery. You\'ll find over 30 galleries and 20 music venues devoted to everything from folk pieces to modern mash-ups.”\r\n

\r\n

\r\nThe site, of course, also promotes Fodor\'s The North Carolina Mountains Travel Guide. \r\n

\r\n

\r\nSee the article here.\r\n

\r\n

\r\nOther recommended destinations included:
\r\n- Stratford-upon-Avon in England
\r\n- Mozambique
\r\n- Hawaii
\r\n- Tokyo\r\n

\r\n','',1,2,0,2,'2011-01-27 16:49:18',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-01-27 16:47:15','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,10,'','',0,33),(560,'Mountain Voices Alliance','Mountain Voices Alliance','
\r\nMountain Voices Alliance
\r\nPO Box 4093
\r\nAsheville, NC 28805
\r\nwww.MVAlliance.net
\r\n
\r\n
\r\n','',1,11,0,18,'2011-01-28 15:59:33',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-01-28 15:56:59','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,5,'','',0,16),(561,'Jerusalem Garden Cafe','Jerusalem Garden Cafe','

\r\nJerusalem Garden Cafe
\r\n78 Patton Avenue
\r\nAsheville, North Carolina
\r\n828-254-0255
\r\nwww.JerusalemGardenCafe.com \r\n

\r\n','',1,9,0,19,'2011-02-04 13:29:18',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-02-04 13:26:59','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,2,'','',0,21),(562,'The Biltmore Estate','The Biltmore Estate','
\r\nThe Biltmore Estate
\r\n1 Lodge Street
\r\nAsheville, N.C. 28803
\r\n828-225-1333
\r\nwww.Biltmore.com
\r\n
\r\n
\r\n','',1,8,0,14,'2011-02-04 13:32:00',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-02-04 13:29:33','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,7,'','',0,14),(563,'City buses to run on 2-hour delay','City buses to run on 2-hour delay','

\r\nWith light snow and freezing temperatures predicted in the\r\nmorning, Asheville Transit will run on a 2-hour delay with most service\r\nbeginning in the 8 o\'clock hour tomorrow, Feb. 10.  Buses will not run on\r\nicy roads.  Visit www.ashevilletransit.com or\r\ncall 253-5691 for updates and additional transit information.\r\n     \r\n

\r\n','',1,2,0,2,'2011-02-09 16:39:26',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-02-09 16:38:56','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,9,'','',0,22),(564,'With the Rise in Flu Cases, Urgent Care Network Offers Limited Free Vaccines','With the Rise in Flu Cases, Urgent Care Network Offers Limited Free Vaccines','

\r\nWith flu season still at its height, Urgent Cares of America has started offering free flu vaccines at all their locations.\r\n

\r\n

\r\nWith the number of flu cases on the rise, Urgent Cares of America has nine urgent care locations that are offering free flu vaccine shots while supplies last. Locations include Asheville Urgent Care, Boone Urgent Care, Hendersonville Urgent Care, Clayton Urgent Care, FastMed of Cary, FastMed of Wake Forest, Fuquay Urgent Care, Urgent Care of Cary, Wake Urgent Care.\r\n

\r\n','

\r\nThe Centers for Disease Control and Prevention indicate Influenza kills approximately 36,000 people and causes 220,000 hospitalizations every year. \r\n

\r\n

\r\nThe southeastern United States has had most of the flu activity nationwide so far this season. According to the N.C. Division of Public Health, most flu cases happen between November and March, but activity in North Carolina began to pick up during the holidays.\r\n

\r\n

\r\n“We don’t believe we’ve seen the peak of flu season this year,” Dr. Zack Moore of the N.C. Division of Public Health. “So it is not too late to be vaccinated, especially if you are among those at high risk for complications, like pregnant women and people with chronic illnesses.”\r\n

\r\n

\r\nIf an individual waits until a family member or friend they know gets sick from the flu, it may be too late to get vaccinated. The flu is contagious and can lead to serious illness, including pneumonia. The flu vaccine protects against three different viruses: the H3N2 virus, the Influenza B virus and the H1N1 virus.\r\n

\r\n

\r\nBeing treated for the flu can cost five times more than receiving the vaccination, potentially costing over $200 for treatment if an individual is not vaccinated.\r\n

\r\n

\r\n“With our urgent care clinics offering our remaining vaccines for free, we hope to prevent seeing and treating further cases of the flu.” Dr. Melvin Lee, Chief Medical Officer for Urgent Cares of America.\r\n

\r\n

\r\n“Our clinics have treated over 200 people for the flu. Many people simply put off getting their flu shot and take the risk of getting the flu. Like taking your vitamins it just makes logical sense to get your flu shot.”\r\n

\r\n

\r\nFor more information and additional recommendations visit the CDC, NC-DHHS and Urgent Cares of America websites.\r\n

\r\n

\r\nFor directions to an urgent care center offering free flu shots visit www.rucn.info.\r\n

\r\n',1,2,0,2,'2011-02-11 13:52:17',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-02-11 13:50:32','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,8,'','',0,51),(588,'Volunteer Orientation Party','Volunteer Orientation Party','Whether you\'re a long time volunteer or joining us for the first time this season, we hope you\'ll be able to attend the 2011 Volunteer Orientation!
\r\n
\r\nThis is a great event, held at the Orange Peel, where you\'ll learn how to pour a perfect pint, how to be a responsible seller and much more! You\'ll also learn more about our new volunteer check in system! We\'re partnering with Eventbrite to create Volunteer Tickets!*
\r\n
\r\nThis is also the... event where we premiere the poster and musical line up for the 2011 Downtown After 5 season!
\r\n
\r\nWith some drinks, lots of food and live music, you\'re sure to have fun while learning a lot!
\r\n
\r\n*This year, you\'ll go to the Eventbrite page for the specific event you\'d like to volunteer for, obtain a ticket and submit with comments about your preferred volunteer schedule. You may either download this ticket to your smart phone or print it out! When you bring the ticket to the Volunteer check in, you\'ll be automatically checked in! This will allow us to track our volunteers and provide extra incentives and rewards to our most dedicated volunteers!\r\n','',-2,0,0,0,'2011-03-18 11:08:03',71,'','2011-03-18 11:15:32',71,0,'0000-00-00 00:00:00','2011-03-18 11:07:32','0000-00-00 00:00:00','','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,0),(565,'History At Hand Tours','History At Hand Tours','
\r\nHistory At Hand Tours
\r\n333 Montford Ave
\r\nAsheville, NC, 28801
\r\n 828.777.1014
\r\nwww.History-at-Hand.com
\r\n
\r\n
\r\n','',1,8,0,14,'2011-02-11 16:50:29',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-02-11 16:49:01','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,6,'','',0,12),(566,'Water Lind Repair Causes Discolored Water: Officials estimate clearing in 24 hours','WATER LINE REPAIR CAUSES DISCOLORED WATER: Officials estimate clearing in 24 hours','A major water line repair that was completed by city crews Monday evening is causing discolored water for customers located in the north, central, east and west service areas of the Asheville water system.
\r\n
\r\nWhile the water is safe for cleaning, hand washing and bathing, officials are recommending that the water not be used for cooking or drinking as a precaution. Customers are also advised not to wash clothing with the discolored water because it may cause stains.
\r\n
\r\n','Crews have been flushing the lines in the system since the 36 inch water line repair was completed around 6:30 p.m. yesterday. The lines will continue to be flushed into the night, tomorrow and through the end of the week. Crews flush the system by opening fire hydrants to allow water to flow out of the system.
\r\n
\r\n    “As we made repairs to the main line, we increased the velocity flow in other lines to make up for the loss in pressure. When we do that, it can cause naturally occurring minerals and sediments in the pipe to discolor the water,” said Steve Shoaf, Asheville’s water resources director.
\r\n
\r\nThe line that experienced the break is a main transmission line that feeds the system from the North Fork Water Treatment Plant located east of Asheville. The city estimates that up to two-thirds of its customers have or will experience low water pressure or discolored water as a result of the repair.
\r\n
\r\n“We have been working around the clock to minimize any interruption to water service during this repair, and we will continue to flush the system to bring water service back to normal as quickly as possible,” said Shoaf.
\r\n
\r\nOfficials estimate that water may be clearing up in the next 24 hours, although another day may be necessary to fully clear the system.
\r\n',1,2,0,2,'2011-02-16 10:50:55',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-02-16 10:49:25','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\ nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,7,'','',0,23),(567,'The Asheville Downtown Association today announced the recipients of the Downtown Hero Awards','The Asheville Downtown Association today announced the recipients of the Downtown Hero Awards','

\r\nThe Asheville Downtown Association today announced the recipients of the Downtown Hero Awards. The awards recognize organizations and individuals who have shown commendable dedication to the unique history, vibrant growth and sustainability of Downtown Asheville.
\r\n
\r\nLeslie Anderson, Public Interest Projects and Tops for Shoes will receive awards at the Downtown Heroes Party on Monday, February 28, at the YMI Cultural Center. The evening will begin at 6:30 p.m. with a cocktail hour, followed by a recognition ceremony at 8 p.m. Tickets include drinks and heavy hors d’oeuvres and are $20 for members of the ADA, $25 for non-members. They may be purchased at www.ashevilledowntown.org in advance.
\r\n
\r\n“When we decided to establish an annual recognition of people and organizations that have played a pivotal role in the revitalization of the downtown core, these seemed to be the obvious choices for year one. Without these and others like them, the downtown landscape would be vastly different,” said Byron Greiner, president of the ADA.
\r\n
\r\nThe Downtown Heroes Party is part of a two-day event hosted by the ADA that also includes the Downtown Small Business Conference (February 27, 2 p.m.-8 p.m., YMI Cultural Center) and the annual State of Downtown Luncheon (February 28, noon, Asheville Civic Center Banquet Hall). The goal of these events is to foster a community of successful independent businesses by sharing ideas, education and information through a combination of networking and recollection.
\r\n

\r\n

About the Recipients

\r\n

\r\n \r\n

\r\n

\r\n\"andersonleslie.jpg\"\r\n

\r\n

\r\n \r\n

\r\n

\r\nLeslie Anderson served as Asheville’s Director of Downtown Development for nine years during which time she enabled over $63 million in private investment in the business district, initiated and coordinated $16 million in streetscape, landscape and public works projects, created the Asheville Downtown Association, and initiated and administered two major Asheville festivals including Bele Chere.
\r\n

\r\n

\r\n \r\n

\r\n

\r\n \"pipi_logo.jpg\"Public Interest Projects is an award-winning development company founded in 1990 to foster an attractive, livable downtown. Its strategy is based on developing mixed-use real estate projects for people at different economic levels, while investing in local businesses that turn sidewalk storefronts into amenities. The company has been responsible for the renovation of 14 downtown buildings; created 97 market-rate housing units, 16 retail spaces and 15,000 square feet of office space; salvaged 123 low income elderly housing units; developed a downtown wireless broadband data network; and provided financial and/or management support for 18 downtown businesses including Laughing Seed Café, Zambra, Mobilia and The Orange Peel.
\r\n
\r\n\"tops.jpg\"Tops for Shoes started as a general store in 1952, with the shoe department becoming the most successful and footwear the ultimate focus. The location has expanded through the years to its current 30,000 square feet by enclosing an alley that ties together elements of various buildings and encompasses half a city block. Tops currently carries nearly 100,000 pairs of shoes and has the distinction of being the largest independent retailer in the Southeast for several national and international brands. \r\n

\r\n

About the ADA

\r\n

\r\nEstablished in 1987, the Asheville Downtown Association is committed to the preservation and improvement of the central business district through programming, civic support and annual objectives. As the voice of downtown residents, merchants and workers, the ADA advocates for policies and practices that will best help growth and preserve the quality of life in downtown. Annually, the group produces events including Downtown After 5, the Asheville Holiday Parade, Oktoberfest, the State of Downtown Luncheon, and the Pritchard Park Cultural Arts Program. The Asheville Downtown Association Foundation carries out the altruistic goals of the ADA including the Spare Change for Real Change program.
\r\n
\r\n

\r\n','',1,2,0,2,'2011-02-17 11:40:13',71,'','2011-02-20 13:59:49',0,0,'0000-00-00 00:00:00','2011-02-17 11:30:48','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,6,'','',0,124),(568,'Downtown Heroes: ADA recognizes those who helped revitalize Asheville’s central district','Downtown Heroes: ADA recognizes those who helped revitalize Asheville’s central district','

\r\n\r\nby video and report by Christopher George on 03/02/2011\r\n\r\n

\r\n

\r\nAbout 20 years ago, when a group of residents, business owners, \r\nlocal-government staff and elected officials were trying to revive a \r\nlargely derelict downtown Asheville, “It was discouraging when we saw \r\nthings printed in the newspaper like, ‘All they’re doing is moving the \r\nchairs around on the deck of the Titanic.’” That’s how Tops for Shoes \r\nco-owner Bob Carr, speaking at a Feb. 28 Asheville Downtown Association \r\ncelebration, described the early days of the revitalization effort.\r\n

\r\n

\r\nThe association was capping a two-day conference that night, handing \r\nout its Downtown Heroes awards to individuals, businesses, and groups \r\nthat helped make Asheville’s central district what it is today. Former \r\nDirector of Downtown Development Leslie Anderson, Tops for Shoes, and \r\nPublic Interest Projects were this year’s recipients.\r\n

\r\n

\r\n \r\n

\r\n','

\r\nAs the city’s director of downtown development from 1986-95, Anderson\r\noversaw $63 million in private investment in the business district and \r\nwas one of the people responsible for the creation of the ADA. She used \r\nher acceptance speech to praise some of the lesser known individuals who\r\nplayed roles in downtown’s revitalization, like Rick Ramsey and Grace \r\nPless. “As time progresses ...  the more I realize our intentions and \r\nsuccess in involving hundreds of people, of all types, from all sectors,\r\nhow important this was in our revitalization story,” she said.\r\n

\r\n

\r\nCarr and his wife Ellen, owners of Tops for Shoes, have been downtown\r\nfor at least three decades: The iconic 30,000 square foot shoe store \r\nhas been in the family since Ellen’s parents Louis and Sylvia Resnikoff \r\nfirst opened a general store back in 1952. When other stores were either\r\nclosing or flocking to the Asheville Mall in the 1970s, the Carrs stuck\r\naround. Bob Carr joked that Anderson was a “task master” when it came \r\nto keeping him involved in the revitalization effort (he was the ADA’s \r\nfirst president).\r\n

\r\n

\r\nPIP, the development company founded by the late Julian Price in \r\n1990, invested millions of dollars into at least 18 downtown business \r\nincluding Laughing Seed Cafe, The Orange Peel, and Mountain Xpress.\r\nAccepting the award for PIP were President Pat Whalen and \r\nVice-President Karen Ramshaw. Whalen remembered Julian Price as a person\r\nwho wanted to make downtown a viable alternative for people in \r\nAsheville: When Price would bemoan the amount of money being spent or \r\nthe challenges they faced, Whalen recalled, “Julian said, ‘You know \r\nwe’re just trying to give people a choice, so they can choose \r\ndowntown.’”\r\n

\r\n

\r\n \r\n

\r\nClick to view the video. \r\n',1,2,0,2,'2011-03-04 12:41:03',71,'','2011-03-04 12:41:44',71,0,'0000-00-00 00:00:00','2011-03-04 12:39:04','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,5,'','',0,28),(589,'Asheville Area Riverfront Redevelopment Commission invites public to view preliminary work','Asheville Area Riverfront Redevelopment Commission invites public to view preliminary work','

\r\nThe Asheville Area Riverfront Redevelopment Commission (AARRC) will host an open house from 10 a.m. to noon on Saturday at the Asheville Design Center, located at 8 College St., downtown.\r\n

\r\n

\r\nPreliminary work for the\r\nBetween the Bridges small area riverfront planning process will be on display,\r\nand process participants will be on hand to discuss initial findings. Between\r\nthe Bridges intends to use a small area of the River Arts District as a case\r\nstudy for identifying opportunities for, and challenges to, sustainable\r\nredevelopment as outlined in the Wilma Dykeman RiverWay and other adopted\r\nplans.  \r\n

\r\n','

\r\nThis is an opportunity for\r\nmembers of other boards and commissions, elected officials, and other\r\ninterested public to view the first iteration of work stemming from the\r\nprocess, and to also find ways to become engaged in the larger riverfront\r\nredevelopment process. \r\n

\r\n

\r\nThe AARRC held its first meeting\r\nin May 2010. The commission was created to support the continued development\r\nand sustainability of the riverfront through strategic partnerships. Appointing\r\npartners include the City of Asheville, Buncombe County, the Town of Woodfin,\r\nRiverLink, the Council of Independent Business Owners, the Asheville Area\r\nChamber of Commerce, and the River District Design Review Committee. The AARRC\r\nacts as an advisory board and provides policy and program recommendations to\r\nthe boards of the appointing partners. \r\n

\r\n

\r\nFor more information about\r\nthe Asheville Area Riverfront Redevelopment Commission, visit the city\'s\r\nwebpage at www.ashevillenc.gov, hover over "Projects and\r\nInitiatives" on the left side of the page, and click on "Riverfront\r\nRedevelopment."\r\n

\r\nThis release may be found at http://www.ashevillenc.gov/news/news_releases/default.aspx?id=26290
\r\n
\r\n',1,2,0,2,'2011-03-23 11:57:33',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-03-23 11:56:12','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,3,'','',0,19),(590,'Summit hopes to bring homelessness home','Summit hopes to bring homelessness home','

\r\nby Jake Frankel on 03/25/2011 \r\n\r\n

\r\n

\r\nLocal agencies are making progress towards implementing the “10-year \r\nPlan to End Homelessness,” but they need more resources and support. \r\nThat was the theme that emerged from the “2011 Asheville-Buncombe \r\nHomeless Summit,” held March 25 at the Masonic Temple in downtown \r\nAsheville.\r\n

\r\n

\r\nLocal agencies are making progress towards implementing the “10-year \r\nPlan to End Homelessness,” but they need more resources and support. \r\nThat was the theme that emerged from the “2011 Asheville-Buncombe \r\nHomeless Summit,” held March 25 at the Masonic Temple in downtown \r\nAsheville.\r\n

\r\n

\r\n \r\n

\r\n','

\r\nRobin Merrell, a member of the Homeless Initiative Advisory \r\nCommittee Board, emphasized that since the plan’s adoption in 2005, it’s\r\nhad a significant impact. As of the last point-in-time count in January\r\n2011, the city’s homeless population was 498, compared to 518 in 2010 \r\nand 689 in 2004. Of those 498 people, 126 of them were considered to be \r\n“chronically homeless,” a 61-person dip from last year.\r\n

\r\n

\r\nDespite the tough economic times, Merrell and others credit a \r\n“housing first” model — in which homeless folks are placed in housing \r\nimmediately, without preconditions such as finding a job or getting \r\ntreatment for addiction — for much of the improvement. \r\n

\r\n

\r\nSuccess Story\r\n

\r\n

\r\nPatricia Whitmore, who lived on the streets of Asheville for 14 years, says the initiative saved her life.\r\n

\r\n

\r\nAfter prison time for selling drugs, Whitmore landed at the Homeward \r\nBound’s “Room in the Inn” program, which functions as a mobile crisis \r\nshelter for women. Over a 10-month period, Whitmore received food and \r\nshelter, and she got help finding a place to live. Homeward Bound also \r\nhelped put her in touch with substance abuse treatment services.\r\n

\r\n

\r\n“It was a home away from home,” she says, noting how quickly the \r\nnonprofit helps people find homes. Whitmore, who says that she’s been \r\noff drugs now for 16 months, adds that the most helpful thing about the \r\nservice was its requirement to “be in at night.” Without that, “I \r\nprobably would’ve been out there doing the same thing, drugging or in \r\njail,” she admits.\r\n

\r\n

\r\nJust three weeks ago, Whitmore’s support team helped her move into \r\nmore permanent digs, and they’re helping her seek Social Security \r\ndisability. She says she was seriously injured in a car wreck in 1989 \r\nbut never sought support until now.\r\n

\r\n

\r\n“There’s help out there for us,” she says. “I was homeless for 14 \r\nyears. You just have to open the doors. If you don’t know where it is, \r\nask questions. I ask a whole lot of questions.”\r\n

\r\n

\r\nMore resources needed\r\n

\r\n

\r\nMeanwhile, Merrell worries that in this tough economic climate, the money available to help people like Whitmore is drying up.\r\n

\r\n

\r\nLeaders at the summit debated over lunch on how to gain more support and resources for the initiative.\r\n

\r\n

\r\nBrian Alexander, executive director of Homeward Bound, pitched better marketing.\r\n

\r\n

\r\n“We know what works. Things are working. If we had enough resources \r\nin our community, we could end homelessness right now,” he said. \r\n“Whether or not we can do that is dependent or not on if we get the word\r\nout to the community. … In order to maximize what we can do with the \r\n10-year plan, we’re going to have to educate the wider public about what\r\nwe’re doing. … so we can build the kind of resources that we need.”\r\n

\r\n

\r\nIn response, Dwight Butner of the the Asheville Downtown \r\nAssociation emphasized that marketing the plan needs to speak to \r\npeoples’ pocketbooks. He also noted that it would likely gain support if\r\nit more clearly defined the difference between homelessness and \r\nvagrancy.\r\n

\r\n

\r\n“Everyone at this table is devoted to this plan. But if you go talk \r\nto people who are not, some of them are sitting there wondering why \r\ntheir tax dollars are going to pay to support someone who, in their \r\nview, is an indigent drunk,” he explained. “You have to say, ‘unless we \r\nwant indigents laying all over the community and dying under bridges, we\r\nneed to do this, and it saves us this much money.’”\r\n

\r\n',1,2,0,2,'2011-03-28 13:52:30',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-03-28 13:51:06','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,2,'','',0,15),(591,'Downtown After 5: Call for Artists','Downtown After 5: Call for Artists','

\r\nEvery\r\nyear, the Asheville Downtown Association produces "Downtown After 5" in the\r\nsummer months.  This is considered to be\r\none of the cornerstone events for our great downtown.  We always look to our local artist community\r\nto provide us with a fun, new look every year to promote the event.  This year, we would like to partner with an\r\nartist to create a logo for the event that can be used year after year.  If you are interested, please follow the\r\ndesign specifications below and submit your work to info@ashevilledowntown.org .\r\n

\r\n

\r\nDesign\r\nSpecifications:\r\n

\r\n\r\n

\r\nWinning\r\nsubmission will be notified by April 15th.  Winner will be required to add logos to\r\nposter design and transfer central element with logos to t-shirt design.  Winner also agrees to produce the artwork for\r\nbanners and other marketing collateral.  All\r\nartwork and design becomes the property of the Asheville Downtown Association upon\r\nselection.  Proper credit will be given\r\nto artist.\r\n

\r\n

\r\nPrize:\r\n$500 plus season VIP package\r\n

\r\n','',1,2,0,2,'2011-03-30 11:31:12',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-03-10 01:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,1,'','',0,66),(592,'Western North Carolina Alliance','Western North Carolina Alliance','
\r\nWestern North Carolina Alliance
\r\n29 North Market St., Suite 610
\r\nAsheville, NC 28801
\r\n (828) 258-8737
\r\nwww.WNCA.org
\r\n
\r\n
\r\n','',1,11,0,18,'2011-03-30 12:59:09',71,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-03-30 12:57:41','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,1,'','',0,0); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_content` ENABLE KEYS */; -- -- Table structure for table `jos_content_frontpage` -- DROP TABLE IF EXISTS `jos_content_frontpage`; CREATE TABLE `jos_content_frontpage` ( `content_id` int(11) NOT NULL default '0', `ordering` int(11) NOT NULL default '0', PRIMARY KEY (`content_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `jos_content_frontpage` -- /*!40000 ALTER TABLE `jos_content_frontpage` DISABLE KEYS */; LOCK TABLES `jos_content_frontpage` WRITE; INSERT INTO `jos_content_frontpage` VALUES (8,6),(198,5),(204,4),(226,3),(227,2),(457,1); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_content_frontpage` ENABLE KEYS */; -- -- Table structure for table `jos_content_rating` -- DROP TABLE IF EXISTS `jos_content_rating`; CREATE TABLE `jos_content_rating` ( `content_id` int(11) NOT NULL default '0', `rating_sum` int(11) unsigned NOT NULL default '0', `rating_count` int(11) unsigned NOT NULL default '0', `lastip` varchar(50) NOT NULL default '', PRIMARY KEY (`content_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `jos_content_rating` -- /*!40000 ALTER TABLE `jos_content_rating` DISABLE KEYS */; LOCK TABLES `jos_content_rating` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `jos_content_rating` ENABLE KEYS */; -- -- Table structure for table `jos_core_acl_aro` -- DROP TABLE IF EXISTS `jos_core_acl_aro`; CREATE TABLE `jos_core_acl_aro` ( `aro_id` int(11) NOT NULL auto_increment, `section_value` varchar(240) NOT NULL default '0', `value` varchar(240) NOT NULL default '', `order_value` int(11) NOT NULL default '0', `name` varchar(255) NOT NULL default '', `hidden` int(11) NOT NULL default '0', PRIMARY KEY (`aro_id`), UNIQUE KEY `jos_gacl_section_value_value_aro` (`section_value`(100),`value`(100)), KEY `jos_gacl_hidden_aro` (`hidden`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `jos_core_acl_aro` -- /*!40000 ALTER TABLE `jos_core_acl_aro` DISABLE KEYS */; LOCK TABLES `jos_core_acl_aro` WRITE; INSERT INTO `jos_core_acl_aro` VALUES (10,'users','62',0,'Administrator',0),(11,'users','63',0,'Sean Topfloor',0),(12,'users','64',0,'Naomi Ellis',0),(13,'users','65',0,'sue',0),(14,'users','66',0,'Adrian Vassallo',0),(15,'users','67',0,'Cate Marvill',0),(16,'users','68',0,'Carmen Cabrera',0),(20,'users','72',0,'ADA Marketing Committee',0),(482,'users','534',0,'Peggy & Mike Taylor',0),(19,'users','71',0,'Joanna',0),(22,'users','74',0,'Meghan Rogers',0),(33,'users','85',0,'sue tutu',0),(34,'users','86',0,'Dana Davis',0),(35,'users','87',0,'Karl Hosler',0),(36,'users','88',0,'Average Joe',0),(37,'users','89',0,'Average Joe',0),(38,'users','90',0,'Kristin Baldwin',0),(39,'users','91',0,'Irene Semanchuk',0),(40,'users','92',0,'David Starkey',0),(41,'users','93',0,'MIa Elias',0),(42,'users','94',0,'Lynn Rapp',0),(43,'users','95',0,'George Barnwell',0),(44,'users','96',0,'Suzanne Hirsch',0),(45,'users','97',0,'Will Knight',0),(46,'users','98',0,'John Riendeau',0),(47,'users','99',0,'Amy Dewey',0),(48,'users','100',0,'Leigh Lewis',0),(49,'users','101',0,'Josh Sullivan',0),(50,'users','102',0,'Eric Wilson',0),(51,'users','103',0,'Don Sanderson',0),(52,'users','104',0,'george Barnwell',0),(53,'users','105',0,'Tommy Lambert',0),(54,'users','106',0,'Evelyn Agin',0),(55,'users','107',0,'Kevin Brignac',0),(56,'users','108',0,'Kevin Dobo-Hoffman',0),(57,'users','109',0,'Tyler Roberts',0),(58,'users','110',0,'Victoria McDowell',0),(59,'users','111',0,'Otis Stelly',0),(60,'users','112',0,'Karen Vernon',0),(61,'users','113',0,'Mary Nichols',0),(62,'users','114',0,'John Mitchell',0),(63,'users','115',0,'Erica Batstone',0),(64,'users','116',0,'Michael Vaughn',0),(65,'users','117',0,'Marianne Deaton',0),(66,'users','118',0,'William Crownover',0),(67,'users','119',0,'John Michael Kledis',0),(68,'users','120',0,'Kyle Bailey',0),(69,'users','121',0,'Kimberly Walker',0),(70,'users','122',0,'James Reed',0),(71,'users','123',0,'Todd Boettcher',0),(72,'users','124',0,'Michelle Gardner',0),(73,'users','125',0,'Travis McDowell',0),(74,'users','126',0,'Melissa Harmon',0),(75,'users','127',0,'Savanna Steele',0),(76,'users','128',0,'Tara Theodossis',0),(77,'users','129',0,'elliott copney',0),(78,'users','130',0,'Kristin Halstead',0),(79,'users','131',0,'Matthew Dills',0),(80,'users','132',0,'Eugene Brannon',0),(81,'users','133',0,'Bernard McWilliams',0),(82,'users','134',0,'Stephanie Jonas',0),(83,'users','135',0,'Steven Heulett',0),(84,'users','136',0,'John Walker',0),(85,'users','137',0,'Emily McClure',0),(86,'users','138',0,'Jeffrey Seiler',0),(87,'users','139',0,'alan wagner',0),(88,'users','140',0,'Hardy Feige',0),(89,'users','141',0,'Jamison Yoder',0),(90,'users','142',0,'Lawrence Jones',0),(91,'users','143',0,'Brian Ellis',0),(92,'users','144',0,'Charles Gantner',0),(93,'users','145',0,'Paul Williamson',0),(94,'users','146',0,'carol tighe',0),(95,'users','147',0,'Ross Akin',0),(96,'users','148',0,'Seth Harr',0),(97,'users','149',0,'Matt Casale',0),(98,'users','150',0,'Susan Griffin',0),(99,'users','151',0,'Kevin McElroy',0),(100,'users','152',0,'David Laughlin',0),(101,'users','153',0,'Nicole Jensen',0),(102,'users','154',0,'Rebecca Fox',0),(103,'users','155',0,'Stephen Oswald',0),(104,'users','156',0,'Patricia Casciato',0),(105,'users','157',0,'Kendra Canty',0),(106,'users','158',0,'Stephani Pelchat',0),(107,'users','159',0,'Gabby Hayes',0),(108,'users','160',0,'Linda Fritsch',0),(109,'users','161',0,'Jil Swanson',0),(110,'users','162',0,'Thomas Crowell',0),(111,'users','163',0,'Monica Kellogg',0),(112,'users','164',0,'Kay Nabers',0),(113,'users','165',0,'robert dorsey',0),(114,'users','166',0,'Cynthia Hart',0),(115,'users','167',0,'Jennifer Humphreys',0),(116,'users','168',0,'Linda Stitzinger',0),(117,'users','169',0,'Steve Rosenfelt',0),(118,'users','170',0,'Gawain Mainwaring',0),(119,'users','171',0,'TROY RICHARD',0),(120,'users','172',0,'Thomas Bush',0),(121,'users','173',0,'Christopher Frosaker',0),(122,'users','174',0,'Shannon Slater',0),(123,'users','175',0,'Christopher Moore',0),(124,'users','176',0,'Jennifer Jameson',0),(125,'users','177',0,'christian olejniczak',0),(126,'users','178',0,'Robert Vogel',0),(127,'users','179',0,'Robert Vogel',0),(128,'users','180',0,'Robert Holman',0),(129,'users','181',0,'Robert Hock',0),(130,'users','182',0,'John Lewis',0),(131,'users','183',0,'Brian Vasilik',0),(132,'users','184',0,'Scott Buchanan',0),(133,'users','185',0,'scott saulsbury',0),(134,'users','186',0,'Amber Wismer',0),(135,'users','187',0,'Shannon Eschberger',0),(136,'users','188',0,'Christopher Henry',0),(137,'users','189',0,'Kristina McLean-Piersall',0),(138,'users','190',0,'Ramona Hovey',0),(139,'users','191',0,'david Browning',0),(140,'users','192',0,'Sara McLaughlin',0),(141,'users','193',0,'Steve Miller',0),(142,'users','194',0,'Sarah Kate Wilson',0),(143,'users','195',0,'Shari Obrentz',0),(144,'users','196',0,'Mary Hulihan',0),(145,'users','197',0,'Nora Grabenstein',0),(146,'users','198',0,'Bridget Lippens',0),(147,'users','199',0,'Chris Price',0),(148,'users','200',0,'Judy Price',0),(149,'users','201',0,'Alice Sebrell',0),(150,'users','202',0,'Kathi Petersen',0),(151,'users','203',0,'Heather Riesenberg',0),(152,'users','204',0,'Tony Cooler',0),(153,'users','205',0,'Cheryl Treiber',0),(154,'users','206',0,'David Levy',0),(155,'users','207',0,'Chris Goodwin',0),(156,'users','208',0,'carol clarkin',0),(157,'users','209',0,'jean nutson',0),(158,'users','210',0,'Nancy Rubinic',0),(159,'users','211',0,'Keai Henderson',0),(160,'users','212',0,'Margaret Hester',0),(161,'users','213',0,'Bob LaBreck',0),(162,'users','214',0,'Linda Spil',0),(357,'users','409',0,'Ian Watson',0),(164,'users','216',0,'Cheyenne Youell',0),(165,'users','217',0,'Robin Silver',0),(166,'users','218',0,'Shawn Vyas',0),(167,'users','219',0,'Michael Barnett',0),(168,'users','220',0,'Beth Elliott',0),(169,'users','221',0,'Doug Sidell',0),(170,'users','222',0,'Forrest Pauley',0),(171,'users','223',0,'Brandi Donan',0),(172,'users','224',0,'susan lee',0),(173,'users','225',0,'Kevin Foy',0),(174,'users','226',0,'Brennan Splain',0),(175,'users','227',0,'Jason Simpson',0),(176,'users','228',0,'Emily Heil',0),(177,'users','229',0,'Sally Cochran',0),(178,'users','230',0,'Arthur Leisey',0),(179,'users','231',0,'Troy Querec',0),(180,'users','232',0,'phyllis jesseau',0),(181,'users','233',0,'Bryan White',0),(182,'users','234',0,'Ron Phillips',0),(183,'users','235',0,'geddings crawford',0),(184,'users','236',0,'Jereme Fowler',0),(185,'users','237',0,'Jessica Fields',0),(186,'users','238',0,'Aja Hamden',0),(187,'users','239',0,'Melissa Fish',0),(188,'users','240',0,'Zachary Renner',0),(189,'users','241',0,'Lil Betty Dixon',0),(190,'users','242',0,'joyce Lokey',0),(191,'users','243',0,'Brad Miller',0),(192,'users','244',0,'William Coin',0),(193,'users','245',0,'Carly Reese',0),(194,'users','246',0,'Amanda Miller',0),(195,'users','247',0,'Courtney Wait',0),(196,'users','248',0,'Bryan White',0),(197,'users','249',0,'Linda Hilborn',0),(198,'users','250',0,'Thomas Miller',0),(199,'users','251',0,'William Medina',0),(200,'users','252',0,'Sheri Stewart',0),(201,'users','253',0,'Scott Lelii',0),(202,'users','254',0,'Chris Price',0),(203,'users','255',0,'Samantha Grayson',0),(204,'users','256',0,'Vicki Greene',0),(205,'users','257',0,'Chad Lloyd',0),(206,'users','258',0,'Michael Ostrander',0),(207,'users','259',0,'Jonathan Grunder',0),(208,'users','260',0,'Kellie Plemmons',0),(209,'users','261',0,'Joe Grupp',0),(210,'users','262',0,'edward mertz',0),(211,'users','263',0,'Adam Smith',0),(212,'users','264',0,'Courtney Vanhook',0),(213,'users','265',0,'Kimberly Laughter',0),(214,'users','266',0,'Steven Lantz',0),(215,'users','267',0,'Ernest Hinterkopf',0),(216,'users','268',0,'Jeff Davis',0),(217,'users','269',0,'Tom Snyder',0),(218,'users','270',0,'madge kiser',0),(219,'users','271',0,'Lawrence Holt',0),(220,'users','272',0,'Dave Wilson',0),(221,'users','273',0,'Samuel Craig',0),(222,'users','274',0,'VERNON SHARP',0),(223,'users','275',0,'Brian Lindgren',0),(224,'users','276',0,'Kelly Rader',0),(225,'users','277',0,'John Snelling',0),(226,'users','278',0,'Brandon McDonald',0),(227,'users','279',0,'Terry Terrance',0),(228,'users','280',0,'Karen Orvis',0),(229,'users','281',0,'Darrell Gignilliat',0),(230,'users','282',0,'Frank Spilker',0),(231,'users','283',0,'Richard Elwyn',0),(232,'users','284',0,'Sean Manning',0),(233,'users','285',0,'adrienne Kruse',0),(234,'users','286',0,'Jennifer Ferre',0),(235,'users','287',0,'Rene Leary',0),(236,'users','288',0,'Danielle LoRusso',0),(237,'users','289',0,'Linda Walker',0),(238,'users','290',0,'T. Morgan Davis',0),(239,'users','291',0,'Mary Forbes',0),(240,'users','292',0,'Tom Knoebber',0),(241,'users','293',0,'Paula Alves',0),(242,'users','294',0,'Nancy Hyton',0),(243,'users','295',0,'Jill Patterson',0),(244,'users','296',0,'Candice Mize',0),(245,'users','297',0,'Clarence Whigham',0),(246,'users','298',0,'JULIE JONES',0),(247,'users','299',0,'Darin Prosser',0),(248,'users','300',0,'Lauren Mullikin',0),(249,'users','301',0,'Shelly Spencer',0),(250,'users','302',0,'Matt Simon',0),(251,'users','303',0,'Summer Busto',0),(252,'users','304',0,'Andrew Rhicard',0),(253,'users','305',0,'Michelle Nelson',0),(254,'users','306',0,'Fabrizio Corte',0),(255,'users','307',0,'Matthew Blanton',0),(256,'users','308',0,'John Bell',0),(257,'users','309',0,'Terry Knight',0),(258,'users','310',0,'shannon oesch',0),(259,'users','311',0,'Naomi kovach',0),(260,'users','312',0,'Dylan Doherty',0),(261,'users','313',0,'Melissa Smith',0),(262,'users','314',0,'TRINA MORRIS',0),(263,'users','315',0,'Melinda Knies',0),(264,'users','316',0,'Anthony Bledsoe',0),(265,'users','317',0,'Frances Bailey',0),(266,'users','318',0,'Deane Irving',0),(267,'users','319',0,'Anne Berlin',0),(268,'users','320',0,'Melanie Price',0),(269,'users','321',0,'Courtney O'Neal',0),(270,'users','322',0,'Wayne Figart',0),(271,'users','323',0,'Laura May',0),(272,'users','324',0,'Donald Mayer',0),(273,'users','325',0,'Terry Guthrie',0),(274,'users','326',0,'Maxwell Boettcher',0),(275,'users','327',0,'Robert Damiani',0),(276,'users','328',0,'melissa hall',0),(277,'users','329',0,'Emily Kallander',0),(278,'users','330',0,'Edward Welch',0),(279,'users','331',0,'Anna Edwards',0),(280,'users','332',0,'Rick Queen',0),(281,'users','333',0,'Casey Sussman',0),(282,'users','334',0,'Wendy Segars',0),(283,'users','335',0,'amit kumar',0),(284,'users','336',0,'Terry Goldberg',0),(285,'users','337',0,'Morgan Wortham',0),(286,'users','338',0,'Robert Jordan',0),(287,'users','339',0,'cristyn olenick',0),(288,'users','340',0,'Drew Davis',0),(289,'users','341',0,'J. Chris Frank',0),(290,'users','342',0,'Kenya Johnson',0),(291,'users','343',0,'Mitchell Chrisman',0),(292,'users','344',0,'Ruth Duckworth',0),(293,'users','345',0,'Janet Ferrell',0),(294,'users','346',0,'Judith Bevan',0),(295,'users','347',0,'james woerner',0),(296,'users','348',0,'Angela Wagner',0),(297,'users','349',0,'robert morris',0),(298,'users','350',0,'Norma Estrella',0),(299,'users','351',0,'Kylee Frye',0),(300,'users','352',0,'Kendra Henry',0),(301,'users','353',0,'Douglas Bruggeman',0),(302,'users','354',0,'Daniel Hastings',0),(303,'users','355',0,'Dwayne Cook',0),(304,'users','356',0,'James Drake',0),(305,'users','357',0,'artus moser',0),(306,'users','358',0,'HMichael Rauscher',0),(307,'users','359',0,'David Huff',0),(308,'users','360',0,'Cheryl Johnston',0),(309,'users','361',0,'Elizabeth Stahl',0),(310,'users','362',0,'Michel Walton',0),(311,'users','363',0,'Arthur Darr',0),(312,'users','364',0,'Lindsey Herron',0),(313,'users','365',0,'Christel Kirkpatrick',0),(314,'users','366',0,'Jim Symington',0),(315,'users','367',0,'Bruce Ikelheimer',0),(316,'users','368',0,'Marin Bower-Smith',0),(317,'users','369',0,'Michael Broad',0),(318,'users','370',0,'W.F. Becker',0),(319,'users','371',0,'Edgar Anglin',0),(320,'users','372',0,'James McCracken',0),(321,'users','373',0,'Elizabeth Lopez',0),(322,'users','374',0,'Erik Weber',0),(323,'users','375',0,'Melanie LaFlam',0),(324,'users','376',0,'Katherine Ellestad',0),(325,'users','377',0,'Rebecca Wiegand',0),(326,'users','378',0,'luis maldonado',0),(327,'users','379',0,'Lena Boesser-Koschmann',0),(328,'users','380',0,'Joe Lytle',0),(329,'users','381',0,'James Stratton',0),(330,'users','382',0,'Taylor Smith',0),(331,'users','383',0,'Carol Deal',0),(332,'users','384',0,'William Mills',0),(333,'users','385',0,'Margaret Carraway',0),(334,'users','386',0,'Matthew Ray',0),(335,'users','387',0,'Katherine Ellestad',0),(336,'users','388',0,'Mary Walker',0),(337,'users','389',0,'Tracey Gollwitzer',0),(338,'users','390',0,'Mack Pearsall',0),(339,'users','391',0,'Melissa Cornish',0),(340,'users','392',0,'Matt Conrad',0),(341,'users','393',0,'Hollie Davies',0),(342,'users','394',0,'Joseph Sollazzo',0),(343,'users','395',0,'Susan McCue',0),(344,'users','396',0,'Stephen Jarman',0),(345,'users','397',0,'annie REED',0),(346,'users','398',0,'Diane Ezrol',0),(347,'users','399',0,'Rick Schrader',0),(348,'users','400',0,'Terrie Harris',0),(349,'users','401',0,'Don Stutts',0),(350,'users','402',0,'Mark Treiber',0),(351,'users','403',0,'Bill Vaassen',0),(352,'users','404',0,'James Perkerson',0),(353,'users','405',0,'Brian Cohen',0),(354,'users','406',0,'Amy Ragsdale',0),(355,'users','407',0,'Scott Brooks',0),(356,'users','408',0,'Tim Egan',0),(358,'users','410',0,'Lori Berry',0),(359,'users','411',0,'Zachary Fowler',0),(360,'users','412',0,'Sarah Wakefield',0),(361,'users','413',0,'Jennifer Streit',0),(362,'users','414',0,'Greg McCarty',0),(363,'users','415',0,'Anish Eapen',0),(364,'users','416',0,'Melanie Yeager',0),(365,'users','417',0,'Bethany Sheffield',0),(366,'users','418',0,'Gene Gilmer',0),(367,'users','419',0,'Jeffrey Manaloto',0),(368,'users','420',0,'Daniel crego',0),(369,'users','421',0,'Jessica Shutt',0),(370,'users','422',0,'taylor sassmann',0),(371,'users','423',0,'David Holmes',0),(372,'users','424',0,'blake teasley',0),(373,'users','425',0,'Shauna Cupolo',0),(374,'users','426',0,'NATHAN MANSPERGER',0),(375,'users','427',0,'Megan Campbell',0),(376,'users','428',0,'john richardson',0),(377,'users','429',0,'Lyn Gleasure',0),(378,'users','430',0,'Andrea Leone',0),(379,'users','431',0,'Chris Dunbar',0),(380,'users','432',0,'Cindy Conner',0),(381,'users','433',0,'Tamara Cohen',0),(382,'users','434',0,'james rogers',0),(383,'users','435',0,'Jonathon Eggena',0),(384,'users','436',0,'Dalene Powell',0),(385,'users','437',0,'emily witherspoon',0),(386,'users','438',0,'Travis Thompson',0),(387,'users','439',0,'Evan Wantland',0),(388,'users','440',0,'Devin Waters',0),(389,'users','441',0,'Mary Vermeer',0),(390,'users','442',0,'William Strickland',0),(391,'users','443',0,'Jeremy Sessoms',0),(392,'users','444',0,'Alexandra Donlan',0),(393,'users','445',0,'Dave Penrose',0),(394,'users','446',0,'Anne Hosey',0),(395,'users','447',0,'Caleb Lillard',0),(396,'users','448',0,'Ben Caldwell',0),(397,'users','449',0,'Laura Salley',0),(398,'users','450',0,'Dana Petri',0),(399,'users','451',0,'Emily Frandsen',0),(400,'users','452',0,'Erzsebet Getz',0),(401,'users','453',0,'Jennifer Chera',0),(402,'users','454',0,'Elizabeth Heltz',0),(403,'users','455',0,'Charles Miller',0),(404,'users','456',0,'david mcLaughlin',0),(405,'users','457',0,'Lauren Kendall',0),(406,'users','458',0,'Matus Ferguson',0),(407,'users','459',0,'Ann Webb',0),(408,'users','460',0,'Ryan Bach',0),(409,'users','461',0,'Brian Zick',0),(410,'users','462',0,'Kimberley Harris',0),(411,'users','463',0,'Jonathan Crissman',0),(412,'users','464',0,'Stefanie Atsberger',0),(413,'users','465',0,'Ilsa Mollenkopf',0),(414,'users','466',0,'E Kaye Hand',0),(415,'users','467',0,'Louis Kibler',0),(416,'users','468',0,'Jay Sloan',0),(417,'users','469',0,'Larry Fincher',0),(418,'users','470',0,'Thomas Nye',0),(419,'users','471',0,'Joe Donovan',0),(420,'users','472',0,'Philip Justen',0),(421,'users','473',0,'Kelly O'Daniel',0),(422,'users','474',0,'Samuel Bowers',0),(423,'users','475',0,'Erin Donohue',0),(424,'users','476',0,'Greg Freitas',0),(425,'users','477',0,'Christina Myers',0),(426,'users','478',0,'michael norris',0),(427,'users','479',0,'Jana Doom',0),(428,'users','480',0,'Gregg Miller',0),(429,'users','481',0,'zuzana geer',0),(430,'users','482',0,'Connie Hahn',0),(431,'users','483',0,'James Rumbaugh',0),(432,'users','484',0,'christel kirkpatrick',0),(433,'users','485',0,'Kevin Riutort',0),(434,'users','486',0,'Jean Witherspoon',0),(435,'users','487',0,'Dane Randall',0),(436,'users','488',0,'Crystal Simmons',0),(437,'users','489',0,'Kimberly McCall',0),(438,'users','490',0,'Bryan Freeborn',0),(439,'users','491',0,'Diane Simmons',0),(440,'users','492',0,'Dane Barrager',0),(441,'users','493',0,'Chris Dobson',0),(442,'users','494',0,'Steven Dunn',0),(443,'users','495',0,'David Clegg',0),(444,'users','496',0,'Clayton & Geraldine Ludeman',0),(447,'users','499',0,'Fran Harvey',0),(446,'users','498',0,'David Quinn',0),(448,'users','500',0,'Judy Romick',0),(449,'users','501',0,'George Keller',0),(450,'users','502',0,'David Gantt',0),(451,'users','503',0,'Esther Manheimer',0),(452,'users','504',0,'Michael McMurtrey',0),(453,'users','505',0,'David Mayeux',0),(454,'users','506',0,'Tom Flora',0),(455,'users','507',0,'Stacey Keith',0),(456,'users','508',0,'Thomas Wright',0),(457,'users','509',0,'Kathy Wilson',0),(458,'users','510',0,'Patric Mullen',0),(459,'users','511',0,'gene masters',0),(460,'users','512',0,'John Menkes',0),(461,'users','513',0,'Stacie Hicks',0),(462,'users','514',0,'Kathy Redmond',0),(463,'users','515',0,'Eric Clonch',0),(464,'users','516',0,'Jonathan Frappier',0),(465,'users','517',0,'Kendra Turner',0),(466,'users','518',0,'Kelly Miller',0),(467,'users','519',0,'Emily Thomas',0),(468,'users','520',0,'Randy Hammer',0),(469,'users','521',0,'David Spray',0),(470,'users','522',0,'Franzi Charen',0),(471,'users','523',0,'Jessica Gualano',0),(472,'users','524',0,'timothy martin',0),(473,'users','525',0,'Peter Pollay',0),(474,'users','526',0,'Susan Marshall',0),(475,'users','527',0,'Denise Bitz',0),(476,'users','528',0,'Crawford Craige',0),(477,'users','529',0,'Steven Woolum',0),(478,'users','530',0,'Tina Lipscomb',0),(479,'users','531',0,'Joe Grace',0),(480,'users','532',0,'Mary Bridges',0),(481,'users','533',0,'Robert Long',0),(483,'users','535',0,'Diane Levy',0),(484,'users','536',0,'Jennifer Pickering',0),(485,'users','537',0,'Terry O'Keefe',0),(486,'users','538',0,'Jennifer Elliott',0),(487,'users','539',0,'Reuel Heyden',0),(488,'users','540',0,'kranbery kranbery',0),(489,'users','541',0,'james laughlin',0),(490,'users','542',0,'Kate Anderson',0),(491,'users','543',0,'Christy Chessman',0),(492,'users','544',0,'Aaron Bailey',0),(493,'users','545',0,'Amy Huntsman',0),(494,'users','546',0,'Teresa Fox',0),(495,'users','547',0,'Jesus Gonzalez',0),(496,'users','548',0,'Jerry Soles',0),(497,'users','549',0,'Rachel Smith',0),(498,'users','550',0,'Robert Chason',0),(499,'users','551',0,'Jenny Scruggs',0),(500,'users','552',0,'Erica Deray',0),(501,'users','553',0,'Jennifer Key',0),(502,'users','554',0,'John Mitchell',0),(503,'users','555',0,'Virginia Penland',0),(504,'users','556',0,'Bethany Palmer',0),(505,'users','557',0,'Stephen Hopkins',0),(506,'users','558',0,'jason cook',0),(507,'users','559',0,'Micah McNeer',0),(508,'users','560',0,'Christi Williams',0),(509,'users','561',0,'Kelly Schitter',0),(510,'users','562',0,'Woolie Wisham',0),(511,'users','563',0,'E Jackson Allison Jr',0),(512,'users','564',0,'Kyle Knight',0),(513,'users','565',0,'Katy McLean',0),(514,'users','566',0,'Tyrone Phillips',0),(515,'users','567',0,'Scott Bowers',0),(516,'users','568',0,'Ida Miller',0),(517,'users','569',0,'Frederick Nace',0),(518,'users','570',0,'Steve Williams',0),(519,'users','571',0,'keith sharpe',0),(520,'users','572',0,'Robert Kilinski',0),(521,'users','573',0,'Franell Fedor',0),(522,'users','574',0,'Robert Patrick',0),(523,'users','575',0,'Brian Maney',0),(524,'users','576',0,'Matt Toto',0),(525,'users','577',0,'Jennie McElroy',0),(526,'users','578',0,'Kellie Kiely',0),(527,'users','579',0,'Stephanie Weber',0),(528,'users','580',0,'Karen Punta',0),(529,'users','581',0,'Linda Youngblood',0),(530,'users','582',0,'Larry Fincher',0),(531,'users','583',0,'John Capps',0),(532,'users','584',0,'Kent Campbell',0),(533,'users','585',0,'Kristi Kreighbaum',0),(534,'users','586',0,'Karen Maguire',0),(535,'users','587',0,'Lorne Malec',0),(536,'users','588',0,'Peter F. Hartwick',0),(537,'users','589',0,'Elizabeth Morgan',0),(538,'users','590',0,'Thomas Karvonen',0),(539,'users','591',0,'Brian Eubanks',0),(540,'users','592',0,'Jeremy Weber',0),(541,'users','593',0,'Michael Early',0),(542,'users','594',0,'Patrick Beeson',0),(543,'users','595',0,'Jay Wall',0),(544,'users','596',0,'William Kimbrough',0),(545,'users','597',0,'Jason Bunn',0),(546,'users','598',0,'Kim McMurtry',0),(547,'users','599',0,'Nichol Hazzard',0),(548,'users','600',0,'Phillip Points',0),(549,'users','601',0,'Heather Shore',0),(550,'users','602',0,'gordon jacobs',0),(551,'users','603',0,'Suzanne Sikes',0),(552,'users','604',0,'Tara Piper',0),(553,'users','605',0,'Richard Marguet',0),(554,'users','606',0,'rick wilson',0),(555,'users','607',0,'william knips',0),(556,'users','608',0,'Stevon Burgin',0),(557,'users','609',0,'Nichole Lindgren',0),(558,'users','610',0,'larry elliott',0),(559,'users','611',0,'Jennifer Stevenson',0),(560,'users','612',0,'Mike Garner',0),(561,'users','613',0,'Meredith Gregory',0),(562,'users','614',0,'George Lycan',0),(563,'users','615',0,'Jason Carpenter',0),(564,'users','616',0,'Heather Stegmaier',0),(565,'users','617',0,'Donna Criswell',0),(566,'users','618',0,'Michael Bragg',0),(567,'users','619',0,'Michele Iverson',0),(568,'users','620',0,'Melissa Hall',0),(569,'users','621',0,'Tanya Camille',0),(570,'users','622',0,'Valerie Martin',0),(571,'users','623',0,'Jason Lindgren',0),(572,'users','624',0,'William Beard',0),(573,'users','625',0,'Sam Henry',0),(574,'users','626',0,'Jill Adams',0),(575,'users','627',0,'William Dotson',0),(576,'users','628',0,'Mark Nielson',0),(577,'users','629',0,'Sonya Desai',0),(578,'users','630',0,'Carol Spann',0),(579,'users','631',0,'George Seibel',0),(580,'users','632',0,'Molly Cleveland',0),(581,'users','633',0,'Melissa Justen',0),(582,'users','634',0,'sharon rohrer',0),(583,'users','635',0,'Janet Brown',0),(584,'users','636',0,'Randy McKinney',0),(585,'users','637',0,'Matthew Wall',0),(586,'users','638',0,'William Freeman',0),(587,'users','639',0,'Sara Monson',0),(588,'users','640',0,'David Pearson',0),(589,'users','641',0,'Erin Maccarelli',0),(590,'users','642',0,'Michelle Bonn',0),(591,'users','643',0,'Ash LeBlanc',0),(592,'users','644',0,'Robert Brooks',0),(593,'users','645',0,'Rachael Petre',0),(594,'users','646',0,'Pavlina Smith',0),(595,'users','647',0,'James Slaughter',0),(596,'users','648',0,'Michael Schattschneider',0),(597,'users','649',0,'Raymond Dukes',0),(598,'users','650',0,'Marcia Rubensohn',0),(599,'users','651',0,'Mike Parentice',0),(600,'users','652',0,'Whit Fortenberry',0),(601,'users','653',0,'Stephanie O'Brien',0),(602,'users','654',0,'Gregory Hammer',0),(603,'users','655',0,'Michelle Nelson',0),(604,'users','656',0,'Andrew Wampler',0),(605,'users','657',0,'Elizabeth DePass',0),(606,'users','658',0,'Juli Anderson',0),(607,'users','659',0,'April Miller',0),(608,'users','660',0,'Jessica Levitt',0),(609,'users','661',0,'Janna Scarborough',0),(610,'users','662',0,'Caroline Strain',0),(611,'users','663',0,'Robert Montrym',0),(612,'users','664',0,'lee blank',0),(613,'users','665',0,'Fran Kelsey',0),(614,'users','666',0,'Scott Melton',0),(615,'users','667',0,'Stacy Loew',0),(616,'users','668',0,'Louis Kibler',0),(617,'users','669',0,'Melissa Bloom',0),(618,'users','670',0,'Carolyn Szklenski',0),(619,'users','671',0,'Holly Stiles',0),(620,'users','672',0,'Elizabeth Cahill',0),(621,'users','673',0,'Dan Dearybury',0),(622,'users','674',0,'Sara Thomas',0),(623,'users','675',0,'Shannon May',0),(624,'users','676',0,'Lauren Wells',0),(625,'users','677',0,'Timothy Smith',0),(626,'users','678',0,'Jeremy Graves',0),(627,'users','679',0,'Tricia Johnston',0),(628,'users','680',0,'Alexandra Meyer',0),(629,'users','681',0,'Gary Laws',0),(630,'users','682',0,'nick nygaard',0),(631,'users','683',0,'Billie Stallings',0),(632,'users','684',0,'Diane Hernandez',0),(633,'users','685',0,'Nancy Deuel',0),(634,'users','686',0,'Richard Bostick',0),(635,'users','687',0,'Germaine T Santon',0),(636,'users','688',0,'Matthew Groome',0),(637,'users','689',0,'Cynthia Hamilton',0),(638,'users','690',0,'David Weisbeck',0),(639,'users','691',0,'EDWARD HILL',0),(640,'users','692',0,'Janine Haugh',0),(641,'users','693',0,'Sasha McCurry',0),(642,'users','694',0,'Jeff Keener',0),(643,'users','695',0,'Mark Floan',0),(644,'users','696',0,'Michael Kepley',0),(645,'users','697',0,'Amanda Bucco',0),(646,'users','698',0,'Sara Pollard',0),(647,'users','699',0,'Claire Wisniewski',0),(648,'users','700',0,'Erica Novich',0),(649,'users','701',0,'Donald Hewitt',0),(650,'users','702',0,'Sean Skierczynski',0),(651,'users','703',0,'Ryan Sigsbey',0),(652,'users','704',0,'Shawn Jacobsen',0),(653,'users','705',0,'jonathan brigman',0),(654,'users','706',0,'Douglas Johnson',0),(655,'users','707',0,'richard webb',0),(656,'users','708',0,'Erik Johanson',0),(657,'users','709',0,'Robert Wallace',0),(658,'users','710',0,'Carol Wagner',0),(659,'users','711',0,'Barbara Gomoll',0),(660,'users','712',0,'Benjamin Platte',0),(661,'users','713',0,'Jose Alvarez',0),(662,'users','714',0,'Katie Nery',0),(663,'users','715',0,'Josh Mellon',0),(664,'users','716',0,'Michael James',0),(665,'users','717',0,'Susan McCarthy',0),(666,'users','718',0,'coleman hall',0),(667,'users','719',0,'Ariel Warden',0),(668,'users','720',0,'Edward Dawley',0),(669,'users','721',0,'Darrin Simpson',0),(670,'users','722',0,'Tom Chalmers',0),(671,'users','723',0,'Emily Miller',0),(672,'users','724',0,'Bryon Graeber',0),(673,'users','725',0,'Debra Heitter',0),(674,'users','726',0,'Thomas Carpenter',0),(675,'users','727',0,'michael wildt',0),(676,'users','728',0,'Joseph Donovan',0),(677,'users','729',0,'Lisa Furmanek',0),(678,'users','730',0,'Shawn Vyas',0),(679,'users','731',0,'Alisa Laudicina',0),(680,'users','732',0,'Christina Vonthronsohnhaus',0),(681,'users','733',0,'Molly Zink',0),(682,'users','734',0,'Alisa Hamilton',0),(683,'users','735',0,'Louise Lucia',0),(684,'users','736',0,'Andrew Davidson',0),(685,'users','737',0,'Marsha Shafer',0),(686,'users','738',0,'Thomas Copeland',0),(687,'users','739',0,'Lori Ulrich',0),(688,'users','740',0,'Robert Vogel',0),(689,'users','741',0,'Ashley Jenkins',0),(690,'users','742',0,'James Willis',0),(691,'users','743',0,'cliff o'hara',0),(692,'users','744',0,'William Clinefelter',0),(693,'users','745',0,'Paul Enderson',0),(694,'users','746',0,'Beulah Waller',0),(695,'users','747',0,'Amanda Berry',0),(696,'users','748',0,'Woody Feffer',0),(697,'users','749',0,'Abigail Long',0),(698,'users','750',0,'Meredith Gremchuk',0),(699,'users','751',0,'Norman Penn',0),(700,'users','752',0,'adrian dungan',0),(701,'users','753',0,'Holly Leavitt',0),(702,'users','754',0,'Heather Jones',0),(703,'users','755',0,'Shalene Wyrick',0),(704,'users','756',0,'Barbara Riccardo',0),(705,'users','757',0,'Robert Truman',0),(706,'users','758',0,'John Long',0),(707,'users','759',0,'William Pressley',0),(708,'users','760',0,'Tatiana Malashchenko',0),(709,'users','761',0,'Rebekah Byrd',0),(710,'users','762',0,'Christina Lindgren',0),(711,'users','763',0,'Stephen Jarman',0),(712,'users','764',0,'Maggie Tankersley',0),(713,'users','765',0,'Aundrea Farrell',0),(714,'users','766',0,'Kelly Jones',0),(715,'users','767',0,'Jeremy Ledford',0),(716,'users','768',0,'William Godfrey',0),(717,'users','769',0,'Brandon Murphy',0),(718,'users','770',0,'Tim Arem',0),(719,'users','771',0,'Elke Bonnie',0),(720,'users','772',0,'Paul Stansell',0),(721,'users','773',0,'jacquelyn schauer',0),(722,'users','774',0,'charles wilson',0),(723,'users','775',0,'Michelle Eldridge',0),(724,'users','776',0,'Jennifer Flint',0),(725,'users','777',0,'Benjamin Tacker',0),(726,'users','778',0,'Nancy Rossi',0),(727,'users','779',0,'Katherine Lyons',0),(728,'users','780',0,'Cindy Embrey',0),(729,'users','781',0,'Kim Saunders',0),(730,'users','782',0,'Mary Tonore',0),(731,'users','783',0,'richard loser lll',0),(732,'users','784',0,'Truman Brooks',0),(733,'users','785',0,'Amy Cornett',0),(734,'users','786',0,'linda hurt',0),(735,'users','787',0,'Martha Betz',0),(736,'users','788',0,'Shannon Straughn',0),(737,'users','789',0,'Kandy Luchsinger',0),(738,'users','790',0,'Mary-Sidney Ritch',0),(739,'users','791',0,'Jakub Holy',0),(740,'users','792',0,'Constantina Randall',0),(741,'users','793',0,'George Jamesson',0),(742,'users','794',0,'Colin Holloway',0),(743,'users','795',0,'Nakisha Fouch',0),(744,'users','796',0,'kelly keogh',0),(745,'users','797',0,'Kacey Scott',0),(746,'users','798',0,'Kim Kemp',0),(747,'users','799',0,'theodore spirakis',0),(748,'users','800',0,'Andrew Weimert',0),(749,'users','801',0,'Teresa Kerr',0),(750,'users','802',0,'Jennifer Iott',0),(751,'users','803',0,'christopher ivesdal',0),(752,'users','804',0,'james martin',0),(753,'users','805',0,'James Shryock',0),(754,'users','806',0,'Chad Caden',0),(755,'users','807',0,'Frank Murphy',0),(756,'users','808',0,'Ashli Arden',0),(757,'users','809',0,'Nancy Frye',0),(758,'users','810',0,'Carol Sahlfeld',0),(759,'users','811',0,'Heather Keith',0),(760,'users','812',0,'Corey Bullman',0),(761,'users','813',0,'Jon Elliston',0),(762,'users','814',0,'Richard Ingle',0),(763,'users','815',0,'Robert Sondgerath',0),(764,'users','816',0,'Jenifer Bolton',0),(765,'users','817',0,'Barry Miller',0),(766,'users','818',0,'Jennifer James',0),(767,'users','819',0,'Brian Mosher',0),(768,'users','820',0,'Travis Parker',0),(769,'users','821',0,'ashton johnson',0),(770,'users','822',0,'Scott Brynildsen',0),(771,'users','823',0,'Joel Brown',0),(772,'users','824',0,'Kyle Treiber',0),(773,'users','825',0,'Tracy Ramsey',0),(774,'users','826',0,'mary martin',0),(775,'users','827',0,'kenny schwab',0),(776,'users','828',0,'Gregg Perez',0),(777,'users','829',0,'Toby Hensley',0),(778,'users','830',0,'Jacquelyne Adams',0),(779,'users','831',0,'Sarah Sullivan',0),(780,'users','832',0,'Christi Black',0),(781,'users','833',0,'Jon Spath',0),(782,'users','834',0,'david wyscarver',0),(783,'users','835',0,'Pamela Drew',0),(784,'users','836',0,'Olga Vankova',0),(785,'users','837',0,'Elizabeth Matsakis',0),(786,'users','838',0,'Ivan Antonov',0),(787,'users','839',0,'Leah Noel',0),(788,'users','840',0,'Raymond Shann',0),(789,'users','841',0,'Emily McClain',0),(790,'users','842',0,'Mike Oakley',0),(791,'users','843',0,'Jeff Coffey',0),(792,'users','844',0,'Leslie Young',0),(793,'users','845',0,'Peter LaBerge',0),(794,'users','846',0,'Judy Placak',0),(795,'users','847',0,'Matthew Frechette',0),(796,'users','848',0,'Aileen Sutton',0),(797,'users','849',0,'Jared Bower',0),(798,'users','850',0,'Casey May',0),(799,'users','851',0,'Christina Spratley',0),(800,'users','852',0,'Michael Duckworth',0),(801,'users','853',0,'Doug Keller',0),(802,'users','854',0,'bevin hubsch',0),(803,'users','855',0,'Johne Smith',0),(804,'users','856',0,'Christina West',0),(805,'users','857',0,'Kelli Moore',0),(806,'users','858',0,'S K Jones',0),(807,'users','859',0,'Wendy Luce',0),(808,'users','860',0,'Ed Rankin',0),(809,'users','861',0,'Jeff Topczynski',0),(810,'users','862',0,'brad gregg',0),(811,'users','863',0,'Michael Henderson',0),(812,'users','864',0,'Dale McDonald',0),(813,'users','865',0,'William Neeriemer',0),(814,'users','866',0,'Justin Koontz',0),(815,'users','867',0,'alex sears',0),(816,'users','868',0,'Kelly Mundhenk',0),(817,'users','869',0,'Nick Isaksson',0),(818,'users','870',0,'Robert Sorensen',0),(819,'users','871',0,'Hillary Anderson',0),(820,'users','872',0,'Amy Sill',0),(821,'users','873',0,'diane huggins',0),(822,'users','874',0,'Joseph Drake',0),(823,'users','875',0,'Arthur Kelly',0),(824,'users','876',0,'Edward Dzierzynski',0),(825,'users','877',0,'kerry wallace',0),(826,'users','878',0,'Sean Barclay',0),(827,'users','879',0,'Nicole Ferrell',0),(828,'users','880',0,'bobby mchugh',0),(829,'users','881',0,'Candace Hightower',0),(830,'users','882',0,'Wanda Martin',0),(831,'users','883',0,'Anthony Previtera',0),(832,'users','884',0,'Shannon Watts',0),(833,'users','885',0,'Jason McCammon',0),(834,'users','886',0,'laura bell',0),(835,'users','887',0,'Steven Smith',0),(836,'users','888',0,'Keith Browning',0),(837,'users','889',0,'Brennan Splain',0),(838,'users','890',0,'samuel semple',0),(839,'users','891',0,'Robert Bjorkholm',0),(840,'users','892',0,'Farida Khan',0),(841,'users','893',0,'paul redman',0),(842,'users','894',0,'Justin Pratt',0),(843,'users','895',0,'Christina Mayrhofer',0),(844,'users','896',0,'David Penrose',0),(845,'users','897',0,'Bradford Wolfe',0),(846,'users','898',0,'Douglas Roy',0),(847,'users','899',0,'Nathaniel Hudgins',0),(848,'users','900',0,'Amber Singleton',0),(849,'users','901',0,'Jamie Bryan',0),(850,'users','902',0,'David Brandon',0),(851,'users','903',0,'Abraham Detchemendy',0),(852,'users','904',0,'Samuel Iden',0),(853,'users','905',0,'Brent Flournoy',0),(854,'users','906',0,'Mary K Warner',0),(855,'users','907',0,'Lee Kegley',0),(856,'users','908',0,'James Stickney',0),(857,'users','909',0,'Allison Paksoy',0),(858,'users','910',0,'Chris Maslin',0),(859,'users','911',0,'ernest oddono',0),(860,'users','912',0,'Jacob McNair',0),(861,'users','913',0,'Sara Grady',0),(862,'users','914',0,'Katherine Acker',0),(863,'users','915',0,'Corey Testerman',0),(864,'users','916',0,'Monique May',0),(865,'users','917',0,'James Persek',0),(866,'users','918',0,'Nettie DeBergh',0),(867,'users','919',0,'Tennille Owens',0),(868,'users','920',0,'Robert Weir',0),(869,'users','921',0,'Jerry staton',0),(870,'users','922',0,'Alissa Mansfield',0),(871,'users','923',0,'Leslie Morefield',0),(872,'users','924',0,'brant losen',0),(873,'users','925',0,'Alison Fields',0),(874,'users','926',0,'Andrew Renfro',0),(875,'users','927',0,'Jason Szymanski',0),(876,'users','928',0,'Walter Franklin',0),(877,'users','929',0,'Sharon Jackson',0),(878,'users','930',0,'Kathryn Price',0),(879,'users','931',0,'Daniel Smith',0),(880,'users','932',0,'James Halula',0),(881,'users','933',0,'Amy Miller',0),(882,'users','934',0,'Scott Burnside',0),(883,'users','935',0,'Lynette Burnside',0),(884,'users','936',0,'Kerry Hendley',0),(885,'users','937',0,'Sara Schlosberg',0),(886,'users','938',0,'nathan lawrence',0),(887,'users','939',0,'Holly Wilburn',0),(888,'users','940',0,'Sarah Clay Bryant',0),(889,'users','941',0,'Jillian Robbins',0),(890,'users','942',0,'Julie Roepnack',0),(891,'users','943',0,'tyler vanwye',0),(892,'users','944',0,'Jack Hill',0),(893,'users','945',0,'Jessica Rhoads',0),(894,'users','946',0,'lori Kuna',0),(895,'users','947',0,'Joann Lausier',0),(896,'users','948',0,'Ronald Wagner',0),(897,'users','949',0,'Andy Brokmeyer',0),(898,'users','950',0,'Jim Halula',0),(899,'users','951',0,'Benjamin Short',0),(900,'users','952',0,'Lisa Smith',0),(901,'users','953',0,'Brittany Beckwith',0),(902,'users','954',0,'Nikolas Daugherty',0),(903,'users','955',0,'Cynthia Fridd',0),(904,'users','956',0,'dennis blewitt',0),(905,'users','957',0,'Dylan Beres',0),(906,'users','958',0,'PETER BYSTROWSKI',0),(907,'users','959',0,'eric smith',0),(908,'users','960',0,'Forest Davenport',0),(909,'users','961',0,'Will Arledge',0),(910,'users','962',0,'William Aimone',0),(911,'users','963',0,'Cortney Ours',0),(912,'users','964',0,'Sandra Malara',0),(913,'users','965',0,'Aaron Farmer',0),(914,'users','966',0,'Jessica Bumgarner',0),(915,'users','967',0,'Shane Spivey',0),(916,'users','968',0,'Ronald Schulz',0),(917,'users','969',0,'Nicholas Goodman',0),(918,'users','970',0,'Richard Gallo',0),(919,'users','971',0,'Lynn Smith',0),(920,'users','972',0,'Robert Jenkins',0),(921,'users','973',0,'Christoffer Elmquist',0),(922,'users','974',0,'Simon Turner',0),(923,'users','975',0,'Elizabeth Hall',0),(924,'users','976',0,'Amanda Griffin',0),(925,'users','977',0,'Louis Calobrisi',0),(926,'users','978',0,'john bickart',0),(927,'users','979',0,'Michael Evans',0),(928,'users','980',0,'James Sage',0),(929,'users','981',0,'shannon livengood',0),(930,'users','982',0,'William Knauth',0),(931,'users','983',0,'drew walls',0),(932,'users','984',0,'Alexandra Nielson',0),(933,'users','985',0,'katherine snipes',0),(934,'users','986',0,'Mendy DeViney',0),(935,'users','987',0,'melissa murray',0),(936,'users','988',0,'Michael Krueger',0),(937,'users','989',0,'Matthew Eric Schlosser',0),(938,'users','990',0,'Sharon Trammel',0),(939,'users','991',0,'Lucas Weber',0),(940,'users','992',0,'Alisha Suer',0),(941,'users','993',0,'Sherry Nesbitt',0),(942,'users','994',0,'Ryan Kamszik',0),(943,'users','995',0,'matt maultsby',0),(944,'users','996',0,'nicole findura',0),(945,'users','997',0,'Larry Grubbs',0),(946,'users','998',0,'Vernon Daugherty',0),(947,'users','999',0,'jake o'dowd',0),(948,'users','1000',0,'Wasim Al-abed',0),(949,'users','1001',0,'Brittany Stack',0),(950,'users','1002',0,'Ayanna Davis',0),(951,'users','1003',0,'Megan Becker',0),(952,'users','1004',0,'Eric Beeson',0),(953,'users','1005',0,'Roger Popham',0),(954,'users','1006',0,'Dyann Myers',0),(955,'users','1007',0,'Alex Mitchell',0),(956,'users','1008',0,'Kim Houston',0),(957,'users','1009',0,'donald drollinger',0),(958,'users','1010',0,'Andy Waters',0),(959,'users','1011',0,'Jeff Senecal',0),(960,'users','1012',0,'Julia Makarova',0),(961,'users','1013',0,'Rhonda Ingle',0),(962,'users','1014',0,'Victoria Duval',0),(963,'users','1015',0,'joseph penland',0),(964,'users','1016',0,'Christina Olesten',0),(965,'users','1017',0,'Stephen Bralwley',0),(966,'users','1018',0,'richard krish',0),(967,'users','1019',0,'matthew ruh',0),(968,'users','1020',0,'Matthew Just',0),(969,'users','1021',0,'erin champion',0),(970,'users','1022',0,'kimberly morehart',0),(971,'users','1023',0,'Elizabeth Jones',0),(972,'users','1024',0,'Laura Chadwick',0),(973,'users','1025',0,'William Robinson',0),(974,'users','1026',0,'Colleen Bustos',0),(975,'users','1027',0,'Colin McCandless',0),(976,'users','1028',0,'craig robertson',0),(977,'users','1029',0,'Lindy Harris',0),(978,'users','1030',0,'Daniel Rodenbrock',0),(979,'users','1031',0,'nathaniel Sorensen',0),(980,'users','1032',0,'Nathaniel Gude',0),(981,'users','1033',0,'George Shennan',0),(982,'users','1034',0,'Emily Hagan',0),(983,'users','1035',0,'Samantha Maney',0),(984,'users','1036',0,'James Crooks',0),(985,'users','1037',0,'Margaret Urbowicz',0),(986,'users','1038',0,'Kevin McRae',0),(987,'users','1039',0,'KATHY HORNER',0),(988,'users','1040',0,'Will Thornton',0),(989,'users','1041',0,'April Parr',0),(990,'users','1042',0,'Anna Tillman',0),(991,'users','1043',0,'Marty Swann',0),(992,'users','1044',0,'Amber Vance',0),(993,'users','1045',0,'Kathryn Maultsby',0),(994,'users','1046',0,'Stephanie Brooks',0),(995,'users','1047',0,'laura rogers',0),(996,'users','1048',0,'Russell Thompson',0),(997,'users','1049',0,'Mark Hamilton',0),(998,'users','1050',0,'Allan Henke',0),(999,'users','1051',0,'Ricky Kirkpatrick',0),(1000,'users','1052',0,'Kristen Roland',0),(1001,'users','1053',0,'Michael Clark',0),(1002,'users','1054',0,'Bryan Edenfield',0),(1003,'users','1055',0,'Brittney Baldwin',0),(1004,'users','1056',0,'Roselyn Clark',0),(1005,'users','1057',0,'Jeffrey Shultz',0),(1006,'users','1058',0,'Anita Freeman',0),(1007,'users','1059',0,'Ben Powell',0),(1008,'users','1060',0,'Don Costa',0),(1009,'users','1061',0,'Tirra Cowan',0),(1010,'users','1062',0,'Jennifer Nelson',0),(1011,'users','1063',0,'Brenna Burnette',0),(1012,'users','1064',0,'Elizabeth Arwood',0),(1013,'users','1065',0,'michael mcateer',0),(1014,'users','1066',0,'Kenny Polk',0),(1015,'users','1067',0,'Mark Lemke',0),(1016,'users','1068',0,'Johnny evans',0),(1017,'users','1069',0,'Neal Hollaway',0),(1018,'users','1070',0,'Ryan Buskirk',0),(1019,'users','1071',0,'Bret Loefstedt',0),(1020,'users','1072',0,'LISA MCCUTCHEN',0),(1021,'users','1073',0,'Matt Melvin',0),(1022,'users','1074',0,'anastasia belyea',0),(1023,'users','1075',0,'Suzan Melvin',0),(1024,'users','1076',0,'shannon grady',0),(1025,'users','1077',0,'Adam Arthur',0),(1026,'users','1078',0,'Warren Wall',0),(1027,'users','1079',0,'lauren wells',0),(1028,'users','1080',0,'Jason Lensch',0),(1029,'users','1081',0,'Kevin Donochod',0),(1030,'users','1082',0,'Tasha Steimer',0),(1031,'users','1083',0,'Eric Burton',0),(1032,'users','1084',0,'Jordan Parker',0),(1033,'users','1085',0,'Michael Reed',0),(1034,'users','1086',0,'Kathryn Carney',0),(1035,'users','1087',0,'Tom Morrissey',0),(1036,'users','1088',0,'Kristen Gunn',0),(1037,'users','1089',0,'Sarah Matney',0),(1038,'users','1090',0,'Amanda Albee',0),(1039,'users','1091',0,'Ron Rosburg',0),(1040,'users','1092',0,'ronald martin',0),(1041,'users','1093',0,'DONALD WASHINGTON',0),(1042,'users','1094',0,'Chris Cadran',0),(1043,'users','1095',0,'wilson mangum',0),(1044,'users','1096',0,'Candice Abinanti',0),(1045,'users','1097',0,'Elizabeth Greenhagen',0),(1046,'users','1098',0,'Chris Szymanski',0),(1047,'users','1099',0,'Patricia Burns',0),(1048,'users','1100',0,'Matt Mengel',0),(1049,'users','1101',0,'Brian Alexander',0),(1050,'users','1102',0,'Paul Kelman',0),(1051,'users','1103',0,'Larry Blount',0),(1052,'users','1104',0,'Linda Chester',0),(1053,'users','1105',0,'Alexandra Vrtunski',0),(1054,'users','1106',0,'Al Wagener',0),(1055,'users','1107',0,'agnes cheek',0),(1056,'users','1108',0,'Jennifer Taylor',0),(1057,'users','1109',0,'Douglas Sherry',0),(1058,'users','1110',0,'Steve Dunn',0),(1059,'users','1111',0,'Timothy Collins',0),(1060,'users','1112',0,'John Legerton',0),(1061,'users','1113',0,'Gregg Solms',0),(1062,'users','1114',0,'Brenda Macauley',0),(1063,'users','1115',0,'Stuart Rohrbaugh',0),(1064,'users','1116',0,'Billy and Jetta Pyatt',0),(1065,'users','1117',0,'Erica Bell',0),(1066,'users','1118',0,'Atia Triplett',0),(1067,'users','1119',0,'Andrew Montrie',0); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_core_acl_aro` ENABLE KEYS */; -- -- Table structure for table `jos_core_acl_aro_groups` -- DROP TABLE IF EXISTS `jos_core_acl_aro_groups`; CREATE TABLE `jos_core_acl_aro_groups` ( `group_id` int(11) NOT NULL auto_increment, `parent_id` int(11) NOT NULL default '0', `name` varchar(255) NOT NULL default '', `lft` int(11) NOT NULL default '0', `rgt` int(11) NOT NULL default '0', PRIMARY KEY (`group_id`), KEY `parent_id_aro_groups` (`parent_id`), KEY `jos_gacl_parent_id_aro_groups` (`parent_id`), KEY `jos_gacl_lft_rgt_aro_groups` (`lft`,`rgt`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `jos_core_acl_aro_groups` -- /*!40000 ALTER TABLE `jos_core_acl_aro_groups` DISABLE KEYS */; LOCK TABLES `jos_core_acl_aro_groups` WRITE; INSERT INTO `jos_core_acl_aro_groups` VALUES (17,0,'ROOT',1,22),(28,17,'USERS',2,21),(29,28,'Public Frontend',3,12),(18,29,'Registered',4,11),(19,18,'Author',5,10),(20,19,'Editor',6,9),(21,20,'Publisher',7,8),(30,28,'Public Backend',13,20),(23,30,'Manager',14,19),(24,23,'Administrator',15,18),(25,24,'Super Administrator',16,17); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_core_acl_aro_groups` ENABLE KEYS */; -- -- Table structure for table `jos_core_acl_aro_sections` -- DROP TABLE IF EXISTS `jos_core_acl_aro_sections`; CREATE TABLE `jos_core_acl_aro_sections` ( `section_id` int(11) NOT NULL auto_increment, `value` varchar(230) NOT NULL default '', `order_value` int(11) NOT NULL default '0', `name` varchar(230) NOT NULL default '', `hidden` int(11) NOT NULL default '0', PRIMARY KEY (`section_id`), UNIQUE KEY `value_aro_sections` (`value`), UNIQUE KEY `jos_gacl_value_aro_sections` (`value`), KEY `hidden_aro_sections` (`hidden`), KEY `jos_gacl_hidden_aro_sections` (`hidden`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `jos_core_acl_aro_sections` -- /*!40000 ALTER TABLE `jos_core_acl_aro_sections` DISABLE KEYS */; LOCK TABLES `jos_core_acl_aro_sections` WRITE; INSERT INTO `jos_core_acl_aro_sections` VALUES (10,'users',1,'Users',0); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_core_acl_aro_sections` ENABLE KEYS */; -- -- Table structure for table `jos_core_acl_groups_aro_map` -- DROP TABLE IF EXISTS `jos_core_acl_groups_aro_map`; CREATE TABLE `jos_core_acl_groups_aro_map` ( `group_id` int(11) NOT NULL default '0', `section_value` varchar(240) NOT NULL default '', `aro_id` int(11) NOT NULL default '0', UNIQUE KEY `group_id_aro_id_groups_aro_map` (`group_id`,`section_value`,`aro_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `jos_core_acl_groups_aro_map` -- /*!40000 ALTER TABLE `jos_core_acl_groups_aro_map` DISABLE KEYS */; LOCK TABLES `jos_core_acl_groups_aro_map` WRITE; INSERT INTO `jos_core_acl_groups_aro_map` VALUES (18,'',33),(18,'',34),(18,'',35),(18,'',36),(18,'',37),(18,'',38),(18,'',39),(18,'',40),(18,'',41),(18,'',42),(18,'',43),(18,'',44),(18,'',45),(18,'',46),(18,'',47),(18,'',48),(18,'',49),(18,'',50),(18,'',51),(18,'',52),(18,'',53),(18,'',54),(18,'',55),(18,'',56),(18,'',57),(18,'',58),(18,'',59),(18,'',60),(18,'',61),(18,'',62),(18,'',63),(18,'',64),(18,'',65),(18,'',66),(18,'',67),(18,'',68),(18,'',69),(18,'',70),(18,'',71),(18,'',72),(18,'',73),(18,'',74),(18,'',75),(18,'',76),(18,'',77),(18,'',78),(18,'',79),(18,'',80),(18,'',81),(18,'',82),(18,'',83),(18,'',84),(18,'',85),(18,'',86),(18,'',87),(18,'',88),(18,'',89),(18,'',90),(18,'',91),(18,'',92),(18,'',93),(18,'',94),(18,'',95),(18,'',96),(18,'',97),(18,'',98),(18,'',99),(18,'',100),(18,'',101),(18,'',102),(18,'',103),(18,'',104),(18,'',105),(18,'',106),(18,'',107),(18,'',108),(18,'',109),(18,'',110),(18,'',111),(18,'',112),(18,'',113),(18,'',114),(18,'',115),(18,'',116),(18,'',117),(18,'',118),(18,'',119),(18,'',120),(18,'',121),(18,'',122),(18,'',123),(18,'',124),(18,'',125),(18,'',126),(18,'',127),(18,'',128),(18,'',129),(18,'',130),(18,'',131),(18,'',132),(18,'',133),(18,'',134),(18,'',135),(18,'',136),(18,'',137),(18,'',138),(18,'',139),(18,'',140),(18,'',141),(18,'',142),(18,'',143),(18,'',144),(18,'',145),(18,'',146),(18,'',147),(18,'',148),(18,'',149),(18,'',150),(18,'',151),(18,'',152),(18,'',153),(18,'',154),(18,'',155),(18,'',156),(18,'',157),(18,'',158),(18,'',159),(18,'',160),(18,'',161),(18,'',162),(18,'',164),(18,'',165),(18,'',166),(18,'',167),(18,'',168),(18,'',169),(18,'',170),(18,'',171),(18,'',172),(18,'',173),(18,'',174),(18,'',175),(18,'',176),(18,'',177),(18,'',178),(18,'',179),(18,'',180),(18,'',181),(18,'',182),(18,'',183),(18,'',184),(18,'',185),(18,'',186),(18,'',187),(18,'',188),(18,'',189),(18,'',190),(18,'',191),(18,'',192),(18,'',193),(18,'',194),(18,'',195),(18,'',196),(18,'',197),(18,'',198),(18,'',199),(18,'',200),(18,'',201),(18,'',202),(18,'',203),(18,'',204),(18,'',205),(18,'',206),(18,'',207),(18,'',208),(18,'',209),(18,'',210),(18,'',211),(18,'',212),(18,'',213),(18,'',214),(18,'',215),(18,'',216),(18,'',217),(18,'',218),(18,'',219),(18,'',220),(18,'',221),(18,'',222),(18,'',223),(18,'',224),(18,'',225),(18,'',226),(18,'',227),(18,'',228),(18,'',229),(18,'',230),(18,'',231),(18,'',232),(18,'',233),(18,'',234),(18,'',235),(18,'',236),(18,'',237),(18,'',238),(18,'',239),(18,'',240),(18,'',241),(18,'',242),(18,'',243),(18,'',244),(18,'',245),(18,'',246),(18,'',247),(18,'',248),(18,'',249),(18,'',250),(18,'',251),(18,'',252),(18,'',253),(18,'',254),(18,'',255),(18,'',256),(18,'',257),(18,'',258),(18,'',259),(18,'',260),(18,'',261),(18,'',262),(18,'',263),(18,'',264),(18,'',265),(18,'',266),(18,'',267),(18,'',268),(18,'',269),(18,'',270),(18,'',271),(18,'',272),(18,'',273),(18,'',274),(18,'',275),(18,'',276),(18,'',277),(18,'',278),(18,'',279),(18,'',280),(18,'',281),(18,'',282),(18,'',283),(18,'',284),(18,'',285),(18,'',286),(18,'',287),(18,'',288),(18,'',289),(18,'',290),(18,'',291),(18,'',292),(18,'',293),(18,'',294),(18,'',295),(18,'',296),(18,'',297),(18,'',298),(18,'',299),(18,'',300),(18,'',301),(18,'',302),(18,'',303),(18,'',304),(18,'',305),(18,'',306),(18,'',307),(18,'',308),(18,'',309),(18,'',310),(18,'',311),(18,'',312),(18,'',313),(18,'',314),(18,'',315),(18,'',316),(18,'',317),(18,'',318),(18,'',319),(18,'',320),(18,'',321),(18,'',322),(18,'',323),(18,'',324),(18,'',325),(18,'',326),(18,'',327),(18,'',328),(18,'',329),(18,'',330),(18,'',331),(18,'',332),(18,'',333),(18,'',334),(18,'',335),(18,'',336),(18,'',337),(18,'',338),(18,'',339),(18,'',340),(18,'',341),(18,'',342),(18,'',343),(18,'',344),(18,'',345),(18,'',346),(18,'',347),(18,'',348),(18,'',349),(18,'',350),(18,'',351),(18,'',352),(18,'',353),(18,'',354),(18,'',355),(18,'',356),(18,'',357),(18,'',358),(18,'',359),(18,'',360),(18,'',361),(18,'',362),(18,'',363),(18,'',364),(18,'',365),(18,'',366),(18,'',367),(18,'',368),(18,'',369),(18,'',370),(18,'',371),(18,'',372),(18,'',373),(18,'',374),(18,'',375),(18,'',376),(18,'',377),(18,'',378),(18,'',379),(18,'',380),(18,'',381),(18,'',382),(18,'',383),(18,'',384),(18,'',385),(18,'',386),(18,'',387),(18,'',388),(18,'',389),(18,'',390),(18,'',391),(18,'',392),(18,'',393),(18,'',394),(18,'',395),(18,'',396),(18,'',397),(18,'',398),(18,'',399),(18,'',400),(18,'',401),(18,'',402),(18,'',403),(18,'',404),(18,'',405),(18,'',406),(18,'',407),(18,'',408),(18,'',409),(18,'',410),(18,'',411),(18,'',412),(18,'',413),(18,'',414),(18,'',415),(18,'',416),(18,'',417),(18,'',418),(18,'',419),(18,'',420),(18,'',421),(18,'',422),(18,'',423),(18,'',424),(18,'',425),(18,'',426),(18,'',427),(18,'',428),(18,'',429),(18,'',430),(18,'',431),(18,'',432),(18,'',433),(18,'',434),(18,'',435),(18,'',436),(18,'',437),(18,'',438),(18,'',439),(18,'',440),(18,'',441),(18,'',442),(18,'',443),(18,'',444),(18,'',446),(18,'',447),(18,'',448),(18,'',449),(18,'',450),(18,'',451),(18,'',452),(18,'',453),(18,'',454),(18,'',455),(18,'',456),(18,'',457),(18,'',458),(18,'',459),(18,'',460),(18,'',461),(18,'',462),(18,'',463),(18,'',464),(18,'',465),(18,'',466),(18,'',467),(18,'',468),(18,'',469),(18,'',470),(18,'',471),(18,'',472),(18,'',473),(18,'',474),(18,'',475),(18,'',476),(18,'',477),(18,'',478),(18,'',479),(18,'',480),(18,'',481),(18,'',482),(18,'',483),(18,'',484),(18,'',485),(18,'',486),(18,'',487),(18,'',488),(18,'',489),(18,'',490),(18,'',491),(18,'',492),(18,'',493),(18,'',494),(18,'',495),(18,'',496),(18,'',497),(18,'',498),(18,'',499),(18,'',500),(18,'',501),(18,'',502),(18,'',503),(18,'',504),(18,'',505),(18,'',506),(18,'',507),(18,'',508),(18,'',509),(18,'',510),(18,'',511),(18,'',512),(18,'',513),(18,'',514),(18,'',515),(18,'',516),(18,'',517),(18,'',518),(18,'',519),(18,'',520),(18,'',521),(18,'',522),(18,'',523),(18,'',524),(18,'',525),(18,'',526),(18,'',527),(18,'',528),(18,'',529),(18,'',530),(18,'',531),(18,'',532),(18,'',533),(18,'',534),(18,'',535),(18,'',536),(18,'',537),(18,'',538),(18,'',539),(18,'',540),(18,'',541),(18,'',542),(18,'',543),(18,'',544),(18,'',545),(18,'',546),(18,'',547),(18,'',548),(18,'',549),(18,'',550),(18,'',551),(18,'',552),(18,'',553),(18,'',554),(18,'',555),(18,'',556),(18,'',557),(18,'',558),(18,'',559),(18,'',560),(18,'',561),(18,'',562),(18,'',563),(18,'',564),(18,'',565),(18,'',566),(18,'',567),(18,'',568),(18,'',569),(18,'',570),(18,'',571),(18,'',572),(18,'',573),(18,'',574),(18,'',575),(18,'',576),(18,'',577),(18,'',578),(18,'',579),(18,'',580),(18,'',581),(18,'',582),(18,'',583),(18,'',584),(18,'',585),(18,'',586),(18,'',587),(18,'',588),(18,'',589),(18,'',590),(18,'',591),(18,'',592),(18,'',593),(18,'',594),(18,'',595),(18,'',596),(18,'',597),(18,'',598),(18,'',599),(18,'',600),(18,'',601),(18,'',602),(18,'',603),(18,'',604),(18,'',605),(18,'',606),(18,'',607),(18,'',608),(18,'',609),(18,'',610),(18,'',611),(18,'',612),(18,'',613),(18,'',614),(18,'',615),(18,'',616),(18,'',617),(18,'',618),(18,'',619),(18,'',620),(18,'',621),(18,'',622),(18,'',623),(18,'',624),(18,'',625),(18,'',626),(18,'',627),(18,'',628),(18,'',629),(18,'',630),(18,'',631),(18,'',632),(18,'',633),(18,'',634),(18,'',635),(18,'',636),(18,'',637),(18,'',638),(18,'',639),(18,'',640),(18,'',641),(18,'',642),(18,'',643),(18,'',644),(18,'',645),(18,'',646),(18,'',647),(18,'',648),(18,'',649),(18,'',650),(18,'',651),(18,'',652),(18,'',653),(18,'',654),(18,'',655),(18,'',656),(18,'',657),(18,'',658),(18,'',659),(18,'',660),(18,'',661),(18,'',662),(18,'',663),(18,'',664),(18,'',665),(18,'',666),(18,'',667),(18,'',668),(18,'',669),(18,'',670),(18,'',671),(18,'',672),(18,'',673),(18,'',674),(18,'',675),(18,'',676),(18,'',677),(18,'',678),(18,'',679),(18,'',680),(18,'',681),(18,'',682),(18,'',683),(18,'',684),(18,'',685),(18,'',686),(18,'',687),(18,'',688),(18,'',689),(18,'',690),(18,'',691),(18,'',692),(18,'',693),(18,'',694),(18,'',695),(18,'',696),(18,'',697),(18,'',698),(18,'',699),(18,'',700),(18,'',701),(18,'',702),(18,'',703),(18,'',704),(18,'',705),(18,'',706),(18,'',707),(18,'',708),(18,'',709),(18,'',710),(18,'',711),(18,'',712),(18,'',713),(18,'',714),(18,'',715),(18,'',716),(18,'',717),(18,'',718),(18,'',719),(18,'',720),(18,'',721),(18,'',722),(18,'',723),(18,'',724),(18,'',725),(18,'',726),(18,'',727),(18,'',728),(18,'',729),(18,'',730),(18,'',731),(18,'',732),(18,'',733),(18,'',734),(18,'',735),(18,'',736),(18,'',737),(18,'',738),(18,'',739),(18,'',740),(18,'',741),(18,'',742),(18,'',743),(18,'',744),(18,'',745),(18,'',746),(18,'',747),(18,'',748),(18,'',749),(18,'',750),(18,'',751),(18,'',752),(18,'',753),(18,'',754),(18,'',755),(18,'',756),(18,'',757),(18,'',758),(18,'',759),(18,'',760),(18,'',761),(18,'',762),(18,'',763),(18,'',764),(18,'',765),(18,'',766),(18,'',767),(18,'',768),(18,'',769),(18,'',770),(18,'',771),(18,'',772),(18,'',773),(18,'',774),(18,'',775),(18,'',776),(18,'',777),(18,'',778),(18,'',779),(18,'',780),(18,'',781),(18,'',782),(18,'',783),(18,'',784),(18,'',785),(18,'',786),(18,'',787),(18,'',788),(18,'',789),(18,'',790),(18,'',791),(18,'',792),(18,'',793),(18,'',794),(18,'',795),(18,'',796),(18,'',797),(18,'',798),(18,'',799),(18,'',800),(18,'',801),(18,'',802),(18,'',803),(18,'',804),(18,'',805),(18,'',806),(18,'',807),(18,'',808),(18,'',809),(18,'',810),(18,'',811),(18,'',812),(18,'',813),(18,'',814),(18,'',815),(18,'',816),(18,'',817),(18,'',818),(18,'',819),(18,'',820),(18,'',821),(18,'',822),(18,'',823),(18,'',824),(18,'',825),(18,'',826),(18,'',827),(18,'',828),(18,'',829),(18,'',830),(18,'',831),(18,'',832),(18,'',833),(18,'',834),(18,'',835),(18,'',836),(18,'',837),(18,'',838),(18,'',839),(18,'',840),(18,'',841),(18,'',842),(18,'',843),(18,'',844),(18,'',845),(18,'',846),(18,'',847),(18,'',848),(18,'',849),(18,'',850),(18,'',851),(18,'',852),(18,'',853),(18,'',854),(18,'',855),(18,'',856),(18,'',857),(18,'',858),(18,'',859),(18,'',860),(18,'',861),(18,'',862),(18,'',863),(18,'',864),(18,'',865),(18,'',866),(18,'',867),(18,'',868),(18,'',86 9),(18,'',870),(18,'',871),(18,'',872),(18,'',873),(18,'',874),(18,'',875),(18,'',876),(18,'',877),(18,'',878),(18,'',879),(18,'',880),(18,'',881),(18,'',882),(18,'',883),(18,'',884),(18,'',885),(18,'',886),(18,'',887),(18,'',888),(18,'',889),(18,'',890),(18,'',891),(18,'',892),(18,'',893),(18,'',894),(18,'',895),(18,'',896),(18,'',897),(18,'',898),(18,'',899),(18,'',900),(18,'',901),(18,'',902),(18,'',903),(18,'',904),(18,'',905),(18,'',906),(18,'',907),(18,'',908),(18,'',909),(18,'',910),(18,'',911),(18,'',912),(18,'',913),(18,'',914),(18,'',915),(18,'',916),(18,'',917),(18,'',918),(18,'',919),(18,'',920),(18,'',921),(18,'',922),(18,'',923),(18,'',924),(18,'',925),(18,'',926),(18,'',927),(18,'',928),(18,'',929),(18,'',930),(18,'',931),(18,'',932),(18,'',933),(18,'',934),(18,'',935),(18,'',936),(18,'',937),(18,'',938),(18,'',939),(18,'',940),(18,'',941),(18,'',942),(18,'',943),(18,'',944),(18,'',945),(18,'',946),(18,'',947),(18,'',948),(18,'',949),(18,'',950),(18,'',951),(18,'',952),(18,'',953),(18,'',954),(18,'',955),(18,'',956),(18,'',957),(18,'',958),(18,'',959),(18,'',960),(18,'',961),(18,'',962),(18,'',963),(18,'',964),(18,'',965),(18,'',966),(18,'',967),(18,'',968),(18,'',969),(18,'',970),(18,'',971),(18,'',972),(18,'',973),(18,'',974),(18,'',975),(18,'',976),(18,'',977),(18,'',978),(18,'',979),(18,'',980),(18,'',981),(18,'',982),(18,'',983),(18,'',984),(18,'',985),(18,'',986),(18,'',987),(18,'',988),(18,'',989),(18,'',990),(18,'',991),(18,'',992),(18,'',993),(18,'',994),(18,'',995),(18,'',996),(18,'',997),(18,'',998),(18,'',999),(18,'',1000),(18,'',1001),(18,'',1002),(18,'',1003),(18,'',1004),(18,'',1005),(18,'',1006),(18,'',1007),(18,'',1008),(18,'',1009),(18,'',1010),(18,'',1011),(18,'',1012),(18,'',1013),(18,'',1014),(18,'',1015),(18,'',1016),(18,'',1017),(18,'',1018),(18,'',1019),(18,'',1020),(18,'',1021),(18,'',1022),(18,'',1023),(18,'',1024),(18,'',1025),(18,'',1026),(18,'',1027),(18,'',1028),(18,'',1029),(18,'',1030),(18,'',1031),(18,'',1032),(18,'',1033),(18,'',1034),(18,'',1035),(18,'',1036),(18,'',1037),(18,'',1038),(18,'',1039),(18,'',1040),(18,'',1041),(18,'',1042),(18,'',1043),(18,'',1044),(18,'',1045),(18,'',1046),(18,'',1047),(18,'',1048),(18,'',1049),(18,'',1050),(18,'',1051),(18,'',1052),(18,'',1053),(18,'',1054),(18,'',1055),(18,'',1056),(18,'',1057),(18,'',1058),(18,'',1059),(18,'',1060),(18,'',1061),(18,'',1062),(18,'',1063),(18,'',1064),(18,'',1065),(18,'',1066),(18,'',1067),(24,'',15),(24,'',16),(24,'',20),(24,'',22),(25,'',10),(25,'',11),(25,'',12),(25,'',13),(25,'',14),(25,'',19); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_core_acl_groups_aro_map` ENABLE KEYS */; -- -- Table structure for table `jos_core_log_items` -- DROP TABLE IF EXISTS `jos_core_log_items`; CREATE TABLE `jos_core_log_items` ( `time_stamp` date NOT NULL default '0000-00-00', `item_table` varchar(50) NOT NULL default '', `item_id` int(11) unsigned NOT NULL default '0', `hits` int(11) unsigned NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `jos_core_log_items` -- /*!40000 ALTER TABLE `jos_core_log_items` DISABLE KEYS */; LOCK TABLES `jos_core_log_items` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `jos_core_log_items` ENABLE KEYS */; -- -- Table structure for table `jos_core_log_searches` -- DROP TABLE IF EXISTS `jos_core_log_searches`; CREATE TABLE `jos_core_log_searches` ( `search_term` varchar(128) NOT NULL default '', `hits` int(11) unsigned NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `jos_core_log_searches` -- /*!40000 ALTER TABLE `jos_core_log_searches` DISABLE KEYS */; LOCK TABLES `jos_core_log_searches` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `jos_core_log_searches` ENABLE KEYS */; -- -- Table structure for table `jos_fabrik_connections` -- DROP TABLE IF EXISTS `jos_fabrik_connections`; CREATE TABLE `jos_fabrik_connections` ( `id` int(11) NOT NULL auto_increment, `host` varchar(255) NOT NULL, `user` varchar(255) NOT NULL, `password` varchar(255) NOT NULL, `database` varchar(255) NOT NULL, `description` varchar(255) NOT NULL, `state` int(1) NOT NULL default '0', `checked_out` int(4) NOT NULL, `checked_out_time` datetime default NULL, `default_cnn` int(1) NOT NULL default '0', `attribs` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `jos_fabrik_connections` -- /*!40000 ALTER TABLE `jos_fabrik_connections` DISABLE KEYS */; LOCK TABLES `jos_fabrik_connections` WRITE; INSERT INTO `jos_fabrik_connections` VALUES (1,'localhost','downtown_admin','down2008','joomla_downtown','site database',1,0,NULL,1,''); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_fabrik_connections` ENABLE KEYS */; -- -- Table structure for table `jos_fabrik_elements` -- DROP TABLE IF EXISTS `jos_fabrik_elements`; CREATE TABLE `jos_fabrik_elements` ( `id` int(11) NOT NULL auto_increment, `element_name` varchar(100) NOT NULL, `group_id` int(4) NOT NULL, `elementtype_id` int(4) NOT NULL, `element_label` text, `checked_out` int(11) NOT NULL, `checked_out_time` datetime NOT NULL, `created` datetime NOT NULL, `created_by` int(11) NOT NULL, `created_by_alias` varchar(100) NOT NULL, `modified` datetime NOT NULL, `modified_by` int(11) NOT NULL, `element_width` int(4) NOT NULL, `element_height` int(4) NOT NULL default '0', `use_wysiwyg` int(1) NOT NULL, `default` text NOT NULL, `hidden` int(1) NOT NULL, `eval` int(1) NOT NULL, `password` int(1) NOT NULL, `maxlength` int(10) NOT NULL, `box_checked` int(1) NOT NULL, `radio_checked` int(1) NOT NULL, `multiple` int(1) NOT NULL, `dd_text` text NOT NULL, `dd_values` text NOT NULL, `dd_intial_selection` varchar(255) NOT NULL, `dd_min_selection` varchar(4) NOT NULL, `dd_max_selection` varchar(4) NOT NULL, `image_name` varchar(255) NOT NULL, `ordering` int(4) NOT NULL, `ck_value` varchar(50) NOT NULL, `rad_value` varchar(50) NOT NULL, `ul_file_types` varchar(255) NOT NULL, `ul_directory` varchar(255) NOT NULL, `ul_max_file_size` bigint(20) default NULL, `ul_email_file` int(1) NOT NULL default '0', `ul_file_increment` int(1) NOT NULL default '0', `show_in_table_summary` int(1) default NULL, `join_conn_id` int(6) default NULL, `join_db_name` varchar(255) default NULL, `join_key_column` varchar(255) default NULL, `join_val_column` varchar(255) default NULL, `can_order` int(1) default NULL, `can_filter` int(1) default NULL, `filter_type` varchar(20) default NULL, `filter_exact_match` int(1) default NULL, `state` int(1) NOT NULL default '0', `button_javascript` text NOT NULL, `image_float` varchar(30) NOT NULL, `link_url` varchar(255) NOT NULL, `link_to_detail` int(1) NOT NULL default '0', `primary_key` int(1) NOT NULL default '0', `auto_increment` int(1) NOT NULL default '0', `access` int(1) NOT NULL default '0', `use_in_page_title` int(1) NOT NULL default '0', `attribs` text NOT NULL, `link` varchar(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `jos_fabrik_elements` -- /*!40000 ALTER TABLE `jos_fabrik_elements` DISABLE KEYS */; LOCK TABLES `jos_fabrik_elements` WRITE; INSERT INTO `jos_fabrik_elements` VALUES (1,'full_name',1,2,'Full Name',0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'','2008-07-09 00:00:00',0,30,0,0,'',0,0,0,0,0,0,0,'','','','','','',1,'','','','',0,0,0,0,-1,'-1',NULL,NULL,0,0,NULL,0,1,'','none','',0,0,0,29,0,'hover_text_title=\nrollover=\ntext_format=text\ninteger_length=6\ndecimal_length=2\ntext_format_string=\nguess_linktype=0\ndisable=0\nreadonly=0\nelement_before_label=0\noptions_per_row=4\nradio_element_before_label=0\nradio_options_per_row=4\ntextarea-showmax=0\nallow_frontend_addtodropdown=0\nshow_upload_limit=0\nmake_link=0\nshow_image=1\ndefault_image=\nupload_allow_folderselect=1\nimage_library=gd2\nimage_max_width=\nimage_max_height=\nmake_thumbnail=0\nthumb_dir=\nthumb_prefix=\nthumb_max_width=\nthumb_max_height=\nimage_front_end_select=0\nselectImage_root_folder=\nshow_image_in_table=0\nmy_data=id\nupdate_onedit=1\ndate_table_format=Y-m-d\ndatabase_join_display_type=dropdown\nshow_both_with_radio_dbjoin=0\njoinType=simple\nadvJoin_concat=\nadvJoin_key=\nadvJoin_startTable=\nadvanced-join-sql=\ndatabase_join_where_sql=\nlink_target=_self\nview_access=29\nshow_in_rss_feed=0\nshow_label_in_rss_feed=0\nuse_as_fake_key=0\nfull_words_only=0\nicon_folder=\nsum_on=0\nsum_access=0\nsum_split=\navg_on=0\navg_access=0\navg_split=\nmedian_on=0\nmedian_access=0\nmedian_split=\ncount_on=0\ncount_condition=\ncount_access=0',''),(2,'address',1,2,'Address',0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'','2008-07-09 00:00:00',0,30,0,0,'',0,0,0,0,0,0,0,'','','','','','',3,'','','','',0,0,0,0,-1,'-1',NULL,NULL,0,0,NULL,0,1,'','none','',0,0,0,29,0,'hover_text_title=\nrollover=\ntext_format=text\ninteger_length=6\ndecimal_length=2\ntext_format_string=\nguess_linktype=0\ndisable=0\nreadonly=0\nelement_before_label=0\noptions_per_row=4\nradio_element_before_label=0\nradio_options_per_row=4\ntextarea-showmax=0\nallow_frontend_addtodropdown=0\nshow_upload_limit=0\nmake_link=0\nshow_image=1\ndefault_image=\nupload_allow_folderselect=1\nimage_library=gd2\nimage_max_width=\nimage_max_height=\nmake_thumbnail=0\nthumb_dir=\nthumb_prefix=\nthumb_max_width=\nthumb_max_height=\nimage_front_end_select=0\nselectImage_root_folder=\nshow_image_in_table=0\nmy_data=id\nupdate_onedit=1\ndate_table_format=Y-m-d\ndatabase_join_display_type=dropdown\nshow_both_with_radio_dbjoin=0\njoinType=simple\nadvJoin_concat=\nadvJoin_key=\nadvJoin_startTable=\nadvanced-join-sql=\ndatabase_join_where_sql=\nlink_target=_self\nview_access=29\nshow_in_rss_feed=0\nshow_label_in_rss_feed=0\nuse_as_fake_key=0\nfull_words_only=0\nicon_folder=\nsum_on=0\nsum_access=0\nsum_split=\navg_on=0\navg_access=0\navg_split=\nmedian_on=0\nmedian_access=0\nmedian_split=\ncount_on=0\ncount_condition=\ncount_access=0',''),(3,'city',1,2,'City',0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'','2008-07-09 00:00:00',0,30,0,0,'',0,0,0,30,0,0,0,'','','','','','',6,'','','','',0,0,0,0,-1,'-1',NULL,NULL,0,0,NULL,0,1,'','none','',0,0,0,29,0,'hover_text_title=\nrollover=\ntext_format=text\ninteger_length=6\ndecimal_length=2\ntext_format_string=\nguess_linktype=0\ndisable=0\nreadonly=0\nelement_before_label=0\noptions_per_row=4\nradio_element_before_label=0\nradio_options_per_row=4\ntextarea-showmax=0\nallow_frontend_addtodropdown=0\nshow_upload_limit=0\nmake_link=0\nshow_image=1\ndefault_image=\nupload_allow_folderselect=1\nimage_library=gd2\nimage_max_width=\nimage_max_height=\nmake_thumbnail=0\nthumb_dir=\nthumb_prefix=\nthumb_max_width=\nthumb_max_height=\nimage_front_end_select=0\nselectImage_root_folder=\nshow_image_in_table=0\nmy_data=id\nupdate_onedit=1\ndate_table_format=Y-m-d\ndatabase_join_display_type=dropdown\nshow_both_with_radio_dbjoin=0\njoinType=simple\nadvJoin_concat=\nadvJoin_key=\nadvJoin_startTable=\nadvanced-join-sql=\ndatabase_join_where_sql=\nlink_target=_self\nview_access=29\nshow_in_rss_feed=0\nshow_label_in_rss_feed=0\nuse_as_fake_key=0\nfull_words_only=0\nicon_folder=\nsum_on=0\nsum_access=0\nsum_split=\navg_on=0\navg_access=0\navg_split=\nmedian_on=0\nmedian_access=0\nmedian_split=\ncount_on=0\ncount_condition=\ncount_access=0',''),(4,'state',1,2,'State',0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'','2008-07-09 00:00:00',0,10,0,0,'',0,0,0,8,0,0,0,'','','','','','',8,'','','','',0,0,0,0,-1,'-1',NULL,NULL,0,0,NULL,0,1,'','none','',0,0,0,29,0,'hover_text_title=\nrollover=\ntext_format=text\ninteger_length=6\ndecimal_length=2\ntext_format_string=\nguess_linktype=0\ndisable=0\nreadonly=0\nelement_before_label=0\noptions_per_row=4\nradio_element_before_label=0\nradio_options_per_row=4\ntextarea-showmax=0\nallow_frontend_addtodropdown=0\nshow_upload_limit=0\nmake_link=0\nshow_image=1\ndefault_image=\nupload_allow_folderselect=1\nimage_library=gd2\nimage_max_width=\nimage_max_height=\nmake_thumbnail=0\nthumb_dir=\nthumb_prefix=\nthumb_max_width=\nthumb_max_height=\nimage_front_end_select=0\nselectImage_root_folder=\nshow_image_in_table=0\nmy_data=id\nupdate_onedit=1\ndate_table_format=Y-m-d\ndatabase_join_display_type=dropdown\nshow_both_with_radio_dbjoin=0\njoinType=simple\nadvJoin_concat=\nadvJoin_key=\nadvJoin_startTable=\nadvanced-join-sql=\ndatabase_join_where_sql=\nlink_target=_self\nview_access=29\nshow_in_rss_feed=0\nshow_label_in_rss_feed=0\nuse_as_fake_key=0\nfull_words_only=0\nicon_folder=\nsum_on=0\nsum_access=0\nsum_split=\navg_on=0\navg_access=0\navg_split=\nmedian_on=0\nmedian_access=0\nmedian_split=\ncount_on=0\ncount_condition=\ncount_access=0',''),(5,'zip_code',1,2,'ZIP Code',0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'','2008-07-09 00:00:00',0,10,0,0,'',0,0,0,10,0,0,0,'','','','','','',10,'','','','',0,0,0,0,-1,'-1',NULL,NULL,0,0,NULL,0,1,'','none','',0,0,0,29,0,'hover_text_title=\nrollover=\ntext_format=text\ninteger_length=6\ndecimal_length=2\ntext_format_string=\nguess_linktype=0\ndisable=0\nreadonly=0\nelement_before_label=0\noptions_per_row=4\nradio_element_before_label=0\nradio_options_per_row=4\ntextarea-showmax=0\nallow_frontend_addtodropdown=0\nshow_upload_limit=0\nmake_link=0\nshow_image=1\ndefault_image=\nupload_allow_folderselect=1\nimage_library=gd2\nimage_max_width=\nimage_max_height=\nmake_thumbnail=0\nthumb_dir=\nthumb_prefix=\nthumb_max_width=\nthumb_max_height=\nimage_front_end_select=0\nselectImage_root_folder=\nshow_image_in_table=0\nmy_data=id\nupdate_onedit=1\ndate_table_format=Y-m-d\ndatabase_join_display_type=dropdown\nshow_both_with_radio_dbjoin=0\njoinType=simple\nadvJoin_concat=\nadvJoin_key=\nadvJoin_startTable=\nadvanced-join-sql=\ndatabase_join_where_sql=\nlink_target=_self\nview_access=29\nshow_in_rss_feed=0\nshow_label_in_rss_feed=0\nuse_as_fake_key=0\nfull_words_only=0\nicon_folder=\nsum_on=0\nsum_access=0\nsum_split=\navg_on=0\navg_access=0\navg_split=\nmedian_on=0\nmedian_access=0\nmedian_split=\ncount_on=0\ncount_condition=\ncount_access=0',''),(6,'phone',1,2,'Phone No.',0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'','2008-07-09 00:00:00',0,30,0,0,'',0,0,0,30,0,0,0,'','','','','','',12,'','','','',0,0,0,0,-1,'-1',NULL,NULL,0,0,NULL,0,1,'','none','',0,0,0,29,0,'hover_text_title=\nrollover=\ntext_format=text\ninteger_length=6\ndecimal_length=2\ntext_format_string=\nguess_linktype=0\ndisable=0\nreadonly=0\nelement_before_label=0\noptions_per_row=4\nradio_element_before_label=0\nradio_options_per_row=4\ntextarea-showmax=0\nallow_frontend_addtodropdown=0\nshow_upload_limit=0\nmake_link=0\nshow_image=1\ndefault_image=\nupload_allow_folderselect=1\nimage_library=gd2\nimage_max_width=\nimage_max_height=\nmake_thumbnail=0\nthumb_dir=\nthumb_prefix=\nthumb_max_width=\nthumb_max_height=\nimage_front_end_select=0\nselectImage_root_folder=\nshow_image_in_table=0\nmy_data=id\nupdate_onedit=1\ndate_table_format=Y-m-d\ndatabase_join_display_type=dropdown\nshow_both_with_radio_dbjoin=0\njoinType=simple\nadvJoin_concat=\nadvJoin_key=\nadvJoin_startTable=\nadvanced-join-sql=\ndatabase_join_where_sql=\nlink_target=_self\nview_access=29\nshow_in_rss_feed=0\nshow_label_in_rss_feed=0\nuse_as_fake_key=0\nfull_words_only=0\nicon_folder=\nsum_on=0\nsum_access=0\nsum_split=\navg_on=0\navg_access=0\navg_split=\nmedian_on=0\nmedian_access=0\nmedian_split=\ncount_on=0\ncount_condition=\ncount_access=0',''),(7,'email',1,2,'Email',0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'','2008-07-09 00:00:00',0,30,0,0,'',0,0,0,30,0,0,0,'','','','','','',13,'','','','',0,0,0,0,-1,'-1',NULL,NULL,0,0,NULL,0,1,'','none','',0,0,0,29,0,'hover_text_title=\nrollover=\ntext_format=text\ninteger_length=6\ndecimal_length=2\ntext_format_string=\nguess_linktype=0\ndisable=0\nreadonly=0\nelement_before_label=0\noptions_per_row=4\nradio_element_before_label=0\nradio_options_per_row=4\ntextarea-showmax=0\nallow_frontend_addtodropdown=0\nshow_upload_limit=0\nmake_link=0\nshow_image=1\ndefault_image=\nupload_allow_folderselect=1\nimage_library=gd2\nimage_max_width=\nimage_max_height=\nmake_thumbnail=0\nthumb_dir=\nthumb_prefix=\nthumb_max_width=\nthumb_max_height=\nimage_front_end_select=0\nselectImage_root_folder=\nshow_image_in_table=0\nmy_data=id\nupdate_onedit=1\ndate_table_format=Y-m-d\ndatabase_join_display_type=dropdown\nshow_both_with_radio_dbjoin=0\njoinType=simple\nadvJoin_concat=\nadvJoin_key=\nadvJoin_startTable=\nadvanced-join-sql=\ndatabase_join_where_sql=\nlink_target=_self\nview_access=29\nshow_in_rss_feed=0\nshow_label_in_rss_feed=0\nuse_as_fake_key=0\nfull_words_only=0\nicon_folder=\nsum_on=0\nsum_access=0\nsum_split=\navg_on=0\navg_access=0\navg_split=\nmedian_on=0\nmedian_access=0\nmedian_split=\ncount_on=0\ncount_condition=\ncount_access=0',''),(8,'volunteer_interests',2,5,'Volunteer Interests',0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'','2008-07-09 00:00:00',0,30,0,0,'Please describe any volunteer interests in which you\'d like participate.',0,0,0,30,0,0,0,'','','','','','',1,'','','','',0,0,0,0,-1,'-1',NULL,NULL,0,0,NULL,0,1,'','none','',0,0,0,29,0,'hover_text_title=\nrollover=\ntext_format=text\ninteger_length=6\ndecimal_length=2\ntext_format_string=\nguess_l inktype=0\ndisable=0\nreadonly=0\nelement_before_label=0\noptions_per_row=4\nradio_element_before_label=0\nradio_options_per_row=4\ntextarea-showmax=0\nallow_frontend_addtodropdown=0\nshow_upload_limit=0\nmake_link=0\nshow_image=1\ndefault_image=\nupload_allow_folderselect=1\nimage_library=gd2\nimage_max_width=\nimage_max_height=\nmake_thumbnail=0\nthumb_dir=\nthumb_prefix=\nthumb_max_width=\nthumb_max_height=\nimage_front_end_select=0\nselectImage_root_folder=\nshow_image_in_table=0\nmy_data=id\nupdate_onedit=1\ndate_table_format=Y-m-d\ndatabase_join_display_type=dropdown\nshow_both_with_radio_dbjoin=0\njoinType=simple\nadvJoin_concat=\nadvJoin_key=\nadvJoin_startTable=\nadvanced-join-sql=\ndatabase_join_where_sql=\nlink_target=_self\nview_access=29\nshow_in_rss_feed=0\nshow_label_in_rss_feed=0\nuse_as_fake_key=0\nfull_words_only=0\nicon_folder=\nsum_on=0\nsum_access=0\nsum_split=\navg_on=0\navg_access=0\navg_split=\nmedian_on=0\nmedian_access=0\nmedian_split=\ncount_on=0\ncount_condition=\ncount_access=0',''),(9,'fabrik_internal_id',0,2,'id',0,'0000-00-00 00:00:00','0000-00-00 00:00:00',65,'sue','0000-00-00 00:00:00',0,30,0,0,'',1,0,0,0,0,0,0,'','','','','','',0,'','','','',NULL,0,0,1,NULL,NULL,NULL,NULL,0,0,NULL,0,1,'','','',0,1,1,0,0,'',''),(10,'time_date',0,2,'time_date',0,'0000-00-00 00:00:00','0000-00-00 00:00:00',65,'sue','0000-00-00 00:00:00',0,30,0,0,'return date(\'Y-m-d\');',1,1,0,0,0,0,0,'','','','','','',1,'','','','',NULL,0,0,1,NULL,NULL,NULL,NULL,0,0,NULL,0,1,'','','',0,0,0,0,0,'',''),(11,'full_name',3,2,'Full Name',0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'','2009-07-08 00:00:00',0,30,0,0,'',0,0,0,256,0,0,0,'','','','','','',3,'','','','',0,0,0,1,-1,'-1',NULL,NULL,0,0,NULL,0,1,'','none','',0,0,0,29,0,'hover_text_title=\nrollover=\ntext_format=text\ninteger_length=6\ndecimal_length=2\ntext_format_string=\nguess_linktype=0\ndisable=0\nreadonly=0\nelement_before_label=0\noptions_per_row=4\nradio_element_before_label=0\nradio_options_per_row=4\ntextarea-showmax=0\nallow_frontend_addtodropdown=0\nshow_upload_limit=0\nmake_link=0\nshow_image=1\ndefault_image=\nupload_allow_folderselect=1\nimage_library=gd2\nimage_max_width=\nimage_max_height=\nmake_thumbnail=0\nthumb_dir=\nthumb_prefix=\nthumb_max_width=\nthumb_max_height=\nimage_front_end_select=0\nselectImage_root_folder=\nshow_image_in_table=0\nmy_data=id\nupdate_onedit=1\ndate_table_format=Y-m-d\ndatabase_join_display_type=dropdown\nshow_both_with_radio_dbjoin=0\njoinType=simple\nadvJoin_concat=\nadvJoin_key=\nadvJoin_startTable=\nadvanced-join-sql=\ndatabase_join_where_sql=\nlink_target=_self\nview_access=29\nshow_in_rss_feed=0\nshow_label_in_rss_feed=0\nuse_as_fake_key=0\nfull_words_only=0\nicon_folder=\nsum_on=0\nsum_access=0\nsum_split=\navg_on=0\navg_access=0\navg_split=\nmedian_on=0\nmedian_access=0\nmedian_split=\ncount_on=0\ncount_condition=\ncount_access=0',''),(12,'address1',3,2,'Mailing Address',0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'','2009-08-26 00:00:00',0,30,8,0,'',0,0,0,256,0,0,0,'','','','','','',4,'','','','',0,0,0,0,-1,'-1',NULL,NULL,0,0,NULL,0,1,'','none','',0,0,0,29,0,'hover_text_title=\nrollover=\ntext_format=text\ninteger_length=6\ndecimal_length=2\ntext_format_string=\nguess_linktype=0\ndisable=0\nreadonly=0\nelement_before_label=0\noptions_per_row=4\nradio_element_before_label=0\nradio_options_per_row=4\ntextarea-showmax=0\nallow_frontend_addtodropdown=0\nshow_upload_limit=0\nmake_link=0\nshow_image=1\ndefault_image=\nupload_allow_folderselect=1\nimage_library=gd2\nimage_max_width=\nimage_max_height=\nmake_thumbnail=0\nthumb_dir=\nthumb_prefix=\nthumb_max_width=\nthumb_max_height=\nimage_front_end_select=0\nselectImage_root_folder=\nshow_image_in_table=0\nmy_data=id\nupdate_onedit=1\ndate_table_format=Y-m-d\ndatabase_join_display_type=dropdown\nshow_both_with_radio_dbjoin=0\njoinType=simple\nadvJoin_concat=\nadvJoin_key=\nadvJoin_startTable=\nadvanced-join-sql=\ndatabase_join_where_sql=\nlink_target=_self\nview_access=29\nshow_in_rss_feed=0\nshow_label_in_rss_feed=0\nuse_as_fake_key=0\nfull_words_only=0\nicon_folder=\nsum_on=0\nsum_access=0\nsum_split=\navg_on=0\navg_access=0\navg_split=\nmedian_on=0\nmedian_access=0\nmedian_split=\ncount_on=0\ncount_condition=\ncount_access=0',''),(13,'city',3,2,'City',0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'','2009-07-08 00:00:00',0,30,0,0,'',0,0,0,256,0,0,0,'','','','','','',6,'','','','',0,0,0,0,-1,'-1',NULL,NULL,0,0,NULL,0,1,'','none','',0,0,0,29,0,'hover_text_title=\nrollover=\ntext_format=text\ninteger_length=6\ndecimal_length=2\ntext_format_string=\nguess_linktype=0\ndisable=0\nreadonly=0\nelement_before_label=0\noptions_per_row=4\nradio_element_before_label=0\nradio_options_per_row=4\ntextarea-showmax=0\nallow_frontend_addtodropdown=0\nshow_upload_limit=0\nmake_link=0\nshow_image=1\ndefault_image=\nupload_allow_folderselect=1\nimage_library=gd2\nimage_max_width=\nimage_max_height=\nmake_thumbnail=0\nthumb_dir=\nthumb_prefix=\nthumb_max_width=\nthumb_max_height=\nimage_front_end_select=0\nselectImage_root_folder=\nshow_image_in_table=0\nmy_data=id\nupdate_onedit=1\ndate_table_format=Y-m-d\ndatabase_join_display_type=dropdown\nshow_both_with_radio_dbjoin=0\njoinType=simple\nadvJoin_concat=\nadvJoin_key=\nadvJoin_startTable=\nadvanced-join-sql=\ndatabase_join_where_sql=\nlink_target=_self\nview_access=29\nshow_in_rss_feed=0\nshow_label_in_rss_feed=0\nuse_as_fake_key=0\nfull_words_only=0\nicon_folder=\nsum_on=0\nsum_access=0\nsum_split=\navg_on=0\navg_access=0\navg_split=\nmedian_on=0\nmedian_access=0\nmedian_split=\ncount_on=0\ncount_condition=\ncount_access=0',''),(14,'state',3,2,'State',0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'','2009-07-08 00:00:00',0,10,0,0,'',0,0,0,8,0,0,0,'','','','','','',7,'','','','',0,0,0,0,-1,'-1',NULL,NULL,0,0,NULL,0,1,'','none','',0,0,0,29,0,'hover_text_title=\nrollover=\ntext_format=text\ninteger_length=6\ndecimal_length=2\ntext_format_string=\nguess_linktype=0\ndisable=0\nreadonly=0\nelement_before_label=0\noptions_per_row=4\nradio_element_before_label=0\nradio_options_per_row=4\ntextarea-showmax=0\nallow_frontend_addtodropdown=0\nshow_upload_limit=0\nmake_link=0\nshow_image=1\ndefault_image=\nupload_allow_folderselect=1\nimage_library=gd2\nimage_max_width=\nimage_max_height=\nmake_thumbnail=0\nthumb_dir=\nthumb_prefix=\nthumb_max_width=\nthumb_max_height=\nimage_front_end_select=0\nselectImage_root_folder=\nshow_image_in_table=0\nmy_data=id\nupdate_onedit=1\ndate_table_format=Y-m-d\ndatabase_join_display_type=dropdown\nshow_both_with_radio_dbjoin=0\njoinType=simple\nadvJoin_concat=\nadvJoin_key=\nadvJoin_startTable=\nadvanced-join-sql=\ndatabase_join_where_sql=\nlink_target=_self\nview_access=29\nshow_in_rss_feed=0\nshow_label_in_rss_feed=0\nuse_as_fake_key=0\nfull_words_only=0\nicon_folder=\nsum_on=0\nsum_access=0\nsum_split=\navg_on=0\navg_access=0\navg_split=\nmedian_on=0\nmedian_access=0\nmedian_split=\ncount_on=0\ncount_condition=\ncount_access=0',''),(15,'zip_code',3,2,'ZIP Code',0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'','2009-07-08 00:00:00',0,10,0,0,'',0,0,0,10,0,0,0,'','','','','','',8,'','','','',0,0,0,0,-1,'-1',NULL,NULL,0,0,NULL,0,1,'','none','',0,0,0,29,0,'hover_text_title=\nrollover=\ntext_format=text\ninteger_length=6\ndecimal_length=2\ntext_format_string=\nguess_linktype=0\ndisable=0\nreadonly=0\nelement_before_label=0\noptions_per_row=4\nradio_element_before_label=0\nradio_options_per_row=4\ntextarea-showmax=0\nallow_frontend_addtodropdown=0\nshow_upload_limit=0\nmake_link=0\nshow_image=1\ndefault_image=\nupload_allow_folderselect=1\nimage_library=gd2\nimage_max_width=\nimage_max_height=\nmake_thumbnail=0\nthumb_dir=\nthumb_prefix=\nthumb_max_width=\nthumb_max_height=\nimage_front_end_select=0\nselectImage_root_folder=\nshow_image_in_table=0\nmy_data=id\nupdate_onedit=1\ndate_table_format=Y-m-d\ndatabase_join_display_type=dropdown\nshow_both_with_radio_dbjoin=0\njoinType=simple\nadvJoin_concat=\nadvJoin_key=\nadvJoin_startTable=\nadvanced-join-sql=\ndatabase_join_where_sql=\nlink_target=_self\nview_access=29\nshow_in_rss_feed=0\nshow_label_in_rss_feed=0\nuse_as_fake_key=0\nfull_words_only=0\nicon_folder=\nsum_on=0\nsum_access=0\nsum_split=\navg_on=0\navg_access=0\navg_split=\nmedian_on=0\nmedian_access=0\nmedian_split=\ncount_on=0\ncount_condition=\ncount_access=0',''),(16,'phone',3,2,'Phone No.',0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'','2009-07-08 00:00:00',0,30,0,0,'',0,0,0,30,0,0,0,'','','','','','',9,'','','','',0,0,0,0,-1,'-1',NULL,NULL,0,0,NULL,0,1,'','none','',0,0,0,29,0,'hover_text_title=\nrollover=\ntext_format=text\ninteger_length=6\ndecimal_length=2\ntext_format_string=\nguess_linktype=0\ndisable=0\nreadonly=0\nelement_before_label=0\noptions_per_row=4\nradio_element_before_label=0\nradio_options_per_row=4\ntextarea-showmax=0\nallow_frontend_addtodropdown=0\nshow_upload_limit=0\nmake_link=0\nshow_image=1\ndefault_image=\nupload_allow_folderselect=1\nimage_library=gd2\nimage_max_width=\nimage_max_height=\nmake_thumbnail=0\nthumb_dir=\nthumb_prefix=\nthumb_max_width=\nthumb_max_height=\nimage_front_end_select=0\nselectImage_root_folder=\nshow_image_in_table=0\nmy_data=id\nupdate_onedit=1\ndate_table_format=Y-m-d\ndatabase_join_display_type=dropdown\nshow_both_with_radio_dbjoin=0\njoinType=simple\nadvJoin_concat=\nadvJoin_key=\nadvJoin_startTable=\nadvanced-join-sql=\ndatabase_join_where_sql=\nlink_target=_self\nview_access=29\nshow_in_rss_feed=0\nshow_label_in_rss_feed=0\nuse_as_fake_key=0\nfull_words_only=0\nicon_folder=\nsum_on=0\nsum_access=0\nsum_split=\navg_on=0\navg_access=0\navg_split=\nmedian_on=0\nmedian_access=0\nmedian_split=\ncount_on=0\ncount_condition=\ncount_access=0',''),(17,'email',3,2,'Email',0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'','2009-07-08 00:00:00',0,30,0,0,'',0,0,0,30,0,0,0,'','','','','','',10,'','','','',0,0,0,0,-1,'-1',NULL,NULL,0,0,NULL,0,1,'','none','',0,0,0,29,0,'hover_text_title=\nrollover=\ntext_format=text\ninteger_length=6\nde cimal_length=2\ntext_format_string=\nguess_linktype=0\ndisable=0\nreadonly=0\nelement_before_label=0\noptions_per_row=4\nradio_element_before_label=0\nradio_options_per_row=4\ntextarea-showmax=0\nallow_frontend_addtodropdown=0\nshow_upload_limit=0\nmake_link=0\nshow_image=1\ndefault_image=\nupload_allow_folderselect=1\nimage_library=gd2\nimage_max_width=\nimage_max_height=\nmake_thumbnail=0\nthumb_dir=\nthumb_prefix=\nthumb_max_width=\nthumb_max_height=\nimage_front_end_select=0\nselectImage_root_folder=\nshow_image_in_table=0\nmy_data=id\nupdate_onedit=1\ndate_table_format=Y-m-d\ndatabase_join_display_type=dropdown\nshow_both_with_radio_dbjoin=0\njoinType=simple\nadvJoin_concat=\nadvJoin_key=\nadvJoin_startTable=\nadvanced-join-sql=\ndatabase_join_where_sql=\nlink_target=_self\nview_access=29\nshow_in_rss_feed=0\nshow_label_in_rss_feed=0\nuse_as_fake_key=0\nfull_words_only=0\nicon_folder=\nsum_on=0\nsum_access=0\nsum_split=\navg_on=0\navg_access=0\navg_split=\nmedian_on=0\nmedian_access=0\nmedian_split=\ncount_on=0\ncount_condition=\ncount_access=0',''),(32,'business_address2',3,2,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'','2009-07-08 00:00:00',0,0,0,0,'',0,0,0,60,0,0,0,'','','','','','',13,'','','','',0,0,0,0,-1,'-1',NULL,NULL,0,0,NULL,0,0,'','none','',0,0,0,29,0,'hover_text_title=\nrollover=\ntext_format=text\ninteger_length=6\ndecimal_length=2\ntext_format_string=\nguess_linktype=0\ndisable=0\nreadonly=0\nelement_before_label=0\noptions_per_row=4\nradio_element_before_label=0\nradio_options_per_row=4\ntextarea-showmax=0\nallow_frontend_addtodropdown=0\nshow_upload_limit=0\nmake_link=0\nshow_image=1\ndefault_image=\nupload_allow_folderselect=1\nimage_library=gd2\nimage_max_width=\nimage_max_height=\nmake_thumbnail=0\nthumb_dir=\nthumb_prefix=\nthumb_max_width=\nthumb_max_height=\nimage_front_end_select=0\nselectImage_root_folder=\nshow_image_in_table=0\nmy_data=id\nupdate_onedit=1\ndate_table_format=Y-m-d\ndatabase_join_display_type=dropdown\nshow_both_with_radio_dbjoin=0\njoinType=simple\nadvJoin_concat=\nadvJoin_key=\nadvJoin_startTable=\nadvanced-join-sql=\ndatabase_join_where_sql=\nlink_target=_self\nview_access=29\nshow_in_rss_feed=0\nshow_label_in_rss_feed=0\nuse_as_fake_key=0\nfull_words_only=0\nicon_folder=\nsum_on=0\nsum_access=0\nsum_split=\navg_on=0\navg_access=0\navg_split=\nmedian_on=0\nmedian_access=0\nmedian_split=\ncount_on=0\ncount_condition=\ncount_access=0',''),(18,'business_name',3,2,'Business Name',0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'','2008-11-13 00:00:00',0,0,0,0,'',0,0,0,40,0,0,0,'','','','','','',11,'','','','',0,0,0,0,-1,'-1',NULL,NULL,0,0,NULL,0,1,'','none','',0,0,0,29,0,'hover_text_title=\nrollover=\ntext_format=text\ninteger_length=6\ndecimal_length=2\ntext_format_string=\nguess_linktype=0\ndisable=0\nreadonly=0\nelement_before_label=0\noptions_per_row=4\nradio_element_before_label=0\nradio_options_per_row=4\ntextarea-showmax=0\nallow_frontend_addtodropdown=0\nshow_upload_limit=0\nmake_link=0\nshow_image=1\ndefault_image=\nupload_allow_folderselect=1\nimage_library=gd2\nimage_max_width=\nimage_max_height=\nmake_thumbnail=0\nthumb_dir=\nthumb_prefix=\nthumb_max_width=\nthumb_max_height=\nimage_front_end_select=0\nselectImage_root_folder=\nshow_image_in_table=0\nmy_data=id\nupdate_onedit=1\ndate_table_format=Y-m-d\ndatabase_join_display_type=dropdown\nshow_both_with_radio_dbjoin=0\njoinType=simple\nadvJoin_concat=\nadvJoin_key=\nadvJoin_startTable=\nadvanced-join-sql=\ndatabase_join_where_sql=\nlink_target=_self\nview_access=29\nshow_in_rss_feed=0\nshow_label_in_rss_feed=0\nuse_as_fake_key=0\nfull_words_only=0\nicon_folder=\nsum_on=0\nsum_access=0\nsum_split=\navg_on=0\navg_access=0\navg_split=\nmedian_on=0\nmedian_access=0\nmedian_split=\ncount_on=0\ncount_condition=\ncount_access=0',''),(19,'business_address',3,2,'Business Address',0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'','2009-07-08 00:00:00',0,0,0,0,'',0,0,0,60,0,0,0,'','','','','','',12,'','','','',0,0,0,0,-1,'-1',NULL,NULL,0,0,NULL,0,1,'','none','',0,0,0,29,0,'hover_text_title=\nrollover=\ntext_format=text\ninteger_length=6\ndecimal_length=2\ntext_format_string=\nguess_linktype=0\ndisable=0\nreadonly=0\nelement_before_label=0\noptions_per_row=4\nradio_element_before_label=0\nradio_options_per_row=4\ntextarea-showmax=0\nallow_frontend_addtodropdown=0\nshow_upload_limit=0\nmake_link=0\nshow_image=1\ndefault_image=\nupload_allow_folderselect=1\nimage_library=gd2\nimage_max_width=\nimage_max_height=\nmake_thumbnail=0\nthumb_dir=\nthumb_prefix=\nthumb_max_width=\nthumb_max_height=\nimage_front_end_select=0\nselectImage_root_folder=\nshow_image_in_table=0\nmy_data=id\nupdate_onedit=1\ndate_table_format=Y-m-d\ndatabase_join_display_type=dropdown\nshow_both_with_radio_dbjoin=0\njoinType=simple\nadvJoin_concat=\nadvJoin_key=\nadvJoin_startTable=\nadvanced-join-sql=\ndatabase_join_where_sql=\nlink_target=_self\nview_access=29\nshow_in_rss_feed=0\nshow_label_in_rss_feed=0\nuse_as_fake_key=0\nfull_words_only=0\nicon_folder=\nsum_on=0\nsum_access=0\nsum_split=\navg_on=0\navg_access=0\navg_split=\nmedian_on=0\nmedian_access=0\nmedian_split=\ncount_on=0\ncount_condition=\ncount_access=0',''),(20,'way_to_contact',3,3,'Best Way to Contact You',0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'','2009-07-21 00:00:00',0,0,0,0,'',0,0,0,0,0,0,0,'Email|Phone|In Person','email|phone|in_person','email','','','',14,'','','','',0,0,0,0,-1,'-1',NULL,NULL,0,0,NULL,0,1,'','none','',0,0,0,29,0,'hover_text_title=\nrollover=\ntext_format=text\ninteger_length=6\ndecimal_length=2\ntext_format_string=\nguess_linktype=0\ndisable=0\nreadonly=0\nelement_before_label=0\noptions_per_row=1\nradio_element_before_label=0\nradio_options_per_row=4\ntextarea-showmax=0\nallow_frontend_addtodropdown=0\nshow_upload_limit=0\nmake_link=0\nshow_image=1\ndefault_image=\nupload_allow_folderselect=1\nimage_library=gd2\nimage_max_width=\nimage_max_height=\nmake_thumbnail=0\nthumb_dir=\nthumb_prefix=\nthumb_max_width=\nthumb_max_height=\nimage_front_end_select=0\nselectImage_root_folder=\nshow_image_in_table=0\nmy_data=id\nupdate_onedit=1\ndate_table_format=Y-m-d\ndatabase_join_display_type=dropdown\nshow_both_with_radio_dbjoin=0\njoinType=simple\nadvJoin_concat=\nadvJoin_key=\nadvJoin_startTable=\nadvanced-join-sql=\ndatabase_join_where_sql=\nlink_target=_self\nview_access=29\nshow_in_rss_feed=0\nshow_label_in_rss_feed=0\nuse_as_fake_key=0\nfull_words_only=0\nicon_folder=\nsum_on=0\nsum_access=0\nsum_split=\navg_on=0\navg_access=0\navg_split=\nmedian_on=0\nmedian_access=0\nmedian_split=\ncount_on=0\ncount_condition=\ncount_access=0',''),(21,'level',3,6,'I am joining the Asheville Downtown Association at the following level:',0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'','2008-11-13 00:00:00',0,0,0,0,'',0,0,0,0,0,0,0,'Individual $25|Family $35|Non-Profit Organization $50|Small Business (1-9 employees) $125|Medium Business (10-19 employees) $200|Large Business (more than 20 employees) $350|Friend of the Asheville Downtown Association $500','indiv|fam|non-profit|sm_business|md_business|lg_business|friend','indiv','','','',15,'','','','',0,0,0,0,-1,'-1',NULL,NULL,0,0,NULL,0,1,'','none','',0,0,0,29,0,'hover_text_title=\nrollover=\ntext_format=text\ninteger_length=6\ndecimal_length=2\ntext_format_string=\nguess_linktype=0\ndisable=0\nreadonly=0\nelement_before_label=0\noptions_per_row=4\nradio_element_before_label=0\nradio_options_per_row=4\ntextarea-showmax=0\nallow_frontend_addtodropdown=0\nshow_upload_limit=0\nmake_link=0\nshow_image=1\ndefault_image=\nupload_allow_folderselect=1\nimage_library=gd2\nimage_max_width=\nimage_max_height=\nmake_thumbnail=0\nthumb_dir=\nthumb_prefix=\nthumb_max_width=\nthumb_max_height=\nimage_front_end_select=0\nselectImage_root_folder=\nshow_image_in_table=0\nmy_data=id\nupdate_onedit=1\ndate_table_format=Y-m-d\ndatabase_join_display_type=dropdown\nshow_both_with_radio_dbjoin=0\njoinType=simple\nadvJoin_concat=\nadvJoin_key=\nadvJoin_startTable=\nadvanced-join-sql=\ndatabase_join_where_sql=\nlink_target=_self\nview_access=29\nshow_in_rss_feed=0\nshow_label_in_rss_feed=0\nuse_as_fake_key=0\nfull_words_only=0\nicon_folder=\nsum_on=0\nsum_access=0\nsum_split=\navg_on=0\navg_access=0\navg_split=\nmedian_on=0\nmedian_access=0\nmedian_split=\ncount_on=0\ncount_condition=\ncount_access=0',''),(22,'interests',3,3,'Please check all that apply:',0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'','2009-12-17 00:00:00',0,0,0,0,'',0,0,0,0,0,0,0,'I am interested in volunteer opportunities with the Asheville Downtown Association.|I wish to receive e-mails concerning issues and concerns to the downtown community.|I would like my website linked to the Asheville Downtown Association’s website.','volunteer|emails|link_me','volunteer','','','',16,'','','','',0,0,0,0,-1,'-1',NULL,NULL,0,0,NULL,0,1,'','none','',0,0,0,29,0,'hover_text_title=\nrollover=\ntext_format=text\ninteger_length=6\ndecimal_length=2\ntext_format_string=\nguess_linktype=0\ndisable=0\nreadonly=0\nelement_before_label=0\noptions_per_row=1\nradio_element_before_label=0\nradio_options_per_row=4\ntextarea-showmax=0\nallow_frontend_addtodropdown=0\nshow_upload_limit=0\nmake_link=0\nshow_image=1\ndefault_image=\nupload_allow_folderselect=1\nimage_library=gd2\nimage_max_width=\nimage_max_height=\nmake_thumbnail=0\nthumb_dir=\nthumb_prefix=\nthumb_max_width=\nthumb_max_height=\nimage_front_end_select=0\nselectImage_root_folder=\nshow_image_in_table=0\nmy_data=id\nupdate_onedit=1\ndate_table_format=Y-m-d\ndatabase_join_display_type=dropdown\nshow_both_with_radio_dbjoin=0\njoinType=simple\nadvJoin_concat=\nadvJoin_key=\nadvJoin_startTable=\nadvanced-join-sql=\ndatabase_join_where_sql=\nlink_target=_self\nview_access=29\nshow_in_rss_feed=0\nshow_label_in_rss_feed=0\nuse_as_fake_key=0\nfull_words_only=0\nicon_folder=\nsum_on=0\nsum_access=0\nsum_split=\navg_on=0\navg_access=0\navg_split=\nmedian_on=0\nmedian_access=0\nmedian_split=\ncount_on=0\ncount_condition=\ncount_access =0',''),(23,'website',3,2,'My Business Website is:',0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'','2009-07-21 00:00:00',0,0,0,0,'',0,0,0,40,0,0,0,'','','','','','',17,'','','','',0,0,0,0,-1,'-1',NULL,NULL,0,0,NULL,0,1,'','none','',0,0,0,29,0,'hover_text_title=\nrollover=\ntext_format=text\ninteger_length=6\ndecimal_length=2\ntext_format_string=\nguess_linktype=0\ndisable=0\nreadonly=0\nelement_before_label=0\noptions_per_row=4\nradio_element_before_label=0\nradio_options_per_row=4\ntextarea-showmax=0\nallow_frontend_addtodropdown=0\nshow_upload_limit=0\nmake_link=0\nshow_image=1\ndefault_image=\nupload_allow_folderselect=1\nimage_library=gd2\nimage_max_width=\nimage_max_height=\nmake_thumbnail=0\nthumb_dir=\nthumb_prefix=\nthumb_max_width=\nthumb_max_height=\nimage_front_end_select=0\nselectImage_root_folder=\nshow_image_in_table=0\nmy_data=id\nupdate_onedit=1\ndate_table_format=Y-m-d\ndatabase_join_display_type=dropdown\nshow_both_with_radio_dbjoin=0\njoinType=simple\nadvJoin_concat=\nadvJoin_key=\nadvJoin_startTable=\nadvanced-join-sql=\ndatabase_join_where_sql=\nlink_target=_self\nview_access=29\nshow_in_rss_feed=0\nshow_label_in_rss_feed=0\nuse_as_fake_key=0\nfull_words_only=0\nicon_folder=\nsum_on=0\nsum_access=0\nsum_split=\navg_on=0\navg_access=0\navg_split=\nmedian_on=0\nmedian_access=0\nmedian_split=\ncount_on=0\ncount_condition=\ncount_access=0',''),(24,'why_join',3,3,'Please check all that apply:',0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'','2009-07-21 00:00:00',0,0,0,0,'',0,0,0,0,0,0,0,'I am a downtown resident|I attend cultural events downtown|I am a downtown business owner|I attend civic events downtown|I am a downtown worker|I just love downtown!','resident|cultural|proprietor|events|worker|love','resident','','','',18,'','','','',0,0,0,0,-1,'-1',NULL,NULL,0,0,NULL,0,1,'','none','',0,0,0,29,0,'hover_text_title=\nrollover=\ntext_format=text\ninteger_length=6\ndecimal_length=2\ntext_format_string=\nguess_linktype=0\ndisable=0\nreadonly=0\nelement_before_label=0\noptions_per_row=1\nradio_element_before_label=0\nradio_options_per_row=4\ntextarea-showmax=0\nallow_frontend_addtodropdown=0\nshow_upload_limit=0\nmake_link=0\nshow_image=1\ndefault_image=\nupload_allow_folderselect=1\nimage_library=gd2\nimage_max_width=\nimage_max_height=\nmake_thumbnail=0\nthumb_dir=\nthumb_prefix=\nthumb_max_width=\nthumb_max_height=\nimage_front_end_select=0\nselectImage_root_folder=\nshow_image_in_table=0\nmy_data=id\nupdate_onedit=1\ndate_table_format=Y-m-d\ndatabase_join_display_type=dropdown\nshow_both_with_radio_dbjoin=0\njoinType=simple\nadvJoin_concat=\nadvJoin_key=\nadvJoin_startTable=\nadvanced-join-sql=\ndatabase_join_where_sql=\nlink_target=_self\nview_access=29\nshow_in_rss_feed=0\nshow_label_in_rss_feed=0\nuse_as_fake_key=0\nfull_words_only=0\nicon_folder=\nsum_on=0\nsum_access=0\nsum_split=\navg_on=0\navg_access=0\navg_split=\nmedian_on=0\nmedian_access=0\nmedian_split=\ncount_on=0\ncount_condition=\ncount_access=0',''),(25,'like_about_downtown',3,2,'What I like best about downtown:',0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'','2008-11-13 00:00:00',0,0,0,0,'',0,0,0,1000,0,0,0,'','','','','','',19,'','','','',0,0,0,0,-1,'-1',NULL,NULL,0,0,NULL,0,1,'','none','',0,0,0,29,0,'hover_text_title=\nrollover=Please fill out our survey.\ntext_format=text\ninteger_length=6\ndecimal_length=2\ntext_format_string=\nguess_linktype=0\ndisable=0\nreadonly=0\nelement_before_label=0\noptions_per_row=4\nradio_element_before_label=0\nradio_options_per_row=4\ntextarea-showmax=0\nallow_frontend_addtodropdown=0\nshow_upload_limit=0\nmake_link=0\nshow_image=1\ndefault_image=\nupload_allow_folderselect=1\nimage_library=gd2\nimage_max_width=\nimage_max_height=\nmake_thumbnail=0\nthumb_dir=\nthumb_prefix=\nthumb_max_width=\nthumb_max_height=\nimage_front_end_select=0\nselectImage_root_folder=\nshow_image_in_table=0\nmy_data=id\nupdate_onedit=1\ndate_table_format=Y-m-d\ndatabase_join_display_type=dropdown\nshow_both_with_radio_dbjoin=0\njoinType=simple\nadvJoin_concat=\nadvJoin_key=\nadvJoin_startTable=\nadvanced-join-sql=\ndatabase_join_where_sql=\nlink_target=_self\nview_access=29\nshow_in_rss_feed=0\nshow_label_in_rss_feed=0\nuse_as_fake_key=0\nfull_words_only=0\nicon_folder=\nsum_on=0\nsum_access=0\nsum_split=\navg_on=0\navg_access=0\navg_split=\nmedian_on=0\nmedian_access=0\nmedian_split=\ncount_on=0\ncount_condition=\ncount_access=0',''),(26,'dislike_about_downtown',3,2,'What I like least about downtown:',0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'','2008-11-13 00:00:00',0,0,0,0,'',0,0,0,1000,0,0,0,'','','','','','',20,'','','','',0,0,0,0,-1,'-1',NULL,NULL,0,0,NULL,0,1,'','none','',0,0,0,29,0,'hover_text_title=\nrollover=Please fill out our survey.\ntext_format=text\ninteger_length=6\ndecimal_length=2\ntext_format_string=\nguess_linktype=0\ndisable=0\nreadonly=0\nelement_before_label=0\noptions_per_row=4\nradio_element_before_label=0\nradio_options_per_row=4\ntextarea-showmax=0\nallow_frontend_addtodropdown=0\nshow_upload_limit=0\nmake_link=0\nshow_image=1\ndefault_image=\nupload_allow_folderselect=1\nimage_library=gd2\nimage_max_width=\nimage_max_height=\nmake_thumbnail=0\nthumb_dir=\nthumb_prefix=\nthumb_max_width=\nthumb_max_height=\nimage_front_end_select=0\nselectImage_root_folder=\nshow_image_in_table=0\nmy_data=id\nupdate_onedit=1\ndate_table_format=Y-m-d\ndatabase_join_display_type=dropdown\nshow_both_with_radio_dbjoin=0\njoinType=simple\nadvJoin_concat=\nadvJoin_key=\nadvJoin_startTable=\nadvanced-join-sql=\ndatabase_join_where_sql=\nlink_target=_self\nview_access=29\nshow_in_rss_feed=0\nshow_label_in_rss_feed=0\nuse_as_fake_key=0\nfull_words_only=0\nicon_folder=\nsum_on=0\nsum_access=0\nsum_split=\navg_on=0\navg_access=0\navg_split=\nmedian_on=0\nmedian_access=0\nmedian_split=\ncount_on=0\ncount_condition=\ncount_access=0',''),(27,'concerns',3,2,'My biggest concern about downtown:',0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'','2008-11-13 00:00:00',0,0,0,0,'',0,0,0,1000,0,0,0,'','','','','','',21,'','','','',0,0,0,0,-1,'-1',NULL,NULL,0,0,NULL,0,1,'','none','',0,0,0,29,0,'hover_text_title=\nrollover=Please fill out our survey.\ntext_format=text\ninteger_length=6\ndecimal_length=2\ntext_format_string=\nguess_linktype=0\ndisable=0\nreadonly=0\nelement_before_label=0\noptions_per_row=4\nradio_element_before_label=0\nradio_options_per_row=4\ntextarea-showmax=0\nallow_frontend_addtodropdown=0\nshow_upload_limit=0\nmake_link=0\nshow_image=1\ndefault_image=\nupload_allow_folderselect=1\nimage_library=gd2\nimage_max_width=\nimage_max_height=\nmake_thumbnail=0\nthumb_dir=\nthumb_prefix=\nthumb_max_width=\nthumb_max_height=\nimage_front_end_select=0\nselectImage_root_folder=\nshow_image_in_table=0\nmy_data=id\nupdate_onedit=1\ndate_table_format=Y-m-d\ndatabase_join_display_type=dropdown\nshow_both_with_radio_dbjoin=0\njoinType=simple\nadvJoin_concat=\nadvJoin_key=\nadvJoin_startTable=\nadvanced-join-sql=\ndatabase_join_where_sql=\nlink_target=_self\nview_access=29\nshow_in_rss_feed=0\nshow_label_in_rss_feed=0\nuse_as_fake_key=0\nfull_words_only=0\nicon_folder=\nsum_on=0\nsum_access=0\nsum_split=\navg_on=0\navg_access=0\navg_split=\nmedian_on=0\nmedian_access=0\nmedian_split=\ncount_on=0\ncount_condition=\ncount_access=0',''),(28,'needs_improvement',3,2,'What I’d like to see the Asheville Downtown Association work on:',0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'','2008-11-13 00:00:00',0,0,0,0,'',0,0,0,1000,0,0,0,'','','','','','',22,'','','','',0,0,0,0,-1,'-1',NULL,NULL,0,0,NULL,0,1,'','none','',0,0,0,29,0,'hover_text_title=\nrollover=Please fill out our survey.\ntext_format=text\ninteger_length=6\ndecimal_length=2\ntext_format_string=\nguess_linktype=0\ndisable=0\nreadonly=0\nelement_before_label=0\noptions_per_row=4\nradio_element_before_label=0\nradio_options_per_row=4\ntextarea-showmax=0\nallow_frontend_addtodropdown=0\nshow_upload_limit=0\nmake_link=0\nshow_image=1\ndefault_image=\nupload_allow_folderselect=1\nimage_library=gd2\nimage_max_width=\nimage_max_height=\nmake_thumbnail=0\nthumb_dir=\nthumb_prefix=\nthumb_max_width=\nthumb_max_height=\nimage_front_end_select=0\nselectImage_root_folder=\nshow_image_in_table=0\nmy_data=id\nupdate_onedit=1\ndate_table_format=Y-m-d\ndatabase_join_display_type=dropdown\nshow_both_with_radio_dbjoin=0\njoinType=simple\nadvJoin_concat=\nadvJoin_key=\nadvJoin_startTable=\nadvanced-join-sql=\ndatabase_join_where_sql=\nlink_target=_self\nview_access=29\nshow_in_rss_feed=0\nshow_label_in_rss_feed=0\nuse_as_fake_key=0\nfull_words_only=0\nicon_folder=\nsum_on=0\nsum_access=0\nsum_split=\navg_on=0\navg_access=0\navg_split=\nmedian_on=0\nmedian_access=0\nmedian_split=\ncount_on=0\ncount_condition=\ncount_access=0',''),(29,'fabrik_internal_id',3,2,'id',0,'0000-00-00 00:00:00','0000-00-00 00:00:00',70,'ADA','0000-00-00 00:00:00',0,30,0,0,'',1,0,0,0,0,0,0,'','','','','','',1,'','','','',NULL,0,0,1,NULL,NULL,NULL,NULL,0,0,NULL,0,1,'','','',0,1,1,0,0,'',''),(30,'time_date',3,2,'time_date',0,'0000-00-00 00:00:00','0000-00-00 00:00:00',70,'ADA','0000-00-00 00:00:00',0,30,0,0,'return date(\'Y-m-d\');',1,1,0,0,0,0,0,'','','','','','',2,'','','','',NULL,0,0,1,NULL,NULL,NULL,NULL,0,0,NULL,0,1,'','','',0,0,0,0,0,'',''),(31,'address2',3,2,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'','2009-07-08 00:00:00',0,30,0,0,'',0,0,0,256,0,0,0,'','','','','','',5,'','','','',0,0,0,0,-1,'-1',NULL,NULL,0,0,NULL,0,0,'','none','',0,0,0,29,0,'hover_text_title=\nrollover=\ntext_format=text\ninteger_length=6\ndecimal_length=2\ntext_format_string=\nguess_linktype=0\ndisable=0\nreadonly=0\nelement_before_label=0\noptions_per_row=4\nradio_element_before_label=0\nradio_options_per_row=4\ntextarea-showmax=0\nallow_frontend_addtodropdown=0\nshow_upload_limit=0\nmake_link=0\nshow_image=1\ndefault_image=\nupload_allow_folderselect=1\nimage_library=gd2\nimage_max_width=\nimage_max_height=\nmake_thumbnail=0\nthumb_dir=\nthumb_prefix=\nthumb_max_width=\nthumb_max_height=\nimage_front_end_sele ct=0\nselectImage_root_folder=\nshow_image_in_table=0\nmy_data=id\nupdate_onedit=1\ndate_table_format=Y-m-d\ndatabase_join_display_type=dropdown\nshow_both_with_radio_dbjoin=0\njoinType=simple\nadvJoin_concat=\nadvJoin_key=\nadvJoin_startTable=\nadvanced-join-sql=\ndatabase_join_where_sql=\nlink_target=_self\nview_access=29\nshow_in_rss_feed=0\nshow_label_in_rss_feed=0\nuse_as_fake_key=0\nfull_words_only=0\nicon_folder=\nsum_on=0\nsum_access=0\nsum_split=\navg_on=0\navg_access=0\navg_split=\nmedian_on=0\nmedian_access=0\nmedian_split=\ncount_on=0\ncount_condition=\ncount_access=0',''),(33,'fabrik_internal_id',3,2,'id',0,'0000-00-00 00:00:00','0000-00-00 00:00:00',63,'seano','0000-00-00 00:00:00',0,30,0,0,'',1,0,0,0,0,0,0,'','','','','','',0,'','','','',NULL,0,0,1,NULL,NULL,NULL,NULL,0,0,NULL,0,1,'','','',0,1,1,0,0,'',''),(34,'time_date',3,2,'time_date',0,'0000-00-00 00:00:00','0000-00-00 00:00:00',63,'seano','0000-00-00 00:00:00',0,30,0,0,'return date(\'Y-m-d\');',1,1,0,0,0,0,0,'','','','','','',1,'','','','',NULL,0,0,1,NULL,NULL,NULL,NULL,0,0,NULL,0,1,'','','',0,0,0,0,0,'',''),(36,'renewing_member',3,3,'Renewing Member',0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'','2009-12-21 00:00:00',0,0,0,0,'',0,0,0,0,0,0,0,'Yes','Yes','','','','',0,'No','','','',0,0,0,1,-1,'-1',NULL,NULL,1,1,NULL,0,1,'','none','',0,0,0,29,0,'hover_text_title=Renewing Member\nrollover=Renewing Member\ntext_format=text\ninteger_length=6\ndecimal_length=2\ntext_format_string=\nguess_linktype=0\ndisable=0\nreadonly=0\nelement_before_label=1\noptions_per_row=1\nradio_element_before_label=0\nradio_options_per_row=4\ntextarea-showmax=0\nallow_frontend_addtodropdown=0\nshow_upload_limit=0\nmake_link=0\nshow_image=1\ndefault_image=\nupload_allow_folderselect=1\nimage_library=gd2\nimage_max_width=\nimage_max_height=\nmake_thumbnail=0\nthumb_dir=\nthumb_prefix=\nthumb_max_width=\nthumb_max_height=\nimage_front_end_select=0\nselectImage_root_folder=\nshow_image_in_table=0\nmy_data=id\nupdate_onedit=1\ndate_table_format=Y-m-d\ndatabase_join_display_type=dropdown\nshow_both_with_radio_dbjoin=0\njoinType=simple\nadvJoin_concat=\nadvJoin_key=\nadvJoin_startTable=\nadvanced-join-sql=\ndatabase_join_where_sql=\nlink_target=_self\nview_access=29\nshow_in_rss_feed=0\nshow_label_in_rss_feed=0\nuse_as_fake_key=0\nfull_words_only=0\nicon_folder=\nsum_on=0\nsum_access=0\nsum_split=\navg_on=0\navg_access=0\navg_split=\nmedian_on=0\nmedian_access=0\nmedian_split=\ncount_on=0\ncount_condition=\ncount_access=0',''); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_fabrik_elements` ENABLE KEYS */; -- -- Table structure for table `jos_fabrik_elementtypes` -- DROP TABLE IF EXISTS `jos_fabrik_elementtypes`; CREATE TABLE `jos_fabrik_elementtypes` ( `elementtype_id` int(4) NOT NULL auto_increment, `elementtype_name` varchar(100) NOT NULL, PRIMARY KEY (`elementtype_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `jos_fabrik_elementtypes` -- /*!40000 ALTER TABLE `jos_fabrik_elementtypes` DISABLE KEYS */; LOCK TABLES `jos_fabrik_elementtypes` WRITE; INSERT INTO `jos_fabrik_elementtypes` VALUES (1,'Please select....'),(2,'text field'),(3,'checkbox'),(4,'radio button'),(5,'text area'),(6,'drop down'),(7,'display text'),(8,'file upload'),(9,'image'),(10,'username'),(11,'date'),(12,'database join'),(13,'button'),(14,'link'); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_fabrik_elementtypes` ENABLE KEYS */; -- -- Table structure for table `jos_fabrik_formdata_1` -- DROP TABLE IF EXISTS `jos_fabrik_formdata_1`; CREATE TABLE `jos_fabrik_formdata_1` ( `fabrik_internal_id` int(11) NOT NULL auto_increment, `time_date` varchar(255) default NULL, `volunteer_interests` text, `email` varchar(255) default NULL, `phone` varchar(255) default NULL, `zip_code` varchar(255) default NULL, `state` varchar(255) default NULL, `city` varchar(255) default NULL, `address` varchar(255) default NULL, `full_name` varchar(255) default NULL, PRIMARY KEY (`fabrik_internal_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `jos_fabrik_formdata_1` -- /*!40000 ALTER TABLE `jos_fabrik_formdata_1` DISABLE KEYS */; LOCK TABLES `jos_fabrik_formdata_1` WRITE; INSERT INTO `jos_fabrik_formdata_1` VALUES (1,NULL,'Please describe any volunteer interests in which you\'d like participate.','sjoe@topfloorstudio.com','8282258124','28801','nc','avl','58 lex ave','sue'),(2,NULL,'This is a test.','example@example.com','jos_fabrik_formdata_1___phone','jos_fabrik','jos_fabr','jos_fabrik_formdata_1___city','jos_fabrik_formdata_1___addres','jos_fabrik_formdata_1___full_n'),(3,NULL,'This is a test.','example@example.com','jos_fabrik_formdata_1___phone','jos_fabrik','jos_fabr','jos_fabrik_formdata_1___city','jos_fabrik_formdata_1___addres','jos_fabrik_formdata_1___full_n'),(4,NULL,'This is a test.','example@example.com','jos_fabrik_formdata_1___phone','jos_fabrik','jos_fabr','jos_fabrik_formdata_1___city','jos_fabrik_formdata_1___addres','jos_fabrik_formdata_1___full_n'),(5,NULL,'I am interested in volunteering at friday after 5','wpwhalen@gmail.com','(406)360-0106','28806','NC','Asheville','109 Bear Creek Lane #12','Patrick Whalen'),(6,NULL,'Downtown Advocate, Social Butterflies','nirehogan@gmail.com','828-508-5509','28805','NC','Asheville','305 Piney Mtn. Dr. Unit D4','Erin Hogan'),(7,NULL,'Please describe any volunteer interests in which you\'d like participate.\r\n\r\nanything to help with local music scene','lauraainley@aol.com','727-642-4140','28805','NC','Asheville','140G La Mancha Dr.','Laura Ainley'),(8,NULL,'I am interested in all different types of volunteer work. Below is a list of volunteer work I have been involved/or am involved in:\r\n1. Guardian ad Litem for NC Courts\r\n2. Volunteer Bartender/Server for Rhythm & Booms, Madison, WI\r\n3. Volunteer Teen Mother Mentor, Tucson, AZ\r\n4. Volunteer Childcare Worker, Rhinebeck, NY\r\n5. Locks of Love Coordinator and Donor, Oshkosh, WI\r\nPlease let me know of any upcoming opportunities to get out in the community in which I live! Thank you!','susan.zimmermann@hotmail.com','920.216.2092','28804','NC','Asheville','18 Spooks Branch Road','Susan Zimmermann'),(9,NULL,'I am very interested in Downtown After Five and would be happy to look into any other volunteer opportunities.','bethanysiebert@yahoo.com','828-713-6866','28803','NC','Asheville','30 Allen Ave. #801','Bethany L. Siebert'),(10,NULL,'I would like to work in the booth where I can interact with downtown after 5 patrons... whether its selling them wrist bands or something similiar. \r\n\r\nI am pretty much open to all kinds of volunteer opportunities. ','kmguntho@gmail.com','828-713-5530','28803','NC','Asheville','616 Appeldoorn Circle','Kate Gunthorpe'),(11,NULL,'I\'d like to volunteer at an event such as downtown after 5 or the task force leading up to an event. I can probably help anywhere I\'m needed.','acpierce456@gmail.com','8283011112','28787','NC','Weaverville','463 Blackberry Inn Rd','Aubree Pierce'),(12,NULL,'I would love to help serve food/drinks, pick up trash, or anything you need help with at Downtown after 5. I am not available in July but will be around in August and September.','jenhopez@gmail.com','828-337-9483','28804','NC','Asheville ','29 Brookcliff Dr','Jennifer Zarnowski Lane'),(13,NULL,'BVN92Y pujelpnvuwly, [url=http://vikqjzrdxjup.com/]vikqjzrdxjup[/url], [link=http://vdmnpbryzcvn.com/]vdmnpbryzcvn[/link], http://wfyvszpcuikc.com/','xixtio@tvrojx.com','yQpABIqjV','WYuNiDjXgn','tlEXBPKn','cBewfrJbLHUW','wrkduuVgqiIwG','lmvkeqemc'),(14,NULL,'3IeYSM ohcbmvkikkqc, [url=http://iieblpeloyip.com/]iieblpeloyip[/url], [link=http://lapimwhknlcz.com/]lapimwhknlcz[/link], http://omxquzljqmqo.com/','uwxabq@flukbb.com','XWRGFbOcejNoGcUdt','oTTNRDvl','KYvGhGhK','VwmNkacGGMPmWIsuX','jPRaBiDrAoeMFnvTu','jbazxu'),(15,NULL,'Volunteer anytime, Need 2 week notice of the event. I am a small woman and Lifting would not be one of my strong points. However, I am a people person.','dalene.powel@hotmail.com','828-508-0973','28806','NC','Asheville','21 Triple H Drive ','Dalene Powell'),(16,NULL,'I would love to help out in any way that I can. I would prefer to help out with a committee, but am not scared to help out on the street if it fits with my schedule. ','brennansplain@yahoo.com','828-545-9306','28805','NC','Asheville','315 White Pine Dr.',' Brennan Splain'),(17,NULL,'I\'m doing my Senior Graduation Project on Downtown Revitalization, and I\'m willing to do any type of volunteer work, but I need atleast 5 hours of community service.\r\nI would LOVE to help volunteer at the christmas parade. \r\n\r\nPlease contact me if you have any available work.','xxxambirxxx@yahoo.com','8282791833','28806','NC','Asheville','255 Cedar Hill Rd','Ambir Bechinski '),(18,NULL,'Anything - event working, event planning, marketing','me@me-gray.com','828 231 9441','28803','NC','Asheville','23 S. Oak Forest','M.E. Gray'),(19,NULL,'PEcfij wimbxfzxmvrg, [url=http://dyxauuljfkud.com/]dyxauuljfkud[/url], [link=http://obdgniklfsim.com/]obdgniklfsim[/link], http://zwcanoqljknr.com/','evbvcn@fkraux.com','acucUoUj','tXeZCwIcMT','WqBiUvYe','QemKvReoVNAdSI','gXNapmrSFqK','hyviqnbgp'),(20,NULL,'RFmc5v acpjfxdjoaut, [url=http://lpfqwbucpoyj.com/]lpfqwbucpoyj[/url], [link=http://mxottfkbcqqy.com/]mxottfkbcqqy[/link], http://sfkowpspxuwd.com/','vitrdd@jqmuru.com','32161018061','1158','NY','New York','qGgzVwTdUujQfH','bevtknxtrh'),(21,NULL,'B2rYL1 gdxbsgbetyez, [url=http://kvdpagaohzck.com/]kvdpagaohzck[/url], [link=http://oprdadzalonk.com/]oprdadzalonk[/link], http://sixsmosrfrlr.com/','beawmm@tjmjxt.com','HogdNFxVuMSSw','bSfxErAuMx','mbSVYZTp','WAGDjGDXKhSyHNldsY','lRuinSmyjiyvYczpAwA','soclfuc'),(22,NULL,'I am interested in working the Jazz after 5 or Downtown after 5 and helping anyone who might need it. I have an artistic background and entrepreneurial experience. I was also hoping to learn about any job opportunities that might be available for ADA. I would just really like to be involved!','MichelleLynnR@gmail.com','614/296.0275','28806','NC','Asheville','15 Blue Ridge Ave','Michelle Rodgers'),(23,NULL,'FlyNtX acbdtkksanua, [url=http://yglwfnrtbkcy.com/]yglwfnrtbkcy[/url], [link=http://cwquqqqpqfpa.com/]cwquqqqpqfpa[/link], http://snuqzxktyqvc.com/','lnhzpb@ppotan.com','bmYfySps','dAsAGrcT','YfTMpPDQ','CkwLyNDLAF','BPeoHtyZ','pmxtgefx'),(24,NULL,'I would like to pour/mix for Jazz After 5 if possible! March 12th. Thanks!','langston.cameron@gmail.com','954/778-8504','28806','NC','Asheville','15 Blue Ridge Ave','Cameron Langston'),(25,NULL,'children, arts, fun activities!! ','delagirlie@aol.com','772.446.2038','28804','NC ','Asheville','466 Old Stone Gate Pl. ','Sierra Rose Granados'),(26,NULL,'I am available for SECOND shift LOCAL beer tent please.\r\n\r\nThanks :)','shavicka@msn.com','303-522-4918','28803','NC','Asheville','21 Ridge Ave.','Vicka Tinetti'),(27,NULL,'Just about anything that I can fit into my schedule','gary@egerer.net','777-7890','28787','NC','Weaverville','9 Reagan Park Drive','Gary M Egerer'),(28,NULL,'First shift in the local tent....','dcg1619@yahoo.com','8286984710','28791','nc','Hendersonville','1619 Orleans Ave','Deborah C. Garland'),(29,NULL,'firt shift in the local beer tent.....','dcg1619@yahoo.com','8286984710','28791','nc','Hendersonville','1619 Orleans Ave','Deborah C. Garland'),(30,NULL,'NL5nOA znwrdqwnqrji, [url=http://vrrgehlgbkvd.com/]vrrgehlgbkvd[/url], [link=http://jjejwnrllyjs.com/]jjejwnrllyjs[/link], http://gzpnrkgenkkb.com/','xddlty@bmwmeb.com','56877461939','1467','NY','New York','qVvCdgqlWnTYqg','qrhbtsow'),(31,NULL,'Downtown After 5','MelissaAHarmon@aol.com','8282797165','28803','NC','Asheville','614 Appeldoorn Circle','Melissa Harmon'),(32,NULL,'Pouring or selling beer primarily, other as needed','jzinich@bellsouth.net','828.299.8218','28805','nc','ASheville','306 Mountain Laurel','Joe Zinich'),(33,NULL,'tpwGXo xfcfptmeqdpx, [url=http://foutbxgapnas.com/]foutbxgapnas[/url], [link=http://zsreohpjelho.com/]zsreohpjelho[/link], http://byerbrtcelry.com/','sooqjw@vgjnjf.com','TiaIewkjtB','pgDeGBEGEp','hDOfImna','zyYGYwLrgH','FXVtzagTAnhTwaP','fbjmgfsr'),(34,NULL,'Have helped with set up and wristband sales the past two years. Flexible','hawkth59@yahoo.com','828-550-1340','28806','NC','Asheville','163 Euclid Blvd','Timothy Charles Hawkins'),(35,NULL,'already volunteered for downtown after 5 and Saturdays in Pritchard park. I would be up to doing other things if you need me. Thanks\r\n\r\nMike Huberts','mikehuberts@gmail.com','8282164135','28801','NC','asheville','165 s french broad #502','Michael E Huberts'),(36,NULL,'Please describe any volunteer interests in which you\'d like participate.\r\n\r\nI\'d like to vol for 1st shift at the local beer tent, if possible. Thank you....Jimmy','j5139@hotmail.com','8283353563','28778','nc','swannanoa','maxwell','jimmy'),(37,NULL,'I would be up for about most volunteer positions, ','jfgwaltney@yahoo.com','828-298-3356','28778','nc','swannanoa','28 brian ct','john f rank gwaltney'),(38,NULL,'Oktoberfest','n2dzn@yahoo.com','8287754871','28803','Nc','ASHEVILLE','18 Shelby Dr','Heather Shore'),(39,NULL,'ZvNLCV jlgvhqcrmjkr, [url=http://maetwfxedtoc.com/]maetwfxedtoc[/url], [link=http://ewovcvaewxgm.com/]ewovcvaewxgm[/link], http://fcssadxaotol.com/','jpfqdg@zcgebc.com','75882083010','9978','NY','New York','puRPnASsQEeeb','emrrtm'),(40,NULL,'Please describe any volunteer interests in which you\'d like participate.','somerblond@gmail.com','352-302-1938','28806','NC','Asheville','99 Ascension Dr Apt E120','Elke Bonie'),(41,NULL,'VERY FLEXIBLE','WACKYPAKI@CHARTER.NET','404-285-9669','28805','NC','ASHEVILLE','101 BUCK COVE TERRACE','FARIDA KHAN'),(42,NULL,'I\'m interested in volunteering in any capacity. My work experience is in marketing and sales, but I\'m available to help with events, office work, etc. I moved here in January and want to get involved and give back to the city I love. \r\n\r\nLauren','lmshaffer1203@gmail.com','513-646-8344','28803','NC','Asheville','12 Forest Lake Dr','Lauren Shaffer'),(43,NULL,'Looking to help out anyway I can. I do enjoy event planning and strategy.','MelissaPennscott@aim.com','864.207.6507','28804','NC','Asheville','114 W T Weaver Blvd','Melissa Pennscott'),(44,NULL,'YnF0hO ilrmmpijmecr, [url=http://nsknehfxjaww.com/]nsknehfxjaww[/url], [link=http://yjkhzybwiivh.com/]yjkhzybwiivh[/link], http://xsmddrfiaqfm.com/','mutrib@qxwtkk.com','17787222762','6756','NY','New York','BkmZTUBEumd','zbtksbsxqs'); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_fabrik_formdata_1` ENABLE KEYS */; -- -- Table structure for table `jos_fabrik_formdata_3` -- DROP TABLE IF EXISTS `jos_fabrik_formdata_3`; CREATE TABLE `jos_fabrik_formdata_3` ( `fabrik_internal_id` int(11) NOT NULL auto_increment, `time_date` varchar(255) default NULL, `full_name` varchar(255) default NULL, `address1` varchar(255) default NULL, `address2` varchar(255) default NULL, `city` varchar(255) default NULL, `state` varchar(255) default NULL, `zip_code` varchar(255) default NULL, `phone` varchar(255) default NULL, `email` varchar(255) default NULL, `business_name` varchar(255) default NULL, `business_address` varchar(255) default NULL, `business_address2` varchar(255) default NULL, `way_to_contact` text, `level` varchar(255) default NULL, `interests` text, `website` varchar(255) default NULL, `why_join` text, `like_about_downtown` varchar(255) default NULL, `dislike_about_downtown` varchar(255) default NULL, `concerns` varchar(255) default NULL, `needs_improvement` varchar(255) default NULL, `membership_note` text, `renewing_member` text, PRIMARY KEY (`fabrik_internal_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `jos_fabrik_formdata_3` -- /*!40000 ALTER TABLE `jos_fabrik_formdata_3` DISABLE KEYS */; LOCK TABLES `jos_fabrik_formdata_3` WRITE; INSERT INTO `jos_fabrik_formdata_3` VALUES (1,'2009-07-21','Seano','58 1/2','topfloor','asheville','nc','28801','555-1234','test@topfloorstudio.com','topfloorstudio','58 1/2','topfloor','email','indiv','volunteer','topfloorstudio.com','resident','hills','people asking for money','street repair','DTAF',NULL,NULL),(2,'2009-07-31','Dana Davis','53 Asheland Avenue, Suite 105','','Asheville','NC','28801','828-210-9656','ddavis@ymcawnc.org','YMCA of WNC','53 Asheland Ave., Suite 105','Asheville, NC 28801','email//..*..//phone//..*..//in_person','non-profit','volunteer//..*..//emails//..*..//link_me','www.ymcawnc.org','cultural//..*..//proprietor//..*..//events//..*..//worker','variety','trash','na','keep up the good work',NULL,NULL),(3,'2009-08-14','Karl Hosler','304 Short Michigan Ave.','','Asheville','NC','28806','828-423-2390','kshosler@gmail.com','Starbucks','40 All Souls Crescent','Asheville, NC','email','indiv','volunteer//..*..//emails','','cultural//..*..//events//..*..//love','music and events','construction','room to grow?','improving and enhancing events',NULL,NULL),(4,'2009-08-14','Karl Hosler','304 Short Michigan Ave.','','Asheville','NC','28806','828-423-2390','kshosler@gmail.com','Starbucks','40 All Souls Crescent','Asheville, NC','email','indiv','','','cultural//..*..//events//..*..//love','music and events','construction','room to grow?','improving and enhancing events',NULL,NULL),(5,'2009-08-14','Karl Hosler','304 Short Michigan Ave.','','Asheville','NC','28806','828-423-2390','kshosler@gmail.com','Starbucks','40 All Souls Crescent','Asheville, NC','email','indiv','volunteer//..*..//emails','','cultural//..*..//events//..*..//love','music and events','construction','room to grow?','improving and enhancing events',NULL,NULL),(6,'2009-08-14','naomi','334 lex','','asheville','nc','28801','828-713-7144','naomi@topfloorstudio.com','topfloor','333 lexington ave','asheville','email','sm_business','volunteer//..*..//emails','','cultural//..*..//love','the culture and good','no good food mart','no food','snacks',NULL,NULL),(7,'2009-08-19','Test Joe Average','29 Haywood St','','Asheville','NC','28801','828.8888888','info@ashevilledowntown.org','nonya','PO 986 ','Asheville NC','email','indiv','volunteer','','resident','','','','',NULL,NULL),(8,'2009-08-21','Irene Semanchuk','32 Lowell Street','','Asheville','NC','28803','828-450-9216','irenesmk@gmail.com','Good Night Irene!','13-1/2 Eagle Street, Suite M','Asheville, NC 28801','email','indiv','volunteer//..*..//link_me','http://www.good-night-irene.com','cultural//..*..//proprietor//..*..//worker//..*..//love','the people, the events, the vibe','no free parking, like in Greenville','overpriced residential construction','',NULL,NULL),(9,'2009-08-24','David Craig Starkey','2 South Pack Sqaure','','Asheville','NC','28801','828-236-0670','ashevillelyric@yahoo.com','Asheville Lyric Opera','2 South Pack Sqaure','Asheville, NC 28801','email','non-profit','','ashevillelyric.org','cultural','the community neighbor relationship','','','continue to be pro-business not pro resident',NULL,NULL),(10,'2009-08-24','Mia Elias','706 Garren Creek Road','','Fairview','NC','28730','828 628-3008','mia@miaelias.com','Keller Williams Prof.','86 Asheland Ave.','Asheville, NC 28801','email','indiv','volunteer//..*..//link_me','www.miaelias.com','cultural//..*..//proprietor//..*..//events//..*..//worker//..*..//love','entertainment','homelessness','tall buildings','',NULL,NULL),(11,'2009-08-25','Lynn Rapp','45 New Lite Road','','Fairview','NC',' 28730','828-250-6150','missdaisy12@gmail.com','BCHC','35 Woodfin Street','Asheville 28801','email//..*..//phone','indiv','volunteer//..*..//emails','','cultural//..*..//events//..*..//worker//..*..//love','','','','',NULL,NULL),(12,'2009-08-26','naomi','58 lex','','asheville','nc','28806','8287137144','mimsim@yahoo.com','TFS','58 Lex','asheville','email','fam','volunteer//..*..//emails','www.test.com','resident//..*..//cultural','','','','',NULL,NULL),(13,'2009-08-26','naomi','58 lexington ave','test here.','Asheville','nc','28806','828-713-7144','mimsim@yahoo.com','topfloor','58 Lex','test here','email','indiv','volunteer','','resident','','','','',NULL,NULL),(14,'2009-08-26','naomi','58 lexington ave','test here.','Asheville','nc','28806','828-713-7144','mimsim@yahoo.com','topfloor','58 Lex','test','email','indiv','volunteer','','resident','','','','',NULL,NULL),(15,'2009-08-26','naomi','58 lexington ave',NULL,'Asheville','nc','28806','828-713-7144','mimsim@yahoo.com','topfloor','58 Lex',NULL,'email','indiv','volunteer','','resident','','','','',NULL,NULL),(16,'2009-08-27','Anita Silver - Barnwell','79 Poplar Creek Dr. ',NULL,'Asheville','NC ','28805','828.712.2306','amsbcpa@hotmail.com','none','none',NULL,'email','fam','volunteer','','resident','','','','',NULL,NULL),(17,'2009-09-11','p','pod',NULL,'asheville','nc','28806','8288288282','p@pod.com','peapod','peapod',NULL,'in_person','indiv','','','resident//..*..//cultural','','','','',NULL,NULL),(18,'2009-09-11','p','pod',NULL,'asheville','nc','28806','8288288282','p@pod.com','peapod','peapod',NULL,'in_person','indiv','','','cultural','','','','',NULL,NULL),(19,'2009-09-12','p','pod',NULL,'asheville','nc','28806','8288288282','p@pod.com','peapod','peapod',NULL,'email','indiv','volunteer','','resident','','','','',NULL,NULL),(20,'2009-09-16','p','peapod',NULL,'peapod','pea','peapod','828282828282','pea@pod.com','pea','pea',NULL,'email','indiv','','','resident','','','','',NULL,NULL),(21,'2009-09-16','t','t',NULL,'t','t','22222','828282828282','t@t.com','t','t',NULL,'email','indiv','volunteer','','resident','','','','',NULL,NULL),(22,'2009-09-21','Melissa Fish','22 Cherry Laurel Lane',NULL,'Swannanoa','NC','28778','828-301-5816','melissafish@att.net','Kledis and Company, CPA\'s, P.A.','355 Merrimon Ave Asheville, NC 28801',NULL,'email','indiv','volunteer//..*..//emails','','cultural//..*..//worker//..*..//love','Atmosphere','Parking','','',NULL,NULL),(23,'2009-10-13','Bryan Freeborn','82 Patton Ave, Suite 210',NULL,'Asheville','NC','28801','828-251-2176','bryan@bryanfreeborn.com','Freeborn Consulting','82 Patton Ave, Suite 210',NULL,'email//..*..//phone//..*..//in_person','indiv','emails//..*..//link_me','www.bryanfreeborn.com','cultural//..*..//proprietor//..*..//events//..*..//worker//..*..//love','','','','',NULL,NULL),(24,'2009-10-14',' Brennan Splain','315 White Pine Dr.',NULL,'Asheville','NC','28805','828-545-9306','brennansplain@yahoo.com','YMCA of WNC','31 Woodfin St.',NULL,'email','indiv','volunteer//..*..//emails','','resident//..*..//cultural//..*..//events//..*..//worker//..*..//love','life','bums','none','winter events',NULL,NULL),(25,'2009-10-23','jos_fabrik_formdata_3___full_name','jos_fabrik_formdata_3___address1',NULL,'jos_fabrik_formdata_3___city','jos_fabrik_formdata_3___state','jos_fabrik_formdata_3___zip_code','jos_fabrik_formdata_3___phone','example@example.com','jos_fabrik_formdata_3___business_name','jos_fabrik_formdata_3___business_address',NULL,'email//..*..//phone//..*..//in_person','indiv','volunteer//..*..//emails//..*..//link_me','jos_fabrik_formdata_3___website','resident//..*..//cultural//..*..//proprietor//..*..//events//..*..//worker//..*..//love','jos_fabrik_formdata_3___like_about_downtown','jos_fabrik_formdata_3___dislike_about_downtown','jos_fabrik_formdata_3___concerns','jos_fabrik_formdata_3___needs_improvement',NULL,NULL),(26,'2009-11-03','Diane Simmons','PO Box 18445',NULL,'Asheville','NC','28814','828-216-0386','dasimmons43@yahoo.com','Keller Williams Professionals - Realtor','49 Monticello Rd., Weaverville, NC 28787',NULL,'email//..*..//phone','indiv','volunteer//..*..//emails//..*..//link_me','www.dianeasimmons.com','cultural//..*..//events//..*..//worker','','','','',NULL,NULL),(27,'2009-11-09','Dane Barrager','PO Box 3017',NULL,'Asheville','NC','28802','828-367-1446','Dane.Barrager@gmail.com','Squiggle Enterprises, LLC','PO Box 3917',NULL,'email','indiv','volunteer//..*..//emails','','resident//..*..//cultural//..*..//events//..*..//love','Being able to walk to all the different businesses and events','Lack of businesses that cater to residents','The character of downtown needs to remain similar to now, while still allowing growth','Promoting downtown living',NULL,NULL),(28,'2009-12-07','Terry Guthrie','155 S Lexington Av #301',NULL,'Asheville','NC','28801','(828) 252-4523','taguthrie@yahoo.com','TAG HR Consulting and Development','155 S Lexington',NULL,'email','indiv','volunteer//..*..//emails','','resident//..*..//cultural//..*..//proprietor//..*..//events//..*..//love','Friendly people at great restaurants','N/A','Development of modern buildings','',NULL,NULL),(29,'2009-12-07','Landon Hester','160 Onteora Blvd',NULL,'Asheville','NC','28803','828.301.8486','kczarboi@aol.com','State of NC','1122 River Rd.',NULL,'email//..*..//phone','indiv','volunteer','','resident//..*..//love','','','','',NULL,NULL),(30,'2009-12-08','Chris Dobson/Bonita Irwin','500 South Main Street',NULL,'Marion','nc','28752','828-385-3199','chris@edwardjones.com','Edward Jones Investments','500 South Main Street, Marion N.C. 28752',NULL,'email//..*..//phone//..*..//in_person','fam','volunteer//..*..//emails//..*..//link_me','www.edwardjones.com','cultural//..*..//events//..*..//love','The culture and diversity','n/a','n/a','n/a',NULL,NULL),(31,'2009-12-23','David Clegg','235 White Pine Drive',NULL,'Fletcher','NC','28732','828-242-2219','ride@getbuzzedhome.com','Buzzed Home','see above',NULL,'email','sm_business','volunteer//..*..//emails//..*..//link_me','www.getbuzzedhome.com','cultural//..*..//proprietor//..*..//events//..*..//worker','Architecture, minimal chain restaurants/shops','Panhandling, parking','Panhandling','Promoting post-holiday winter events mid-January through March',NULL,'No'),(32,'2010-01-17','Judy Romick','56 Trinity Chapel Rd.',NULL,'Asheville','NC','28805','828-772-4181','JRomick2599@aol.com','Asheville Police Dept.','P.O. Box 7148 Asheville, NC 28801',NULL,'email//..*..//phone','indiv','volunteer','','cultural//..*..//events//..*..//love','Diversity','Unclean at times','That folks feel it\\\\\\\'s a safe place to spend time.','More fun activities',NULL,'No'),(33,'2010-01-19','Judy Romick','56 Trinity Chapel Rd.',NULL,'Asheville','NC','28805','828-772-4181','JRomick2599@aol.com','Asheville Police Dept.','100 Court Plaza Avl., NC',NULL,'email//..*..//phone','indiv','volunteer','','resident//..*..//cultural//..*..//events//..*..//love','Diversity','Sometimes unclean','That folks feel safe.','More fun things to do.',NULL,'No'),(34,'2010-01-19','Judy Romick','56 Trinity Chapel Rd.',NULL,'Asheville','NC','28805','828/772-4181','JRomick2599@aol.com','Asheville Police Dept.','100 Court Plaza Avl., NC',NULL,'email//..*..//phone','indiv','volunteer','','resident//..*..//cultural//..*..//events//..*..//love','Diversity','Sometimes not clean','Safety','More fun events',NULL,'No'),(35,'2010-01-20','Judy Romick','56 Trinity Chapel Rd.',NULL,'Asheville','NC','28805','828/299-7117','JRomick2599@aol.com','Asheville Police','100 Court Plaza Asheville, NC',NULL,'email//..*..//phone','indiv','volunteer//..*..//emails','','cultural//..*..//events//..*..//love','Diversity','Unclean at times','Safety','More fun events',NULL,'No'),(36,'2010-01-25','Pisgah Brewing Company','150 Eastside Dr',NULL,'Black Mountain','NC','28711','828-669-0190','info@pisgahbrewing.com','Pisgah Brewing Company','150 Eastside Dr',NULL,'email','sm_business','volunteer//..*..//link_me','www.pisgahbrewing.com','proprietor','','','','',NULL,'Yes'),(37,'2010-01-31','David Michael Mayeux','P.O. Box 205',NULL,'Asheville','NC','28802','704.689.3152','ashevillehomeless@yahoo.com','Asheville Homeless Network','P.O. Box 205 Asheville, NC 28802',NULL,'email//..*..//phone','non-profit','volunteer//..*..//emails//..*..//link_me','http://ashevillehomeless.org','resident//..*..//cultural//..*..//events//..*..//worker//..*..//love','','','','',NULL,'No'),(38,'2010-02-04','David Spray','P O Box 909',NULL,'Asheville','NC','28802','828-254-1529','david@westerncarolinarescue.or','Western Carolina Rescue Ministries, Inc.','P O Box 909',NULL,'email','non-profit','volunteer//..*..//emails//..*..//link_me','www.westerncarolinarescue.org','cultural//..*..//proprietor//..*..//events//..*..//worker//..*..//love','','','','',NULL,'No'),(39,'2010-02-11','Michael McMurtrey','157 White Pine Dr',NULL,'Asheville','NC','28805','8285052189','michael@fanaticon.org','FANATICON','157 White Pine Dr',NULL,'email//..*..//phone//..*..//in_person','sm_business','volunteer//..*..//emails//..*..//link_me','www.fanaticon.org','cultural//..*..//proprietor//..*..//events//..*..//worker//..*..//love','The people','vacancies','Stubbornness within the community','Bringing businesses in that will generate more income for existing businesses.',NULL,'No'),(40,'2010-02-11','Michael McMurtrey','157 White Pine Dr',NULL,'Asheville','NC','28805','8285052189','michael@fanaticon.org','FANATICON','157 White Pine Dr',NULL,'email//..*..//phone//..*..//in_person','sm_business','','www.fanaticon.org','cultural//..*..//proprietor//..*..//events//..*..//worker//..*..//love','The people','Vacancies and the lack of trash cans.','Stubbornness within the community','Bringing businesses in that will generate more income for existing businesses.',NULL,'No'),(41,'2010-02-14','Jessica Gualano','169 Charlotte Street',NULL,'Asheville','NC','28801','828.255.5955','jessica@winestudioasheville.co','The Wine Studio of Asheville','169 Charlotte Street, Asheville, NC 28801',NULL,'email','sm_business','volunteer//..*..//emails//..*..//link_me','http://www.winestudioasheville.com','cultural//..*..//proprietor//..*..//events//..*..//love','','','','',NULL,'No'),(42,'2010-02-23','Peter Pollay','P.O. Box 1498',NULL,'Asheville','NC','28802','828.505.3969','peter@posanacafe.com','Posana Cafe','1 Biltmore Avenue',NULL,'email','sm_business','emails//..*..//link_me','posanacafe.com','cultural//..*..//proprietor','','','','',NULL,'No'),(43,'2010-03-01','Maggie Marshall','252 Brevard Rd.',NULL,'Asheville','NC','28806','8282255503','maggie.marshall@yahoo.com','Real Living Carolina Property','51 College St. Asheville 28801',NULL,'email','indiv','volunteer//..*..//emails//..*..//link_me','www.RealLiving.com/Maggie.Marshall','resident//..*..//cultural//..*..//events//..*..//worker//..*..//love','Great restaurants and walkability','Parking, of course!','Preservation of old buildings, keeping local businesses afloat, lowering the vacancy rate of commercial properties','All of the above, and all of the many things that will preserve the unique and original spirit of Asheville',NULL,'No'),(44,'2010-03-10','Asheville Citizen-Times','PO Box 2090',NULL,'Asheville ','NC','28802','828-232-5934','emthomas@ashevill.gannett.com','Asheville Citizen-Times','14 O\'Henry Ave',NULL,'email','lg_business','','www.citizen-times.com','worker','','','','',NULL,'No'),(45,'2010-03-22','Crawford Craige','124 W. Union',NULL,'Morganton','NC','28655','828-433-1863','jccraige@crescent-resources.co','Crescent Communities on Lake James','124 W. Union St. Morganton, NC 28655',NULL,'email','sm_business','emails','www.lakejames.com','resident//..*..//cultural//..*..//events//..*..//love','','','','',NULL,'No'),(46,'2010-05-10','Mary K Bridges','74 Oakland Road',NULL,'Asheville','NC','28801','828 258-7999','info@VacationInAsheville.com','Vacation In Asheville & Oakland Cottage ','74 Oakland Road',NULL,'email//..*..//phone//..*..//in_person','sm_business','volunteer//..*..//emails//..*..//link_me','www.vacationinasheville.com','resident//..*..//cultural//..*..//proprietor//..*..//events//..*..//love','1) The \"vibe\", 2) River Arts District, 3) Beer, 4)Excellent locally owned restaurants, suppport of local foods and non-chain restaurants. 4) Great People Watching, 5) Urban Trail, 6) Arts, architecture, sculputres, flowers 6) Chamber of commerce/ visitor ','1) Amt of street people - a little on the creepy side at times, 2) Parking - get rid of meters, city can make money in a more positive way, this is not always tourist friendly, 3) better bus schedule (expand hours, operate on Sundays) so that tourists can','1) Chains moving in and pushing out our local restaurants and small businesses, 2) Getting greedy about our tourists and complacent & not taking good care of them - focus on keeping our tourists, our clean industry (don\'t kill the goose for the golden egg','1) continue green theme & movement, 2) continue to promote clean industries, esp our tourism, continue to support local and small entrepreneurs, help small businesses learn how to collaborate (the word compete comes from the latin, competere, which means ',NULL,'No'),(47,'2010-05-13','Robert Long','46 Haywood St Ste 101',NULL,'Asheville','NC','28801','828-505-7348','asheville@spiceandtea.com','Spice and Tea Exchange','46 Haywood St. Ste 101',NULL,'email','sm_business','volunteer//..*..//emails//..*..//link_me','spiceandtea.com','cultural//..*..//proprietor//..*..//events//..*..//worker//..*..//love','shopping','parking','getting too big','promoting downtown',NULL,'No'),(48,'2010-05-27','David G. Nutter, AICP','169 Flint Street',NULL,'Asheville','NC','28801','410-603-9024','dnutter@aol.com','Nutter Associates','169 Flint Street',NULL,'email','sm_business','volunteer//..*..//emails','','resident//..*..//cultural//..*..//proprietor//..*..//events//..*..//worker//..*..//love','being downtown','','','Downtown Management District',NULL,'No'),(49,'2010-05-29','Peggy & Mike Taylor','1615 Charlotte Hwy',NULL,'Fairview','NC','28730','828-628-9021','peggy@progressive-profit.com','Progressive Profit','1615 Charlotte Hwy, Fairview, NC 28730',NULL,'email//..*..//phone','sm_business','volunteer//..*..//emails','progressive-profit.com','cultural//..*..//love','It is fun, exciting, & clean','parking situation','slow economy','',NULL,'No'),(50,'2010-06-16','Wayne Figart','PO Box 1321',NULL,'Asheville','NC','28802-1321','828-399-9153','waynefigart@hotmail.com','N/A','N/A',NULL,'email','indiv','volunteer//..*..//emails','','resident//..*..//cultural//..*..//events//..*..//love','Diversity','Parking','Franchise Businesses','',NULL,'No'),(51,'2010-06-16','David Clegg','235 White Pine Dr.',NULL,'Fletcher','NC','28732','828-242-2219','ride@getbuzzedhome.com','Buzzed Home','Asheville NC',NULL,'email','sm_business','volunteer//..*..//emails//..*..//link_me','www.getbuzzedhome.com','cultural//..*..//proprietor//..*..//events//..*..//worker','Buskers(street musicians), restaurants/bars, music venues, art galleries','Panhandlers, graffiti','Chain establishments (Starbucks, Subway, etc.)replacing independently owned ones','More events like DT After 5',NULL,'No'),(52,'2010-09-01','Richard Marguet','150 Webb Cove Rd',NULL,'Asheville','NC','28804','828 505-2606','rmarguet@gmail.com','Marguet Enterprise LLC','150 Webb Cove Rd',NULL,'email//..*..//phone','sm_business','volunteer//..*..//emails','','cultural//..*..//proprietor//..*..//events//..*..//love','Charm','Parking','','',NULL,'No'),(53,'2010-09-04','Randy McKinney','271 Haywood Street',NULL,'Asheville','NC','28801','828-252-4270','randym@holstongases.com','Holston Gases, Inc','271 Haywood Street',NULL,'email','sm_business','emails//..*..//link_me','www.holstongases.com','cultural//..*..//worker//..*..//love','food/entertainment','panhandling','','',NULL,'No'),(54,'2010-09-24','Christina Lindgren','67 North Market Street',NULL,'Asheville','NC ','28801','828-255-8325','chrissy@wncit.com','Applied Solutions Group, Inc.','67 North Market Street',NULL,'email','sm_business','volunteer//..*..//emails//..*..//link_me','www.wncit.com','resident//..*..//cultural//..*..//proprietor//..*..//events//..*..//worker//..*..//love','','','','',NULL,'No'),(55,'2010-09-24','Kelly S. Jones','60 Biltmore Avenue',NULL,'Asheville','NC','28801','828-281-0888','Kelly@KJFengShui.com','Kelly S. Jones, LLC','60 Biltmore Avenue, Asheville, NC 28801',NULL,'email','sm_business','emails//..*..//link_me','www.VoiceofYourSoul.com','proprietor','Connectivity, people, stores and ambiance.','Needs more of a walkway feeling and bike and dog friendly.','Rents & taxes too high & limit diversity.','Beautiful walking path that has a nature feel!!!',NULL,'No'),(56,'2010-11-03','Paul B. Kelman','2702 Timber Trail',NULL,'Asheville','NC','28804','404-583-8035','pbkelman@bellsouth.net','NA','NA',NULL,'email','indiv','volunteer//..*..//emails','','cultural//..*..//events//..*..//love','Activity and diversity','Parking','Complacency?','More housing',NULL,'No'),(57,'2010-11-04','Linda Chester','26 Wall Street',NULL,'Asheville','NC','28801','828-253-8181','chestercreative@charter.net','Fired Up! Creative Lounge','26 Wall Street',NULL,'email//..*..//phone','sm_business','volunteer//..*..//emails//..*..//link_me','fireduplounge.com','cultural//..*..//proprietor//..*..//events','Fun place to hang out','parking','getting people to come downtown and frequent the businesses','parking & promoting downtown businesses',NULL,'No'),(58,'2010-11-16','Ariel Gallery','19 Biltmore Ave',NULL,'Asheville','NC','28801','828-236-2660','info@arielcraftgallery.com','Ariel Gallery, LLC','19 Biltmore Ave',NULL,'email','sm_business','emails//..*..//link_me','www.arielcraftgallery.com','resident//..*..//cultural//..*..//proprietor//..*..//events//..*..//worker//..*..//love','independent owners','','','',NULL,'No'),(59,'2010-11-19','Linda Chester','4 Wild Iris Lane',NULL,'Fairview','NC','28730','8282538181','info@fireduplounge.com','Fired Up! Creative Lounge','26 Wall Street',NULL,'email//..*..//phone','sm_business','volunteer//..*..//emails//..*..//link_me','fireduplounge.com','cultural//..*..//proprietor//..*..//events//..*..//worker','','','','',NULL,'No'),(60,'2010-11-19','Linda Chester','4 Wild Iris Lane',NULL,'Fairview','NC','28730','8282538181','info@fireduplounge.com','Fired Up! Creative Lounge','26 Wall Street',NULL,'email','sm_business','volunteer//..*..//emails//..*..//link_me','fireduplounge.com','cultural//..*..//proprietor//..*..//events//..*..//worker//..*..//love','','','','',NULL,'No'),(61,'2010-11-19','Sasha Vrtunski','264 Sulphur Springs Rd',NULL,'Asheville ','NC ','28806','828.230.1271','sasha_vrtunski@yahoo.com','Sasha Vrtunski, AICP','same as above',NULL,'email','indiv','volunteer//..*..//emails','','cultural//..*..//events//..*..//worker//..*..//love','','','','',NULL,'No'),(62,'2010-11-19','Sasha Vrtunski','264 Sulphur Springs Rd',NULL,'Asheville ','NC ','28806','828.230.1271','sasha_vrtunski@yahoo.com','Sasha Vrtunski, AICP','same as above',NULL,'email','indiv','emails','','cultural//..*..//events//..*..//worker//..*..//love','','','','',NULL,'No'),(63,'2010-12-13','Libby de Caetani','1 Page Ave #506',NULL,'Asheville','NC','28801','828-423-0336','libbymail@gmail.com','x','1 Page Ave #506',NULL,'email','fam','volunteer//..*..//emails','','resident//..*..//cultural//..*..//events//..*..//love','walking','parking','empty storefronts','parking',NULL,'No'),(64,'2010-12-24','Clayton & Geraldine Ludeman','52 Biltmore Ave., #402',NULL,'Asheville','NC','28801','828-253-4596','prc555c@bellsouth.net','none','none',NULL,'email','fam','volunteer//..*..//emails','','resident//..*..//cultural//..*..//events//..*..//love','so much going on','dirty, panhandlers, noise','clean it up and control noise','you do a great job now',NULL,'Yes'),(65,'2010-12-29','Al Wagener','48A Biltmore Avenue',NULL,'Asheville','NC','28801','8286698719','awagener@earthlink.net','Blue Ridge Animal Hospital Inc.','306 W. State St., Black Mountain 28711',NULL,'email','fam','volunteer//..*..//emails//..*..//link_me','http://www.brah.vetsuite.com','resident//..*..//cultural//..*..//events//..*..//love','ability to walk about','beggars','over building','public parking & bathrooms',NULL,'Yes'),(66,'2010-12-30','Robert Long','46 Haywood St Suite 101',NULL,'Asheville','NC','28804','828.505.7348','asheville@spiceandtea.com','Spice and Tea Exchange of Asheville','46 Haywood St Suite 101',NULL,'email','indiv','volunteer//..*..//emails','','cultural//..*..//proprietor//..*..//events//..*..//worker//..*..//love','','','','',NULL,'Yes'),(67,'2011-01-03','agnes l cheek','96 appian way',NULL,'arden','nc','28704','8284238630','agnescheek@gmail.com','clear channel asheville','13 summerlin road asheville nc 28806',NULL,'email','indiv','volunteer','http://www.wwnc.com/pages/Agnes.html','cultural//..*..//events//..*..//worker//..*..//love','small businesses thriving and community pulling together to help keep it a vibrant community','lack of public restrooms, lack of things to do with children and families that doesn\'t just involve eating or spending money on trinkets','budget is out of hand, public officials, boards and commissions have no problem allocating debt on the back of taxpayers with little to no oversight. We are expected to tighten our belts as private citizens, but those in office and appointments to boards ','communication between local businesses, private citizens and residents, and to be a liason between them and other boards and the elected city and county officials and appointments.',NULL,'No'),(68,'2011-01-13','Peggy & Mike Taylor','1615 Charlotte Hwy',NULL,'Fairview','NC','28730','828-628-9021','peggy@progressive-profit.com','Progressive Profit','1615 Charlotte Hwy',NULL,'email','indiv','volunteer//..*..//emails//..*..//link_me','www.progressive-profit.com','resident//..*..//cultural//..*..//events//..*..//love','Clean ','lack of parking','to many homeless','Services for merchants',NULL,'Yes'),(69,'2011-02-06','Amy Huntsman','PO Box 2044',NULL,'Asheville','NC','28802','828-301-9444','blueridgepride@yahoo.com','Blue Ridge Pride','PO Box 2044 Asheville, NC 28802',NULL,'email','non-profit','volunteer//..*..//emails//..*..//link_me','www.blueridgepride.com','resident//..*..//cultural//..*..//worker//..*..//love','Arts','Parking','Yuppie take over','Unknown',NULL,'Yes'),(70,'2011-02-06','Amy Huntsman','PO Box 2044',NULL,'Asheville','NC','28802','828-301-9444','blueridgepride@yahoo.com','Blue Ridge Pride','PO Box 2044 Asheville, NC 28802',NULL,'email','non-profit','volunteer//..*..//emails//..*..//link_me','www.blueridgepride.com','resident//..*..//cultural//..*..//worker//..*..//love','Arts','Parking','Yuppie take over','Unknown',NULL,'Yes'),(71,'2011-02-17','Brennan Splain','315 White Pine Dr.',NULL,'Asheville','NC','2880p5','828-545-9306','brennansplain@yahoo.com','YMCA of WNC','Downtown',NULL,'email','indiv','volunteer','','cultural//..*..//events//..*..//worker//..*..//love','the community','the bums','i don\'t know...','you\'re doing great!',NULL,'Yes'),(72,'2011-03-10','Brian Vasilik','7 Melton Drive',NULL,'Asheville','NC','28805','828-298-1350','bvasilik@earthlink.net','Brian Vasilik','7 Melton Drive',NULL,'email','sm_business','emails//..*..//link_me','http://brianvasilik.blogspot.com/','cultural//..*..//events//..*..//love','Walking around','trash','Growth','public art',NULL,'No'),(73,'2011-03-10','Brian Vasilik','7 Melton Drive',NULL,'Asheville','NC','28805','828-298-1350','bvasilik@earthlink.net','Brian Vasilik','7 Melton Drive',NULL,'email','sm_business','emails//..*..//link_me','http://brianvasilik.blogspot.com/','cultural//..*..//events//..*..//love','Walking around','trash','Growth','public art',NULL,'No'),(74,'2011-03-14','Diane Simmons','PO Box 18445',NULL,'Asheville','NC','28814','828-216-0386','diane.simmons@kw.com','Keller Williams Professionals','49 Monticello Rd., Weaverville, NC 28787',NULL,'email','indiv','volunteer//..*..//link_me','www.dianeasimmons.com','cultural//..*..//proprietor//..*..//events//..*..//love','','','','',NULL,'Yes'),(75,'2011-03-27','utemysao','uirZbOMSuwApODTEdM',NULL,'New York','NY','7774','44481308058','sioxkh@fbtfzf.com','PYHoSAOkqwoWa','OSMhPnKRVFCtsts',NULL,'email','indiv','volunteer','http://fmguwkacuqfu.com/','resident','NY','NY','MSsKjiwxyvFW','MlDmQShpHQRhKxHT',NULL,'No'),(76,'2011-03-31','LEAF','377 Lake Eden Rd.',NULL,'Black Mountain','NC ','28711','828-686-8742','erica@theleaf.org','LEAF','377 Lake Eden Rd.',NULL,'email','non-profit','link_me','www.theleaf.org','cultural//..*..//love','','','','',NULL,'No'),(77,'2011-03-31','Andrew Montrie','24 kevin ct',NULL,'Asheville','NC','28806','828-582-2112','info@muddymontrie.com','Muddy Knees Design and Production','24 kevin ct.',NULL,'email','indiv','emails//..*..//link_me','http://www.ashevilleartinthepark.com/','cultural//..*..//proprietor//..*..//events//..*..//love','Asheville Art in the Park','People yelling religiously damning verse','keeping it real for locals','continued support of local artists',NULL,'No'),(78,'2011-04-06','izbnxoyqmn','GHThkFAXlJvBqV',NULL,'New York','NY','4000','44280384909','qgzgou@kbvnda.com','XxmatTfDTxosAJWUfH','QzdlUToXIFiml',NULL,'email','indiv','volunteer','http://bbxcpozcwtdf.com/','resident','NY','NY','sxPrgvKkcbmC','iuevrGfkffxyyWjlNKO',NULL,'No'); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_fabrik_formdata_3` ENABLE KEYS */; -- -- Table structure for table `jos_fabrik_formgroup` -- DROP TABLE IF EXISTS `jos_fabrik_formgroup`; CREATE TABLE `jos_fabrik_formgroup` ( `id` int(6) NOT NULL auto_increment, `form_id` int(