0byt3m1n1
Path:
/
data
/
20
/
3
/
97
/
131
/
3260620
/
meta
/
3640049
/
mysql.backup
/
[
Home
]
File: vsswordpress.mysqlv111.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv111 Database: vsswordpress -- ------------------------------------------------------ -- Server version 5.0.91 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_cntctfrm_field` -- DROP TABLE IF EXISTS `wp_cntctfrm_field`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_cntctfrm_field` ( `id` int(11) NOT NULL auto_increment, `name` char(100) NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_cntctfrm_field` -- LOCK TABLES `wp_cntctfrm_field` WRITE; /*!40000 ALTER TABLE `wp_cntctfrm_field` DISABLE KEYS */; INSERT INTO `wp_cntctfrm_field` VALUES (1,'name'),(2,'email'),(3,'subject'),(4,'message'),(5,'address'),(6,'phone'),(7,'attachment'),(8,'attachment_explanations'),(9,'send_copy'),(10,'sent_from'),(11,'date_time'),(12,'coming_from'),(13,'user_agent'); /*!40000 ALTER TABLE `wp_cntctfrm_field` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL auto_increment, `comment_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL auto_increment, `comment_post_ID` bigint(20) unsigned NOT NULL default '0', `comment_author` tinytext NOT NULL, `comment_author_email` varchar(100) NOT NULL default '', `comment_author_url` varchar(200) NOT NULL default '', `comment_author_IP` varchar(100) NOT NULL default '', `comment_date` datetime NOT NULL default '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `comment_content` text NOT NULL, `comment_karma` int(11) NOT NULL default '0', `comment_approved` varchar(20) NOT NULL default '1', `comment_agent` varchar(255) NOT NULL default '', `comment_type` varchar(20) NOT NULL default '', `comment_parent` bigint(20) unsigned NOT NULL default '0', `user_id` bigint(20) unsigned NOT NULL default '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; INSERT INTO `wp_comments` VALUES (1,1,'Mr WordPress','','http://wordpress.org/','','2013-11-25 04:17:58','2013-11-25 04:17:58','Hi, this is a comment.\nTo delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.',0,'1','','',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL auto_increment, `link_url` varchar(255) NOT NULL default '', `link_name` varchar(255) NOT NULL default '', `link_image` varchar(255) NOT NULL default '', `link_target` varchar(25) NOT NULL default '', `link_description` varchar(255) NOT NULL default '', `link_visible` varchar(20) NOT NULL default 'Y', `link_owner` bigint(20) unsigned NOT NULL default '1', `link_rating` int(11) NOT NULL default '0', `link_updated` datetime NOT NULL default '0000-00-00 00:00:00', `link_rel` varchar(255) NOT NULL default '', `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) NOT NULL default '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_mappress_maps` -- DROP TABLE IF EXISTS `wp_mappress_maps`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_mappress_maps` ( `mapid` int(11) NOT NULL auto_increment, `obj` longtext, PRIMARY KEY (`mapid`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_mappress_maps` -- LOCK TABLES `wp_mappress_maps` WRITE; /*!40000 ALTER TABLE `wp_mappress_maps` DISABLE KEYS */; INSERT INTO `wp_mappress_maps` VALUES (1,'O:12:\"Mappress_Map\":9:{s:5:\"mapid\";s:1:\"1\";s:5:\"width\";s:4:\"100%\";s:6:\"height\";i:350;s:4:\"zoom\";i:18;s:6:\"center\";a:2:{s:3:\"lat\";d:38.589458999999998;s:3:\"lng\";d:-90.507885999999985;}s:9:\"mapTypeId\";s:7:\"roadmap\";s:5:\"title\";s:15:\"VSSSTL Location\";s:7:\"metaKey\";N;s:4:\"pois\";a:1:{i:0;O:12:\"Mappress_Poi\":10:{s:7:\"address\";s:48:\"1021 Howard George Drive, Ballwin, MO 63021, USA\";s:4:\"body\";s:17:\"Ballwin, MO 63021\";s:16:\"correctedAddress\";s:48:\"1021 Howard George Drive, Ballwin, MO 63021, USA\";s:6:\"iconid\";N;s:5:\"point\";a:2:{s:3:\"lat\";d:38.589458999999998;s:3:\"lng\";d:-90.507885999999985;}s:4:\"poly\";N;s:3:\"kml\";N;s:5:\"title\";s:24:\"1021 Howard George Drive\";s:4:\"type\";N;s:8:\"viewport\";a:2:{s:2:\"sw\";a:2:{s:3:\"lat\";d:38.588110019707997;s:3:\"lng\";d:-90.509234980292035;}s:2:\"ne\";a:2:{s:3:\"lat\";d:38.590807980290997;s:3:\"lng\";d:-90.506537019709015;}}}}}'),(2,'O:12:\"Mappress_Map\":9:{s:5:\"mapid\";s:1:\"2\";s:5:\"width\";s:4:\"100%\";s:6:\"height\";i:350;s:4:\"zoom\";i:17;s:6:\"center\";a:2:{s:3:\"lat\";d:38.589535699999999;s:3:\"lng\";d:-90.5079973;}s:9:\"mapTypeId\";s:7:\"roadmap\";s:5:\"title\";s:12:\"VSS Location\";s:7:\"metaKey\";N;s:4:\"pois\";a:1:{i:0;O:12:\"Mappress_Poi\":10:{s:7:\"address\";s:48:\"1021 Howard George Drive, Ballwin, MO 63021, USA\";s:4:\"body\";s:17:\"Ballwin, MO 63021\";s:16:\"correctedAddress\";s:48:\"1021 Howard George Drive, Ballwin, MO 63021, USA\";s:6:\"iconid\";N;s:5:\"point\";a:2:{s:3:\"lat\";d:38.589535699999999;s:3:\"lng\";d:-90.5079973;}s:4:\"poly\";N;s:3:\"kml\";N;s:5:\"title\";s:24:\"1021 Howard George Drive\";s:4:\"type\";N;s:8:\"viewport\";a:2:{s:2:\"sw\";a:2:{s:3:\"lat\";d:38.588186719709;s:3:\"lng\";d:-90.509346280291993;}s:2:\"ne\";a:2:{s:3:\"lat\";d:38.590884680292;s:3:\"lng\";d:-90.506648319709029;}}}}}'); /*!40000 ALTER TABLE `wp_mappress_maps` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_mappress_posts` -- DROP TABLE IF EXISTS `wp_mappress_posts`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_mappress_posts` ( `postid` int(11) NOT NULL default '0', `mapid` int(11) NOT NULL default '0', PRIMARY KEY (`postid`,`mapid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_mappress_posts` -- LOCK TABLES `wp_mappress_posts` WRITE; /*!40000 ALTER TABLE `wp_mappress_posts` DISABLE KEYS */; INSERT INTO `wp_mappress_posts` VALUES (16,2),(205,1); /*!40000 ALTER TABLE `wp_mappress_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL auto_increment, `option_name` varchar(64) NOT NULL default '', `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL default 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=MyISAM AUTO_INCREMENT=2639 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://dev.vssstl.com','yes'),(2,'blogname','Veterinary Specialty Services','yes'),(3,'blogdescription','','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','joshuahunt82@gmail.com','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','0','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','1','yes'),(10,'comments_notify','1','yes'),(11,'posts_per_rss','10','yes'),(12,'rss_use_excerpt','0','yes'),(13,'mailserver_url','mail.example.com','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','open','yes'),(19,'default_ping_status','open','yes'),(20,'default_pingback_flag','','yes'),(21,'posts_per_page','10','yes'),(22,'date_format','F j, Y','yes'),(23,'time_format','g:i a','yes'),(24,'links_updated_date_format','F j, Y g:i a','yes'),(28,'comment_moderation','','yes'),(29,'moderation_notify','1','yes'),(30,'permalink_structure','/index.php/%postname%/','yes'),(31,'gzipcompression','0','yes'),(32,'hack_file','0','yes'),(33,'blog_charset','UTF-8','yes'),(34,'moderation_keys','','no'),(35,'active_plugins','a:9:{i:0;s:67:\"comprehensive-google-map-plugin/comprehensive-google-map-plugin.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:36:\"contact-form-plugin/contact_form.php\";i:3;s:25:\"debug-this/debug-this.php\";i:4;s:47:\"mappress-google-maps-for-wordpress/mappress.php\";i:5;s:23:\"respondjs/respondjs.php\";i:6;s:39:\"responsive-slider/responsive-slider.php\";i:7;s:33:\"soliloquy-lite/soliloquy-lite.php\";i:8;s:26:\"promotion-slider/index.php\";}','yes'),(36,'home','http://dev.vssstl.com','yes'),(37,'category_base','','yes'),(38,'ping_sites','http://rpc.pingomatic.com/','yes'),(39,'advanced_edit','0','yes'),(40,'comment_max_links','2','yes'),(41,'gmt_offset','0','yes'),(42,'default_email_category','1','yes'),(43,'recently_edited','a:5:{i:0;s:104:\"\\\\WDP\\DFS\\30\\5\\1\\0\\3089965015\\user\\sites\\3640049.site\\www\\dev/wp-content/plugins/respondjs/respondjs.php\";i:1;s:98:\"\\\\WDP\\DFS\\30\\5\\1\\0\\3089965015\\user\\sites\\3640049.site\\www\\dev/wp-content/themes/vss2013/footer.php\";i:2;s:97:\"\\\\WDP\\DFS\\30\\5\\1\\0\\3089965015\\user\\sites\\3640049.site\\www\\dev/wp-content/themes/vss2013/style.css\";i:3;s:101:\"\\\\WDP\\DFS\\30\\5\\1\\0\\3089965015\\user\\sites\\3640049.site\\www\\dev/wp-content/plugins/respondjs/readme.txt\";i:5;s:130:\"\\\\WDP\\DFS\\30\\5\\1\\0\\3089965015\\user\\sites\\3640049.site\\www\\dev/wp-content/plugins/cpt-bootstrap-carousel/cpt-bootstrap-carousel.php\";}','no'),(44,'template','vss2013','yes'),(45,'stylesheet','vss2013','yes'),(46,'comment_whitelist','1','yes'),(47,'blacklist_keys','','no'),(48,'comment_registration','','yes'),(49,'html_type','text/html','yes'),(50,'use_trackback','0','yes'),(51,'default_role','subscriber','yes'),(52,'db_version','31536','yes'),(53,'uploads_use_yearmonth_folders','1','yes'),(54,'upload_path','','yes'),(55,'blog_public','0','yes'),(56,'default_link_category','2','yes'),(57,'show_on_front','page','yes'),(58,'tag_base','','yes'),(59,'show_avatars','1','yes'),(60,'avatar_rating','G','yes'),(61,'upload_url_path','','yes'),(62,'thumbnail_size_w','150','yes'),(63,'thumbnail_size_h','150','yes'),(64,'thumbnail_crop','1','yes'),(65,'medium_size_w','300','yes'),(66,'medium_size_h','300','yes'),(67,'avatar_default','mystery','yes'),(68,'large_size_w','1024','yes'),(69,'large_size_h','1024','yes'),(70,'image_default_link_type','file','yes'),(71,'image_default_size','','yes'),(72,'image_default_align','','yes'),(73,'close_comments_for_old_posts','','yes'),(74,'close_comments_days_old','14','yes'),(75,'thread_comments','1','yes'),(76,'thread_comments_depth','5','yes'),(77,'page_comments','','yes'),(78,'comments_per_page','50','yes'),(79,'default_comments_page','newest','yes'),(80,'comment_order','asc','yes'),(81,'sticky_posts','a:0:{}','yes'),(82,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(83,'widget_text','a:2:{i:2;a:3:{s:5:\"title\";s:29:\"Veterinary Specialty Services\";s:4:\"text\";s:273:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nec massa nunc, quis ultrices lacus. Phasellus sed nisi ut augue volutpat accumsan. Suspendisse id ligula erat, nec condimentum eros. Nullam neque odio, mattis et cursus adipiscing, convallis sit amet risus.\";s:6:\"filter\";b:1;}s:12:\"_multiwidget\";i:1;}','yes'),(84,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(85,'uninstall_plugins','a:2:{s:39:\"responsive-slider/responsive-slider.php\";s:27:\"responsive_slider_uninstall\";s:36:\"contact-form-plugin/contact_form.php\";s:23:\"cntctfrm_delete_options\";}','no'),(86,'timezone_string','','yes'),(87,'page_for_posts','0','yes'),(88,'page_on_front','26','yes'),(89,'default_post_format','0','yes'),(90,'link_manager_enabled','0','yes'),(91,'initial_db_version','25824','yes'),(92,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:9:\"add_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(93,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(98,'sidebars_widgets','a:4:{s:19:\"wp_inactive_widgets\";a:1:{i:0;s:6:\"text-2\";}s:9:\"sidebar-1\";a:5:{i:0;s:8:\"search-2\";i:1;s:10:\"nav_menu-3\";i:2;s:10:\"nav_menu-4\";i:3;s:10:\"nav_menu-5\";i:4;s:10:\"nav_menu-6\";}s:9:\"sidebar-2\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(213,'widget_nav_menu','a:5:{i:3;a:2:{s:5:\"title\";s:0:\"\";s:8:\"nav_menu\";i:3;}i:4;a:2:{s:5:\"title\";s:0:\"\";s:8:\"nav_menu\";i:4;}i:5;a:2:{s:5:\"title\";s:0:\"\";s:8:\"nav_menu\";i:5;}i:6;a:2:{s:5:\"title\";s:0:\"\";s:8:\"nav_menu\";i:6;}s:12:\"_multiwidget\";i:1;}','yes'),(99,'cron','a:4:{i:1453173046;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1453177129;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1453177241;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(803,'cptbc_settings','a:8:{s:8:\"interval\";i:5000;s:11:\"showcaption\";s:4:\"true\";s:12:\"showcontrols\";s:4:\"true\";s:7:\"orderby\";s:10:\"menu_order\";s:5:\"order\";s:3:\"ASC\";s:8:\"category\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"twbs\";i:2;}','yes'),(108,'dashboard_widget_options','a:4:{s:25:\"dashboard_recent_comments\";a:1:{s:5:\"items\";i:5;}s:24:\"dashboard_incoming_links\";a:5:{s:4:\"home\";s:21:\"http://dev.vssstl.com\";s:4:\"link\";s:97:\"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://dev.vssstl.com/\";s:3:\"url\";s:130:\"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://dev.vssstl.com/\";s:5:\"items\";i:10;s:9:\"show_date\";b:0;}s:17:\"dashboard_primary\";a:7:{s:4:\"link\";s:26:\"http://wordpress.org/news/\";s:3:\"url\";s:31:\"http://wordpress.org/news/feed/\";s:5:\"title\";s:14:\"WordPress Blog\";s:5:\"items\";i:2;s:12:\"show_summary\";i:1;s:11:\"show_author\";i:0;s:9:\"show_date\";i:1;}s:19:\"dashboard_secondary\";a:7:{s:4:\"link\";s:28:\"http://planet.wordpress.org/\";s:3:\"url\";s:33:\"http://planet.wordpress.org/feed/\";s:5:\"title\";s:20:\"Other WordPress News\";s:5:\"items\";i:5;s:12:\"show_summary\";i:0;s:11:\"show_author\";i:0;s:9:\"show_date\";i:0;}}','yes'),(1173,'soliloquy_upgrade','1','yes'),(2635,'_site_transient_timeout_theme_roots','1453153181','yes'),(2636,'_site_transient_theme_roots','a:5:{s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";s:12:\"twentytwelve\";s:7:\"/themes\";s:7:\"vss2013\";s:7:\"/themes\";}','yes'),(1659,'cgmp_options','a:4:{s:12:\"admin_notice\";s:4:\"hide\";s:13:\"plugin_notice\";s:4:\"show\";s:14:\"metabox_notice\";s:4:\"show\";s:13:\"export_notice\";s:4:\"show\";}','yes'),(1391,'cgmp_cache_mashup_map','','yes'),(1392,'cgmp_cache_time_mashup_map','','yes'),(1393,'cgmp_initial_warning','2','yes'),(818,'promotion-categories_children','a:0:{}','yes'),(335,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2484,'rewrite_rules','a:113:{s:22:\"index.php/promotion/?$\";s:32:\"index.php?post_type=ps_promotion\";s:52:\"index.php/promotion/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=ps_promotion&feed=$matches[1]\";s:47:\"index.php/promotion/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=ps_promotion&feed=$matches[1]\";s:39:\"index.php/promotion/page/([0-9]{1,})/?$\";s:50:\"index.php?post_type=ps_promotion&paged=$matches[1]\";s:19:\"index.php/slides/?$\";s:26:\"index.php?post_type=slides\";s:49:\"index.php/slides/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?post_type=slides&feed=$matches[1]\";s:44:\"index.php/slides/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?post_type=slides&feed=$matches[1]\";s:36:\"index.php/slides/page/([0-9]{1,})/?$\";s:44:\"index.php?post_type=slides&paged=$matches[1]\";s:57:\"index.php/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:54:\"index.php/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:49:\"index.php/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:42:\"index.php/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:24:\"index.php/tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:55:\"index.php/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:50:\"index.php/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:43:\"index.php/type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:25:\"index.php/type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:47:\"index.php/promotion/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"index.php/promotion/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"index.php/promotion/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"index.php/promotion/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"index.php/promotion/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"index.php/promotion/([^/]+)/trackback/?$\";s:39:\"index.php?ps_promotion=$matches[1]&tb=1\";s:60:\"index.php/promotion/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?ps_promotion=$matches[1]&feed=$matches[2]\";s:55:\"index.php/promotion/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?ps_promotion=$matches[1]&feed=$matches[2]\";s:48:\"index.php/promotion/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?ps_promotion=$matches[1]&paged=$matches[2]\";s:55:\"index.php/promotion/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?ps_promotion=$matches[1]&cpage=$matches[2]\";s:40:\"index.php/promotion/([^/]+)(/[0-9]+)?/?$\";s:51:\"index.php?ps_promotion=$matches[1]&page=$matches[2]\";s:36:\"index.php/promotion/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"index.php/promotion/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"index.php/promotion/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"index.php/promotion/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"index.php/promotion/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:61:\"index.php/promotions/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?promotion-categories=$matches[1]&feed=$matches[2]\";s:56:\"index.php/promotions/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?promotion-categories=$matches[1]&feed=$matches[2]\";s:49:\"index.php/promotions/([^/]+)/page/?([0-9]{1,})/?$\";s:60:\"index.php?promotion-categories=$matches[1]&paged=$matches[2]\";s:31:\"index.php/promotions/([^/]+)/?$\";s:42:\"index.php?promotion-categories=$matches[1]\";s:44:\"index.php/slides/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"index.php/slides/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"index.php/slides/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"index.php/slides/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"index.php/slides/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"index.php/slides/([^/]+)/trackback/?$\";s:33:\"index.php?slides=$matches[1]&tb=1\";s:57:\"index.php/slides/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?slides=$matches[1]&feed=$matches[2]\";s:52:\"index.php/slides/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?slides=$matches[1]&feed=$matches[2]\";s:45:\"index.php/slides/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?slides=$matches[1]&paged=$matches[2]\";s:52:\"index.php/slides/([^/]+)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?slides=$matches[1]&cpage=$matches[2]\";s:37:\"index.php/slides/([^/]+)(/[0-9]+)?/?$\";s:45:\"index.php?slides=$matches[1]&page=$matches[2]\";s:33:\"index.php/slides/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"index.php/slides/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"index.php/slides/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"index.php/slides/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"index.php/slides/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:42:\"index.php/feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:37:\"index.php/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:30:\"index.php/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:37:\"index.php/comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=26&cpage=$matches[1]\";s:51:\"index.php/comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:46:\"index.php/comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:54:\"index.php/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:49:\"index.php/search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:42:\"index.php/search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:24:\"index.php/search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:57:\"index.php/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:79:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:49:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:66:\"index.php/([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:54:\"index.php/([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:36:\"index.php/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:53:\"index.php/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:48:\"index.php/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:41:\"index.php/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:23:\"index.php/([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:37:\"index.php/.?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"index.php/.?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"index.php/.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"index.php/(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:50:\"index.php/(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:45:\"index.php/(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:38:\"index.php/(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:45:\"index.php/(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:30:\"index.php/(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:37:\"index.php/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"index.php/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"index.php/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"index.php/([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:50:\"index.php/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:38:\"index.php/([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:45:\"index.php/([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:30:\"index.php/([^/]+)(/[0-9]+)?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:26:\"index.php/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"index.php/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"index.php/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"index.php/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"index.php/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";}','yes'),(229,'theme_mods_twentytwelve','a:8:{i:0;b:0;s:16:\"header_textcolor\";s:6:\"515151\";s:16:\"background_color\";s:6:\"e6e6e6\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:6:\"repeat\";s:21:\"background_position_x\";s:4:\"left\";s:21:\"background_attachment\";s:5:\"fixed\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1386129130;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:1:{i:0;s:10:\"nav_menu-2\";}s:9:\"sidebar-1\";a:4:{i:0;s:8:\"search-2\";i:1;s:10:\"archives-2\";i:2;s:12:\"categories-2\";i:3;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";N;}}}','yes'),(219,'_transient_random_seed','9b58e50b43011cf3d0684a878d375054','yes'),(2487,'widget_tag_cloud','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(2491,'_transient_is_multi_author','0','yes'),(805,'promotion_slider_options','a:11:{s:7:\"version\";s:5:\"3.3.4\";s:8:\"start_on\";s:5:\"first\";s:12:\"auto_advance\";s:12:\"auto_advance\";s:10:\"time_delay\";i:4;s:11:\"display_nav\";s:4:\"none\";s:13:\"display_title\";s:4:\"none\";s:15:\"display_excerpt\";s:4:\"none\";s:14:\"pause_on_hover\";s:8:\"no_pause\";s:10:\"load_js_in\";s:4:\"head\";s:16:\"default_img_size\";s:4:\"full\";s:10:\"nav_option\";b:0;}','yes'),(259,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(879,'bstwbsftwppdtplgns_options','a:1:{s:8:\"bws_menu\";a:1:{s:7:\"version\";a:1:{s:36:\"contact-form-plugin/contact_form.php\";s:5:\"1.5.9\";}}}','yes'),(434,'db_upgraded','1','yes'),(660,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:22:\"joshuahunt82@gmail.com\";s:7:\"version\";s:5:\"4.2.6\";s:9:\"timestamp\";i:1452744259;}','yes'),(228,'theme_mods_twentythirteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1386129049;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:1:{i:0;s:10:\"nav_menu-2\";}s:9:\"sidebar-1\";a:4:{i:0;s:8:\"search-2\";i:1;s:10:\"archives-2\";i:2;s:12:\"categories-2\";i:3;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}}}}','yes'),(145,'current_theme','VSS2013','yes'),(146,'theme_mods_vss2013','a:3:{i:0;b:0;s:16:\"header_textcolor\";s:6:\"220e10\";s:18:\"nav_menu_locations\";a:1:{s:11:\"header-menu\";i:2;}}','yes'),(147,'theme_switched','','yes'),(148,'recently_activated','a:0:{}','yes'),(1402,'wp_gmp_db_version','1.1.0','yes'),(1405,'gmpchecked_reg_plugs_time','1406255362','yes'),(1408,'mappress_options','a:40:{s:9:\"postTypes\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:11:\"autodisplay\";s:3:\"top\";s:10:\"directions\";s:6:\"inline\";s:9:\"draggable\";b:1;s:17:\"keyboardShortcuts\";b:1;s:11:\"scrollwheel\";b:1;s:10:\"mapTypeIds\";a:3:{i:0;s:7:\"roadmap\";i:1;s:9:\"satellite\";i:2;s:6:\"hybrid\";}s:14:\"mapTypeControl\";b:1;s:19:\"mapTypeControlStyle\";s:1:\"0\";s:10:\"panControl\";b:0;s:11:\"zoomControl\";b:1;s:16:\"zoomControlStyle\";s:1:\"0\";s:17:\"streetViewControl\";b:1;s:12:\"scaleControl\";b:1;s:18:\"overviewMapControl\";b:1;s:24:\"overviewMapControlOpened\";b:0;s:7:\"transit\";b:0;s:14:\"initialTransit\";b:0;s:7:\"traffic\";b:0;s:14:\"initialTraffic\";b:0;s:9:\"bicycling\";b:0;s:16:\"initialBicycling\";b:0;s:8:\"mapLinks\";a:1:{i:0;s:6:\"center\";}s:9:\"alignment\";s:6:\"center\";s:6:\"border\";a:5:{s:5:\"style\";s:0:\"\";s:5:\"width\";s:1:\"1\";s:6:\"radius\";s:0:\"\";s:5:\"color\";s:7:\"#000000\";s:6:\"shadow\";b:0;}s:15:\"initialOpenInfo\";b:1;s:8:\"poiLinks\";a:2:{i:0;s:4:\"zoom\";i:1;s:13:\"directions_to\";}s:8:\"tooltips\";b:1;s:7:\"poiZoom\";s:2:\"10\";s:8:\"language\";s:0:\"\";s:7:\"country\";s:0:\"\";s:16:\"directionsServer\";s:23:\"https://maps.google.com\";s:15:\"directionsUnits\";s:0:\"\";s:5:\"sizes\";a:3:{i:0;a:2:{s:5:\"width\";i:300;s:6:\"height\";i:300;}i:1;a:2:{s:5:\"width\";s:4:\"100%\";s:6:\"height\";i:350;}i:2;a:2:{s:5:\"width\";i:640;s:6:\"height\";i:480;}}s:4:\"size\";s:1:\"1\";s:5:\"iwFix\";b:1;s:5:\"noCSS\";b:0;s:8:\"adaptive\";b:1;s:6:\"onLoad\";b:0;s:9:\"geocoders\";a:1:{i:0;s:6:\"google\";}}','yes'),(1409,'mappress_version','2.42.1','yes'),(2455,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1432621500','no'),(834,'responsive_slider_options','a:6:{s:11:\"slide_width\";s:4:\"1100\";s:12:\"slide_height\";s:3:\"513\";s:12:\"slide_effect\";s:5:\"slide\";s:11:\"slide_delay\";s:4:\"3000\";s:14:\"slide_duration\";s:3:\"100\";s:11:\"slide_start\";i:1;}','yes'),(861,'cntctfrm_options','a:60:{s:21:\"plugin_option_version\";s:4:\"3.90\";s:17:\"plugin_db_version\";s:3:\"1.0\";s:19:\"cntctfrm_user_email\";s:10:\"vss_admin1\";s:21:\"cntctfrm_custom_email\";s:46:\"joshuahunt82@gmail.com, joshua.hunt@deckis.com\";s:21:\"cntctfrm_select_email\";s:6:\"custom\";s:19:\"cntctfrm_from_email\";s:4:\"user\";s:26:\"cntctfrm_custom_from_email\";s:0:\"\";s:19:\"cntctfrm_attachment\";i:0;s:32:\"cntctfrm_attachment_explanations\";i:0;s:18:\"cntctfrm_send_copy\";i:0;s:19:\"cntctfrm_from_field\";s:24:\"VSS Website Contact Form\";s:26:\"cntctfrm_select_from_field\";s:6:\"custom\";s:27:\"cntctfrm_display_name_field\";i:1;s:30:\"cntctfrm_display_address_field\";i:0;s:28:\"cntctfrm_display_phone_field\";i:1;s:28:\"cntctfrm_required_name_field\";i:1;s:31:\"cntctfrm_required_address_field\";i:0;s:29:\"cntctfrm_required_email_field\";i:1;s:29:\"cntctfrm_required_phone_field\";i:0;s:31:\"cntctfrm_required_subject_field\";i:1;s:31:\"cntctfrm_required_message_field\";i:1;s:24:\"cntctfrm_required_symbol\";s:1:\"*\";s:25:\"cntctfrm_display_add_info\";i:1;s:26:\"cntctfrm_display_sent_from\";i:1;s:26:\"cntctfrm_display_date_time\";i:1;s:20:\"cntctfrm_mail_method\";s:7:\"wp-mail\";s:28:\"cntctfrm_display_coming_from\";i:1;s:27:\"cntctfrm_display_user_agent\";i:1;s:17:\"cntctfrm_language\";a:0:{}s:21:\"cntctfrm_change_label\";i:0;s:19:\"cntctfrm_name_label\";a:1:{s:2:\"en\";s:5:\"Name:\";}s:22:\"cntctfrm_address_label\";a:1:{s:2:\"en\";s:8:\"Address:\";}s:20:\"cntctfrm_email_label\";a:1:{s:2:\"en\";s:14:\"Email Address:\";}s:20:\"cntctfrm_phone_label\";a:1:{s:2:\"en\";s:13:\"Phone number:\";}s:22:\"cntctfrm_subject_label\";a:1:{s:2:\"en\";s:8:\"Subject:\";}s:22:\"cntctfrm_message_label\";a:1:{s:2:\"en\";s:8:\"Message:\";}s:25:\"cntctfrm_attachment_label\";a:1:{s:2:\"en\";s:11:\"Attachment:\";}s:27:\"cntctfrm_attachment_tooltip\";a:1:{s:2:\"en\";s:152:\"Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB\";}s:24:\"cntctfrm_send_copy_label\";a:1:{s:2:\"en\";s:14:\"Send me a copy\";}s:21:\"cntctfrm_submit_label\";a:1:{s:2:\"en\";s:6:\"Submit\";}s:19:\"cntctfrm_name_error\";a:1:{s:2:\"en\";s:22:\"Your name is required.\";}s:22:\"cntctfrm_address_error\";a:1:{s:2:\"en\";s:20:\"Address is required.\";}s:20:\"cntctfrm_email_error\";a:1:{s:2:\"en\";s:34:\"A valid email address is required.\";}s:20:\"cntctfrm_phone_error\";a:1:{s:2:\"en\";s:25:\"Phone number is required.\";}s:22:\"cntctfrm_subject_error\";a:1:{s:2:\"en\";s:20:\"Subject is required.\";}s:22:\"cntctfrm_message_error\";a:1:{s:2:\"en\";s:25:\"Message text is required.\";}s:25:\"cntctfrm_attachment_error\";a:1:{s:2:\"en\";s:25:\"File format is not valid.\";}s:32:\"cntctfrm_attachment_upload_error\";a:1:{s:2:\"en\";s:18:\"File upload error.\";}s:30:\"cntctfrm_attachment_move_error\";a:1:{s:2:\"en\";s:31:\"The file could not be uploaded.\";}s:30:\"cntctfrm_attachment_size_error\";a:1:{s:2:\"en\";s:23:\"This file is too large.\";}s:22:\"cntctfrm_captcha_error\";a:1:{s:2:\"en\";s:28:\"Please fill out the CAPTCHA.\";}s:19:\"cntctfrm_form_error\";a:1:{s:2:\"en\";s:44:\"Please make corrections below and try again.\";}s:26:\"cntctfrm_action_after_send\";s:1:\"1\";s:19:\"cntctfrm_thank_text\";a:1:{s:2:\"en\";s:61:\"Thank you for contacting us. We\'ll be in touch with you soon!\";}s:21:\"cntctfrm_redirect_url\";s:0:\"\";s:29:\"cntctfrm_delete_attached_file\";i:0;s:19:\"cntctfrm_html_email\";i:1;s:28:\"cntctfrm_site_name_parameter\";s:11:\"SERVER_NAME\";s:30:\"cntctfrm_change_label_in_email\";i:0;s:26:\"cntctfrm_additions_options\";s:1:\"1\";}','yes'),(2485,'widget_comprehensivegooglemap','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(2486,'widget_calendar','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(2622,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:3:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.4.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.4.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.4.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.4.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.4.1\";s:7:\"version\";s:5:\"4.4.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":12:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.4.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.4.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.4.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.4.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.4.1\";s:7:\"version\";s:5:\"4.4.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:0:\"\";s:13:\"support_email\";s:26:\"updatehelp42@wordpress.org\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":12:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.3.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.3.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.3.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.3.2\";s:7:\"version\";s:5:\"4.3.2\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:0:\"\";s:13:\"support_email\";s:26:\"updatehelp42@wordpress.org\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1453151376;s:15:\"version_checked\";s:5:\"4.2.6\";s:12:\"translations\";a:0:{}}','yes'),(2637,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1453151386;s:7:\"checked\";a:5:{s:13:\"twentyfifteen\";s:3:\"1.0\";s:14:\"twentyfourteen\";s:3:\"1.0\";s:14:\"twentythirteen\";s:3:\"1.1\";s:12:\"twentytwelve\";s:3:\"1.3\";s:7:\"vss2013\";s:3:\"1.0\";}s:8:\"response\";a:4:{s:13:\"twentyfifteen\";a:4:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.1.4.zip\";}s:14:\"twentyfourteen\";a:4:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.1.6.zip\";}s:14:\"twentythirteen\";a:4:{s:5:\"theme\";s:14:\"twentythirteen\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentythirteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentythirteen.1.7.zip\";}s:12:\"twentytwelve\";a:4:{s:5:\"theme\";s:12:\"twentytwelve\";s:11:\"new_version\";s:3:\"1.9\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwelve/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwelve.1.9.zip\";}}s:12:\"translations\";a:0:{}}','yes'),(2638,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1453151384;s:8:\"response\";a:6:{s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"790\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"4.3.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.3.1.zip\";}s:36:\"contact-form-plugin/contact_form.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"22832\";s:4:\"slug\";s:19:\"contact-form-plugin\";s:6:\"plugin\";s:36:\"contact-form-plugin/contact_form.php\";s:11:\"new_version\";s:4:\"3.97\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/contact-form-plugin/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/contact-form-plugin.3.97.zip\";}s:49:\"cpt-bootstrap-carousel/cpt-bootstrap-carousel.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"40275\";s:4:\"slug\";s:22:\"cpt-bootstrap-carousel\";s:6:\"plugin\";s:49:\"cpt-bootstrap-carousel/cpt-bootstrap-carousel.php\";s:11:\"new_version\";s:5:\"1.9.1\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/cpt-bootstrap-carousel/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/cpt-bootstrap-carousel.1.9.1.zip\";}s:25:\"debug-this/debug-this.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"37325\";s:4:\"slug\";s:10:\"debug-this\";s:6:\"plugin\";s:25:\"debug-this/debug-this.php\";s:11:\"new_version\";s:3:\"0.4\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/debug-this/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/plugin/debug-this.zip\";}s:47:\"mappress-google-maps-for-wordpress/mappress.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"7405\";s:4:\"slug\";s:34:\"mappress-google-maps-for-wordpress\";s:6:\"plugin\";s:47:\"mappress-google-maps-for-wordpress/mappress.php\";s:11:\"new_version\";s:6:\"2.43.4\";s:3:\"url\";s:65:\"https://wordpress.org/plugins/mappress-google-maps-for-wordpress/\";s:7:\"package\";s:84:\"https://downloads.wordpress.org/plugin/mappress-google-maps-for-wordpress.2.43.4.zip\";}s:33:\"soliloquy-lite/soliloquy-lite.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"33515\";s:4:\"slug\";s:14:\"soliloquy-lite\";s:6:\"plugin\";s:33:\"soliloquy-lite/soliloquy-lite.php\";s:11:\"new_version\";s:7:\"2.4.0.7\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/soliloquy-lite/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/soliloquy-lite.zip\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:4:{s:67:\"comprehensive-google-map-plugin/comprehensive-google-map-plugin.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"26871\";s:4:\"slug\";s:31:\"comprehensive-google-map-plugin\";s:6:\"plugin\";s:67:\"comprehensive-google-map-plugin/comprehensive-google-map-plugin.php\";s:11:\"new_version\";s:5:\"9.1.2\";s:3:\"url\";s:62:\"https://wordpress.org/plugins/comprehensive-google-map-plugin/\";s:7:\"package\";s:80:\"https://downloads.wordpress.org/plugin/comprehensive-google-map-plugin.9.1.2.zip\";}s:26:\"promotion-slider/index.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:5:\"17709\";s:4:\"slug\";s:16:\"promotion-slider\";s:6:\"plugin\";s:26:\"promotion-slider/index.php\";s:11:\"new_version\";s:5:\"3.3.4\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/promotion-slider/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/promotion-slider.3.3.4.zip\";s:14:\"upgrade_notice\";s:151:\"Fixed issue where slider shortcode attribute wasn't working, fix to minimize menu overlap issues and changed time delay option to a numeric input.\";}s:23:\"respondjs/respondjs.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"22429\";s:4:\"slug\";s:9:\"respondjs\";s:6:\"plugin\";s:23:\"respondjs/respondjs.php\";s:11:\"new_version\";s:5:\"1.4.2\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/respondjs/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/respondjs.1.4.2.zip\";}s:39:\"responsive-slider/responsive-slider.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"30808\";s:4:\"slug\";s:17:\"responsive-slider\";s:6:\"plugin\";s:39:\"responsive-slider/responsive-slider.php\";s:11:\"new_version\";s:5:\"0.1.8\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/responsive-slider/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/responsive-slider.0.1.8.zip\";}}}','yes'),(2632,'_transient_timeout__sol_cache_112','1453237774','no'),(2633,'_transient__sol_cache_112','a:4:{s:2:\"id\";i:112;s:6:\"config\";a:12:{s:5:\"title\";s:0:\"\";s:4:\"slug\";s:3:\"112\";s:6:\"slider\";i:0;s:12:\"slider_width\";i:1100;s:13:\"slider_height\";i:513;s:10:\"transition\";s:4:\"fade\";s:8:\"duration\";i:6000;s:5:\"speed\";i:300;s:12:\"slider_theme\";s:7:\"classic\";s:4:\"type\";s:7:\"default\";s:6:\"gutter\";i:20;s:7:\"classes\";a:1:{i:0;s:0:\"\";}}s:6:\"slider\";a:2:{i:114;a:8:{s:6:\"status\";s:6:\"active\";s:2:\"id\";i:114;s:3:\"src\";s:66:\"http://dev.vssstl.com/wp-content/uploads/2014/02/homepage5_041.jpg\";s:5:\"title\";s:12:\"homepage5_04\";s:4:\"link\";s:0:\"\";s:3:\"alt\";s:12:\"homepage5_04\";s:7:\"caption\";s:0:\"\";s:4:\"type\";s:5:\"image\";}i:113;a:8:{s:6:\"status\";s:6:\"active\";s:2:\"id\";i:113;s:3:\"src\";s:66:\"http://dev.vssstl.com/wp-content/uploads/2014/02/homepage5_051.jpg\";s:5:\"title\";s:12:\"homepage5_05\";s:4:\"link\";s:0:\"\";s:3:\"alt\";s:12:\"homepage5_05\";s:7:\"caption\";s:0:\"\";s:4:\"type\";s:5:\"image\";}}s:6:\"status\";s:6:\"active\";}','no'),(1394,'cgmp_persisted_shortcodes','{\"VSSSTL Location\":{\"title\":\"VSSSTL Location\",\"code\":\"[google-map-v3 shortcodeid=\\\\\\\"TO_BE_GENERATED\\\\\\\" width=\\\\\\\"100%\\\\\\\" height=\\\\\\\"400px\\\\\\\" zoom=\\\\\\\"12\\\\\\\" maptype=\\\\\\\"roadmap\\\\\\\" mapalign=\\\\\\\"center\\\\\\\" directionhint=\\\\\\\"true\\\\\\\" language=\\\\\\\"default\\\\\\\" poweredby=\\\\\\\"false\\\\\\\" maptypecontrol=\\\\\\\"true\\\\\\\" pancontrol=\\\\\\\"true\\\\\\\" zoomcontrol=\\\\\\\"true\\\\\\\" scalecontrol=\\\\\\\"true\\\\\\\" streetviewcontrol=\\\\\\\"true\\\\\\\" scrollwheelcontrol=\\\\\\\"false\\\\\\\" draggable=\\\\\\\"true\\\\\\\" tiltfourtyfive=\\\\\\\"false\\\\\\\" enablegeolocationmarker=\\\\\\\"true\\\\\\\" enablemarkerclustering=\\\\\\\"false\\\\\\\" addmarkermashup=\\\\\\\"false\\\\\\\" addmarkermashupbubble=\\\\\\\"false\\\\\\\" addmarkerlist=\\\\\\\"1021 Howard George Dr. Manchester, MO 63021{}1-default.png{}Veterinary Specialty Services\\\\\\\" bubbleautopan=\\\\\\\"true\\\\\\\" distanceunits=\\\\\\\"miles\\\\\\\" showbike=\\\\\\\"false\\\\\\\" showtraffic=\\\\\\\"false\\\\\\\" showpanoramio=\\\\\\\"false\\\\\\\"]\"}}','yes'),(1525,'WPLANG','','yes'),(1399,'cpm_config','a:21:{s:4:\"zoom\";s:2:\"10\";s:12:\"dynamic_zoom\";b:0;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"450\";s:6:\"margin\";s:2:\"10\";s:5:\"align\";s:6:\"center\";s:8:\"language\";s:2:\"en\";s:5:\"icons\";a:0:{}s:12:\"default_icon\";s:84:\"http://dev.vssstl.com/wp-content/plugins/codepeople-post-map/images/icons/marker.png\";s:4:\"type\";s:7:\"ROADMAP\";s:6:\"points\";i:3;s:7:\"display\";s:3:\"map\";s:10:\"mousewheel\";b:1;s:14:\"zoompancontrol\";b:1;s:11:\"typecontrol\";b:1;s:17:\"streetviewcontrol\";b:1;s:9:\"highlight\";b:1;s:15:\"highlight_class\";s:13:\"cpm_highlight\";s:11:\"show_window\";b:1;s:12:\"show_default\";b:1;s:10:\"windowhtml\";s:677:\"<div class=\'cpm-infowindow\'>\r\n <div class=\'cpm-content\'>\r\n <a title=\'%link%\' href=\'%link%\'>%thumbnail%</a>\r\n <a class=\'title\' href=\'%link%\'>%title%</a>\r\n <div class=\'address\'>%address%</div>\r\n <div class=\'description\'>%description%</div>\r\n </div>\r\n <div style=\'clear:both;\'></div>\r\n </div>\";}','yes'),(1853,'wpcf7','a:1:{s:7:\"version\";s:5:\"4.1.2\";}','yes'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL auto_increment, `post_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=571 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (398,112,'_sol_slider_data','a:4:{s:2:\"id\";i:112;s:6:\"config\";a:12:{s:5:\"title\";s:0:\"\";s:4:\"slug\";s:3:\"112\";s:6:\"slider\";i:0;s:12:\"slider_width\";i:1100;s:13:\"slider_height\";i:513;s:10:\"transition\";s:4:\"fade\";s:8:\"duration\";i:6000;s:5:\"speed\";i:300;s:12:\"slider_theme\";s:7:\"classic\";s:4:\"type\";s:7:\"default\";s:6:\"gutter\";i:20;s:7:\"classes\";a:1:{i:0;s:0:\"\";}}s:6:\"slider\";a:2:{i:114;a:8:{s:6:\"status\";s:6:\"active\";s:2:\"id\";i:114;s:3:\"src\";s:66:\"http://dev.vssstl.com/wp-content/uploads/2014/02/homepage5_041.jpg\";s:5:\"title\";s:12:\"homepage5_04\";s:4:\"link\";s:0:\"\";s:3:\"alt\";s:12:\"homepage5_04\";s:7:\"caption\";s:0:\"\";s:4:\"type\";s:5:\"image\";}i:113;a:8:{s:6:\"status\";s:6:\"active\";s:2:\"id\";i:113;s:3:\"src\";s:66:\"http://dev.vssstl.com/wp-content/uploads/2014/02/homepage5_051.jpg\";s:5:\"title\";s:12:\"homepage5_05\";s:4:\"link\";s:0:\"\";s:3:\"alt\";s:12:\"homepage5_05\";s:7:\"caption\";s:0:\"\";s:4:\"type\";s:5:\"image\";}}s:6:\"status\";s:6:\"active\";}'),(3,5,'_edit_last','1'),(4,5,'_edit_lock','1424664918:1'),(223,47,'_menu_item_target',''),(222,47,'_menu_item_object','custom'),(221,47,'_menu_item_object_id','47'),(220,47,'_menu_item_menu_item_parent','0'),(219,47,'_menu_item_type','custom'),(217,46,'_menu_item_url','/index.php/sitemenu'),(216,46,'_menu_item_xfn',''),(215,46,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(214,46,'_menu_item_target',''),(213,46,'_menu_item_object','custom'),(212,46,'_menu_item_object_id','46'),(211,46,'_menu_item_menu_item_parent','0'),(210,46,'_menu_item_type','custom'),(208,45,'_menu_item_url','/index.php/privacypolicy'),(207,45,'_menu_item_xfn',''),(206,45,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(205,45,'_menu_item_target',''),(204,45,'_menu_item_object','custom'),(203,45,'_menu_item_object_id','45'),(202,45,'_menu_item_menu_item_parent','0'),(201,45,'_menu_item_type','custom'),(199,44,'_menu_item_url','/index.php/faqs'),(198,44,'_menu_item_xfn',''),(197,44,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(196,44,'_menu_item_target',''),(195,44,'_menu_item_object','custom'),(194,44,'_menu_item_object_id','44'),(193,44,'_menu_item_menu_item_parent','0'),(192,44,'_menu_item_type','custom'),(190,43,'_menu_item_url','/index.php/copyright'),(189,43,'_menu_item_xfn',''),(188,43,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(187,43,'_menu_item_target',''),(186,43,'_menu_item_object','custom'),(185,43,'_menu_item_object_id','43'),(184,43,'_menu_item_menu_item_parent','0'),(183,43,'_menu_item_type','custom'),(59,14,'_edit_last','1'),(60,14,'_edit_lock','1426045821:1'),(61,16,'_edit_last','1'),(62,16,'_edit_lock','1432595631:1'),(63,18,'_edit_last','1'),(64,18,'_edit_lock','1426046640:1'),(65,20,'_edit_last','1'),(66,20,'_edit_lock','1386126988:1'),(67,22,'_edit_last','1'),(68,22,'_edit_lock','1432604952:1'),(69,1,'_edit_lock','1386127353:1'),(70,24,'_edit_last','1'),(71,24,'_edit_lock','1386127520:1'),(73,26,'_edit_last','1'),(74,26,'_edit_lock','1432593779:1'),(75,28,'_menu_item_type','custom'),(76,28,'_menu_item_menu_item_parent','0'),(77,28,'_menu_item_object_id','28'),(78,28,'_menu_item_object','custom'),(79,28,'_menu_item_target',''),(80,28,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(81,28,'_menu_item_xfn',''),(82,28,'_menu_item_url','http://dev.vssstl.com/'),(163,37,'_menu_item_url',''),(84,29,'_menu_item_type','post_type'),(85,29,'_menu_item_menu_item_parent','0'),(86,29,'_menu_item_object_id','5'),(87,29,'_menu_item_object','page'),(88,29,'_menu_item_target',''),(89,29,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(90,29,'_menu_item_xfn',''),(91,29,'_menu_item_url',''),(162,37,'_menu_item_xfn',''),(93,30,'_menu_item_type','post_type'),(94,30,'_menu_item_menu_item_parent','0'),(95,30,'_menu_item_object_id','22'),(96,30,'_menu_item_object','page'),(97,30,'_menu_item_target',''),(98,30,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(99,30,'_menu_item_xfn',''),(100,30,'_menu_item_url',''),(102,31,'_menu_item_type','post_type'),(103,31,'_menu_item_menu_item_parent','0'),(104,31,'_menu_item_object_id','16'),(105,31,'_menu_item_object','page'),(106,31,'_menu_item_target',''),(107,31,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(108,31,'_menu_item_xfn',''),(109,31,'_menu_item_url',''),(161,37,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(237,72,'_menu_item_type','post_type'),(235,71,'_menu_item_url',''),(234,71,'_menu_item_xfn',''),(233,71,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(232,71,'_menu_item_target',''),(160,37,'_menu_item_target',''),(120,33,'_menu_item_type','post_type'),(121,33,'_menu_item_menu_item_parent','0'),(122,33,'_menu_item_object_id','18'),(123,33,'_menu_item_object','page'),(124,33,'_menu_item_target',''),(125,33,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(126,33,'_menu_item_xfn',''),(127,33,'_menu_item_url',''),(159,37,'_menu_item_object','page'),(228,71,'_menu_item_type','post_type'),(229,71,'_menu_item_menu_item_parent','0'),(226,47,'_menu_item_url','/index.php/referringvets'),(225,47,'_menu_item_xfn',''),(224,47,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(158,37,'_menu_item_object_id','22'),(138,35,'_menu_item_type','post_type'),(139,35,'_menu_item_menu_item_parent','0'),(140,35,'_menu_item_object_id','14'),(141,35,'_menu_item_object','page'),(142,35,'_menu_item_target',''),(143,35,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(144,35,'_menu_item_xfn',''),(145,35,'_menu_item_url',''),(157,37,'_menu_item_menu_item_parent','0'),(518,334,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2013/12/dogInBed.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dogInBed-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"dogInBed-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"dogInBed-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(517,334,'_wp_attached_file','2013/12/dogInBed.jpg'),(156,37,'_menu_item_type','post_type'),(165,38,'_menu_item_type','custom'),(166,38,'_menu_item_menu_item_parent','0'),(167,38,'_menu_item_object_id','38'),(168,38,'_menu_item_object','custom'),(169,38,'_menu_item_target',''),(170,38,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(171,38,'_menu_item_xfn',''),(172,38,'_menu_item_url','/index.php/careers'),(238,72,'_menu_item_menu_item_parent','0'),(231,71,'_menu_item_object','page'),(230,71,'_menu_item_object_id','26'),(239,72,'_menu_item_object_id','18'),(240,72,'_menu_item_object','page'),(241,72,'_menu_item_target',''),(242,72,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(243,72,'_menu_item_xfn',''),(244,72,'_menu_item_url',''),(273,76,'_menu_item_type','post_type'),(246,73,'_menu_item_type','post_type'),(247,73,'_menu_item_menu_item_parent','0'),(248,73,'_menu_item_object_id','16'),(249,73,'_menu_item_object','page'),(250,73,'_menu_item_target',''),(251,73,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(252,73,'_menu_item_xfn',''),(253,73,'_menu_item_url',''),(274,76,'_menu_item_menu_item_parent','0'),(255,74,'_menu_item_type','post_type'),(256,74,'_menu_item_menu_item_parent','0'),(257,74,'_menu_item_object_id','14'),(258,74,'_menu_item_object','page'),(259,74,'_menu_item_target',''),(260,74,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(261,74,'_menu_item_xfn',''),(262,74,'_menu_item_url',''),(275,76,'_menu_item_object_id','22'),(264,75,'_menu_item_type','post_type'),(265,75,'_menu_item_menu_item_parent','0'),(266,75,'_menu_item_object_id','5'),(267,75,'_menu_item_object','page'),(268,75,'_menu_item_target',''),(269,75,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(270,75,'_menu_item_xfn',''),(271,75,'_menu_item_url',''),(276,76,'_menu_item_object','page'),(277,76,'_menu_item_target',''),(278,76,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(279,76,'_menu_item_xfn',''),(280,76,'_menu_item_url',''),(292,78,'_edit_lock','1432608226:1'),(282,77,'_menu_item_type','post_type'),(283,77,'_menu_item_menu_item_parent','0'),(284,77,'_menu_item_object_id','20'),(285,77,'_menu_item_object','page'),(286,77,'_menu_item_target',''),(287,77,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(288,77,'_menu_item_xfn',''),(289,77,'_menu_item_url',''),(291,78,'_edit_last','1'),(293,80,'_edit_last','1'),(294,80,'_edit_lock','1390880318:1'),(295,82,'_edit_last','1'),(296,82,'_edit_lock','1390880327:1'),(297,84,'_edit_last','1'),(298,84,'_edit_lock','1390880335:1'),(299,87,'_menu_item_type','post_type'),(300,87,'_menu_item_menu_item_parent','0'),(301,87,'_menu_item_object_id','80'),(302,87,'_menu_item_object','page'),(303,87,'_menu_item_target',''),(304,87,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(305,87,'_menu_item_xfn',''),(306,87,'_menu_item_url',''),(317,89,'_menu_item_type','post_type'),(308,88,'_menu_item_type','post_type'),(309,88,'_menu_item_menu_item_parent','0'),(310,88,'_menu_item_object_id','78'),(311,88,'_menu_item_object','page'),(312,88,'_menu_item_target',''),(313,88,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(314,88,'_menu_item_xfn',''),(315,88,'_menu_item_url',''),(318,89,'_menu_item_menu_item_parent','0'),(319,89,'_menu_item_object_id','84'),(320,89,'_menu_item_object','page'),(321,89,'_menu_item_target',''),(322,89,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(323,89,'_menu_item_xfn',''),(324,89,'_menu_item_url',''),(399,176,'_wp_attached_file','2014/05/bonnieSmith.jpg'),(326,90,'_menu_item_type','post_type'),(327,90,'_menu_item_menu_item_parent','0'),(328,90,'_menu_item_object_id','82'),(329,90,'_menu_item_object','page'),(330,90,'_menu_item_target',''),(331,90,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(332,90,'_menu_item_xfn',''),(333,90,'_menu_item_url',''),(337,96,'_wp_attached_file','2014/02/homepage_04.jpg'),(338,96,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:292;s:4:\"file\";s:23:\"2014/02/homepage_04.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"homepage_04-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"homepage_04-300x79.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:79;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"homepage_04-1024x271.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"homepage_04-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(339,97,'_wp_attached_file','2014/02/homepage2_04.jpg'),(340,97,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:292;s:4:\"file\";s:24:\"2014/02/homepage2_04.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"homepage2_04-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"homepage2_04-300x79.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:79;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"homepage2_04-1024x271.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"homepage2_04-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(345,96,'_edit_lock','1391888300:1'),(355,101,'_edit_last','1'),(356,101,'_edit_lock','1391889147:1'),(357,102,'_wp_attached_file','2014/02/homepage5_04.jpg'),(358,102,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:513;s:4:\"file\";s:24:\"2014/02/homepage5_04.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"homepage5_04-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"homepage5_04-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"homepage5_04-1024x477.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:477;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"homepage5_04-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(359,101,'_thumbnail_id','102'),(360,101,'_promo_slider_disable_links','true'),(365,106,'_edit_last','1'),(366,106,'_edit_lock','1391890470:1'),(367,107,'_wp_attached_file','2014/02/homepage5_05.jpg'),(368,107,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:513;s:4:\"file\";s:24:\"2014/02/homepage5_05.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"homepage5_05-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"homepage5_05-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"homepage5_05-1024x477.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:477;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"homepage5_05-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(369,106,'_thumbnail_id','107'),(370,106,'_promo_slider_disable_links','true'),(371,109,'_thumbnail_id','107'),(372,109,'_edit_last','1'),(373,109,'_slide_link_url',''),(374,109,'_edit_lock','1391893661:1'),(375,110,'_edit_last','1'),(376,110,'_edit_lock','1391893672:1'),(377,110,'_thumbnail_id','102'),(378,110,'_slide_link_url',''),(379,113,'_wp_attached_file','2014/02/homepage5_051.jpg'),(380,113,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:513;s:4:\"file\";s:25:\"2014/02/homepage5_051.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"homepage5_051-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"homepage5_051-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"homepage5_051-1024x477.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:477;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"homepage5_051-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"soliloquy-thumb\";a:4:{s:4:\"file\";s:25:\"homepage5_051-115x115.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(381,114,'_wp_attached_file','2014/02/homepage5_041.jpg'),(382,114,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:513;s:4:\"file\";s:25:\"2014/02/homepage5_041.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"homepage5_041-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"homepage5_041-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"homepage5_041-1024x477.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:477;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"homepage5_041-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"soliloquy-thumb\";a:4:{s:4:\"file\";s:25:\"homepage5_041-115x115.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(383,113,'_soliloquy_image_link',''),(384,113,'_soliloquy_image_link_title',''),(385,113,'_soliloquy_image_link_tab','0'),(386,114,'_soliloquy_image_link',''),(387,114,'_soliloquy_image_link_title',''),(388,114,'_soliloquy_image_link_tab','0'),(389,112,'_edit_last','1'),(390,112,'_soliloquy_settings','a:6:{s:5:\"width\";i:1100;s:6:\"height\";i:350;s:10:\"transition\";s:4:\"fade\";s:5:\"speed\";i:6000;s:8:\"duration\";i:300;s:9:\"preloader\";i:1;}'),(391,112,'_edit_lock','1432594075:1'),(394,142,'_wp_attached_file','2013/12/doctorPhoto.jpg'),(395,142,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:23:\"2013/12/doctorPhoto.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"doctorPhoto-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"soliloquy-thumb\";a:4:{s:4:\"file\";s:23:\"doctorPhoto-115x115.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(400,176,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:23:\"2014/05/bonnieSmith.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"bonnieSmith-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"bonnieSmith-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"bonnieSmith-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"slide-thumbnail\";a:4:{s:4:\"file\";s:23:\"bonnieSmith-800x513.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(401,177,'_wp_attached_file','2014/05/ceiliaMarshal.jpg'),(402,177,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2014/05/ceiliaMarshal.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"ceiliaMarshal-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"ceiliaMarshal-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"ceiliaMarshal-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"slide-thumbnail\";a:4:{s:4:\"file\";s:25:\"ceiliaMarshal-800x513.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(403,178,'_wp_attached_file','2014/05/emilyLeonard.jpg'),(404,178,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:24:\"2014/05/emilyLeonard.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"emilyLeonard-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"emilyLeonard-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"emilyLeonard-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"slide-thumbnail\";a:4:{s:4:\"file\";s:24:\"emilyLeonard-800x513.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(405,179,'_wp_attached_file','2014/05/fredWininger.jpg'),(406,179,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:24:\"2014/05/fredWininger.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"fredWininger-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"fredWininger-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"fredWininger-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"slide-thumbnail\";a:4:{s:4:\"file\";s:24:\"fredWininger-800x513.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(407,180,'_wp_attached_file','2014/05/kristenODell.jpg'),(408,180,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:24:\"2014/05/kristenODell.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"kristenODell-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"kristenODell-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"kristenODell-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"slide-thumbnail\";a:4:{s:4:\"file\";s:24:\"kristenODell-800x513.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(409,181,'_wp_attached_file','2014/05/markAnderson.jpg'),(410,181,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:24:\"2014/05/markAnderson.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"markAnderson-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"markAnderson-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"markAnderson-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"slide-thumbnail\";a:4:{s:4:\"file\";s:24:\"markAnderson-800x513.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(411,182,'_wp_attached_file','2014/05/maryjeanGorse.jpg'),(412,182,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2014/05/maryjeanGorse.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"maryjeanGorse-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"maryjeanGorse-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"maryjeanGorse-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"slide-thumbnail\";a:4:{s:4:\"file\";s:25:\"maryjeanGorse-800x513.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(413,183,'_wp_attached_file','2014/05/thomasColetti.jpg'),(414,183,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2014/05/thomasColetti.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"thomasColetti-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"thomasColetti-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"thomasColetti-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"slide-thumbnail\";a:4:{s:4:\"file\";s:25:\"thomasColetti-800x513.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(415,184,'_wp_attached_file','2014/05/timKoors.jpg'),(416,184,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:20:\"2014/05/timKoors.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"timKoors-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"timKoors-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"timKoors-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"slide-thumbnail\";a:4:{s:4:\"file\";s:20:\"timKoors-800x513.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(417,185,'_wp_attached_file','2014/05/wesKimberlin.jpg'),(418,185,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:24:\"2014/05/wesKimberlin.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"wesKimberlin-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"wesKimberlin-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"wesKimberlin-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"slide-thumbnail\";a:4:{s:4:\"file\";s:24:\"wesKimberlin-800x513.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(419,182,'_wp_attachment_image_alt','Mary Jean Gorse'),(420,189,'_wp_attached_file','2014/05/ceciliaMarshall.jpg'),(421,189,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2014/05/ceciliaMarshall.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"ceciliaMarshall-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"ceciliaMarshall-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"ceciliaMarshall-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"slide-thumbnail\";a:4:{s:4:\"file\";s:27:\"ceciliaMarshall-800x513.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(422,190,'_wp_attached_file','2014/05/eisele.jpg'),(423,190,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:18:\"2014/05/eisele.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"eisele-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"eisele-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"eisele-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"slide-thumbnail\";a:4:{s:4:\"file\";s:18:\"eisele-800x513.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(424,192,'_wp_attached_file','2014/05/davidaRausch.jpg'),(425,192,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:24:\"2014/05/davidaRausch.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"davidaRausch-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"davidaRausch-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"davidaRausch-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"slide-thumbnail\";a:4:{s:4:\"file\";s:24:\"davidaRausch-800x513.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(426,193,'_wp_attached_file','2014/05/davidNichols.jpg'),(427,193,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:24:\"2014/05/davidNichols.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"davidNichols-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"davidNichols-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"davidNichols-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"slide-thumbnail\";a:4:{s:4:\"file\";s:24:\"davidNichols-800x513.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(428,194,'_wp_attached_file','2014/05/donnaVicini.jpg'),(429,194,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:23:\"2014/05/donnaVicini.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"donnaVicini-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"donnaVicini-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"donnaVicini-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"slide-thumbnail\";a:4:{s:4:\"file\";s:23:\"donnaVicini-800x513.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(430,195,'_wp_attached_file','2014/05/joanneGraham.jpg'),(431,195,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:24:\"2014/05/joanneGraham.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"joanneGraham-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"joanneGraham-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"joanneGraham-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"slide-thumbnail\";a:4:{s:4:\"file\";s:24:\"joanneGraham-800x513.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(432,196,'_wp_attached_file','2014/05/kristenDellacamera.jpg'),(433,196,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:30:\"2014/05/kristenDellacamera.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"kristenDellacamera-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"kristenDellacamera-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"kristenDellacamera-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"slide-thumbnail\";a:4:{s:4:\"file\";s:30:\"kristenDellacamera-800x513.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(434,197,'_wp_attached_file','2014/05/rebeccaGreer.jpg'),(435,197,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:24:\"2014/05/rebeccaGreer.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"rebeccaGreer-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"rebeccaGreer-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"rebeccaGreer-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"slide-thumbnail\";a:4:{s:4:\"file\";s:24:\"rebeccaGreer-800x513.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(436,192,'_edit_lock','1400380493:1'),(437,199,'_wp_attached_file','2014/05/michaelKaragiannis.jpg'),(438,199,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:30:\"2014/05/michaelKaragiannis.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"michaelKaragiannis-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"michaelKaragiannis-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"michaelKaragiannis-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"slide-thumbnail\";a:4:{s:4:\"file\";s:30:\"michaelKaragiannis-800x513.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(439,202,'_wp_attached_file','2013/12/ryanSmith.jpg'),(440,202,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:439;s:6:\"height\";i:439;s:4:\"file\";s:21:\"2013/12/ryanSmith.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"ryanSmith-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"ryanSmith-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"ryanSmith-439x270.jpg\";s:5:\"width\";i:439;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(441,205,'_edit_last','1'),(442,205,'_edit_lock','1423107843:1'),(443,212,'_wp_attached_file','2014/07/ChemoTherapy.doc'),(444,213,'_wp_attached_file','2014/07/ChemoTherapy.pdf'),(445,214,'_wp_attached_file','2014/07/ClientInfo.doc'),(446,215,'_wp_attached_file','2014/07/ClientInfo.pdf'),(447,215,'_edit_lock','1406259378:1'),(448,222,'_edit_last','1'),(449,222,'_edit_lock','1424663110:1'),(450,235,'_wp_attached_file','2014/09/bonnieSmith.jpg'),(451,235,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:23:\"2014/09/bonnieSmith.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"bonnieSmith-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"bonnieSmith-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"bonnieSmith-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"slide-thumbnail\";a:4:{s:4:\"file\";s:23:\"bonnieSmith-800x513.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(452,236,'_wp_attached_file','2014/09/ceciliaMarshall.jpg'),(453,236,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2014/09/ceciliaMarshall.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"ceciliaMarshall-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"ceciliaMarshall-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"ceciliaMarshall-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"slide-thumbnail\";a:4:{s:4:\"file\";s:27:\"ceciliaMarshall-800x513.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(454,237,'_wp_attached_file','2014/09/joanneGraham.jpg'),(455,237,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:24:\"2014/09/joanneGraham.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"joanneGraham-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"joanneGraham-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"joanneGraham-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"slide-thumbnail\";a:4:{s:4:\"file\";s:24:\"joanneGraham-800x513.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(456,238,'_wp_attached_file','2014/09/kristenODell.jpg'),(457,238,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:24:\"2014/09/kristenODell.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"kristenODell-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"kristenODell-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"kristenODell-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"slide-thumbnail\";a:4:{s:4:\"file\";s:24:\"kristenODell-800x513.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(458,239,'_wp_attached_file','2014/09/missyCarpentier.jpg'),(459,239,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2014/09/missyCarpentier.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"missyCarpentier-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"missyCarpentier-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"missyCarpentier-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"slide-thumbnail\";a:4:{s:4:\"file\";s:27:\"missyCarpentier-800x513.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(460,240,'_wp_attached_file','2014/09/robinSherman.jpg'),(461,240,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:24:\"2014/09/robinSherman.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"robinSherman-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"robinSherman-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"robinSherman-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"slide-thumbnail\";a:4:{s:4:\"file\";s:24:\"robinSherman-800x513.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(462,244,'_wp_attached_file','2014/09/surgery1.jpg'),(463,244,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4272;s:6:\"height\";i:2848;s:4:\"file\";s:20:\"2014/09/surgery1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"surgery1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"surgery1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"surgery1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"surgery1-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"slide-thumbnail\";a:4:{s:4:\"file\";s:21:\"surgery1-1100x513.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:4.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1404943207;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"33\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(464,245,'_wp_attached_file','2014/09/surgery2.jpg'),(465,245,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4272;s:6:\"height\";i:2848;s:4:\"file\";s:20:\"2014/09/surgery2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"surgery2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"surgery2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"surgery2-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"surgery2-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"slide-thumbnail\";a:4:{s:4:\"file\";s:21:\"surgery2-1100x513.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1404943344;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"32\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(466,246,'_wp_attached_file','2014/09/surgery3.jpg'),(467,246,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3264;s:6:\"height\";i:2448;s:4:\"file\";s:20:\"2014/09/surgery3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"surgery3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"surgery3-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"surgery3-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"surgery3-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"slide-thumbnail\";a:4:{s:4:\"file\";s:21:\"surgery3-1100x513.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.3999999999999999;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 4S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1408117891;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.28\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(468,251,'_wp_attached_file','2014/11/shannonBroyles.jpg'),(469,251,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2014/11/shannonBroyles.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"shannonBroyles-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"shannonBroyles-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"shannonBroyles-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"slide-thumbnail\";a:4:{s:4:\"file\";s:26:\"shannonBroyles-800x513.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(470,254,'_wp_attached_file','2014/11/oncologyTechs.jpg'),(471,254,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:700;s:4:\"file\";s:25:\"2014/11/oncologyTechs.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"oncologyTechs-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"oncologyTechs-214x300.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"oncologyTechs-500x270.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"slide-thumbnail\";a:4:{s:4:\"file\";s:25:\"oncologyTechs-500x513.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(472,255,'_wp_attached_file','2014/11/outpatientTechs.jpg'),(473,255,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:500;s:4:\"file\";s:27:\"2014/11/outpatientTechs.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"outpatientTechs-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"outpatientTechs-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"outpatientTechs-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(474,256,'_wp_attached_file','2014/11/radiology.jpg'),(475,256,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:500;s:4:\"file\";s:21:\"2014/11/radiology.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"radiology-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"radiology-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"radiology-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(476,257,'_wp_attached_file','2014/11/recoveryTechs.jpg'),(477,257,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:500;s:4:\"file\";s:25:\"2014/11/recoveryTechs.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"recoveryTechs-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"recoveryTechs-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"recoveryTechs-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(478,258,'_wp_attached_file','2014/11/surgeryTechs.jpg'),(479,258,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:500;s:4:\"file\";s:24:\"2014/11/surgeryTechs.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"surgeryTechs-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"surgeryTechs-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"surgeryTechs-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(480,259,'_wp_attached_file','2014/11/cardiologyTechs.jpg'),(481,259,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:500;s:4:\"file\";s:27:\"2014/11/cardiologyTechs.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"cardiologyTechs-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"cardiologyTechs-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"cardiologyTechs-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(482,260,'_wp_attached_file','2014/11/ceciliaMarshall.jpg'),(483,260,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2014/11/ceciliaMarshall.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"ceciliaMarshall-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"ceciliaMarshall-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"ceciliaMarshall-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"slide-thumbnail\";a:4:{s:4:\"file\";s:27:\"ceciliaMarshall-800x513.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(484,261,'_wp_attached_file','2014/11/criticalCareTechs.jpg'),(485,261,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:500;s:4:\"file\";s:29:\"2014/11/criticalCareTechs.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"criticalCareTechs-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"criticalCareTechs-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"criticalCareTechs-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(486,262,'_wp_attached_file','2014/11/icuTechs.jpg'),(487,262,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:700;s:4:\"file\";s:20:\"2014/11/icuTechs.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"icuTechs-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"icuTechs-214x300.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"icuTechs-500x270.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"slide-thumbnail\";a:4:{s:4:\"file\";s:20:\"icuTechs-500x513.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(488,263,'_wp_attached_file','2014/11/medicineTechs.jpg'),(489,263,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:500;s:4:\"file\";s:25:\"2014/11/medicineTechs.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"medicineTechs-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"medicineTechs-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"medicineTechs-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(490,272,'_wp_attached_file','2014/11/kateSycamore.jpg'),(491,272,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:24:\"2014/11/kateSycamore.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"kateSycamore-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"kateSycamore-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"kateSycamore-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"slide-thumbnail\";a:4:{s:4:\"file\";s:24:\"kateSycamore-800x513.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(492,273,'_wp_attached_file','2014/11/kellyGingerich.jpg'),(493,273,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2014/11/kellyGingerich.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"kellyGingerich-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"kellyGingerich-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"kellyGingerich-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"slide-thumbnail\";a:4:{s:4:\"file\";s:26:\"kellyGingerich-800x513.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(494,277,'_edit_last','1'),(495,277,'_edit_lock','1418670518:1'),(496,293,'_form','<p>Your Name (required)<br />\n [text* your-name] </p>\n\n<p>Your Email:<br />\n [email your-email] </p>\n\n<p>Fax:<br />\n [tel tel-91 placeholder \"Fax number\"]</p>\n\n<p>Cellphone:<br />\n [tel tel-411 placeholder \"Cellphone number\"]</p>\n\n<p>Hospital:<br />\n [text text-84 placeholder \"Hospital Name\"]</p>\n\n<p>Hospital Phone Number:<br />\n [tel tel-155 placeholder \"Hospital Phone number\"]</p>\n\n<p>Preferred methods of VSS contacting you:<br />\n [checkbox checkbox-89 \"email\" \"fax\" \"cellphone/text\" \"call your hospital\"] </p>\n\n<p>Other information that may be helpful when VSS would be contacting you:<br />\n [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>'),(497,293,'_mail','a:8:{s:7:\"subject\";s:47:\"Please update [your-name]\'s contact information\";s:6:\"sender\";s:38:\"[your-name] <wordpress@dev.vssstl.com>\";s:4:\"body\";s:359:\"From: [your-name] <[your-email]>\nSubject: Please update [your-name]\'s contact information\n\nEmail: [your-email]\nFax: [tel-91]\nCellphone: [tel-411]\nHospital: [text-84]\nHospital Phone: [tel-155]\n\nContact Preferences: [checkbox-89]\n\nOther notes: \n[your-message]\n\n--\nThis e-mail was sent from a contact form on Veterinary Specialty Services (http://dev.vssstl.com)\";s:9:\"recipient\";s:22:\"joshuahunt82@gmail.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(498,293,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:56:\"Veterinary Specialty Services <wordpress@dev.vssstl.com>\";s:4:\"body\";s:130:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Veterinary Specialty Services (http://dev.vssstl.com)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:32:\"Reply-To: joshuahunt82@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(499,293,'_messages','a:21:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:16:\"invalid_required\";s:31:\"Please fill the required field.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:14:\"invalid_number\";s:28:\"Number format seems invalid.\";s:16:\"number_too_small\";s:25:\"This number is too small.\";s:16:\"number_too_large\";s:25:\"This number is too large.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:11:\"invalid_url\";s:18:\"URL seems invalid.\";s:11:\"invalid_tel\";s:31:\"Telephone number seems invalid.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:12:\"invalid_date\";s:26:\"Date format seems invalid.\";s:14:\"date_too_early\";s:23:\"This date is too early.\";s:13:\"date_too_late\";s:22:\"This date is too late.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";}'),(500,293,'_additional_settings',''),(501,293,'_locale','en_US'),(502,323,'_wp_attached_file','2013/12/oncologyTechs.jpg'),(503,323,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:500;s:4:\"file\";s:25:\"2013/12/oncologyTechs.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"oncologyTechs-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"oncologyTechs-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"oncologyTechs-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(504,327,'_wp_attached_file','2013/12/rebeccaGreer.jpg'),(505,327,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:24:\"2013/12/rebeccaGreer.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"rebeccaGreer-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"rebeccaGreer-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"rebeccaGreer-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"slide-thumbnail\";a:4:{s:4:\"file\";s:24:\"rebeccaGreer-800x513.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(506,329,'_edit_last','1'),(507,329,'_edit_lock','1432603920:1'),(508,331,'_menu_item_type','post_type'),(509,331,'_menu_item_menu_item_parent','0'),(510,331,'_menu_item_object_id','329'),(511,331,'_menu_item_object','page'),(512,331,'_menu_item_target',''),(513,331,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(514,331,'_menu_item_xfn',''),(515,331,'_menu_item_url',''),(519,336,'_wp_attached_file','2013/12/actionShot.jpg'),(520,336,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:500;s:4:\"file\";s:22:\"2013/12/actionShot.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"actionShot-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"actionShot-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"actionShot-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(521,338,'_wp_attached_file','2013/12/robinSherman.jpg'),(522,338,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:24:\"2013/12/robinSherman.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"robinSherman-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"robinSherman-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"robinSherman-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"slide-thumbnail\";a:4:{s:4:\"file\";s:24:\"robinSherman-800x513.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(523,343,'_wp_attached_file','2015/03/fredWininger.jpg'),(524,343,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:24:\"2015/03/fredWininger.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"fredWininger-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"fredWininger-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"fredWininger-300x270.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(529,348,'_wp_attached_file','2015/05/Endocarditis-in-Dogs.doc'),(530,349,'_wp_attached_file','2015/05/Endocarditis-in-Cats.doc'),(531,350,'_wp_attached_file','2015/05/Enalapril.doc'),(532,351,'_wp_attached_file','2015/05/Digoxin.doc'),(533,352,'_wp_attached_file','2015/05/DCM-in-Dogs.doc'),(534,353,'_wp_attached_file','2015/05/DCM-in-Cats.doc'),(535,354,'_wp_attached_file','2015/05/CVD-in-Dogs.doc'),(536,355,'_wp_attached_file','2015/05/Chylothorax-in-Dogs.doc'),(537,356,'_wp_attached_file','2015/05/Chylothorax-in-Cats.doc'),(538,357,'_wp_attached_file','2015/05/CHF-in-Dogs.doc'),(539,358,'_wp_attached_file','2015/05/Benazepril.doc'),(540,359,'_wp_attached_file','2015/05/Atenolol.doc'),(541,360,'_wp_attached_file','2015/05/ATE-in-Cats.doc'),(542,361,'_wp_attached_file','2015/05/AS-SAS-in-Dogs.doc'),(543,362,'_wp_attached_file','2015/05/ASDs-in-Cats.doc'),(544,363,'_wp_attached_file','2015/05/AS-in-Cats.doc'),(545,364,'_wp_attached_file','2015/05/Arrhythmias.doc'),(546,365,'_wp_attached_file','2015/05/Amiodarone.doc'),(547,366,'_wp_attached_file','2015/05/Amlodipine.doc'),(548,367,'_wp_attached_file','2015/05/VSDs-in-Dogs.doc'),(549,368,'_wp_attached_file','2015/05/MVD-in-Dogs.doc'),(550,369,'_wp_attached_file','2015/05/Htwm-Dz-in-Cats.doc'),(551,370,'_wp_attached_file','2015/05/ASDs-in-Dogs.doc'),(552,371,'_wp_attached_file','2015/05/MVD-in-Cats.doc'),(553,372,'_wp_attached_file','2015/05/PDAs-in-Dogs.doc'),(554,373,'_wp_attached_file','2015/05/PH.doc'),(555,374,'_wp_attached_file','2015/05/Pimobendan.doc'),(556,375,'_wp_attached_file','2015/05/Procainamide.doc'),(557,376,'_wp_attached_file','2015/05/PS-in-Cats.doc'),(558,377,'_wp_attached_file','2015/05/PS-in-Dogs.doc'),(559,378,'_wp_attached_file','2015/05/RCM-in-Cats.doc'),(560,379,'_wp_attached_file','2015/05/Sotalol.doc'),(561,380,'_wp_attached_file','2015/05/Spironolactone.doc'),(562,381,'_wp_attached_file','2015/05/TVD-in-Cats.doc'),(563,382,'_wp_attached_file','2015/05/TVD-in-Dogs.doc'),(564,383,'_wp_attached_file','2015/05/Mexiletine.doc'),(565,384,'_wp_attached_file','2015/05/Hydrochlorothiazide.doc'),(566,385,'_wp_attached_file','2015/05/Hydralazine.doc'),(567,386,'_wp_attached_file','2015/05/Htwm-Dz-in-Dogs.doc'),(568,387,'_wp_attached_file','2015/05/VSDs-in-Cats.doc'),(569,388,'_wp_attached_file','2015/05/HCM-in-Cats.doc'),(570,389,'_wp_attached_file','2015/05/Furosemide.doc'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL auto_increment, `post_author` bigint(20) unsigned NOT NULL default '0', `post_date` datetime NOT NULL default '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `post_content` longtext NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) NOT NULL default 'publish', `comment_status` varchar(20) NOT NULL default 'open', `ping_status` varchar(20) NOT NULL default 'open', `post_password` varchar(20) NOT NULL default '', `post_name` varchar(200) NOT NULL default '', `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL default '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `post_content_filtered` longtext NOT NULL, `post_parent` bigint(20) unsigned NOT NULL default '0', `guid` varchar(255) NOT NULL default '', `menu_order` int(11) NOT NULL default '0', `post_type` varchar(20) NOT NULL default 'post', `post_mime_type` varchar(100) NOT NULL default '', `comment_count` bigint(20) NOT NULL default '0', PRIMARY KEY (`ID`), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`), KEY `post_name` (`post_name`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=395 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (1,1,'2013-11-25 04:17:58','2013-11-25 04:17:58','Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!','Hello world!','','publish','open','open','','hello-world','','','2013-11-25 04:17:58','2013-11-25 04:17:58','',0,'http://dev.vssstl.com/?p=1',0,'post','',1),(176,1,'2014-05-08 02:16:49','2014-05-08 02:16:49','','bonnieSmith','','inherit','open','open','','bonniesmith','','','2014-05-08 02:16:49','2014-05-08 02:16:49','',0,'http://dev.vssstl.com/wp-content/uploads/2014/05/bonnieSmith.jpg',0,'attachment','image/jpeg',0),(177,1,'2014-05-08 02:16:52','2014-05-08 02:16:52','','ceiliaMarshal','','inherit','open','open','','ceiliamarshal','','','2014-05-08 02:16:52','2014-05-08 02:16:52','',0,'http://dev.vssstl.com/wp-content/uploads/2014/05/ceiliaMarshal.jpg',0,'attachment','image/jpeg',0),(178,1,'2014-05-08 02:16:53','2014-05-08 02:16:53','','emilyLeonard','','inherit','open','open','','emilyleonard','','','2014-05-08 02:16:53','2014-05-08 02:16:53','',0,'http://dev.vssstl.com/wp-content/uploads/2014/05/emilyLeonard.jpg',0,'attachment','image/jpeg',0),(179,1,'2014-05-08 02:16:55','2014-05-08 02:16:55','','fredWininger','','inherit','open','open','','fredwininger','','','2014-05-08 02:16:55','2014-05-08 02:16:55','',0,'http://dev.vssstl.com/wp-content/uploads/2014/05/fredWininger.jpg',0,'attachment','image/jpeg',0),(180,1,'2014-05-08 02:16:57','2014-05-08 02:16:57','','kristenODell','','inherit','open','open','','kristenodell','','','2014-05-08 02:16:57','2014-05-08 02:16:57','',0,'http://dev.vssstl.com/wp-content/uploads/2014/05/kristenODell.jpg',0,'attachment','image/jpeg',0),(6,1,'2013-12-04 03:12:19','2013-12-04 03:12:19','Founded in 1994 by Mary Jean Gorse DVM, MS, DACVS, and Mark Anderson DVM, MS, DACVS, who joined the facility in 1996, VSS has grown during the past 15 years and today includes a team of highly qualified and experienced board certified specialists.','About Us','','inherit','open','open','','5-revision-v1','','','2013-12-04 03:12:19','2013-12-04 03:12:19','',5,'http://dev.vssstl.com/2013/12/04/5-revision-v1/',0,'revision','',0),(187,1,'2014-05-08 02:21:17','2014-05-08 02:21:17','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4><a name=\"surgery\"></a>SURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Mary Jean Gorse -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/maryjeanGorse.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Mark Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/markAnderson.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Davida Rausch -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\r\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Thomas Coletti -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/thomasColetti.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- W. Wesley Kimberlin -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/wesKimberlin.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p></div>\r\n</div>\r\n<h4><a name=\"neurology\"></a>NEUROLOGY/NEUROSURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Fred Wininger -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Fred Wininger\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Fred Wininger,<br />VMD, MS DIPLOMATE ACVIM (neurology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Fred Wininger,<br />VMD, MS DIPLOMATE ACVIM (neurology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Pennsylvania</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />University of Georgia</p>\r\n<p>RESIDENCY<br />Washington State University</p>\r\n<p>ADVANCED DEGREE<br />Washington State University</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following residency, Dr. Wininger joined the faculty at the University of Missouri and served as the attending neurosurgical clinician at the Veterinary Medical Teaching Hospital. He maintains an adjunct professor role at MU and remains an active member of the research and teaching program.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Missy Carpentier -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Missy Carpentier\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Ross University School of Veterinary Medicine, St. Kitts, West Indies</p>\r\n<p>ROTATING INTERNSHIP: SMALL ANIMAL MEDICINE<br />VCA Veterinary Referral and Emergency Center and VCA Shoreline Veterinary Referral and Emergency Center in Connecticut</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Carpentier worked as an Associate Veterinarian at a mixed animal hospital in northern Minnesota. After completing her internship, she became the post-doctorate fellow in the Comparative Neurology Program at the University of Missouri, College of Veterinary Medicine.</p></div>\r\n</div>\r\n<h4><a name=\"oncology\"></a>ONCOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Joanne C. Graham -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Joanne C. Graham\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Joanne C. Graham,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Joanne C. Graham,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Graham was on the faculties at Iowa State University College of Veterinary Medicine and at University of Illinois College of Veterinary Medicine, as well as in private practice in the Chicago area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Bonnie E. Smith -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Bonnie E. Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Bonnie E. Smith,<br />DVM, DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Bonnie E. Smith,<br />DVM, DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Medical Center in New York City, New York</p>\r\n<p>RESIDENCY<br />Animal Medical Center in New York City, New York</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Taylor spent a year as an emergency veterinarian in Saint Louis before completing her residency.</p></div>\r\n</div>\r\n<h4><a name=\"internalmedicine\"></a>INTERNAL MEDICINE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kelly Gingerich -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Kelly Gingerich\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kelly Gingerich,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kelly Gingerich,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Iowa State University</p>\r\n<p>INTERNSHIP<br />Purdue University</p>\r\n<p>RESIDENCY<br />Purdue University</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: Purdue University</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Donna S. Vicini -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Donna S. Vicini\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Donna S. Vicini,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Donna S. Vicini,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />After working as in internist for seven years in Saint Louis, Dr. Vicini spent four years in New York managing her own business as a consultant in veterinary internal medicine; then returned to Saint Louis and continued to see cases for veterinarians in their practices under the business title of Veterinary Internal Medicine Services.</p></div>\r\n</div>\r\n<h4><a name=\"cardiology\"></a>CARDIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- H. Cecilia Marshall -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"H. Cecilia Marshall\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">H. Cecilia Marshall,<br />DVM, DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">H. Cecilia Marshall,<br />DVM, DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Cardiology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Angell Animal Medical Center in Boston, Massachusetts</p>\r\n<p>RESIDENCY<br />Angell Animal Medical Center in Boston, Massachusetts</p></div>\r\n</div>\r\n<h4><a name=\"emergencycriticalcare\"></a>EMERGENCY/CRITICAL CARE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Michael H. Karagiannis -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Michael H. Karagiannis\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Michael H. Karagiannis,<br />DVM DIPLOMATE, ACVEVCC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Michael H. Karagiannis,<br />DVM DIPLOMATE, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Rebecca J. Greer -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Rebecca J. Greer\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Rebecca J. Greer,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Rebecca J. Greer,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Emergency Center in Glendale, Wisconsin</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Greer spent five years as an assistant professor of biology at Union College in Lincoln, Nebraska and private practitioner before completing her internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Timothy Koors -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Timothy Koors\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Timothy Koors,<br />DVM, Practice Limited to Emergency and Critical Care</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Timothy Koors,<br />DVM, Practice Limited to Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>INTERNSHIP<br />Animal Emergency and Referral Center in Northbrook, Illinois</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Koors spent two years at an emergency practice in St. Louis before completing an internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- M. Ryan Smith -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"M. Ryan Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">M. Ryan Smith,<br />DVM, RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">M. Ryan Smith,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Louisiana State University</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Affiliated Veterinary Specialists in Orlando, Florida</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Prior to beginning residency, Dr. Smith spent two years practicing emergency medicine at a speciality practice in the New Orleans area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kristen Dellacamera -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Kristen Dellacamera\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen Dellacamera,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen Dellacamera,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Shannon Broyles -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Shannon Broyles\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Shannon Broyles,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Shannon Broyles,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Broyles has over eight years of experience as a veterinarian at an emergency practice in Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Emily Leonard -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Emily Leonard\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Emily Leonard,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Emily Leonard,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />Ross University, St. Kitts, West Indies</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Leonard spent ten years in private practice in upstate New York before coming home to Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Jennifer M. Eisele -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Jennifer M. Eisele\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Jennifer M. Eisele,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Jennifer M. Eisele,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Eisele spent five years in private practice in both Charlotte, North Carolina and Saint Louis before joining VSS.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- David Nichols -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"David Nichols\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">David Nichols,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">David Nichols,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />St. Matthew’s University</p>\r\n<p>CLINICAL ROTATION<br />North Carolina State University</p></div>\r\n</div>\r\n<h4><a name=\"radiology\"></a>RADIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kristen O\'Dell-Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Kristen O\'Dell-Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen O\'Dell-Anderson,<br />DVM, MS DIPLOMATE, ACVR</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen O\'Dell-Anderson,<br />DVM, MS DIPLOMATE, ACVR</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Radiologists</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Wheat Ridge Animal Hospital in Denver, Colorado</p>\r\n<p>RESIDENCY<br />University of Illinois in Champaign-Urbana</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois in Champaign-Urbana</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following her residency, Dr. O\'Dell-Anderson stayed on at the University of Illinois as a professor of veterinary radiology before returning to Saint Louis.</p></div>\r\n</div>\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2014-05-08 02:21:17','2014-05-08 02:21:17','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(186,1,'2014-05-08 02:19:22','2014-05-08 02:19:22','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4><a name=\"surgery\"></a>SURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Mary Jean Gorse -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/maryjeanGorse.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Mark Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Davida Rausch -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\r\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Thomas Coletti -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- W. Wesley Kimberlin -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p></div>\r\n</div>\r\n<h4><a name=\"neurology\"></a>NEUROLOGY/NEUROSURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Fred Wininger -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Fred Wininger\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Fred Wininger,<br />VMD, MS DIPLOMATE ACVIM (neurology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Fred Wininger,<br />VMD, MS DIPLOMATE ACVIM (neurology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Pennsylvania</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />University of Georgia</p>\r\n<p>RESIDENCY<br />Washington State University</p>\r\n<p>ADVANCED DEGREE<br />Washington State University</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following residency, Dr. Wininger joined the faculty at the University of Missouri and served as the attending neurosurgical clinician at the Veterinary Medical Teaching Hospital. He maintains an adjunct professor role at MU and remains an active member of the research and teaching program.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Missy Carpentier -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Missy Carpentier\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Ross University School of Veterinary Medicine, St. Kitts, West Indies</p>\r\n<p>ROTATING INTERNSHIP: SMALL ANIMAL MEDICINE<br />VCA Veterinary Referral and Emergency Center and VCA Shoreline Veterinary Referral and Emergency Center in Connecticut</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Carpentier worked as an Associate Veterinarian at a mixed animal hospital in northern Minnesota. After completing her internship, she became the post-doctorate fellow in the Comparative Neurology Program at the University of Missouri, College of Veterinary Medicine.</p></div>\r\n</div>\r\n<h4><a name=\"oncology\"></a>ONCOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Joanne C. Graham -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Joanne C. Graham\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Joanne C. Graham,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Joanne C. Graham,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Graham was on the faculties at Iowa State University College of Veterinary Medicine and at University of Illinois College of Veterinary Medicine, as well as in private practice in the Chicago area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Bonnie E. Smith -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Bonnie E. Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Bonnie E. Smith,<br />DVM, DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Bonnie E. Smith,<br />DVM, DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Medical Center in New York City, New York</p>\r\n<p>RESIDENCY<br />Animal Medical Center in New York City, New York</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Taylor spent a year as an emergency veterinarian in Saint Louis before completing her residency.</p></div>\r\n</div>\r\n<h4><a name=\"internalmedicine\"></a>INTERNAL MEDICINE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kelly Gingerich -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Kelly Gingerich\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kelly Gingerich,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kelly Gingerich,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Iowa State University</p>\r\n<p>INTERNSHIP<br />Purdue University</p>\r\n<p>RESIDENCY<br />Purdue University</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: Purdue University</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Donna S. Vicini -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Donna S. Vicini\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Donna S. Vicini,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Donna S. Vicini,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />After working as in internist for seven years in Saint Louis, Dr. Vicini spent four years in New York managing her own business as a consultant in veterinary internal medicine; then returned to Saint Louis and continued to see cases for veterinarians in their practices under the business title of Veterinary Internal Medicine Services.</p></div>\r\n</div>\r\n<h4><a name=\"cardiology\"></a>CARDIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- H. Cecilia Marshall -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"H. Cecilia Marshall\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">H. Cecilia Marshall,<br />DVM, DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">H. Cecilia Marshall,<br />DVM, DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Cardiology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Angell Animal Medical Center in Boston, Massachusetts</p>\r\n<p>RESIDENCY<br />Angell Animal Medical Center in Boston, Massachusetts</p></div>\r\n</div>\r\n<h4><a name=\"emergencycriticalcare\"></a>EMERGENCY/CRITICAL CARE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Michael H. Karagiannis -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Michael H. Karagiannis\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Michael H. Karagiannis,<br />DVM DIPLOMATE, ACVEVCC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Michael H. Karagiannis,<br />DVM DIPLOMATE, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Rebecca J. Greer -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Rebecca J. Greer\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Rebecca J. Greer,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Rebecca J. Greer,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Emergency Center in Glendale, Wisconsin</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Greer spent five years as an assistant professor of biology at Union College in Lincoln, Nebraska and private practitioner before completing her internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Timothy Koors -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Timothy Koors\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Timothy Koors,<br />DVM, Practice Limited to Emergency and Critical Care</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Timothy Koors,<br />DVM, Practice Limited to Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>INTERNSHIP<br />Animal Emergency and Referral Center in Northbrook, Illinois</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Koors spent two years at an emergency practice in St. Louis before completing an internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- M. Ryan Smith -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"M. Ryan Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">M. Ryan Smith,<br />DVM, RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">M. Ryan Smith,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Louisiana State University</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Affiliated Veterinary Specialists in Orlando, Florida</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Prior to beginning residency, Dr. Smith spent two years practicing emergency medicine at a speciality practice in the New Orleans area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kristen Dellacamera -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Kristen Dellacamera\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen Dellacamera,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen Dellacamera,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Shannon Broyles -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Shannon Broyles\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Shannon Broyles,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Shannon Broyles,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Broyles has over eight years of experience as a veterinarian at an emergency practice in Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Emily Leonard -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Emily Leonard\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Emily Leonard,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Emily Leonard,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />Ross University, St. Kitts, West Indies</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Leonard spent ten years in private practice in upstate New York before coming home to Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Jennifer M. Eisele -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Jennifer M. Eisele\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Jennifer M. Eisele,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Jennifer M. Eisele,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Eisele spent five years in private practice in both Charlotte, North Carolina and Saint Louis before joining VSS.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- David Nichols -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"David Nichols\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">David Nichols,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">David Nichols,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />St. Matthew’s University</p>\r\n<p>CLINICAL ROTATION<br />North Carolina State University</p></div>\r\n</div>\r\n<h4><a name=\"radiology\"></a>RADIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kristen O\'Dell-Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Kristen O\'Dell-Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen O\'Dell-Anderson,<br />DVM, MS DIPLOMATE, ACVR</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen O\'Dell-Anderson,<br />DVM, MS DIPLOMATE, ACVR</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Radiologists</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Wheat Ridge Animal Hospital in Denver, Colorado</p>\r\n<p>RESIDENCY<br />University of Illinois in Champaign-Urbana</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois in Champaign-Urbana</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following her residency, Dr. O\'Dell-Anderson stayed on at the University of Illinois as a professor of veterinary radiology before returning to Saint Louis.</p></div>\r\n</div>\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2014-05-08 02:19:22','2014-05-08 02:19:22','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(5,1,'2013-12-04 03:12:19','2013-12-04 03:12:19','Founded in 1994 by Mary Jean Gorse DVM, MS, DACVS, and Mark Anderson DVM, MS, DACVS, who joined the facility in 1996, VSS has grown during the past 15 years and today includes a team of highly qualified and experienced board certified specialists.\r\n\r\n<a name=\"veterinaryspecialists\"></a>\r\n<h6>VETERINARY SPECIALISTS</h6>\r\nBoard certified specialists are veterinarians who have advanced their training beyond the four years required to receive a doctor in veterinary medicine (DVM) degree. Many specialists complete a year-long internship, a three-year residency, and a rigorous examination in order to become a diplomate in one of the 19 specialty colleges recognized by the American Veterinary Medical Association (AVMA).\r\nVSS doctors are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n\r\n<img src=\"/wp-content/uploads/2013/12/actionShot.jpg\" alt=\"VSS\" width=\"700\" height=\"500\" class=\"alignnone size-full wp-image-336\" />\r\n<a name=\"refereralonlypractice\"></a>\r\n<h6>VSS: REFERRAL-ONLY PRACTICE</h6>\r\nAt VSS, we strive to keep current with all the advancements in technology and health care available for pets. That\'s why when primary care veterinarians need assistance in diagnosing and treating a pet\'s health problem, they feel good about referring the animal and its owner to our facility. VSS respects the bond that forms between pet owners and their veterinarians. Through every referral process, we strive to provide our clients with the same kind of personal service and care they receive from their primary veterinarians. Our specialty departments are available by appointment, Monday through Friday.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/recoveryTechs.jpg\" />\r\n<a name=\"animalcareteam\"></a>\r\n<h6>VSS ANIMAL CARE TEAM</h6>\r\nIn addition to specialists, our animal care team includes well trained nurses, technicians, assistants, and office staff who are committed to enhancing every pet\'s quality of life. After initially evaluating a pet and its problem, we provide the owner a complete list and thorough explanation of every diagnostic and treatment option available. We share this same information with the pet\'s primary care veterinarian. Using a team approach to patient care and case management helps us ensure a positive health care experience for pets and their owners.\r\n\r\n<a name=\"emergencycare\"></a>\r\n<h6>VSS EMERGENCY CARE</h6>\r\nIf a pet requires urgent care when its veterinarian\'s office is closed, our staff at VSS Emergency Center is always available and committed to providing the same exemplary care we provide referred pets. The VSS Emergency Center offers after-hours admissions and 24-hour inpatient care, including weekends and holidays. Our emergency care specialists collaborate with primary veterinarians to ensure that pets receive care that is appropriate and effective.\r\n\r\n<img src=\"/wp-content/uploads/2013/12/dogInBed.jpg\" alt=\"dog\" width=\"700\" height=\"500\" class=\"alignnone size-full wp-image-334\" />\r\n<a name=\"whatmakesvssspecial\"></a>\r\n<h6>WHAT MAKES VSS SPECIAL</h6>\r\nA spiral CT scanner, digital radiography, ultrasonagraphy, complete endoscopy services, and respiratory ventilation therapy are just a few of the technologies adapted from the human field of medicine and used at Veterinary Specialty Services. In addition, we have four enclosed surgical suites with complete anesthetic monitoring equipment. At VSS, we value the long term relationships we have built with referring veterinarians, clients, and their companion pets. As we continue to expand our services, we remain committed to maintaining the highest standards possible in health care delivery.','About Us','','publish','open','open','','about-us','','','2015-02-23 04:12:07','2015-02-23 04:12:07','',0,'http://dev.vssstl.com/?page_id=5',0,'page','',0),(46,1,'2014-01-14 03:40:14','2014-01-14 03:40:14','','Site Menu','Site Menu','publish','open','open','','site-menu','','','2014-01-28 03:07:39','2014-01-28 03:07:39','',0,'http://dev.vssstl.com/?p=46',4,'nav_menu_item','',0),(45,1,'2014-01-14 03:39:25','2014-01-14 03:39:25','','Privacy Policy','Privacy Policy','publish','open','open','','privacy-policy','','','2014-01-28 03:07:39','2014-01-28 03:07:39','',0,'http://dev.vssstl.com/?p=45',6,'nav_menu_item','',0),(44,1,'2014-01-14 03:38:21','2014-01-14 03:38:21','','FAQS','FAQS','publish','open','open','','faqs','','','2014-01-28 03:07:39','2014-01-28 03:07:39','',0,'http://dev.vssstl.com/?p=44',5,'nav_menu_item','',0),(43,1,'2014-01-14 03:11:06','2014-01-14 03:11:06','','Copyright','Copyright','publish','open','open','','copyright','','','2014-01-28 03:07:39','2014-01-28 03:07:39','',0,'http://dev.vssstl.com/?p=43',7,'nav_menu_item','',0),(14,1,'2013-12-04 03:17:05','2013-12-04 03:17:05','Veterinary Specialties Services is a multi-specialty referral-only practice committed to providing advanced veterinary care for pets. Our highly qualified and experienced board certified veterinarians are leaders in their fields. They collaborate with each other and referring veterinarians to provide exceptional care and service in the following areas:\r\n\r\n<img src=\"/wp-content/uploads/2014/11/surgeryTechs.jpg\" />\r\n<a name=\"surgery\"></a>\r\n<h6>SURGICAL TEAM</h6>\r\nVSS surgeons are able to perform the most complex of surgeries. They can repair fractures and torn ligaments, and they can do total hip replacements. They can also remove cancerous growths, manage extensive or non-healing wounds, and do reconstructive surgery. Our surgeons are trained to repair heart defects, and they operate on pets with spinal injuries and herniated discs. In addition, VSS surgeons perform minimally invasive procedures, such as arthroscopy, thorascopy, and laparoscopy.\r\n\r\nPets that need orthopedic, thoracic, gastrointestinal, oncologic, neurologic, or urologic surgery are frequently referred to VSS. Our surgeons work closely with other VSS specialists to provide the most comprehensive care possible to pets that have undergone such complicated surgeries.\r\n\r\nPreemptive pain management is a priority at VSS. Our veterinary health care team will prescribe pain management treatments that keep pets comfortable before, during, and after surgery.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/outpatientTechs.jpg\" />\r\n<a name=\"emergencycriticalcare\"></a>\r\n<h6>EMERGENCY/CRITICAL CARE TEAM</h6>\r\nYour primary care veterinarian can diagnose and treat many health problems and handle routine emergencies, but certain situations may require the assistance of a doctor who has had specialized, intensive training in handling emergency and critical care for you pet. The emergency team at VSS includes the only two board-certified specialists in emergency/critical care in the St. Louis Metropolitan area. Additional members of the team include are doctors who have dedicated their careers to emergency medicine.\r\n\r\nOur emergency/critical care veterinarians and veterinary technicians have been specially trained in the latest procedures and techniques related to the practice of emergency medicine. They routinely treat traumatic injuries (including fractures, bite wounds, burns and lacerations), respiratory emergencies that may require the use of a ventilator, animals in need of blood transfusions, animals that are in shock, and animals with life-threatening neurologic disease, such as coma or severe seizures.\r\n\r\nOur emergency/critical care specialists work with family veterinarians and with the other specialists here at VSS to ensure that every pet gets the medical attention and critical care it needs.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/criticalCareTechs.jpg\" />\r\n<a name=\"oncology\"></a>\r\n<h6>ONCOLOGY TEAM</h6>\r\nNew advances in veterinary technology and chemotherapy are allowing pets with cancer to live longer with an improved quality of life. When the disease is diagnosed during its early stages, more treatment options are available for the pet. At VSS, we take an innovative and progressive approach as we strive to provide the best possible care for animals with cancer.\r\n\r\nWe utilize advanced diagnostic cancer testing - including ultrasound, CT scans, and biopsy procedures - to identify the type, location, and behavior of a tumor. After collecting this information, our oncology specialist, along with other VSS specialists and the family veterinarian, provide treatment options to the pet owner. These options are tailored to the animal\'s particular cancer and consistent with the owner\'s goals for the pet. \r\n\r\nSome types of cancer are responsive to chemotherapy, which includes oral and injectable medications. Dogs and cats tend to tolerate chemotherapy well and rarely experience side effects. \r\n\r\n<img src=\"/wp-content/uploads/2013/12/oncologyTechs.jpg\" alt=\"Oncology Team\" width=\"700\" height=\"500\" />\r\n<h6>INTERNAL MEDICINE TEAM</h6>\r\nA veterinary internist frequently treats complex problems affecting multiple organs in a pet. Our internal medicine department collaborates with other VSS specialty services to provide a comprehensive approach to health care, using sophisticated, state-of-the-art technology. \r\n\r\nOur internal medicine specialist is trained and experienced in endoscopy (including gastroduodenoscopy, colonoscopy, rhinoscopy, and bronchoscopy), bone marrow aspirates, spinal taps, and the diagnosis and treatment of endocrine and infectious diseases.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/medicineTechs.jpg\" />\r\n<a name=\"cardiology\"></a>\r\n<h6>CARDIOLOGY TEAM</h6>\r\nTen percent of dogs and cats are affected by heart disease from birth, and it is estimated that 30 percent of geriatric dogs develop some type of heart issue. Symptoms associated with heart disease include coughing, difficulty breathing, tiring easily after exercise, and general weakness. Primary care veterinarians often detect signs of a heart problem, such as irregular heart rhythms or sounds, in pets during a physical exam - even those that exhibit no indications of it.\r\n\r\nCardiac disease is diagnosed and evaluated using echocardiography, electrocardiogram, holter monitor, blood pressure measurement, cardiac catheterization, and angiography. With today\'s technology, our cardiologist is able to successfully treat heart problems, allowing pets to live long and happy lives. \r\n\r\nWhile most pets with heart disease can be treated with medications, others may need a surgical procedure. At VSS, our cardiologist collaborates with our surgeons to correct cardiac conditions that do not respond well to medication.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/cardiologyTechs.jpg\" />\r\n<a name=\"radiology\"></a>\r\n<h6>RADIOLOGY TEAM</h6>\r\nLike conventional radiography, CT (Computed Tomography) uses x-rays to depict the internal structures of the body. Unlike conventional radiology, which takes one picture at a time, a single CT scan generates hundreds of x-ray images. A computer then takes the images and constructs them into highly accurate and detailed renditions of the patient. Despite the large number of images, the total amount of radiation from a CT scan can be less than radiation from a conventional x-ray procedure.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/radiology.jpg\" />\r\n<a name=\"rehabilitation\"></a>\r\n<h6>REHABILITATION TEAM</h6>\r\nPets sometimes experience lingering pain and immobility after an injury or surgical procedure, making physical rehabilitation an essential part of the recovery process. Whether it\'s an older pet with arthritis, or a pet recovering from spinal surgery, studies show rehab speeds recovery and improves strength and mobility. At VSS, our rehabilitation specialists design a program to fit the pet\'s specific needs. Some pets benefit by exercising on our underwater treadmill, others improve by doing in-home exercises taught to them by one of our rehabilitation specialists. \r\n\r\nAfter review of a pet\'s medical history, medications, and lifestyle, the specialists of HEALING PAWS REHABILITATION will examine the pet\'s range of motion and muscle girth, perform a gait analysis, and palpate the injured area. This thorough evaluation is used to create a treatment plan that promotes a pet\'s optimum health. \r\n\r\nYou may contact the rehab specialists directly. Jacquie Welkener: 314-651-8143 or Sherry Bunch: 314-651-8144\r\n\r\n<a name=\"intesivecare\"></a>\r\n<h6>INTENSIVE CARE TEAM</h6>\r\nPets sometimes contract diseases and sustain injuries that can be complicated, deteriorate rapidly, and become life-threatening. These animals need continuing care and close monitoring. \r\n\r\nAt VSS, we provide 24-hour critical care services for pets in an intensive care unit (ICU) that is fully equipped with oxygen monitoring, mechanical ventilation, and ECG monitoring. Intravenous fluid therapy, medication, nutritional support, blood transfusions, oxygen supplementation, and pain relief are some of the treatments we provide. A pet\'s vital signs, heart rhythm, blood pressure, oxygen levels, and blood work are routinely monitored by the exceptional team of veterinary technicians and assistants in our ICU. By closely monitoring critically ill pets, we are able to identify potential problems early and alter treatments, if necessary, to improve the pet\'s chance for recovery. The dedicated nursing staff at VSS is committed to maintaining a caring and compassionate environment for pets in our ICU.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/icuTechs.jpg\" />','Specialty Services','','publish','open','open','','specialty-services','','','2015-02-23 00:04:39','2015-02-23 00:04:39','',0,'http://dev.vssstl.com/?page_id=14',0,'page','',0),(15,1,'2013-12-04 03:17:05','2013-12-04 03:17:05','Specialty Services','Specialty Services','','inherit','open','open','','14-revision-v1','','','2013-12-04 03:17:05','2013-12-04 03:17:05','',14,'http://dev.vssstl.com/2013/12/04/14-revision-v1/',0,'revision','',0),(16,1,'2013-12-04 03:17:40','2013-12-04 03:17:40','<p><strong>Veterinary Specialty Services Emergency Center</strong><br />\r\n1021 Howard George Dr. Manchester, MO 63021<br />\r\nMonday - Friday 5:30 PM - 8:00 AM | Weekends & Holidays 24 Hours<br />\r\nPhone: (636)-227-6100</p>\r\n[mappress mapid=\"2\"]\r\n\r\n<p>Veterinary Specialty Services is a multispecialty referral-only practice that has an after-hours Emergency Center in the St. Louis area. Our Emergency Center grew out of a two-fold need in the community. First, pet owners needed a quality after-hours emergency hospital that provided continuous medical care for their pets. Second, veterinarians in the metropolitan St. Louis and surrounding areas needed a reliable resource to which they could refer emergency cases when their offices were closed. They also needed a facility that provided overnight supervision and monitoring of critically ill pets.</p>\r\n\r\n<p>VSS Emergency Center offers after-hours service to veterinarians, and to pet owners, 365 days a year. If a pet develops an emergency problem, care should not be delayed. Prompt veterinary care gives a pet the best chance of a successful recovery. Situations that demand immediate veterinary care include:</p>\r\n\r\n<ul>\r\n <li>Decreased consciousness\r\n <li>Unresponsiveness \r\n <li>Inability to Urinate\r\n <li>Blue, Purple or Pale Gums\r\n <li>Cat Exhibiting Open-Mouth Breathing\r\n <li>Bleeding \r\n <li>Profuse Vomiting or Diarrhea\r\n <li>Breathing Difficulties\r\n <li>Seizures\r\n <li>Ingestion of Toxins or Medications\r\n</ul>\r\n','Emergency Center','','publish','open','open','','emergency-center','','','2015-02-05 03:58:14','2015-02-05 03:58:14','',0,'http://dev.vssstl.com/?page_id=16',0,'page','',0),(17,1,'2013-12-04 03:17:40','2013-12-04 03:17:40','Emergency Center','Emergency Center','','inherit','open','open','','16-revision-v1','','','2013-12-04 03:17:40','2013-12-04 03:17:40','',16,'http://dev.vssstl.com/2013/12/04/16-revision-v1/',0,'revision','',0),(18,1,'2013-12-04 03:17:57','2013-12-04 03:17:57','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4><a name=\"cardiology\"></a>CARDIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- H. Cecilia Marshall -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/ceciliaMarshall.jpg\" alt=\"H. Cecilia Marshall\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">H. Cecilia Marshall,<br />DVM, Diplomate, ACVIM (Cardiology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">H. Cecilia Marshall,<br />DVM, Diplomate, ACVIM (Cardiology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Cardiology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Angell Animal Medical Center in Boston, Massachusetts</p>\r\n<p>RESIDENCY<br />Angell Animal Medical Center in Boston, Massachusetts</p></div>\r\n</div>\r\n<h4><a name=\"emergencycriticalcare\"></a>EMERGENCY/CRITICAL CARE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Shannon Broyles -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/shannonBroyles.jpg\" alt=\"Shannon Broyles\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Shannon Broyles,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Shannon Broyles,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Broyles has over eight years of experience as a veterinarian at an emergency practice in Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kristen Dellacamera -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/kristenDellacamera.jpg\" alt=\"Kristen Dellacamera\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Kristen Dellacamera,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen Dellacamera,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Jennifer M. Eisele -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/eisele.jpg\" alt=\"Jennifer M. Eisele\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Jennifer M. Eisele,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Jennifer M. Eisele,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Eisele spent five years in private practice in both Charlotte, North Carolina and Saint Louis before joining VSS.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Rebecca J. Greer -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2013/12/rebeccaGreer.jpg\" alt=\"Rebecca J. Greer\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Rebecca J. Greer,<br />DVM, MS Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Rebecca J. Greer,<br />DVM, MS Diplomate, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Emergency Center in Glendale, Wisconsin</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Greer spent five years as an assistant professor of biology at Union College in Lincoln, Nebraska and private practitioner before completing her internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Michael H. Karagiannis -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/MichaelKaragiannis.jpg\" alt=\"Michael H. Karagiannis\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Michael H. Karagiannis,<br />DVM, Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Michael H. Karagiannis,<br />DVM, Diplomate, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Timothy Koors -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/timKoors.jpg\" alt=\"Timothy Koors\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Timothy Koors,<br />DVM, Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Timothy Koors,<br />DVM, Diplomate, ACVECC</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>INTERNSHIP<br />Animal Emergency and Referral Center in Northbrook, Illinois</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Koors spent two years at an emergency practice in St. Louis before completing an internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- David Nichols -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/davidNichols.jpg\" alt=\"David Nichols\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">David Nichols,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">David Nichols,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />St. Matthew’s University</p>\r\n<p>CLINICAL ROTATION<br />North Carolina State University</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Robyn Sherman -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2013/12/robinSherman.jpg\" alt=\"Robyn Sherman\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Robyn Sherman,<br />DVM, Emergency and Critical Care Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Robyn Sherman,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br /> </p>\r\n<p>CLINICAL ROTATION<br /> </p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- M. Ryan Smith -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2013/12/ryanSmith.jpg\" alt=\"M. Ryan Smith\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">M. Ryan Smith,<br />DVM, Emergency and Critical Care Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">M. Ryan Smith,<br />DVM, Emergency and Critical Care Resident</p>\r\n<p>VETERINARY COLLEGE<br />Louisiana State University</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Affiliated Veterinary Specialists in Orlando, Florida</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Prior to beginning residency, Dr. Smith spent two years practicing emergency medicine at a speciality practice in the New Orleans area.</p></div>\r\n</div>\r\n<h4><a name=\"internalmedicine\"></a>INTERNAL MEDICINE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kelly Gingerich -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/kellyGingerich.jpg\" alt=\"Kelly Gingerich\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Kelly Gingerich,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kelly Gingerich,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Iowa State University</p>\r\n<p>INTERNSHIP<br />Purdue University</p>\r\n<p>RESIDENCY<br />Purdue University</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: Purdue University</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kate Sycamore -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/kateSycamore.jpg\" alt=\"Kate Sycamore\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Kate Sycamore,<br />BVSc, MANZCVSc, Diplomate, ACVIM (Internal Medicine)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kate Sycamore,<br />BVSc, MANZCVSc, Diplomate, ACVIM (Internal Medicine)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Massey University, New Zealand</p>\r\n<p>INTERNSHIP<br />Queensland Veterinary Specialists, Australia</p>\r\n<p>RESIDENCY<br />University of Georgia, Veterinary Teaching Hospital</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Donna S. Vicini -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/donnaVicini.jpg\" alt=\"Donna S. Vicini\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Donna S. Vicini,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Donna S. Vicini,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />After working as in internist for seven years in Saint Louis, Dr. Vicini spent four years in New York managing her own business as a consultant in veterinary internal medicine; then returned to Saint Louis and continued to see cases for veterinarians in their practices under the business title of Veterinary Internal Medicine Services.</p></div>\r\n</div>\r\n<h4><a name=\"neurology\"></a>NEUROLOGY/NEUROSURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Fred Wininger -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2015/03/fredWininger.jpg\" alt=\"Fred Wininger\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Fred Wininger,<br />VMD, MS Diplomate ACVIM (Neurology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Fred Wininger,<br />VMD, MS Diplomate ACVIM (Neurology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Pennsylvania</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />University of Georgia</p>\r\n<p>RESIDENCY<br />Washington State University</p>\r\n<p>ADVANCED DEGREE<br />Washington State University</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following residency, Dr. Wininger joined the faculty at the University of Missouri and served as the attending neurosurgical clinician at the Veterinary Medical Teaching Hospital. He maintains an adjunct professor role at MU and remains an active member of the research and teaching program.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Missy Carpentier -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/missyCarpentier.jpg\" alt=\"Missy Carpentier\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Missy Carpentier,<br />DVM, Neurology Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Ross University School of Veterinary Medicine, St. Kitts, West Indies</p>\r\n<p>ROTATING INTERNSHIP: SMALL ANIMAL MEDICINE<br />VCA Veterinary Referral and Emergency Center and VCA Shoreline Veterinary Referral and Emergency Center in Connecticut</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Carpentier worked as an Associate Veterinarian at a mixed animal hospital in northern Minnesota. After completing her internship, she became the post-doctorate fellow in the Comparative Neurology Program at the University of Missouri, College of Veterinary Medicine.</p></div>\r\n</div>\r\n<h4><a name=\"oncology\"></a>ONCOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Joanne C. Graham -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/joanneGraham.jpg\" alt=\"Joanne C. Graham\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Joanne C. Graham,<br />DVM, MS Diplomate, ACVIM (Oncology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Joanne C. Graham,<br />DVM, MS Diplomate, ACVIM (Oncology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Graham was on the faculties at Iowa State University College of Veterinary Medicine and at University of Illinois College of Veterinary Medicine, as well as in private practice in the Chicago area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Bonnie E. Smith -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/bonnieSmith.jpg\" alt=\"Bonnie E. Smith\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Bonnie E. Smith,<br />DVM, Diplomate, ACVIM (Oncology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Bonnie E. Smith,<br />DVM, Diplomate, ACVIM (Oncology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Medical Center in New York City, New York</p>\r\n<p>RESIDENCY<br />Animal Medical Center in New York City, New York</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Taylor spent a year as an emergency veterinarian in Saint Louis before completing her residency.</p></div>\r\n</div>\r\n<h4><a name=\"radiology\"></a>RADIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kristen O\'Dell-Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/kristenODell.jpg\" alt=\"Kristen O\'Dell-Anderson\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Kristen O\'Dell-Anderson,<br />DVM, MS Diplomate, ACVR</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen O\'Dell-Anderson,<br />DVM, MS Diplomate, ACVR</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Radiologists</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Wheat Ridge Animal Hospital in Denver, Colorado</p>\r\n<p>RESIDENCY<br />University of Illinois in Champaign-Urbana</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois in Champaign-Urbana</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following her residency, Dr. O\'Dell-Anderson stayed on at the University of Illinois as a professor of veterinary radiology before returning to Saint Louis.</p></div>\r\n</div>\r\n<h4><a name=\"surgery\"></a>SURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Mark Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/markAnderson.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Thomas Coletti -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/thomasColetti.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Mary Jean Gorse -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/maryjeanGorse.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Davida Rausch -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/davidaRausch.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Davida Rausch,<br />DVM, Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\r\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- W. Wesley Kimberlin -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/wesKimberlin.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, Surgery Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, Surgery Resident</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p></div>\r\n</div>\r\n</div>','Our Doctors','','publish','open','open','','our-doctors','','','2015-03-11 03:56:23','2015-03-11 03:56:23','',0,'http://dev.vssstl.com/?page_id=18',0,'page','',0),(19,1,'2013-12-04 03:17:57','2013-12-04 03:17:57','Our Doctors','Our Doctors','','inherit','open','open','','18-revision-v1','','','2013-12-04 03:17:57','2013-12-04 03:17:57','',18,'http://dev.vssstl.com/2013/12/04/18-revision-v1/',0,'revision','',0),(20,1,'2013-12-04 03:18:17','2013-12-04 03:18:17','Take A Tour','Take A Tour','','publish','open','open','','take-a-tour','','','2013-12-04 03:18:17','2013-12-04 03:18:17','',0,'http://dev.vssstl.com/?page_id=20',0,'page','',0),(21,1,'2013-12-04 03:18:17','2013-12-04 03:18:17','Take A Tour','Take A Tour','','inherit','open','open','','20-revision-v1','','','2013-12-04 03:18:17','2013-12-04 03:18:17','',20,'http://dev.vssstl.com/2013/12/04/20-revision-v1/',0,'revision','',0),(22,1,'2013-12-04 03:18:33','2013-12-04 03:18:33','<div id=\"ContactUsContent\">\r\n<h3>VETERINARY SPECIALTY SERVICES</h3>\r\n\r\nHOURS: Monday through Friday 9:00 AM - 5:30 PM\r\n\r\n1021 Howard George Drive\r\nManchester, Missouri 63021\r\nTelephone: 636-227-9400\r\nFacsimile: 636-527-0812\r\n\r\n<h3>VSS EMERGENCY CENTER</h3>\r\n\r\nHOURS: Monday through Friday 5:30 PM - 8:00 AM / Weekends and Holidays 24 Hours\r\n\r\n1021 Howard George Drive\r\nManchester, Missouri 63021\r\nTelephone: 636-227-6100\r\n\r\n<h3>HEALING PAWS REHAB</h3>\r\n\r\nJacquie Welkener 314-651-8143\r\nSherry Bunch 314-651-8144\r\n\r\nIf you need additional assistance, and particularly, if you feel we can improve our services, please contact our Hospital Administrator.\r\n\r\nNancy Schwartz 636-227-9400\r\nEmail: nschwartz@vssstl.com \r\n</div>\r\n\r\n<div id=\"ContactFormWrapper\">\r\n<h3>Email Us</h3>\r\n<h4>If your pet needs immediate attention, please contact our Emergency Center 636-227-6100</h4>\r\n<div class=\"requiredFields\">Required fields are marked with *</div>\r\n[bestwebsoft_contact_form]\r\n</div>','Contact Us','','publish','open','open','','contact-us','','','2014-02-12 04:38:39','2014-02-12 04:38:39','',0,'http://dev.vssstl.com/?page_id=22',0,'page','',0),(23,1,'2013-12-04 03:18:33','2013-12-04 03:18:33','Contact Us','Contact Us','','inherit','open','open','','22-revision-v1','','','2013-12-04 03:18:33','2013-12-04 03:18:33','',22,'http://dev.vssstl.com/2013/12/04/22-revision-v1/',0,'revision','',0),(24,1,'2013-12-04 03:26:51','2013-12-04 03:26:51','test','test','','publish','open','open','','test','','','2013-12-04 03:26:51','2013-12-04 03:26:51','',0,'http://dev.vssstl.com/?p=24',0,'post','',0),(25,1,'2013-12-04 03:26:51','2013-12-04 03:26:51','test','test','','inherit','open','open','','24-revision-v1','','','2013-12-04 03:26:51','2013-12-04 03:26:51','',24,'http://dev.vssstl.com/24-revision-v1/',0,'revision','',0),(26,1,'2013-12-04 04:09:16','2013-12-04 04:09:16','[soliloquy id=\"112\"]\r\n\r\n<div id=\"BelowHomeSlider\">\r\n<div id=\"MainCallout\" class=\"homepageSnipit\">\r\n<p class=\"main\">Veterinary Specialty Services is a <span class=\"highlight\">multi-specialty referral-only practice</span> and <span class=\"highlight\">after-hours emergency facility</span> committed to providing advanced veterinary care for pets.</p>\r\nOur highly qualified and experienced board certified specialists work in collaboration with primary care veterinarians throughout Missouri and its surrounding states to diagnose and treat complex, challenging, and often life-threatening pet health problems.\r\n</div>\r\n<div id=\"FirstVisit\" class=\"homepageSnipit smallCallout\">\r\n<h3>First Visit</h3>\r\n<p>Please download, print and complete the appropriate form. The information you provide will enable us to understand and therefore take better care of your pet.</p>\r\n<p class=\"bone\">Client Information form: <a href=\"/wp-content/uploads/2014/07/ClientInfo.doc\">WordDoc</a> <a href=\"/wp-content/uploads/2014/07/ClientInfo.pdf\">PDF</a></p>\r\n<p class=\"bone\">Chemotherapy Patient questionnaire: <a href=\"/wp-content/uploads/2014/07/ChemoTherapy.doc\">WordDoc</a> <a href=\"/wp-content/uploads/2014/07/ChemoTherapy.pdf\">PDF</a></p>\r\n<p><a href=\"/index.php/client-forms-resources/\">Click here for more veterinary links and resources.</a></p>\r\n</div>\r\n<div id=\"ReferringVets\" class=\"homepageSnipit smallCallout\">\r\n<h3>Referring Vets</h3>\r\n<p class=\"bone\">We value you and your patients. As a fellow veterinarian, we understand the importance of communicating in a timely manor. Click <a href=\"/index.php/referring-vets/\">here</a> to let us know how we can better communicate with you.</p>\r\n</div>\r\n</div>','','','publish','open','open','','home','','','2015-01-20 04:07:25','2015-01-20 04:07:25','',0,'http://dev.vssstl.com/?page_id=26',0,'page','',0),(27,1,'2013-12-04 04:09:16','2013-12-04 04:09:16','Veterinary Specialty Services is a multi-specialty\r\nreferral-only practice and after-hours emergency\r\nfacility committed to providing advanced\r\nveterinary care for pets.\r\n\r\nOur highly qualified and experienced board certified\r\nspecialists work in collaboration with primary care\r\nveterinarians throughout Missouri and its surrounding\r\nstates to diagnose and treat complex, challenging,\r\nand often life-threatening pet health problems.','Home','','inherit','open','open','','26-revision-v1','','','2013-12-04 04:09:16','2013-12-04 04:09:16','',26,'http://dev.vssstl.com/2013/12/04/26-revision-v1/',0,'revision','',0),(28,1,'2013-12-04 06:19:27','2013-12-04 06:19:27','','Home','','publish','open','open','','home','','','2015-02-23 03:32:35','2015-02-23 03:32:35','',0,'http://dev.vssstl.com/?p=28',1,'nav_menu_item','',0),(29,1,'2013-12-04 06:19:27','2013-12-04 06:19:27',' ','','','publish','open','open','','29','','','2015-02-23 03:32:35','2015-02-23 03:32:35','',0,'http://dev.vssstl.com/?p=29',2,'nav_menu_item','',0),(30,1,'2013-12-04 06:19:27','2013-12-04 06:19:27',' ','','','publish','open','open','','30','','','2015-02-23 03:32:35','2015-02-23 03:32:35','',0,'http://dev.vssstl.com/?p=30',7,'nav_menu_item','',0),(31,1,'2013-12-04 06:19:27','2013-12-04 06:19:27',' ','','','publish','open','open','','31','','','2015-02-23 03:32:35','2015-02-23 03:32:35','',0,'http://dev.vssstl.com/?p=31',4,'nav_menu_item','',0),(33,1,'2013-12-04 06:19:27','2013-12-04 06:19:27',' ','','','publish','open','open','','33','','','2015-02-23 03:32:35','2015-02-23 03:32:35','',0,'http://dev.vssstl.com/?p=33',5,'nav_menu_item','',0),(35,1,'2013-12-04 06:19:27','2013-12-04 06:19:27',' ','','','publish','open','open','','35','','','2015-02-23 03:32:35','2015-02-23 03:32:35','',0,'http://dev.vssstl.com/?p=35',3,'nav_menu_item','',0),(48,1,'2014-01-14 03:46:05','2014-01-14 03:46:05','Veterinary Specialty Services is a multi-specialty\r\nreferral-only practice and after-hours emergency\r\nfacility committed to providing advanced\r\nveterinary care for pets.\r\n\r\nOur highly qualified and experienced board certified\r\nspecialists work in collaboration with primary care\r\nveterinarians throughout Missouri and its surrounding\r\nstates to diagnose and treat complex, challenging,\r\nand often life-threatening pet health problems.','','','inherit','open','open','','26-revision-v1','','','2014-01-14 03:46:05','2014-01-14 03:46:05','',26,'http://dev.vssstl.com/index.php/26-revision-v1/',0,'revision','',0),(47,1,'2014-01-14 03:41:19','2014-01-14 03:41:19','','Reffering Vets','Reffering Vets','publish','open','open','','reffering-vets','','','2014-01-28 03:07:39','2014-01-28 03:07:39','',0,'http://dev.vssstl.com/?p=47',1,'nav_menu_item','',0),(37,1,'2013-12-11 05:35:11','2013-12-11 05:35:11',' ','','Contact Us','publish','open','open','','37','','','2014-01-28 03:07:39','2014-01-28 03:07:39','',0,'http://dev.vssstl.com/?p=37',2,'nav_menu_item','',0),(38,1,'2013-12-11 05:38:21','2013-12-11 05:38:21','','Careers','Careers','publish','open','open','','careers','','','2014-01-28 03:07:39','2014-01-28 03:07:39','',0,'http://dev.vssstl.com/?p=38',3,'nav_menu_item','',0),(116,1,'2014-02-09 23:32:30','2014-02-09 23:32:30','[contact_form lang=en]\r\n\r\n<h3>VETERINARY SPECIALTY SERVICES</h3>\r\n\r\nHOURS: Monday through Friday 9:00 AM - 5:30 PM\r\n\r\n1021 Howard George Drive\r\nManchester, Missouri 63021\r\nTelephone: 636-227-9400\r\nFacsimile: 636-527-0812\r\n\r\n<h3>VSS EMERGENCY CENTER</h3>\r\n\r\nHOURS: Monday through Friday 5:30 PM - 8:00 AM / Weekends and Holidays 24 Hours\r\n\r\n1021 Howard George Drive\r\nManchester, Missouri 63021\r\nTelephone: 636-227-6100\r\n\r\n<h3>HEALING PAWS REHAB</h3>\r\n\r\nJacquie Welkener 314-651-8143\r\nSherry Bunch 314-651-8144\r\n\r\nIf you need additional assistance, and particularly, if you feel we can improve our services, please contact our Hospital Administrator.\r\n\r\nNancy Schwartz 636-227-9400\r\nEmail: nschwartz@vssstl.com ','Contact Us','','inherit','open','open','','22-revision-v1','','','2014-02-09 23:32:30','2014-02-09 23:32:30','',22,'http://dev.vssstl.com/index.php/22-revision-v1/',0,'revision','',0),(49,1,'2014-01-14 03:52:15','2014-01-14 03:52:15','Veterinary Specialty Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing advanced veterinary care for pets.\r\n\r\nOur highly qualified and experienced board certified specialists work in collaboration with primary care veterinarians throughout Missouri and its surrounding states to diagnose and treat complex, challenging, and often life-threatening pet health problems.','','','inherit','open','open','','26-revision-v1','','','2014-01-14 03:52:15','2014-01-14 03:52:15','',26,'http://dev.vssstl.com/index.php/26-revision-v1/',0,'revision','',0),(50,1,'2014-01-14 03:52:46','2014-01-14 03:52:46','<p>Veterinary Specialty Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing advanced veterinary care for pets.</p>\r\n\r\n<p>Our highly qualified and experienced board certified specialists work in collaboration with primary care veterinarians throughout Missouri and its surrounding states to diagnose and treat complex, challenging, and often life-threatening pet health problems.</p>','','','inherit','open','open','','26-revision-v1','','','2014-01-14 03:52:46','2014-01-14 03:52:46','',26,'http://dev.vssstl.com/index.php/26-revision-v1/',0,'revision','',0),(51,1,'2014-07-31 04:07:38','2014-07-31 04:07:38','[soliloquy id=\"112\"]\n\n<div id=\"BelowHomeSlider\">\n<div id=\"MainCallout\" class=\"homepageSnipit\">\n<p class=\"main\">Veterinary Specialty Services is a <span class=\"highlight\">multi-specialty referral-only practice</span> and <span class=\"highlight\">after-hours emergency facility</span> committed to providing advanced veterinary care for pets.</p>\nOur highly qualified and experienced board certified specialists work in collaboration with primary care veterinarians throughout Missouri and its surrounding states to diagnose and treat complex, challenging, and often life-threatening pet health problems.\n</div>\n<div id=\"FirstVisit\" class=\"homepageSnipit smallCallout\">\n<h3>First Visit</h3>\n<p>Please download, print and complete the appropriate form. The information you provide will enable us to understand and therefore take better care of your pet.</p>\n<p class=\"bone\">Client Information form: <a href=\"/wp-content/uploads/2014/07/ClientInfo.doc\">WordDoc</a> <a href=\"/wp-content/uploads/2014/07/ClientInfo.pdf\">PDF</a></p>\n<p class=\"bone\">Chemotherapy Patient questionnaire: <a href=\"/wp-content/uploads/2014/07/ChemoTherapy.doc\">WordDoc</a> <a href=\"/wp-content/uploads/2014/07/ChemoTherapy.pdf\">PDF</a></p>\n<p><a href=\"/index.php/client-forms-resources/\">Click here for more veterinary links and resources.</a></p>\n</div>\n<div id=\"ReferringVets\" class=\"homepageSnipit smallCallout\">\n<h3>Referring Vets</h3>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nec massa nunc, quis ultrices lacus.</p>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nec massa nunc, quis ultrices lacus.</p>\n<p>As a fellow veterClick <a href=\"/\">here</a> to let us know how we can better communicate with you.</p>\n</div>\n</div>','','','inherit','open','open','','26-autosave-v1','','','2014-07-31 04:07:38','2014-07-31 04:07:38','',26,'http://dev.vssstl.com/index.php/26-autosave-v1/',0,'revision','',0),(52,1,'2014-01-15 02:16:19','2014-01-15 02:16:19','<p>Veterinary Specialty Services is a <span class=\"highlight\">multi-specialty referral-only practice</span> and <span class=\"highlight\">after-hours emergency facility</span> committed to providing advanced veterinary care for pets.</p>\r\n\r\n<p>Our highly qualified and experienced board certified specialists work in collaboration with primary care veterinarians throughout Missouri and its surrounding states to diagnose and treat complex, challenging, and often life-threatening pet health problems.</p>','','','inherit','open','open','','26-revision-v1','','','2014-01-15 02:16:19','2014-01-15 02:16:19','',26,'http://dev.vssstl.com/index.php/26-revision-v1/',0,'revision','',0),(53,1,'2014-01-15 02:18:58','2014-01-15 02:18:58','<p class=\"main\">Veterinary Specialty Services is a <span class=\"highlight\">multi-specialty referral-only practice</span> and <span class=\"highlight\">after-hours emergency facility</span> committed to providing advanced veterinary care for pets.</p>\r\n\r\n<p>Our highly qualified and experienced board certified specialists work in collaboration with primary care veterinarians throughout Missouri and its surrounding states to diagnose and treat complex, challenging, and often life-threatening pet health problems.</p>','','','inherit','open','open','','26-revision-v1','','','2014-01-15 02:18:58','2014-01-15 02:18:58','',26,'http://dev.vssstl.com/index.php/26-revision-v1/',0,'revision','',0),(54,1,'2015-02-23 04:11:49','2015-02-23 04:11:49','Founded in 1994 by Mary Jean Gorse DVM, MS, DACVS, and Mark Anderson DVM, MS, DACVS, who joined the facility in 1996, VSS has grown during the past 15 years and today includes a team of highly qualified and experienced board certified specialists.\n\n<a name=\"veterinaryspecialists\"></a>\n<h6>VETERINARY SPECIALISTS</h6>\nBoard certified specialists are veterinarians who have advanced their training beyond the four years required to receive a doctor in veterinary medicine (DVM) degree. Many specialists complete a year-long internship, a three-year residency, and a rigorous examination in order to become a diplomate in one of the 19 specialty colleges recognized by the American Veterinary Medical Association (AVMA).\nVSS doctors are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\n\n\n<a name=\"refereralonlypractice\"></a>\n<h6>VSS: REFERRAL-ONLY PRACTICE</h6>\nAt VSS, we strive to keep current with all the advancements in technology and health care available for pets. That\'s why when primary care veterinarians need assistance in diagnosing and treating a pet\'s health problem, they feel good about referring the animal and its owner to our facility. VSS respects the bond that forms between pet owners and their veterinarians. Through every referral process, we strive to provide our clients with the same kind of personal service and care they receive from their primary veterinarians. Our specialty departments are available by appointment, Monday through Friday.\n\n<img src=\"/wp-content/uploads/2014/11/recoveryTechs.jpg\" />\n<a name=\"animalcareteam\"></a>\n<h6>VSS ANIMAL CARE TEAM</h6>\nIn addition to specialists, our animal care team includes well trained nurses, technicians, assistants, and office staff who are committed to enhancing every pet\'s quality of life. After initially evaluating a pet and its problem, we provide the owner a complete list and thorough explanation of every diagnostic and treatment option available. We share this same information with the pet\'s primary care veterinarian. Using a team approach to patient care and case management helps us ensure a positive health care experience for pets and their owners.\n\n<a name=\"emergencycare\"></a>\n<h6>VSS EMERGENCY CARE</h6>\nIf a pet requires urgent care when its veterinarian\'s office is closed, our staff at VSS Emergency Center is always available and committed to providing the same exemplary care we provide referred pets. The VSS Emergency Center offers after-hours admissions and 24-hour inpatient care, including weekends and holidays. Our emergency care specialists collaborate with primary veterinarians to ensure that pets receive care that is appropriate and effective.\n\n<img src=\"/wp-content/uploads/2013/12/dogInBed.jpg\" alt=\"dog\" width=\"700\" height=\"500\" class=\"alignnone size-full wp-image-334\" />\n<a name=\"whatmakesvssspecial\"></a>\n<h6>WHAT MAKES VSS SPECIAL</h6>\nA spiral CT scanner, digital radiography, ultrasonagraphy, complete endoscopy services, and respiratory ventilation therapy are just a few of the technologies adapted from the human field of medicine and used at Veterinary Specialty Services. In addition, we have four enclosed surgical suites with complete anesthetic monitoring equipment. At VSS, we value the long term relationships we have built with referring veterinarians, clients, and their companion pets. As we continue to expand our services, we remain committed to maintaining the highest standards possible in health care delivery.','About Us','','inherit','open','open','','5-autosave-v1','','','2015-02-23 04:11:49','2015-02-23 04:11:49','',5,'http://dev.vssstl.com/index.php/5-autosave-v1/',0,'revision','',0),(56,1,'2014-01-15 03:12:58','2014-01-15 03:12:58','Founded in 1994 by Mary Jean Gorse DVM, MS, DACVS, and Mark Anderson DVM, MS, DACVS, who joined the facility in 1996, VSS has grown during the past 15 years and today includes a team of highly qualified and experienced board certified specialists.\r\n<h6>VETERINARY SPECIALISTS</h6>\r\nBoard certified specialists are veterinarians who have advanced their training beyond the four years required to receive a doctor in veterinary medicine (DVM) degree. Many specialists complete a year-long internship, a three-year residency, and a rigorous examination in order to become a diplomate in one of the 19 specialty colleges recognized by the American Veterinary Medical Association (AVMA).\r\n\r\nVSS doctors are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<h6>VSS: REFERRAL-ONLY PRACTICE</h6>\r\nAt VSS, we strive to keep current with all the advancements in technology and health care available for pets. That\'s why when primary care veterinarians need assistance in diagnosing and treating a pet\'s health problem, they feel good about referring the animal and its owner to our facility. VSS respects the bond that forms between pet owners and their veterinarians. Through every referral process, we strive to provide our clients with the same kind of personal service and care they receive from their primary veterinarians. Our specialty departments are available by appointment, Monday through Friday.\r\n<h6>VSS ANIMAL CARE TEAM</h6>\r\nIn addition to specialists, our animal care team includes well trained nurses, technicians, assistants, and office staff who are committed to enhancing every pet\'s quality of life. After initially evaluating a pet and its problem, we provide the owner a complete list and thorough explanation of every diagnostic and treatment option available. We share this same information with the pet\'s primary care veterinarian. Using a team approach to patient care and case management helps us ensure a positive health care experience for pets and their owners.\r\n<h6>VSS EMERGENCY CARE</h6>\r\nIf a pet requires urgent care when its veterinarian\'s office is closed, our staff at VSS Emergency Center is always available and committed to providing the same exemplary care we provide referred pets. The VSS Emergency Center offers after-hours admissions and 24-hour inpatient care, including weekends and holidays. Our emergency care specialists collaborate with primary veterinarians to ensure that pets receive care that is appropriate and effective.\r\n<h6>WHAT MAKES VSS SPECIAL</h6>\r\nA spiral CT scanner, digital radiography, ultrasonagraphy, complete endoscopy services, and respiratory ventilation therapy are just a few of the technologies adapted from the human field of medicine and used at Veterinary Specialty Services. In addition, we have four enclosed surgical suites with complete anesthetic monitoring equipment. At VSS, we value the long term relationships we have built with referring veterinarians, clients, and their companion pets. As we continue to expand our services, we remain committed to maintaining the highest standards possible in health care delivery.','About Us','','inherit','open','open','','5-revision-v1','','','2014-01-15 03:12:58','2014-01-15 03:12:58','',5,'http://dev.vssstl.com/index.php/5-revision-v1/',0,'revision','',0),(55,1,'2014-01-15 03:09:19','2014-01-15 03:09:19','<p>Founded in 1994 by Mary Jean Gorse DVM, MS, DACVS, and Mark Anderson DVM, MS, DACVS, who joined the facility in 1996, VSS has grown during the past 15 years and today includes a team of highly qualified and experienced board certified specialists.</p>\r\n\r\n<h6>VETERINARY SPECIALISTS</h6>\r\n\r\n<p>Board certified specialists are veterinarians who have advanced their training beyond the four years required\r\nto receive a doctor in veterinary medicine (DVM) degree. Many specialists complete a year-long internship,\r\na three-year residency, and a rigorous examination in order to become a diplomate in one of the 19 specialty\r\ncolleges recognized by the American Veterinary Medical Association (AVMA).</p>\r\n\r\n<p>VSS doctors are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In\r\naddition, the only two emergency and critical care specialists in St. Louis are members of the VSS health\r\ncare team.</p>\r\n\r\n<h6>VSS: REFERRAL-ONLY PRACTICE</h6>\r\n\r\n<p>At VSS, we strive to keep current with all the advancements in technology and health care available for pets.\r\nThat\'s why when primary care veterinarians need assistance in diagnosing and treating a pet\'s health problem,\r\nthey feel good about referring the animal and its owner to our facility. VSS respects the bond that forms between\r\npet owners and their veterinarians. Through every referral process, we strive to provide our clients with the\r\nsame kind of personal service and care they receive from their primary veterinarians. Our specialty departments\r\nare available by appointment, Monday through Friday.</p>\r\n\r\n<h6>VSS ANIMAL CARE TEAM</h6>\r\n\r\n<p>In addition to specialists, our animal care team includes well trained nurses, technicians, assistants, and office staff who are committed to enhancing every pet\'s quality of life. After initially evaluating a pet and its problem, we provide the owner a complete list and thorough explanation of every diagnostic and treatment option\r\navailable. We share this same information with the pet\'s primary care veterinarian. Using a team approach to\r\npatient care and case management helps us ensure a positive health care experience for pets and their owners.</p>\r\n\r\n<h6>VSS EMERGENCY CARE</h6>\r\n\r\n<p>If a pet requires urgent care when its veterinarian\'s office is closed, our staff at VSS Emergency Center is\r\nalways available and committed to providing the same exemplary care we provide referred pets. The VSS\r\nEmergency Center offers after-hours admissions and 24-hour inpatient care, including weekends and holidays.\r\nOur emergency care specialists collaborate with primary veterinarians to ensure that pets receive care that is\r\nappropriate and effective.</p>\r\n\r\n<h6>WHAT MAKES VSS SPECIAL</h6>\r\n\r\n<p>A spiral CT scanner, digital radiography, ultrasonagraphy, complete endoscopy services, and respiratory\r\nventilation therapy are just a few of the technologies adapted from the human field of medicine and used at\r\nVeterinary Specialty Services. In addition, we have four enclosed surgical suites with complete anesthetic\r\nmonitoring equipment. At VSS, we value the long term relationships we have built with referring veterinarians,\r\nclients, and their companion pets. As we continue to expand our services, we remain committed to maintaining\r\nthe highest standards possible in health care delivery.</p>','About Us','','inherit','open','open','','5-revision-v1','','','2014-01-15 03:09:19','2014-01-15 03:09:19','',5,'http://dev.vssstl.com/index.php/5-revision-v1/',0,'revision','',0),(58,1,'2014-01-22 05:10:05','2014-01-22 05:10:05','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.','Our Doctors','','inherit','open','open','','18-revision-v1','','','2014-01-22 05:10:05','2014-01-22 05:10:05','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(60,1,'2014-01-22 05:14:50','2014-01-22 05:14:50','<p>Veterinary Specialty Services is the only multispecialty referral-only practice that has an after-hours Emergency Center in the St. Louis area. Our Emergency Center grew out of a two-fold need in the community. First, pet owners needed a quality after-hours emergency hospital that provided continuous medical care for their pets. Second, veterinarians in the metropolitan St. Louis and surrounding areas needed a reliable resource to which they could refer emergency cases when their offices were closed. They also needed a facility that provided overnight supervision and monitoring of critically ill pets.</p>\r\n\r\n<p>VSS Emergency Center offers after-hours service to veterinarians, and to pet owners, 365 days a year. If a pet develops an emergency problem, care should not be delayed. Prompt veterinary care gives a pet the best chance of a successful recovery. Situations that demand immediate veterinary care include:</p>\r\n \r\n<ul>\r\n <li>Decreased consciousness\r\n <li>Unresponsiveness \r\n <li>Inability to Urinate\r\n <li>Blue, Purple or Pale Gums\r\n <li>Cat Exhibiting Open-Mouth Breathing\r\n <li>Bleeding \r\n <li>Profuse Vomiting or Diarrhea\r\n <li>Breathing Difficulties\r\n <li>Seizures\r\n <li>Ingestion of Toxins or Medications\r\n</ul>\r\n','Emergency Center','','inherit','open','open','','16-revision-v1','','','2014-01-22 05:14:50','2014-01-22 05:14:50','',16,'http://dev.vssstl.com/index.php/16-revision-v1/',0,'revision','',0),(61,1,'2014-01-22 05:15:00','2014-01-22 05:15:00','<p>Veterinary Specialty Services is the only multispecialty referral-only practice that has an after-hours Emergency Center in the St. Louis area. Our Emergency Center grew out of a two-fold need in the community. First, pet owners needed a quality after-hours emergency hospital that provided continuous medical care for their pets. Second, veterinarians in the metropolitan St. Louis and surrounding areas needed a reliable resource to which they could refer emergency cases when their offices were closed. They also needed a facility that provided overnight supervision and monitoring of critically ill pets.</p>\r\n\r\n<p>VSS Emergency Center offers after-hours service to veterinarians, and to pet owners, 365 days a year. If a pet develops an emergency problem, care should not be delayed. Prompt veterinary care gives a pet the best chance of a successful recovery. Situations that demand immediate veterinary care include:</p>\r\n\r\n<ul>\r\n <li>Decreased consciousness\r\n <li>Unresponsiveness \r\n <li>Inability to Urinate\r\n <li>Blue, Purple or Pale Gums\r\n <li>Cat Exhibiting Open-Mouth Breathing\r\n <li>Bleeding \r\n <li>Profuse Vomiting or Diarrhea\r\n <li>Breathing Difficulties\r\n <li>Seizures\r\n <li>Ingestion of Toxins or Medications\r\n</ul>\r\n','Emergency Center','','inherit','open','open','','16-revision-v1','','','2014-01-22 05:15:00','2014-01-22 05:15:00','',16,'http://dev.vssstl.com/index.php/16-revision-v1/',0,'revision','',0),(63,1,'2014-01-22 05:16:16','2014-01-22 05:16:16','<p>Veterinary Specialty Services is the only multispecialty referral-only practice that has an after-hours Emergency Center in the St. Louis area. Our Emergency Center grew out of a two-fold need in the community. First, pet owners needed a quality after-hours emergency hospital that provided continuous medical care for their pets. Second, veterinarians in the metropolitan St. Louis and surrounding areas needed a reliable resource to which they could refer emergency cases when their offices were closed. They also needed a facility that provided overnight supervision and monitoring of critically ill pets.</p>\r\n\r\n<p>VSS Emergency Center offers after-hours service to veterinarians, and to pet owners, 365 days a year. If a pet develops an emergency problem, care should not be delayed. Prompt veterinary care gives a pet the best chance of a successful recovery. Situations that demand immediate veterinary care include:</p>\r\n\r\n<ul>\r\n <li>Decreased consciousness\r\n <li>Unresponsiveness \r\n <li>Inability to Urinate\r\n <li>Blue, Purple or Pale Gums\r\n <li>Cat Exhibiting Open-Mouth Breathing\r\n <li>Bleeding \r\n <li>Profuse Vomiting or Diarrhea\r\n <li>Breathing Difficulties\r\n <li>Seizures\r\n <li>Ingestion of Toxins or Medications\r\n</ul>\r\n','Emergency Center','','inherit','open','open','','16-revision-v1','','','2014-01-22 05:16:16','2014-01-22 05:16:16','',16,'http://dev.vssstl.com/index.php/16-revision-v1/',0,'revision','',0),(62,1,'2014-01-22 05:15:48','2014-01-22 05:15:48','<p>Veterinary Specialty Services is the only multispecialty referral-only practice that has an after-hours Emergency Center in the St. Louis area. Our Emergency Center grew out of a two-fold need in the community. First, pet owners needed a quality after-hours emergency hospital that provided continuous medical care for their pets. Second, veterinarians in the metropolitan St. Louis and surrounding areas needed a reliable resource to which they could refer emergency cases when their offices were closed. They also needed a facility that provided overnight supervision and monitoring of critically ill pets.</p>\r\n\r\n<code><p class=\"test\"><div>testing</div></p></code>\r\n\r\n<p>VSS Emergency Center offers after-hours service to veterinarians, and to pet owners, 365 days a year. If a pet develops an emergency problem, care should not be delayed. Prompt veterinary care gives a pet the best chance of a successful recovery. Situations that demand immediate veterinary care include:</p>\r\n\r\n<ul>\r\n <li>Decreased consciousness\r\n <li>Unresponsiveness \r\n <li>Inability to Urinate\r\n <li>Blue, Purple or Pale Gums\r\n <li>Cat Exhibiting Open-Mouth Breathing\r\n <li>Bleeding \r\n <li>Profuse Vomiting or Diarrhea\r\n <li>Breathing Difficulties\r\n <li>Seizures\r\n <li>Ingestion of Toxins or Medications\r\n</ul>\r\n','Emergency Center','','inherit','open','open','','16-revision-v1','','','2014-01-22 05:15:48','2014-01-22 05:15:48','',16,'http://dev.vssstl.com/index.php/16-revision-v1/',0,'revision','',0),(64,1,'2014-01-22 05:18:07','2014-01-22 05:18:07','Veterinary Specialties Services is a multi-specialty referral-only practice committed to providing advanced veterinary care for pets. Our highly qualified and experienced board certified veterinarians are leaders in their fields. They collaborate with each other and referring veterinarians to provide exceptional care and service in the following areas:\r\n\r\nSURGERY\r\nVSS surgeons are able to perform the most complex of surgeries. They can repair fractures and torn ligaments, and they can do total hip replacements. They can also remove cancerous growths, manage extensive or non-healing wounds, and do reconstructive surgery. Our surgeons are trained to repair heart defects, and they operate on pets with spinal injuries and herniated discs. In addition, VSS surgeons perform minimally invasive procedures, such as arthroscopy, thorascopy, and laparoscopy.\r\n\r\nPets that need orthopedic, thoracic, gastrointestinal, oncologic, neurologic, or urologic surgery are frequently referred to VSS. Our surgeons work closely with other VSS specialists to provide the most comprehensive care possible to pets that have undergone such complicated surgeries.\r\n\r\nPreemptive pain management is a priority at VSS. Our veterinary health care team will prescribe pain management treatments that keep pets comfortable before, during, and after surgery.\r\n\r\nEMERGENCY/CRITICAL CARE\r\nYour primary care veterinarian can diagnose and treat many health problems and handle routine emergencies, but certain situations may require the assistance of a doctor who has had specialized, intensive training in handling emergency and critical care for you pet. The emergency team at VSS includes the only two board-certified specialists in emergency/critical care in the St. Louis Metropolitan area. Additional members of the team include are doctors who have dedicated their careers to emergency medicine.\r\n\r\nOur emergency/critical care veterinarians and veterinary technicians have been specially trained in the latest procedures and techniques related to the practice of emergency medicine. They routinely treat traumatic injuries (including fractures, bite wounds, burns and lacerations), respiratory emergencies that may require the use of a ventilator, animals in need of blood transfusions, animals that are in shock, and animals with life-threatening neurologic disease, such as coma or severe seizures.\r\n\r\nOur emergency/critical care specialists work with family veterinarians and with the other specialists here at VSS to ensure that every pet gets the medical attention and critical care it needs.\r\n\r\nONCOLOGY\r\nNew advances in veterinary technology and chemotherapy are allowing pets with cancer to live longer with an improved quality of life. When the disease is diagnosed during its early stages, more treatment options are available for the pet. At VSS, we take an innovative and progressive approach as we strive to provide the best possible care for animals with cancer.\r\n\r\nWe utilize advanced diagnostic cancer testing - including ultrasound, CT scans, and biopsy procedures - to identify the type, location, and behavior of a tumor. After collecting this information, our oncology specialist, along with other VSS specialists and the family veterinarian, provide treatment options to the pet owner. These options are tailored to the animal\'s particular cancer and consistent with the owner\'s goals for the pet. \r\n\r\nSome types of cancer are responsive to chemotherapy, which includes oral and injectable medications. Dogs and cats tend to tolerate chemotherapy well and rarely experience side effects. \r\n\r\nINTERNAL MEDICINE\r\nA veterinary internist frequently treats complex problems affecting multiple organs in a pet. Our internal medicine department collaborates with other VSS specialty services to provide a comprehensive approach to health care, using sophisticated, state-of-the-art technology. \r\n\r\nOur internal medicine specialist is trained and experienced in endoscopy (including gastroduodenoscopy, colonoscopy, rhinoscopy, and bronchoscopy), bone marrow aspirates, spinal taps, and the diagnosis and treatment of endocrine and infectious diseases.\r\n\r\nENDOSCOPY\r\nEndoscopy is a minimally invasive, diagnostic, medical procedure commonly used to evaluate the interior surfaces of an organ.\r\n\r\nIn veterinary medicine, endoscopy is commonly used to perform tissue and organ biopsies, remove foreign objects (particularly in the stomach), or view a pet\'s internal organ. Endoscopy is often indicated when routine blood and urine tests, radiographs, and ultrasounds do not give a complete diagnostic picture. While general anesthesia is required during endoscopy, the procedure is considered much less invasive than traditional surgery. The benefits of endoscopy include shortened anesthetic time, decreased inflammation, less physiologic stress and discomfort, quicker recovery time, and fewer complications.\r\n\r\n\r\nCARDIOLOGY\r\nTen percent of dogs and cats are affected by heart disease from birth, and it is estimated that 30 percent of geriatric dogs develop some type of heart issue. Symptoms associated with heart disease include coughing, difficulty breathing, tiring easily after exercise, and general weakness. Primary care veterinarians often detect signs of a heart problem, such as irregular heart rhythms or sounds, in pets during a physical exam - even those that exhibit no indications of it.\r\n\r\nCardiac disease is diagnosed and evaluated using echocardiography, electrocardiogram, holter monitor, blood pressure measurement, cardiac catheterization, and angiography. With today\'s technology, our cardiologist is able to successfully treat heart problems, allowing pets to live long and happy lives. \r\n\r\nWhile most pets with heart disease can be treated with medications, others may need a surgical procedure. At VSS, our cardiologist collaborates with our surgeons to correct cardiac conditions that do not respond well to medication.\r\n\r\nRADIOLOGY\r\nLike conventional radiography, CT (Computed Tomography) uses x-rays to depict the internal structures of the body. Unlike conventional radiology, which takes one picture at a time, a single CT scan generates hundreds of x-ray images. A computer then takes the images and constructs them into highly accurate and detailed renditions of the patient. Despite the large number of images, the total amount of radiation from a CT scan can be less than radiation from a conventional x-ray procedure.','Specialty Services','','inherit','open','open','','14-revision-v1','','','2014-01-22 05:18:07','2014-01-22 05:18:07','',14,'http://dev.vssstl.com/index.php/14-revision-v1/',0,'revision','',0),(65,1,'2014-01-22 05:18:39','2014-01-22 05:18:39','Veterinary Specialties Services is a multi-specialty referral-only practice committed to providing advanced veterinary care for pets. Our highly qualified and experienced board certified veterinarians are leaders in their fields. They collaborate with each other and referring veterinarians to provide exceptional care and service in the following areas:\r\n\r\nSURGERY\r\nVSS surgeons are able to perform the most complex of surgeries. They can repair fractures and torn ligaments, and they can do total hip replacements. They can also remove cancerous growths, manage extensive or non-healing wounds, and do reconstructive surgery. Our surgeons are trained to repair heart defects, and they operate on pets with spinal injuries and herniated discs. In addition, VSS surgeons perform minimally invasive procedures, such as arthroscopy, thorascopy, and laparoscopy.\r\n\r\nPets that need orthopedic, thoracic, gastrointestinal, oncologic, neurologic, or urologic surgery are frequently referred to VSS. Our surgeons work closely with other VSS specialists to provide the most comprehensive care possible to pets that have undergone such complicated surgeries.\r\n\r\nPreemptive pain management is a priority at VSS. Our veterinary health care team will prescribe pain management treatments that keep pets comfortable before, during, and after surgery.\r\n\r\nEMERGENCY/CRITICAL CARE\r\nYour primary care veterinarian can diagnose and treat many health problems and handle routine emergencies, but certain situations may require the assistance of a doctor who has had specialized, intensive training in handling emergency and critical care for you pet. The emergency team at VSS includes the only two board-certified specialists in emergency/critical care in the St. Louis Metropolitan area. Additional members of the team include are doctors who have dedicated their careers to emergency medicine.\r\n\r\nOur emergency/critical care veterinarians and veterinary technicians have been specially trained in the latest procedures and techniques related to the practice of emergency medicine. They routinely treat traumatic injuries (including fractures, bite wounds, burns and lacerations), respiratory emergencies that may require the use of a ventilator, animals in need of blood transfusions, animals that are in shock, and animals with life-threatening neurologic disease, such as coma or severe seizures.\r\n\r\nOur emergency/critical care specialists work with family veterinarians and with the other specialists here at VSS to ensure that every pet gets the medical attention and critical care it needs.\r\n\r\nONCOLOGY\r\nNew advances in veterinary technology and chemotherapy are allowing pets with cancer to live longer with an improved quality of life. When the disease is diagnosed during its early stages, more treatment options are available for the pet. At VSS, we take an innovative and progressive approach as we strive to provide the best possible care for animals with cancer.\r\n\r\nWe utilize advanced diagnostic cancer testing - including ultrasound, CT scans, and biopsy procedures - to identify the type, location, and behavior of a tumor. After collecting this information, our oncology specialist, along with other VSS specialists and the family veterinarian, provide treatment options to the pet owner. These options are tailored to the animal\'s particular cancer and consistent with the owner\'s goals for the pet. \r\n\r\nSome types of cancer are responsive to chemotherapy, which includes oral and injectable medications. Dogs and cats tend to tolerate chemotherapy well and rarely experience side effects. \r\n\r\nINTERNAL MEDICINE\r\nA veterinary internist frequently treats complex problems affecting multiple organs in a pet. Our internal medicine department collaborates with other VSS specialty services to provide a comprehensive approach to health care, using sophisticated, state-of-the-art technology. \r\n\r\nOur internal medicine specialist is trained and experienced in endoscopy (including gastroduodenoscopy, colonoscopy, rhinoscopy, and bronchoscopy), bone marrow aspirates, spinal taps, and the diagnosis and treatment of endocrine and infectious diseases.\r\n\r\nENDOSCOPY\r\nEndoscopy is a minimally invasive, diagnostic, medical procedure commonly used to evaluate the interior surfaces of an organ.\r\n\r\nIn veterinary medicine, endoscopy is commonly used to perform tissue and organ biopsies, remove foreign objects (particularly in the stomach), or view a pet\'s internal organ. Endoscopy is often indicated when routine blood and urine tests, radiographs, and ultrasounds do not give a complete diagnostic picture. While general anesthesia is required during endoscopy, the procedure is considered much less invasive than traditional surgery. The benefits of endoscopy include shortened anesthetic time, decreased inflammation, less physiologic stress and discomfort, quicker recovery time, and fewer complications.\r\n\r\n\r\nCARDIOLOGY\r\nTen percent of dogs and cats are affected by heart disease from birth, and it is estimated that 30 percent of geriatric dogs develop some type of heart issue. Symptoms associated with heart disease include coughing, difficulty breathing, tiring easily after exercise, and general weakness. Primary care veterinarians often detect signs of a heart problem, such as irregular heart rhythms or sounds, in pets during a physical exam - even those that exhibit no indications of it.\r\n\r\nCardiac disease is diagnosed and evaluated using echocardiography, electrocardiogram, holter monitor, blood pressure measurement, cardiac catheterization, and angiography. With today\'s technology, our cardiologist is able to successfully treat heart problems, allowing pets to live long and happy lives. \r\n\r\nWhile most pets with heart disease can be treated with medications, others may need a surgical procedure. At VSS, our cardiologist collaborates with our surgeons to correct cardiac conditions that do not respond well to medication.\r\n\r\nRADIOLOGY\r\nLike conventional radiography, CT (Computed Tomography) uses x-rays to depict the internal structures of the body. Unlike conventional radiology, which takes one picture at a time, a single CT scan generates hundreds of x-ray images. A computer then takes the images and constructs them into highly accurate and detailed renditions of the patient. Despite the large number of images, the total amount of radiation from a CT scan can be less than radiation from a conventional x-ray procedure.\r\n\r\nREHABILITATION\r\nPets sometimes experience lingering pain and immobility after an injury or surgical procedure, making physical rehabilitation an essential part of the recovery process. Whether it\'s an older pet with arthritis, or a pet recovering from spinal surgery, studies show rehab speeds recovery and improves strength and mobility. At VSS, our rehabilitation specialists design a program to fit the pet\'s specific needs. Some pets benefit by exercising on our underwater treadmill, others improve by doing in-home exercises taught to them by one of our rehabilitation specialists. \r\n\r\nAfter review of a pet\'s medical history, medications, and lifestyle, the specialists of HEALING PAWS REHABILITATION will examine the pet\'s range of motion and muscle girth, perform a gait analysis, and palpate the injured area. This thorough evaluation is used to create a treatment plan that promotes a pet\'s optimum health. \r\n\r\nYou may contact the rehab specialists directly. Jacquie Welkener: 314-651-8143 or Sherry Bunch: 314-651-8144\r\n\r\nINTENSIVE CARE\r\nPets sometimes contract diseases and sustain injuries that can be complicated, deteriorate rapidly, and become life-threatening. These animals need continuing care and close monitoring. \r\n\r\nAt VSS, we provide 24-hour critical care services for pets in an intensive care unit (ICU) that is fully equipped with oxygen monitoring, mechanical ventilation, and ECG monitoring. Intravenous fluid therapy, medication, nutritional support, blood transfusions, oxygen supplementation, and pain relief are some of the treatments we provide. A pet\'s vital signs, heart rhythm, blood pressure, oxygen levels, and blood work are routinely monitored by the exceptional team of veterinary technicians and assistants in our ICU. By closely monitoring critically ill pets, we are able to identify potential problems early and alter treatments, if necessary, to improve the pet\'s chance for recovery. The dedicated nursing staff at VSS is committed to maintaining a caring and compassionate environment for pets in our ICU.','Specialty Services','','inherit','open','open','','14-revision-v1','','','2014-01-22 05:18:39','2014-01-22 05:18:39','',14,'http://dev.vssstl.com/index.php/14-revision-v1/',0,'revision','',0),(66,1,'2014-01-22 05:20:28','2014-01-22 05:20:28','Veterinary Specialties Services is a multi-specialty referral-only practice committed to providing advanced veterinary care for pets. Our highly qualified and experienced board certified veterinarians are leaders in their fields. They collaborate with each other and referring veterinarians to provide exceptional care and service in the following areas:\r\n\r\n<h6>SURGERY</h6>\r\nVSS surgeons are able to perform the most complex of surgeries. They can repair fractures and torn ligaments, and they can do total hip replacements. They can also remove cancerous growths, manage extensive or non-healing wounds, and do reconstructive surgery. Our surgeons are trained to repair heart defects, and they operate on pets with spinal injuries and herniated discs. In addition, VSS surgeons perform minimally invasive procedures, such as arthroscopy, thorascopy, and laparoscopy.\r\n\r\nPets that need orthopedic, thoracic, gastrointestinal, oncologic, neurologic, or urologic surgery are frequently referred to VSS. Our surgeons work closely with other VSS specialists to provide the most comprehensive care possible to pets that have undergone such complicated surgeries.\r\n\r\nPreemptive pain management is a priority at VSS. Our veterinary health care team will prescribe pain management treatments that keep pets comfortable before, during, and after surgery.\r\n\r\n<h6>EMERGENCY/CRITICAL CARE</h6>\r\nYour primary care veterinarian can diagnose and treat many health problems and handle routine emergencies, but certain situations may require the assistance of a doctor who has had specialized, intensive training in handling emergency and critical care for you pet. The emergency team at VSS includes the only two board-certified specialists in emergency/critical care in the St. Louis Metropolitan area. Additional members of the team include are doctors who have dedicated their careers to emergency medicine.\r\n\r\nOur emergency/critical care veterinarians and veterinary technicians have been specially trained in the latest procedures and techniques related to the practice of emergency medicine. They routinely treat traumatic injuries (including fractures, bite wounds, burns and lacerations), respiratory emergencies that may require the use of a ventilator, animals in need of blood transfusions, animals that are in shock, and animals with life-threatening neurologic disease, such as coma or severe seizures.\r\n\r\nOur emergency/critical care specialists work with family veterinarians and with the other specialists here at VSS to ensure that every pet gets the medical attention and critical care it needs.\r\n\r\n<h6>ONCOLOGY\r\nNew advances in veterinary technology and chemotherapy are allowing pets with cancer to live longer with an improved quality of life. When the disease is diagnosed during its early stages, more treatment options are available for the pet. At VSS, we take an innovative and progressive approach as we strive to provide the best possible care for animals with cancer.\r\n\r\nWe utilize advanced diagnostic cancer testing - including ultrasound, CT scans, and biopsy procedures - to identify the type, location, and behavior of a tumor. After collecting this information, our oncology specialist, along with other VSS specialists and the family veterinarian, provide treatment options to the pet owner. These options are tailored to the animal\'s particular cancer and consistent with the owner\'s goals for the pet. \r\n\r\nSome types of cancer are responsive to chemotherapy, which includes oral and injectable medications. Dogs and cats tend to tolerate chemotherapy well and rarely experience side effects. \r\n\r\n<h6>INTERNAL MEDICINE</h6>\r\nA veterinary internist frequently treats complex problems affecting multiple organs in a pet. Our internal medicine department collaborates with other VSS specialty services to provide a comprehensive approach to health care, using sophisticated, state-of-the-art technology. \r\n\r\nOur internal medicine specialist is trained and experienced in endoscopy (including gastroduodenoscopy, colonoscopy, rhinoscopy, and bronchoscopy), bone marrow aspirates, spinal taps, and the diagnosis and treatment of endocrine and infectious diseases.\r\n\r\n<h6>ENDOSCOPY</h6>\r\nEndoscopy is a minimally invasive, diagnostic, medical procedure commonly used to evaluate the interior surfaces of an organ.\r\n\r\nIn veterinary medicine, endoscopy is commonly used to perform tissue and organ biopsies, remove foreign objects (particularly in the stomach), or view a pet\'s internal organ. Endoscopy is often indicated when routine blood and urine tests, radiographs, and ultrasounds do not give a complete diagnostic picture. While general anesthesia is required during endoscopy, the procedure is considered much less invasive than traditional surgery. The benefits of endoscopy include shortened anesthetic time, decreased inflammation, less physiologic stress and discomfort, quicker recovery time, and fewer complications.\r\n\r\n\r\n<h6>CARDIOLOGY</h6>\r\nTen percent of dogs and cats are affected by heart disease from birth, and it is estimated that 30 percent of geriatric dogs develop some type of heart issue. Symptoms associated with heart disease include coughing, difficulty breathing, tiring easily after exercise, and general weakness. Primary care veterinarians often detect signs of a heart problem, such as irregular heart rhythms or sounds, in pets during a physical exam - even those that exhibit no indications of it.\r\n\r\nCardiac disease is diagnosed and evaluated using echocardiography, electrocardiogram, holter monitor, blood pressure measurement, cardiac catheterization, and angiography. With today\'s technology, our cardiologist is able to successfully treat heart problems, allowing pets to live long and happy lives. \r\n\r\nWhile most pets with heart disease can be treated with medications, others may need a surgical procedure. At VSS, our cardiologist collaborates with our surgeons to correct cardiac conditions that do not respond well to medication.\r\n\r\n<h6>RADIOLOGY</h6>\r\nLike conventional radiography, CT (Computed Tomography) uses x-rays to depict the internal structures of the body. Unlike conventional radiology, which takes one picture at a time, a single CT scan generates hundreds of x-ray images. A computer then takes the images and constructs them into highly accurate and detailed renditions of the patient. Despite the large number of images, the total amount of radiation from a CT scan can be less than radiation from a conventional x-ray procedure.\r\n\r\n<h6>REHABILITATION</h6>\r\nPets sometimes experience lingering pain and immobility after an injury or surgical procedure, making physical rehabilitation an essential part of the recovery process. Whether it\'s an older pet with arthritis, or a pet recovering from spinal surgery, studies show rehab speeds recovery and improves strength and mobility. At VSS, our rehabilitation specialists design a program to fit the pet\'s specific needs. Some pets benefit by exercising on our underwater treadmill, others improve by doing in-home exercises taught to them by one of our rehabilitation specialists. \r\n\r\nAfter review of a pet\'s medical history, medications, and lifestyle, the specialists of HEALING PAWS REHABILITATION will examine the pet\'s range of motion and muscle girth, perform a gait analysis, and palpate the injured area. This thorough evaluation is used to create a treatment plan that promotes a pet\'s optimum health. \r\n\r\nYou may contact the rehab specialists directly. Jacquie Welkener: 314-651-8143 or Sherry Bunch: 314-651-8144\r\n\r\n<h6>INTENSIVE CARE</h6>\r\nPets sometimes contract diseases and sustain injuries that can be complicated, deteriorate rapidly, and become life-threatening. These animals need continuing care and close monitoring. \r\n\r\nAt VSS, we provide 24-hour critical care services for pets in an intensive care unit (ICU) that is fully equipped with oxygen monitoring, mechanical ventilation, and ECG monitoring. Intravenous fluid therapy, medication, nutritional support, blood transfusions, oxygen supplementation, and pain relief are some of the treatments we provide. A pet\'s vital signs, heart rhythm, blood pressure, oxygen levels, and blood work are routinely monitored by the exceptional team of veterinary technicians and assistants in our ICU. By closely monitoring critically ill pets, we are able to identify potential problems early and alter treatments, if necessary, to improve the pet\'s chance for recovery. The dedicated nursing staff at VSS is committed to maintaining a caring and compassionate environment for pets in our ICU.','Specialty Services','','inherit','open','open','','14-revision-v1','','','2014-01-22 05:20:28','2014-01-22 05:20:28','',14,'http://dev.vssstl.com/index.php/14-revision-v1/',0,'revision','',0),(324,1,'2015-02-22 23:40:23','2015-02-22 23:40:23','Veterinary Specialties Services is a multi-specialty referral-only practice committed to providing advanced veterinary care for pets. Our highly qualified and experienced board certified veterinarians are leaders in their fields. They collaborate with each other and referring veterinarians to provide exceptional care and service in the following areas:\r\n\r\n<img src=\"/wp-content/uploads/2014/11/surgeryTechs.jpg\" />\r\n<a name=\"surgery\"></a>\r\n<h6>SURGERY</h6>\r\nVSS surgeons are able to perform the most complex of surgeries. They can repair fractures and torn ligaments, and they can do total hip replacements. They can also remove cancerous growths, manage extensive or non-healing wounds, and do reconstructive surgery. Our surgeons are trained to repair heart defects, and they operate on pets with spinal injuries and herniated discs. In addition, VSS surgeons perform minimally invasive procedures, such as arthroscopy, thorascopy, and laparoscopy.\r\n\r\nPets that need orthopedic, thoracic, gastrointestinal, oncologic, neurologic, or urologic surgery are frequently referred to VSS. Our surgeons work closely with other VSS specialists to provide the most comprehensive care possible to pets that have undergone such complicated surgeries.\r\n\r\nPreemptive pain management is a priority at VSS. Our veterinary health care team will prescribe pain management treatments that keep pets comfortable before, during, and after surgery.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/outpatientTechs.jpg\" />\r\n<a name=\"emergencycriticalcare\"></a>\r\n<h6>EMERGENCY/CRITICAL CARE</h6>\r\nYour primary care veterinarian can diagnose and treat many health problems and handle routine emergencies, but certain situations may require the assistance of a doctor who has had specialized, intensive training in handling emergency and critical care for you pet. The emergency team at VSS includes the only two board-certified specialists in emergency/critical care in the St. Louis Metropolitan area. Additional members of the team include are doctors who have dedicated their careers to emergency medicine.\r\n\r\nOur emergency/critical care veterinarians and veterinary technicians have been specially trained in the latest procedures and techniques related to the practice of emergency medicine. They routinely treat traumatic injuries (including fractures, bite wounds, burns and lacerations), respiratory emergencies that may require the use of a ventilator, animals in need of blood transfusions, animals that are in shock, and animals with life-threatening neurologic disease, such as coma or severe seizures.\r\n\r\nOur emergency/critical care specialists work with family veterinarians and with the other specialists here at VSS to ensure that every pet gets the medical attention and critical care it needs.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/criticalCareTechs.jpg\" />\r\n<a name=\"oncology\"></a>\r\n<h6>ONCOLOGY</h6>\r\nNew advances in veterinary technology and chemotherapy are allowing pets with cancer to live longer with an improved quality of life. When the disease is diagnosed during its early stages, more treatment options are available for the pet. At VSS, we take an innovative and progressive approach as we strive to provide the best possible care for animals with cancer.\r\n\r\nWe utilize advanced diagnostic cancer testing - including ultrasound, CT scans, and biopsy procedures - to identify the type, location, and behavior of a tumor. After collecting this information, our oncology specialist, along with other VSS specialists and the family veterinarian, provide treatment options to the pet owner. These options are tailored to the animal\'s particular cancer and consistent with the owner\'s goals for the pet. \r\n\r\nSome types of cancer are responsive to chemotherapy, which includes oral and injectable medications. Dogs and cats tend to tolerate chemotherapy well and rarely experience side effects. \r\n\r\n<img src=\"/wp-content/uploads/2013/12/oncologyTechs.jpg\" alt=\"Oncology Team\" width=\"700\" height=\"500\" />\r\n<h6>INTERNAL MEDICINE</h6>\r\nA veterinary internist frequently treats complex problems affecting multiple organs in a pet. Our internal medicine department collaborates with other VSS specialty services to provide a comprehensive approach to health care, using sophisticated, state-of-the-art technology. \r\n\r\nOur internal medicine specialist is trained and experienced in endoscopy (including gastroduodenoscopy, colonoscopy, rhinoscopy, and bronchoscopy), bone marrow aspirates, spinal taps, and the diagnosis and treatment of endocrine and infectious diseases.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/medicineTechs.jpg\" />\r\n<a name=\"cardiology\"></a>\r\n<h6>CARDIOLOGY</h6>\r\nTen percent of dogs and cats are affected by heart disease from birth, and it is estimated that 30 percent of geriatric dogs develop some type of heart issue. Symptoms associated with heart disease include coughing, difficulty breathing, tiring easily after exercise, and general weakness. Primary care veterinarians often detect signs of a heart problem, such as irregular heart rhythms or sounds, in pets during a physical exam - even those that exhibit no indications of it.\r\n\r\nCardiac disease is diagnosed and evaluated using echocardiography, electrocardiogram, holter monitor, blood pressure measurement, cardiac catheterization, and angiography. With today\'s technology, our cardiologist is able to successfully treat heart problems, allowing pets to live long and happy lives. \r\n\r\nWhile most pets with heart disease can be treated with medications, others may need a surgical procedure. At VSS, our cardiologist collaborates with our surgeons to correct cardiac conditions that do not respond well to medication.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/cardiologyTechs.jpg\" />\r\n<a name=\"radiology\"></a>\r\n<h6>RADIOLOGY</h6>\r\nLike conventional radiography, CT (Computed Tomography) uses x-rays to depict the internal structures of the body. Unlike conventional radiology, which takes one picture at a time, a single CT scan generates hundreds of x-ray images. A computer then takes the images and constructs them into highly accurate and detailed renditions of the patient. Despite the large number of images, the total amount of radiation from a CT scan can be less than radiation from a conventional x-ray procedure.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/radiology.jpg\" />\r\n<a name=\"rehabilitation\"></a>\r\n<h6>REHABILITATION</h6>\r\nPets sometimes experience lingering pain and immobility after an injury or surgical procedure, making physical rehabilitation an essential part of the recovery process. Whether it\'s an older pet with arthritis, or a pet recovering from spinal surgery, studies show rehab speeds recovery and improves strength and mobility. At VSS, our rehabilitation specialists design a program to fit the pet\'s specific needs. Some pets benefit by exercising on our underwater treadmill, others improve by doing in-home exercises taught to them by one of our rehabilitation specialists. \r\n\r\nAfter review of a pet\'s medical history, medications, and lifestyle, the specialists of HEALING PAWS REHABILITATION will examine the pet\'s range of motion and muscle girth, perform a gait analysis, and palpate the injured area. This thorough evaluation is used to create a treatment plan that promotes a pet\'s optimum health. \r\n\r\nYou may contact the rehab specialists directly. Jacquie Welkener: 314-651-8143 or Sherry Bunch: 314-651-8144\r\n\r\n<a name=\"intesivecare\"></a>\r\n<h6>INTENSIVE CARE</h6>\r\nPets sometimes contract diseases and sustain injuries that can be complicated, deteriorate rapidly, and become life-threatening. These animals need continuing care and close monitoring. \r\n\r\nAt VSS, we provide 24-hour critical care services for pets in an intensive care unit (ICU) that is fully equipped with oxygen monitoring, mechanical ventilation, and ECG monitoring. Intravenous fluid therapy, medication, nutritional support, blood transfusions, oxygen supplementation, and pain relief are some of the treatments we provide. A pet\'s vital signs, heart rhythm, blood pressure, oxygen levels, and blood work are routinely monitored by the exceptional team of veterinary technicians and assistants in our ICU. By closely monitoring critically ill pets, we are able to identify potential problems early and alter treatments, if necessary, to improve the pet\'s chance for recovery. The dedicated nursing staff at VSS is committed to maintaining a caring and compassionate environment for pets in our ICU.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/icuTechs.jpg\" />','Specialty Services','','inherit','open','open','','14-revision-v1','','','2015-02-22 23:40:23','2015-02-22 23:40:23','',14,'http://dev.vssstl.com/index.php/14-revision-v1/',0,'revision','',0),(67,1,'2014-01-22 05:20:45','2014-01-22 05:20:45','Veterinary Specialties Services is a multi-specialty referral-only practice committed to providing advanced veterinary care for pets. Our highly qualified and experienced board certified veterinarians are leaders in their fields. They collaborate with each other and referring veterinarians to provide exceptional care and service in the following areas:\r\n\r\n<h6>SURGERY</h6>\r\nVSS surgeons are able to perform the most complex of surgeries. They can repair fractures and torn ligaments, and they can do total hip replacements. They can also remove cancerous growths, manage extensive or non-healing wounds, and do reconstructive surgery. Our surgeons are trained to repair heart defects, and they operate on pets with spinal injuries and herniated discs. In addition, VSS surgeons perform minimally invasive procedures, such as arthroscopy, thorascopy, and laparoscopy.\r\n\r\nPets that need orthopedic, thoracic, gastrointestinal, oncologic, neurologic, or urologic surgery are frequently referred to VSS. Our surgeons work closely with other VSS specialists to provide the most comprehensive care possible to pets that have undergone such complicated surgeries.\r\n\r\nPreemptive pain management is a priority at VSS. Our veterinary health care team will prescribe pain management treatments that keep pets comfortable before, during, and after surgery.\r\n\r\n<h6>EMERGENCY/CRITICAL CARE</h6>\r\nYour primary care veterinarian can diagnose and treat many health problems and handle routine emergencies, but certain situations may require the assistance of a doctor who has had specialized, intensive training in handling emergency and critical care for you pet. The emergency team at VSS includes the only two board-certified specialists in emergency/critical care in the St. Louis Metropolitan area. Additional members of the team include are doctors who have dedicated their careers to emergency medicine.\r\n\r\nOur emergency/critical care veterinarians and veterinary technicians have been specially trained in the latest procedures and techniques related to the practice of emergency medicine. They routinely treat traumatic injuries (including fractures, bite wounds, burns and lacerations), respiratory emergencies that may require the use of a ventilator, animals in need of blood transfusions, animals that are in shock, and animals with life-threatening neurologic disease, such as coma or severe seizures.\r\n\r\nOur emergency/critical care specialists work with family veterinarians and with the other specialists here at VSS to ensure that every pet gets the medical attention and critical care it needs.\r\n\r\n<h6>ONCOLOGY</h6>\r\nNew advances in veterinary technology and chemotherapy are allowing pets with cancer to live longer with an improved quality of life. When the disease is diagnosed during its early stages, more treatment options are available for the pet. At VSS, we take an innovative and progressive approach as we strive to provide the best possible care for animals with cancer.\r\n\r\nWe utilize advanced diagnostic cancer testing - including ultrasound, CT scans, and biopsy procedures - to identify the type, location, and behavior of a tumor. After collecting this information, our oncology specialist, along with other VSS specialists and the family veterinarian, provide treatment options to the pet owner. These options are tailored to the animal\'s particular cancer and consistent with the owner\'s goals for the pet. \r\n\r\nSome types of cancer are responsive to chemotherapy, which includes oral and injectable medications. Dogs and cats tend to tolerate chemotherapy well and rarely experience side effects. \r\n\r\n<h6>INTERNAL MEDICINE</h6>\r\nA veterinary internist frequently treats complex problems affecting multiple organs in a pet. Our internal medicine department collaborates with other VSS specialty services to provide a comprehensive approach to health care, using sophisticated, state-of-the-art technology. \r\n\r\nOur internal medicine specialist is trained and experienced in endoscopy (including gastroduodenoscopy, colonoscopy, rhinoscopy, and bronchoscopy), bone marrow aspirates, spinal taps, and the diagnosis and treatment of endocrine and infectious diseases.\r\n\r\n<h6>ENDOSCOPY</h6>\r\nEndoscopy is a minimally invasive, diagnostic, medical procedure commonly used to evaluate the interior surfaces of an organ.\r\n\r\nIn veterinary medicine, endoscopy is commonly used to perform tissue and organ biopsies, remove foreign objects (particularly in the stomach), or view a pet\'s internal organ. Endoscopy is often indicated when routine blood and urine tests, radiographs, and ultrasounds do not give a complete diagnostic picture. While general anesthesia is required during endoscopy, the procedure is considered much less invasive than traditional surgery. The benefits of endoscopy include shortened anesthetic time, decreased inflammation, less physiologic stress and discomfort, quicker recovery time, and fewer complications.\r\n\r\n\r\n<h6>CARDIOLOGY</h6>\r\nTen percent of dogs and cats are affected by heart disease from birth, and it is estimated that 30 percent of geriatric dogs develop some type of heart issue. Symptoms associated with heart disease include coughing, difficulty breathing, tiring easily after exercise, and general weakness. Primary care veterinarians often detect signs of a heart problem, such as irregular heart rhythms or sounds, in pets during a physical exam - even those that exhibit no indications of it.\r\n\r\nCardiac disease is diagnosed and evaluated using echocardiography, electrocardiogram, holter monitor, blood pressure measurement, cardiac catheterization, and angiography. With today\'s technology, our cardiologist is able to successfully treat heart problems, allowing pets to live long and happy lives. \r\n\r\nWhile most pets with heart disease can be treated with medications, others may need a surgical procedure. At VSS, our cardiologist collaborates with our surgeons to correct cardiac conditions that do not respond well to medication.\r\n\r\n<h6>RADIOLOGY</h6>\r\nLike conventional radiography, CT (Computed Tomography) uses x-rays to depict the internal structures of the body. Unlike conventional radiology, which takes one picture at a time, a single CT scan generates hundreds of x-ray images. A computer then takes the images and constructs them into highly accurate and detailed renditions of the patient. Despite the large number of images, the total amount of radiation from a CT scan can be less than radiation from a conventional x-ray procedure.\r\n\r\n<h6>REHABILITATION</h6>\r\nPets sometimes experience lingering pain and immobility after an injury or surgical procedure, making physical rehabilitation an essential part of the recovery process. Whether it\'s an older pet with arthritis, or a pet recovering from spinal surgery, studies show rehab speeds recovery and improves strength and mobility. At VSS, our rehabilitation specialists design a program to fit the pet\'s specific needs. Some pets benefit by exercising on our underwater treadmill, others improve by doing in-home exercises taught to them by one of our rehabilitation specialists. \r\n\r\nAfter review of a pet\'s medical history, medications, and lifestyle, the specialists of HEALING PAWS REHABILITATION will examine the pet\'s range of motion and muscle girth, perform a gait analysis, and palpate the injured area. This thorough evaluation is used to create a treatment plan that promotes a pet\'s optimum health. \r\n\r\nYou may contact the rehab specialists directly. Jacquie Welkener: 314-651-8143 or Sherry Bunch: 314-651-8144\r\n\r\n<h6>INTENSIVE CARE</h6>\r\nPets sometimes contract diseases and sustain injuries that can be complicated, deteriorate rapidly, and become life-threatening. These animals need continuing care and close monitoring. \r\n\r\nAt VSS, we provide 24-hour critical care services for pets in an intensive care unit (ICU) that is fully equipped with oxygen monitoring, mechanical ventilation, and ECG monitoring. Intravenous fluid therapy, medication, nutritional support, blood transfusions, oxygen supplementation, and pain relief are some of the treatments we provide. A pet\'s vital signs, heart rhythm, blood pressure, oxygen levels, and blood work are routinely monitored by the exceptional team of veterinary technicians and assistants in our ICU. By closely monitoring critically ill pets, we are able to identify potential problems early and alter treatments, if necessary, to improve the pet\'s chance for recovery. The dedicated nursing staff at VSS is committed to maintaining a caring and compassionate environment for pets in our ICU.','Specialty Services','','inherit','open','open','','14-revision-v1','','','2014-01-22 05:20:45','2014-01-22 05:20:45','',14,'http://dev.vssstl.com/index.php/14-revision-v1/',0,'revision','',0),(68,1,'2014-01-23 03:24:10','2014-01-23 03:24:10','<h2>VETERINARY SPECIALTY SERVICES</h2>\r\n\r\n HOURS: Monday through Friday 9:00 AM - 5:30 PM\r\n\r\n 1021 Howard George Drive\r\n Manchester, Missouri 63021\r\n Telephone: 636-227-9400\r\n Facsimile: 636-527-0812\r\n\r\n<h2>VSS EMERGENCY CENTER</h2>\r\n\r\n HOURS: Monday through Friday 5:30 PM - 8:00 AM / Weekends and Holidays 24 Hours\r\n\r\n 1021 Howard George Drive\r\n Manchester, Missouri 63021\r\n Telephone: 636-227-6100\r\n\r\n<h2>HEALING PAWS REHAB</h2>\r\n\r\n Jacquie Welkener 314-651-8143\r\n Sherry Bunch 314-651-8144\r\n\r\n If you need additional assistance, and particularly, if you feel we can improve our services,\r\n please contact our Hospital Administrator.\r\n\r\n Nancy Schwartz 636-227-9400\r\n Email: nschwartz@vssstl.com ','Contact Us','','inherit','open','open','','22-revision-v1','','','2014-01-23 03:24:10','2014-01-23 03:24:10','',22,'http://dev.vssstl.com/index.php/22-revision-v1/',0,'revision','',0),(69,1,'2014-02-12 04:17:44','2014-02-12 04:17:44','<div id=\"ContactUsContent\">\n<h3>VETERINARY SPECIALTY SERVICES</h3>\n\nHOURS: Monday through Friday 9:00 AM - 5:30 PM\n\n1021 Howard George Drive\nManchester, Missouri 63021\nTelephone: 636-227-9400\nFacsimile: 636-527-0812\n\n<h3>VSS EMERGENCY CENTER</h3>\n\nHOURS: Monday through Friday 5:30 PM - 8:00 AM / Weekends and Holidays 24 Hours\n\n1021 Howard George Drive\nManchester, Missouri 63021\nTelephone: 636-227-6100\n\n<h3>HEALING PAWS REHAB</h3>\n\nJacquie Welkener 314-651-8143\nSherry Bunch 314-651-8144\n\nIf you need additional assistance, and particularly, if you feel we can improve our services, please contact our Hospital Administrator.\n\nNancy Schwartz 636-227-9400\nEmail: nschwartz@vssstl.com \n</div>\n\n<div id=\"ContactFormWrapper\">\n<h3>\n<div class=\"requiredFields\">Required fields are marked with *</div>\n[bestwebsoft_contact_form]\n</div>','Contact Us','','inherit','open','open','','22-autosave-v1','','','2014-02-12 04:17:44','2014-02-12 04:17:44','',22,'http://dev.vssstl.com/index.php/22-autosave-v1/',0,'revision','',0),(70,1,'2014-01-23 03:25:25','2014-01-23 03:25:25','<h3>VETERINARY SPECIALTY SERVICES</h3>\r\n\r\nHOURS: Monday through Friday 9:00 AM - 5:30 PM\r\n\r\n1021 Howard George Drive\r\nManchester, Missouri 63021\r\nTelephone: 636-227-9400\r\nFacsimile: 636-527-0812\r\n\r\n<h3>VSS EMERGENCY CENTER</h3>\r\n\r\nHOURS: Monday through Friday 5:30 PM - 8:00 AM / Weekends and Holidays 24 Hours\r\n\r\n1021 Howard George Drive\r\nManchester, Missouri 63021\r\nTelephone: 636-227-6100\r\n\r\n<h3>HEALING PAWS REHAB</h3>\r\n\r\nJacquie Welkener 314-651-8143\r\nSherry Bunch 314-651-8144\r\n\r\nIf you need additional assistance, and particularly, if you feel we can improve our services, please contact our Hospital Administrator.\r\n\r\nNancy Schwartz 636-227-9400\r\nEmail: nschwartz@vssstl.com ','Contact Us','','inherit','open','open','','22-revision-v1','','','2014-01-23 03:25:25','2014-01-23 03:25:25','',22,'http://dev.vssstl.com/index.php/22-revision-v1/',0,'revision','',0),(71,1,'2014-01-28 03:10:14','2014-01-28 03:10:14','','Home','','publish','open','open','','home-2','','','2014-01-28 03:26:55','2014-01-28 03:26:55','',0,'http://dev.vssstl.com/?p=71',1,'nav_menu_item','',0),(72,1,'2014-01-28 03:26:22','2014-01-28 03:26:22',' ','','','publish','open','open','','72','','','2014-01-28 03:26:55','2014-01-28 03:26:55','',0,'http://dev.vssstl.com/?p=72',5,'nav_menu_item','',0),(73,1,'2014-01-28 03:26:22','2014-01-28 03:26:22',' ','','','publish','open','open','','73','','','2014-01-28 03:26:55','2014-01-28 03:26:55','',0,'http://dev.vssstl.com/?p=73',4,'nav_menu_item','',0),(74,1,'2014-01-28 03:26:22','2014-01-28 03:26:22',' ','','','publish','open','open','','74','','','2014-01-28 03:26:55','2014-01-28 03:26:55','',0,'http://dev.vssstl.com/?p=74',3,'nav_menu_item','',0),(75,1,'2014-01-28 03:26:22','2014-01-28 03:26:22',' ','','','publish','open','open','','75','','','2014-01-28 03:26:55','2014-01-28 03:26:55','',0,'http://dev.vssstl.com/?p=75',2,'nav_menu_item','',0),(76,1,'2014-01-28 03:38:21','2014-01-28 03:38:21',' ','','','publish','open','open','','76','','','2014-01-28 03:41:16','2014-01-28 03:41:16','',0,'http://dev.vssstl.com/?p=76',1,'nav_menu_item','',0),(77,1,'2014-01-28 03:38:21','2014-01-28 03:38:21',' ','','','publish','open','open','','77','','','2014-01-28 03:41:16','2014-01-28 03:41:16','',0,'http://dev.vssstl.com/?p=77',2,'nav_menu_item','',0),(78,1,'2014-01-28 03:39:03','2014-01-28 03:39:03','<div id=\"ContactFormWrapper\" class=\"referringVets\">\r\nAt VSS, we want to be sure to contact you in a way that best fits your needs. How can we better communicate with you?\r\n<h3>Update your contact information</h3>\r\n[contact-form-7 id=\"293\" title=\"Contact form 1\"]\r\n</div>','Referring Vets','','publish','open','open','','referring-vets','','','2015-01-20 17:44:17','2015-01-20 17:44:17','',0,'http://dev.vssstl.com/?page_id=78',0,'page','',0),(79,1,'2014-01-28 03:39:03','2014-01-28 03:39:03','','Referring Vets','','inherit','open','open','','78-revision-v1','','','2014-01-28 03:39:03','2014-01-28 03:39:03','',78,'http://dev.vssstl.com/index.php/78-revision-v1/',0,'revision','',0),(80,1,'2014-01-28 03:40:25','2014-01-28 03:40:25','','Careers','','publish','open','open','','careers','','','2014-01-28 03:40:25','2014-01-28 03:40:25','',0,'http://dev.vssstl.com/?page_id=80',0,'page','',0),(81,1,'2014-01-28 03:40:25','2014-01-28 03:40:25','','Careers','','inherit','open','open','','80-revision-v1','','','2014-01-28 03:40:25','2014-01-28 03:40:25','',80,'http://dev.vssstl.com/index.php/80-revision-v1/',0,'revision','',0),(82,1,'2014-01-28 03:40:38','2014-01-28 03:40:38','','Site Map','','publish','open','open','','site-map','','','2014-01-28 03:40:38','2014-01-28 03:40:38','',0,'http://dev.vssstl.com/?page_id=82',0,'page','',0),(83,1,'2014-01-28 03:40:38','2014-01-28 03:40:38','','Site Map','','inherit','open','open','','82-revision-v1','','','2014-01-28 03:40:38','2014-01-28 03:40:38','',82,'http://dev.vssstl.com/index.php/82-revision-v1/',0,'revision','',0),(84,1,'2014-01-28 03:40:46','2014-01-28 03:40:46','','FAQs','','publish','open','open','','faqs','','','2014-01-28 03:40:46','2014-01-28 03:40:46','',0,'http://dev.vssstl.com/?page_id=84',0,'page','',0),(85,1,'2014-01-28 03:40:46','2014-01-28 03:40:46','','FAQs','','inherit','open','open','','84-revision-v1','','','2014-01-28 03:40:46','2014-01-28 03:40:46','',84,'http://dev.vssstl.com/index.php/84-revision-v1/',0,'revision','',0),(87,1,'2014-01-28 03:41:17','2014-01-28 03:41:17',' ','','','publish','open','open','','87','','','2014-01-28 03:41:17','2014-01-28 03:41:17','',0,'http://dev.vssstl.com/?p=87',4,'nav_menu_item','',0),(88,1,'2014-01-28 03:41:16','2014-01-28 03:41:16',' ','','','publish','open','open','','88','','','2014-01-28 03:41:16','2014-01-28 03:41:16','',0,'http://dev.vssstl.com/?p=88',3,'nav_menu_item','',0),(89,1,'2014-01-28 03:41:45','2014-01-28 03:41:45',' ','','','publish','open','open','','89','','','2014-01-28 03:41:45','2014-01-28 03:41:45','',0,'http://dev.vssstl.com/?p=89',2,'nav_menu_item','',0),(90,1,'2014-01-28 03:41:45','2014-01-28 03:41:45',' ','','','publish','open','open','','90','','','2014-01-28 03:41:45','2014-01-28 03:41:45','',0,'http://dev.vssstl.com/?p=90',1,'nav_menu_item','',0),(92,1,'2014-02-02 20:09:34','2014-02-02 20:09:34','Founded in 1994 by Mary Jean Gorse DVM, MS, DACVS, and Mark Anderson DVM, MS, DACVS, who joined the facility in 1996, VSS has grown during the past 15 years and today includes a team of highly qualified and experienced board certified specialists.\r\n<a name=\"#veterinaryspecialists\">\r\n<h6>VETERINARY SPECIALISTS</h6>\r\nBoard certified specialists are veterinarians who have advanced their training beyond the four years required to receive a doctor in veterinary medicine (DVM) degree. Many specialists complete a year-long internship, a three-year residency, and a rigorous examination in order to become a diplomate in one of the 19 specialty colleges recognized by the American Veterinary Medical Association (AVMA).\r\n\r\nVSS doctors are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<a name=\"#refereralonlypractice\">\r\n<h6>VSS: REFERRAL-ONLY PRACTICE</h6>\r\nAt VSS, we strive to keep current with all the advancements in technology and health care available for pets. That\'s why when primary care veterinarians need assistance in diagnosing and treating a pet\'s health problem, they feel good about referring the animal and its owner to our facility. VSS respects the bond that forms between pet owners and their veterinarians. Through every referral process, we strive to provide our clients with the same kind of personal service and care they receive from their primary veterinarians. Our specialty departments are available by appointment, Monday through Friday.\r\n<a name=\"#animalcareteam\">\r\n<h6>VSS ANIMAL CARE TEAM</h6>\r\nIn addition to specialists, our animal care team includes well trained nurses, technicians, assistants, and office staff who are committed to enhancing every pet\'s quality of life. After initially evaluating a pet and its problem, we provide the owner a complete list and thorough explanation of every diagnostic and treatment option available. We share this same information with the pet\'s primary care veterinarian. Using a team approach to patient care and case management helps us ensure a positive health care experience for pets and their owners.\r\n<h6>VSS EMERGENCY CARE</h6>\r\nIf a pet requires urgent care when its veterinarian\'s office is closed, our staff at VSS Emergency Center is always available and committed to providing the same exemplary care we provide referred pets. The VSS Emergency Center offers after-hours admissions and 24-hour inpatient care, including weekends and holidays. Our emergency care specialists collaborate with primary veterinarians to ensure that pets receive care that is appropriate and effective.\r\n<h6>WHAT MAKES VSS SPECIAL</h6>\r\nA spiral CT scanner, digital radiography, ultrasonagraphy, complete endoscopy services, and respiratory ventilation therapy are just a few of the technologies adapted from the human field of medicine and used at Veterinary Specialty Services. In addition, we have four enclosed surgical suites with complete anesthetic monitoring equipment. At VSS, we value the long term relationships we have built with referring veterinarians, clients, and their companion pets. As we continue to expand our services, we remain committed to maintaining the highest standards possible in health care delivery.','About Us','','inherit','open','open','','5-revision-v1','','','2014-02-02 20:09:34','2014-02-02 20:09:34','',5,'http://dev.vssstl.com/index.php/5-revision-v1/',0,'revision','',0),(93,1,'2014-02-02 20:10:58','2014-02-02 20:10:58','Founded in 1994 by Mary Jean Gorse DVM, MS, DACVS, and Mark Anderson DVM, MS, DACVS, who joined the facility in 1996, VSS has grown during the past 15 years and today includes a team of highly qualified and experienced board certified specialists.\r\n<a name=\"veterinaryspecialists\">\r\n<h6>VETERINARY SPECIALISTS</h6>\r\nBoard certified specialists are veterinarians who have advanced their training beyond the four years required to receive a doctor in veterinary medicine (DVM) degree. Many specialists complete a year-long internship, a three-year residency, and a rigorous examination in order to become a diplomate in one of the 19 specialty colleges recognized by the American Veterinary Medical Association (AVMA).\r\n\r\nVSS doctors are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<a name=\"refereralonlypractice\">\r\n<h6>VSS: REFERRAL-ONLY PRACTICE</h6>\r\nAt VSS, we strive to keep current with all the advancements in technology and health care available for pets. That\'s why when primary care veterinarians need assistance in diagnosing and treating a pet\'s health problem, they feel good about referring the animal and its owner to our facility. VSS respects the bond that forms between pet owners and their veterinarians. Through every referral process, we strive to provide our clients with the same kind of personal service and care they receive from their primary veterinarians. Our specialty departments are available by appointment, Monday through Friday.\r\n<a name=\"animalcareteam\">\r\n<h6>VSS ANIMAL CARE TEAM</h6>\r\nIn addition to specialists, our animal care team includes well trained nurses, technicians, assistants, and office staff who are committed to enhancing every pet\'s quality of life. After initially evaluating a pet and its problem, we provide the owner a complete list and thorough explanation of every diagnostic and treatment option available. We share this same information with the pet\'s primary care veterinarian. Using a team approach to patient care and case management helps us ensure a positive health care experience for pets and their owners.\r\n<h6>VSS EMERGENCY CARE</h6>\r\nIf a pet requires urgent care when its veterinarian\'s office is closed, our staff at VSS Emergency Center is always available and committed to providing the same exemplary care we provide referred pets. The VSS Emergency Center offers after-hours admissions and 24-hour inpatient care, including weekends and holidays. Our emergency care specialists collaborate with primary veterinarians to ensure that pets receive care that is appropriate and effective.\r\n<h6>WHAT MAKES VSS SPECIAL</h6>\r\nA spiral CT scanner, digital radiography, ultrasonagraphy, complete endoscopy services, and respiratory ventilation therapy are just a few of the technologies adapted from the human field of medicine and used at Veterinary Specialty Services. In addition, we have four enclosed surgical suites with complete anesthetic monitoring equipment. At VSS, we value the long term relationships we have built with referring veterinarians, clients, and their companion pets. As we continue to expand our services, we remain committed to maintaining the highest standards possible in health care delivery.','About Us','','inherit','open','open','','5-revision-v1','','','2014-02-02 20:10:58','2014-02-02 20:10:58','',5,'http://dev.vssstl.com/index.php/5-revision-v1/',0,'revision','',0),(94,1,'2014-02-02 20:16:47','2014-02-02 20:16:47','Founded in 1994 by Mary Jean Gorse DVM, MS, DACVS, and Mark Anderson DVM, MS, DACVS, who joined the facility in 1996, VSS has grown during the past 15 years and today includes a team of highly qualified and experienced board certified specialists.\r\n<a name=\"veterinaryspecialists\"></a>\r\n<h6>VETERINARY SPECIALISTS</h6>\r\nBoard certified specialists are veterinarians who have advanced their training beyond the four years required to receive a doctor in veterinary medicine (DVM) degree. Many specialists complete a year-long internship, a three-year residency, and a rigorous examination in order to become a diplomate in one of the 19 specialty colleges recognized by the American Veterinary Medical Association (AVMA).\r\n\r\nVSS doctors are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<a name=\"refereralonlypractice\"></a>\r\n<h6>VSS: REFERRAL-ONLY PRACTICE</h6>\r\nAt VSS, we strive to keep current with all the advancements in technology and health care available for pets. That\'s why when primary care veterinarians need assistance in diagnosing and treating a pet\'s health problem, they feel good about referring the animal and its owner to our facility. VSS respects the bond that forms between pet owners and their veterinarians. Through every referral process, we strive to provide our clients with the same kind of personal service and care they receive from their primary veterinarians. Our specialty departments are available by appointment, Monday through Friday.\r\n<a name=\"animalcareteam\"></a>\r\n<h6>VSS ANIMAL CARE TEAM</h6>\r\nIn addition to specialists, our animal care team includes well trained nurses, technicians, assistants, and office staff who are committed to enhancing every pet\'s quality of life. After initially evaluating a pet and its problem, we provide the owner a complete list and thorough explanation of every diagnostic and treatment option available. We share this same information with the pet\'s primary care veterinarian. Using a team approach to patient care and case management helps us ensure a positive health care experience for pets and their owners.\r\n<a name=\"emergencycare\"></a>\r\n<h6>VSS EMERGENCY CARE</h6>\r\nIf a pet requires urgent care when its veterinarian\'s office is closed, our staff at VSS Emergency Center is always available and committed to providing the same exemplary care we provide referred pets. The VSS Emergency Center offers after-hours admissions and 24-hour inpatient care, including weekends and holidays. Our emergency care specialists collaborate with primary veterinarians to ensure that pets receive care that is appropriate and effective.\r\n<a name=\"whatmakesvssspecial\"></a>\r\n<h6>WHAT MAKES VSS SPECIAL</h6>\r\nA spiral CT scanner, digital radiography, ultrasonagraphy, complete endoscopy services, and respiratory ventilation therapy are just a few of the technologies adapted from the human field of medicine and used at Veterinary Specialty Services. In addition, we have four enclosed surgical suites with complete anesthetic monitoring equipment. At VSS, we value the long term relationships we have built with referring veterinarians, clients, and their companion pets. As we continue to expand our services, we remain committed to maintaining the highest standards possible in health care delivery.','About Us','','inherit','open','open','','5-revision-v1','','','2014-02-02 20:16:47','2014-02-02 20:16:47','',5,'http://dev.vssstl.com/index.php/5-revision-v1/',0,'revision','',0),(96,1,'2014-02-08 19:06:38','2014-02-08 19:06:38','','homepage_04','','inherit','open','open','','homepage_04','','','2014-02-08 19:06:38','2014-02-08 19:06:38','',0,'http://dev.vssstl.com/wp-content/uploads/2014/02/homepage_04.jpg',0,'attachment','image/jpeg',0),(97,1,'2014-02-08 19:06:39','2014-02-08 19:06:39','','homepage2_04','','inherit','open','open','','homepage2_04','','','2014-02-08 19:06:39','2014-02-08 19:06:39','',0,'http://dev.vssstl.com/wp-content/uploads/2014/02/homepage2_04.jpg',0,'attachment','image/jpeg',0),(100,1,'2014-02-08 19:42:24','2014-02-08 19:42:24','[promoslider slider=\"home\"]\r\n<p class=\"main\">Veterinary Specialty Services is a <span class=\"highlight\">multi-specialty referral-only practice</span> and <span class=\"highlight\">after-hours emergency facility</span> committed to providing advanced veterinary care for pets.</p>\r\nOur highly qualified and experienced board certified specialists work in collaboration with primary care veterinarians throughout Missouri and its surrounding states to diagnose and treat complex, challenging, and often life-threatening pet health problems.','','','inherit','open','open','','26-revision-v1','','','2014-02-08 19:42:24','2014-02-08 19:42:24','',26,'http://dev.vssstl.com/index.php/26-revision-v1/',0,'revision','',0),(101,1,'2014-02-08 19:54:10','2014-02-08 19:54:10','','blah','','publish','closed','closed','','blah','','','2014-02-08 19:54:17','2014-02-08 19:54:17','',0,'http://dev.vssstl.com/?post_type=ps_promotion&p=101',0,'ps_promotion','',0),(102,1,'2014-02-08 19:53:59','2014-02-08 19:53:59','','homepage5_04','','inherit','open','open','','homepage5_04','','','2014-02-08 19:53:59','2014-02-08 19:53:59','',101,'http://dev.vssstl.com/wp-content/uploads/2014/02/homepage5_04.jpg',0,'attachment','image/jpeg',0),(103,1,'2014-02-08 19:54:33','2014-02-08 19:54:33','[promoslider slider=\"home2\"]\r\n<p class=\"main\">Veterinary Specialty Services is a <span class=\"highlight\">multi-specialty referral-only practice</span> and <span class=\"highlight\">after-hours emergency facility</span> committed to providing advanced veterinary care for pets.</p>\r\nOur highly qualified and experienced board certified specialists work in collaboration with primary care veterinarians throughout Missouri and its surrounding states to diagnose and treat complex, challenging, and often life-threatening pet health problems.','','','inherit','open','open','','26-revision-v1','','','2014-02-08 19:54:33','2014-02-08 19:54:33','',26,'http://dev.vssstl.com/index.php/26-revision-v1/',0,'revision','',0),(104,1,'2014-02-08 19:56:40','2014-02-08 19:56:40','[promoslider slider=\"home2\" height=\"400px\"]\r\n<p class=\"main\">Veterinary Specialty Services is a <span class=\"highlight\">multi-specialty referral-only practice</span> and <span class=\"highlight\">after-hours emergency facility</span> committed to providing advanced veterinary care for pets.</p>\r\nOur highly qualified and experienced board certified specialists work in collaboration with primary care veterinarians throughout Missouri and its surrounding states to diagnose and treat complex, challenging, and often life-threatening pet health problems.','','','inherit','open','open','','26-revision-v1','','','2014-02-08 19:56:40','2014-02-08 19:56:40','',26,'http://dev.vssstl.com/index.php/26-revision-v1/',0,'revision','',0),(105,1,'2014-02-08 20:03:21','2014-02-08 20:03:21','[promoslider slider=\"home2\" height=\"400px\"]\r\n<div id=\"BelowHomeSlider\">\r\n<p class=\"main\">Veterinary Specialty Services is a <span class=\"highlight\">multi-specialty referral-only practice</span> and <span class=\"highlight\">after-hours emergency facility</span> committed to providing advanced veterinary care for pets.</p>\r\nOur highly qualified and experienced board certified specialists work in collaboration with primary care veterinarians throughout Missouri and its surrounding states to diagnose and treat complex, challenging, and often life-threatening pet health problems.\r\n</div>','','','inherit','open','open','','26-revision-v1','','','2014-02-08 20:03:21','2014-02-08 20:03:21','',26,'http://dev.vssstl.com/index.php/26-revision-v1/',0,'revision','',0),(106,1,'2014-02-08 20:15:36','2014-02-08 20:15:36','','test2','','publish','closed','closed','','test2','','','2014-02-08 20:16:00','2014-02-08 20:16:00','',0,'http://dev.vssstl.com/?post_type=ps_promotion&p=106',0,'ps_promotion','',0),(107,1,'2014-02-08 20:15:28','2014-02-08 20:15:28','','homepage5_05','','inherit','open','open','','homepage5_05','','','2014-02-08 20:15:28','2014-02-08 20:15:28','',106,'http://dev.vssstl.com/wp-content/uploads/2014/02/homepage5_05.jpg',0,'attachment','image/jpeg',0),(108,1,'2014-02-08 20:23:51','2014-02-08 20:23:51','[promoslider slider=\"home2\"]\r\n<div id=\"BelowHomeSlider\">\r\n<p class=\"main\">Veterinary Specialty Services is a <span class=\"highlight\">multi-specialty referral-only practice</span> and <span class=\"highlight\">after-hours emergency facility</span> committed to providing advanced veterinary care for pets.</p>\r\nOur highly qualified and experienced board certified specialists work in collaboration with primary care veterinarians throughout Missouri and its surrounding states to diagnose and treat complex, challenging, and often life-threatening pet health problems.\r\n</div>','','','inherit','open','open','','26-revision-v1','','','2014-02-08 20:23:51','2014-02-08 20:23:51','',26,'http://dev.vssstl.com/index.php/26-revision-v1/',0,'revision','',0),(109,1,'2014-02-08 21:07:01','2014-02-08 21:07:01','','','','publish','closed','closed','','test1','','','2014-02-08 21:09:32','2014-02-08 21:09:32','',0,'http://dev.vssstl.com/?post_type=slides&p=109',0,'slides','',0),(110,1,'2014-02-08 21:07:14','2014-02-08 21:07:14','','','','publish','closed','closed','','test2','','','2014-02-08 21:09:43','2014-02-08 21:09:43','',0,'http://dev.vssstl.com/?post_type=slides&p=110',1,'slides','',0),(111,1,'2014-02-08 21:09:01','2014-02-08 21:09:01','[responsive_slider]\r\n\r\n<div id=\"BelowHomeSlider\">\r\n<p class=\"main\">Veterinary Specialty Services is a <span class=\"highlight\">multi-specialty referral-only practice</span> and <span class=\"highlight\">after-hours emergency facility</span> committed to providing advanced veterinary care for pets.</p>\r\nOur highly qualified and experienced board certified specialists work in collaboration with primary care veterinarians throughout Missouri and its surrounding states to diagnose and treat complex, challenging, and often life-threatening pet health problems.\r\n</div>','','','inherit','open','open','','26-revision-v1','','','2014-02-08 21:09:01','2014-02-08 21:09:01','',26,'http://dev.vssstl.com/index.php/26-revision-v1/',0,'revision','',0),(112,1,'2014-02-08 21:18:04','2014-02-08 21:18:04','','','','publish','closed','closed','','112','','','2015-02-23 04:00:16','2015-02-23 04:00:16','',0,'http://dev.vssstl.com/?post_type=soliloquy&p=112',0,'soliloquy','',0),(113,1,'2014-02-08 21:17:24','2014-02-08 21:17:24','','homepage5_05','','inherit','open','open','','homepage5_05-2','','','2014-02-08 21:17:24','2014-02-08 21:17:24','',112,'http://dev.vssstl.com/wp-content/uploads/2014/02/homepage5_051.jpg',2,'attachment','image/jpeg',0),(114,1,'2014-02-08 21:17:26','2014-02-08 21:17:26','','homepage5_04','','inherit','open','open','','homepage5_04-2','','','2014-02-08 21:17:26','2014-02-08 21:17:26','',112,'http://dev.vssstl.com/wp-content/uploads/2014/02/homepage5_041.jpg',1,'attachment','image/jpeg',0),(115,1,'2014-02-08 21:18:57','2014-02-08 21:18:57','[soliloquy id=\"112\"]\r\n\r\n<div id=\"BelowHomeSlider\">\r\n<p class=\"main\">Veterinary Specialty Services is a <span class=\"highlight\">multi-specialty referral-only practice</span> and <span class=\"highlight\">after-hours emergency facility</span> committed to providing advanced veterinary care for pets.</p>\r\nOur highly qualified and experienced board certified specialists work in collaboration with primary care veterinarians throughout Missouri and its surrounding states to diagnose and treat complex, challenging, and often life-threatening pet health problems.\r\n</div>','','','inherit','open','open','','26-revision-v1','','','2014-02-08 21:18:57','2014-02-08 21:18:57','',26,'http://dev.vssstl.com/index.php/26-revision-v1/',0,'revision','',0),(119,1,'2014-02-10 00:00:15','2014-02-10 00:00:15','[bestwebsoft_contact_form]\r\n\r\n<h3>VETERINARY SPECIALTY SERVICES</h3>\r\n\r\nHOURS: Monday through Friday 9:00 AM - 5:30 PM\r\n\r\n1021 Howard George Drive\r\nManchester, Missouri 63021\r\nTelephone: 636-227-9400\r\nFacsimile: 636-527-0812\r\n\r\n<h3>VSS EMERGENCY CENTER</h3>\r\n\r\nHOURS: Monday through Friday 5:30 PM - 8:00 AM / Weekends and Holidays 24 Hours\r\n\r\n1021 Howard George Drive\r\nManchester, Missouri 63021\r\nTelephone: 636-227-6100\r\n\r\n<h3>HEALING PAWS REHAB</h3>\r\n\r\nJacquie Welkener 314-651-8143\r\nSherry Bunch 314-651-8144\r\n\r\nIf you need additional assistance, and particularly, if you feel we can improve our services, please contact our Hospital Administrator.\r\n\r\nNancy Schwartz 636-227-9400\r\nEmail: nschwartz@vssstl.com ','Contact Us','','inherit','open','open','','22-revision-v1','','','2014-02-10 00:00:15','2014-02-10 00:00:15','',22,'http://dev.vssstl.com/index.php/22-revision-v1/',0,'revision','',0),(118,1,'2014-02-09 23:38:12','2014-02-09 23:38:12',' [bestwebsoft_contact_form lang=en]\r\n\r\n<h3>VETERINARY SPECIALTY SERVICES</h3>\r\n\r\nHOURS: Monday through Friday 9:00 AM - 5:30 PM\r\n\r\n1021 Howard George Drive\r\nManchester, Missouri 63021\r\nTelephone: 636-227-9400\r\nFacsimile: 636-527-0812\r\n\r\n<h3>VSS EMERGENCY CENTER</h3>\r\n\r\nHOURS: Monday through Friday 5:30 PM - 8:00 AM / Weekends and Holidays 24 Hours\r\n\r\n1021 Howard George Drive\r\nManchester, Missouri 63021\r\nTelephone: 636-227-6100\r\n\r\n<h3>HEALING PAWS REHAB</h3>\r\n\r\nJacquie Welkener 314-651-8143\r\nSherry Bunch 314-651-8144\r\n\r\nIf you need additional assistance, and particularly, if you feel we can improve our services, please contact our Hospital Administrator.\r\n\r\nNancy Schwartz 636-227-9400\r\nEmail: nschwartz@vssstl.com ','Contact Us','','inherit','open','open','','22-revision-v1','','','2014-02-09 23:38:12','2014-02-09 23:38:12','',22,'http://dev.vssstl.com/index.php/22-revision-v1/',0,'revision','',0),(120,1,'2014-02-12 03:04:19','2014-02-12 03:04:19','[bestwebsoft_contact_form]\r\n\r\n<div id=\"ContactUsContent\">\r\n<h3>VETERINARY SPECIALTY SERVICES</h3>\r\n\r\nHOURS: Monday through Friday 9:00 AM - 5:30 PM\r\n\r\n1021 Howard George Drive\r\nManchester, Missouri 63021\r\nTelephone: 636-227-9400\r\nFacsimile: 636-527-0812\r\n\r\n<h3>VSS EMERGENCY CENTER</h3>\r\n\r\nHOURS: Monday through Friday 5:30 PM - 8:00 AM / Weekends and Holidays 24 Hours\r\n\r\n1021 Howard George Drive\r\nManchester, Missouri 63021\r\nTelephone: 636-227-6100\r\n\r\n<h3>HEALING PAWS REHAB</h3>\r\n\r\nJacquie Welkener 314-651-8143\r\nSherry Bunch 314-651-8144\r\n\r\nIf you need additional assistance, and particularly, if you feel we can improve our services, please contact our Hospital Administrator.\r\n\r\nNancy Schwartz 636-227-9400\r\nEmail: nschwartz@vssstl.com \r\n</div>','Contact Us','','inherit','open','open','','22-revision-v1','','','2014-02-12 03:04:19','2014-02-12 03:04:19','',22,'http://dev.vssstl.com/index.php/22-revision-v1/',0,'revision','',0),(121,1,'2014-02-12 03:11:07','2014-02-12 03:11:07','<div id=\"ContactFormWrapper\">\r\n[bestwebsoft_contact_form]\r\n</div>\r\n\r\n<div id=\"ContactUsContent\">\r\n<h3>VETERINARY SPECIALTY SERVICES</h3>\r\n\r\nHOURS: Monday through Friday 9:00 AM - 5:30 PM\r\n\r\n1021 Howard George Drive\r\nManchester, Missouri 63021\r\nTelephone: 636-227-9400\r\nFacsimile: 636-527-0812\r\n\r\n<h3>VSS EMERGENCY CENTER</h3>\r\n\r\nHOURS: Monday through Friday 5:30 PM - 8:00 AM / Weekends and Holidays 24 Hours\r\n\r\n1021 Howard George Drive\r\nManchester, Missouri 63021\r\nTelephone: 636-227-6100\r\n\r\n<h3>HEALING PAWS REHAB</h3>\r\n\r\nJacquie Welkener 314-651-8143\r\nSherry Bunch 314-651-8144\r\n\r\nIf you need additional assistance, and particularly, if you feel we can improve our services, please contact our Hospital Administrator.\r\n\r\nNancy Schwartz 636-227-9400\r\nEmail: nschwartz@vssstl.com \r\n</div>','Contact Us','','inherit','open','open','','22-revision-v1','','','2014-02-12 03:11:07','2014-02-12 03:11:07','',22,'http://dev.vssstl.com/index.php/22-revision-v1/',0,'revision','',0),(122,1,'2014-02-12 03:37:44','2014-02-12 03:37:44','<div id=\"ContactFormWrapper\">\r\n<div class=\"requiredFields\">Required fields are marked with *</div>\r\n[bestwebsoft_contact_form]\r\n</div>\r\n\r\n<div id=\"ContactUsContent\">\r\n<h3>VETERINARY SPECIALTY SERVICES</h3>\r\n\r\nHOURS: Monday through Friday 9:00 AM - 5:30 PM\r\n\r\n1021 Howard George Drive\r\nManchester, Missouri 63021\r\nTelephone: 636-227-9400\r\nFacsimile: 636-527-0812\r\n\r\n<h3>VSS EMERGENCY CENTER</h3>\r\n\r\nHOURS: Monday through Friday 5:30 PM - 8:00 AM / Weekends and Holidays 24 Hours\r\n\r\n1021 Howard George Drive\r\nManchester, Missouri 63021\r\nTelephone: 636-227-6100\r\n\r\n<h3>HEALING PAWS REHAB</h3>\r\n\r\nJacquie Welkener 314-651-8143\r\nSherry Bunch 314-651-8144\r\n\r\nIf you need additional assistance, and particularly, if you feel we can improve our services, please contact our Hospital Administrator.\r\n\r\nNancy Schwartz 636-227-9400\r\nEmail: nschwartz@vssstl.com \r\n</div>','Contact Us','','inherit','open','open','','22-revision-v1','','','2014-02-12 03:37:44','2014-02-12 03:37:44','',22,'http://dev.vssstl.com/index.php/22-revision-v1/',0,'revision','',0),(123,1,'2014-02-12 04:12:42','2014-02-12 04:12:42','<div id=\"ContactUsContent\">\r\n<h3>VETERINARY SPECIALTY SERVICES</h3>\r\n\r\nHOURS: Monday through Friday 9:00 AM - 5:30 PM\r\n\r\n1021 Howard George Drive\r\nManchester, Missouri 63021\r\nTelephone: 636-227-9400\r\nFacsimile: 636-527-0812\r\n\r\n<h3>VSS EMERGENCY CENTER</h3>\r\n\r\nHOURS: Monday through Friday 5:30 PM - 8:00 AM / Weekends and Holidays 24 Hours\r\n\r\n1021 Howard George Drive\r\nManchester, Missouri 63021\r\nTelephone: 636-227-6100\r\n\r\n<h3>HEALING PAWS REHAB</h3>\r\n\r\nJacquie Welkener 314-651-8143\r\nSherry Bunch 314-651-8144\r\n\r\nIf you need additional assistance, and particularly, if you feel we can improve our services, please contact our Hospital Administrator.\r\n\r\nNancy Schwartz 636-227-9400\r\nEmail: nschwartz@vssstl.com \r\n</div>\r\n\r\n<div id=\"ContactFormWrapper\">\r\n<div class=\"requiredFields\">Required fields are marked with *</div>\r\n[bestwebsoft_contact_form]\r\n</div>','Contact Us','','inherit','open','open','','22-revision-v1','','','2014-02-12 04:12:42','2014-02-12 04:12:42','',22,'http://dev.vssstl.com/index.php/22-revision-v1/',0,'revision','',0),(124,1,'2014-02-12 04:17:51','2014-02-12 04:17:51','<div id=\"ContactUsContent\">\r\n<h3>VETERINARY SPECIALTY SERVICES</h3>\r\n\r\nHOURS: Monday through Friday 9:00 AM - 5:30 PM\r\n\r\n1021 Howard George Drive\r\nManchester, Missouri 63021\r\nTelephone: 636-227-9400\r\nFacsimile: 636-527-0812\r\n\r\n<h3>VSS EMERGENCY CENTER</h3>\r\n\r\nHOURS: Monday through Friday 5:30 PM - 8:00 AM / Weekends and Holidays 24 Hours\r\n\r\n1021 Howard George Drive\r\nManchester, Missouri 63021\r\nTelephone: 636-227-6100\r\n\r\n<h3>HEALING PAWS REHAB</h3>\r\n\r\nJacquie Welkener 314-651-8143\r\nSherry Bunch 314-651-8144\r\n\r\nIf you need additional assistance, and particularly, if you feel we can improve our services, please contact our Hospital Administrator.\r\n\r\nNancy Schwartz 636-227-9400\r\nEmail: nschwartz@vssstl.com \r\n</div>\r\n\r\n<div id=\"ContactFormWrapper\">\r\n<h3>Email Us</h3>\r\n<div class=\"requiredFields\">Required fields are marked with *</div>\r\n[bestwebsoft_contact_form]\r\n</div>','Contact Us','','inherit','open','open','','22-revision-v1','','','2014-02-12 04:17:51','2014-02-12 04:17:51','',22,'http://dev.vssstl.com/index.php/22-revision-v1/',0,'revision','',0),(125,1,'2014-02-12 04:38:39','2014-02-12 04:38:39','<div id=\"ContactUsContent\">\r\n<h3>VETERINARY SPECIALTY SERVICES</h3>\r\n\r\nHOURS: Monday through Friday 9:00 AM - 5:30 PM\r\n\r\n1021 Howard George Drive\r\nManchester, Missouri 63021\r\nTelephone: 636-227-9400\r\nFacsimile: 636-527-0812\r\n\r\n<h3>VSS EMERGENCY CENTER</h3>\r\n\r\nHOURS: Monday through Friday 5:30 PM - 8:00 AM / Weekends and Holidays 24 Hours\r\n\r\n1021 Howard George Drive\r\nManchester, Missouri 63021\r\nTelephone: 636-227-6100\r\n\r\n<h3>HEALING PAWS REHAB</h3>\r\n\r\nJacquie Welkener 314-651-8143\r\nSherry Bunch 314-651-8144\r\n\r\nIf you need additional assistance, and particularly, if you feel we can improve our services, please contact our Hospital Administrator.\r\n\r\nNancy Schwartz 636-227-9400\r\nEmail: nschwartz@vssstl.com \r\n</div>\r\n\r\n<div id=\"ContactFormWrapper\">\r\n<h3>Email Us</h3>\r\n<h4>If your pet needs immediate attention, please contact our Emergency Center 636-227-6100</h4>\r\n<div class=\"requiredFields\">Required fields are marked with *</div>\r\n[bestwebsoft_contact_form]\r\n</div>','Contact Us','','inherit','open','open','','22-revision-v1','','','2014-02-12 04:38:39','2014-02-12 04:38:39','',22,'http://dev.vssstl.com/index.php/22-revision-v1/',0,'revision','',0),(126,1,'2014-02-12 04:50:46','2014-02-12 04:50:46','Veterinary Specialties Services is a multi-specialty referral-only practice committed to providing advanced veterinary care for pets. Our highly qualified and experienced board certified veterinarians are leaders in their fields. They collaborate with each other and referring veterinarians to provide exceptional care and service in the following areas:\r\n\r\n<a name=\"surgery\"></a>\r\n<h6>SURGERY</h6>\r\nVSS surgeons are able to perform the most complex of surgeries. They can repair fractures and torn ligaments, and they can do total hip replacements. They can also remove cancerous growths, manage extensive or non-healing wounds, and do reconstructive surgery. Our surgeons are trained to repair heart defects, and they operate on pets with spinal injuries and herniated discs. In addition, VSS surgeons perform minimally invasive procedures, such as arthroscopy, thorascopy, and laparoscopy.\r\n\r\nPets that need orthopedic, thoracic, gastrointestinal, oncologic, neurologic, or urologic surgery are frequently referred to VSS. Our surgeons work closely with other VSS specialists to provide the most comprehensive care possible to pets that have undergone such complicated surgeries.\r\n\r\nPreemptive pain management is a priority at VSS. Our veterinary health care team will prescribe pain management treatments that keep pets comfortable before, during, and after surgery.\r\n\r\n<h6>EMERGENCY/CRITICAL CARE</h6>\r\nYour primary care veterinarian can diagnose and treat many health problems and handle routine emergencies, but certain situations may require the assistance of a doctor who has had specialized, intensive training in handling emergency and critical care for you pet. The emergency team at VSS includes the only two board-certified specialists in emergency/critical care in the St. Louis Metropolitan area. Additional members of the team include are doctors who have dedicated their careers to emergency medicine.\r\n\r\nOur emergency/critical care veterinarians and veterinary technicians have been specially trained in the latest procedures and techniques related to the practice of emergency medicine. They routinely treat traumatic injuries (including fractures, bite wounds, burns and lacerations), respiratory emergencies that may require the use of a ventilator, animals in need of blood transfusions, animals that are in shock, and animals with life-threatening neurologic disease, such as coma or severe seizures.\r\n\r\nOur emergency/critical care specialists work with family veterinarians and with the other specialists here at VSS to ensure that every pet gets the medical attention and critical care it needs.\r\n\r\n<h6>ONCOLOGY</h6>\r\nNew advances in veterinary technology and chemotherapy are allowing pets with cancer to live longer with an improved quality of life. When the disease is diagnosed during its early stages, more treatment options are available for the pet. At VSS, we take an innovative and progressive approach as we strive to provide the best possible care for animals with cancer.\r\n\r\nWe utilize advanced diagnostic cancer testing - including ultrasound, CT scans, and biopsy procedures - to identify the type, location, and behavior of a tumor. After collecting this information, our oncology specialist, along with other VSS specialists and the family veterinarian, provide treatment options to the pet owner. These options are tailored to the animal\'s particular cancer and consistent with the owner\'s goals for the pet. \r\n\r\nSome types of cancer are responsive to chemotherapy, which includes oral and injectable medications. Dogs and cats tend to tolerate chemotherapy well and rarely experience side effects. \r\n\r\n<h6>INTERNAL MEDICINE</h6>\r\nA veterinary internist frequently treats complex problems affecting multiple organs in a pet. Our internal medicine department collaborates with other VSS specialty services to provide a comprehensive approach to health care, using sophisticated, state-of-the-art technology. \r\n\r\nOur internal medicine specialist is trained and experienced in endoscopy (including gastroduodenoscopy, colonoscopy, rhinoscopy, and bronchoscopy), bone marrow aspirates, spinal taps, and the diagnosis and treatment of endocrine and infectious diseases.\r\n\r\n<h6>ENDOSCOPY</h6>\r\nEndoscopy is a minimally invasive, diagnostic, medical procedure commonly used to evaluate the interior surfaces of an organ.\r\n\r\nIn veterinary medicine, endoscopy is commonly used to perform tissue and organ biopsies, remove foreign objects (particularly in the stomach), or view a pet\'s internal organ. Endoscopy is often indicated when routine blood and urine tests, radiographs, and ultrasounds do not give a complete diagnostic picture. While general anesthesia is required during endoscopy, the procedure is considered much less invasive than traditional surgery. The benefits of endoscopy include shortened anesthetic time, decreased inflammation, less physiologic stress and discomfort, quicker recovery time, and fewer complications.\r\n\r\n\r\n<h6>CARDIOLOGY</h6>\r\nTen percent of dogs and cats are affected by heart disease from birth, and it is estimated that 30 percent of geriatric dogs develop some type of heart issue. Symptoms associated with heart disease include coughing, difficulty breathing, tiring easily after exercise, and general weakness. Primary care veterinarians often detect signs of a heart problem, such as irregular heart rhythms or sounds, in pets during a physical exam - even those that exhibit no indications of it.\r\n\r\nCardiac disease is diagnosed and evaluated using echocardiography, electrocardiogram, holter monitor, blood pressure measurement, cardiac catheterization, and angiography. With today\'s technology, our cardiologist is able to successfully treat heart problems, allowing pets to live long and happy lives. \r\n\r\nWhile most pets with heart disease can be treated with medications, others may need a surgical procedure. At VSS, our cardiologist collaborates with our surgeons to correct cardiac conditions that do not respond well to medication.\r\n\r\n<h6>RADIOLOGY</h6>\r\nLike conventional radiography, CT (Computed Tomography) uses x-rays to depict the internal structures of the body. Unlike conventional radiology, which takes one picture at a time, a single CT scan generates hundreds of x-ray images. A computer then takes the images and constructs them into highly accurate and detailed renditions of the patient. Despite the large number of images, the total amount of radiation from a CT scan can be less than radiation from a conventional x-ray procedure.\r\n\r\n<h6>REHABILITATION</h6>\r\nPets sometimes experience lingering pain and immobility after an injury or surgical procedure, making physical rehabilitation an essential part of the recovery process. Whether it\'s an older pet with arthritis, or a pet recovering from spinal surgery, studies show rehab speeds recovery and improves strength and mobility. At VSS, our rehabilitation specialists design a program to fit the pet\'s specific needs. Some pets benefit by exercising on our underwater treadmill, others improve by doing in-home exercises taught to them by one of our rehabilitation specialists. \r\n\r\nAfter review of a pet\'s medical history, medications, and lifestyle, the specialists of HEALING PAWS REHABILITATION will examine the pet\'s range of motion and muscle girth, perform a gait analysis, and palpate the injured area. This thorough evaluation is used to create a treatment plan that promotes a pet\'s optimum health. \r\n\r\nYou may contact the rehab specialists directly. Jacquie Welkener: 314-651-8143 or Sherry Bunch: 314-651-8144\r\n\r\n<h6>INTENSIVE CARE</h6>\r\nPets sometimes contract diseases and sustain injuries that can be complicated, deteriorate rapidly, and become life-threatening. These animals need continuing care and close monitoring. \r\n\r\nAt VSS, we provide 24-hour critical care services for pets in an intensive care unit (ICU) that is fully equipped with oxygen monitoring, mechanical ventilation, and ECG monitoring. Intravenous fluid therapy, medication, nutritional support, blood transfusions, oxygen supplementation, and pain relief are some of the treatments we provide. A pet\'s vital signs, heart rhythm, blood pressure, oxygen levels, and blood work are routinely monitored by the exceptional team of veterinary technicians and assistants in our ICU. By closely monitoring critically ill pets, we are able to identify potential problems early and alter treatments, if necessary, to improve the pet\'s chance for recovery. The dedicated nursing staff at VSS is committed to maintaining a caring and compassionate environment for pets in our ICU.','Specialty Services','','inherit','open','open','','14-revision-v1','','','2014-02-12 04:50:46','2014-02-12 04:50:46','',14,'http://dev.vssstl.com/index.php/14-revision-v1/',0,'revision','',0),(127,1,'2014-02-12 05:00:33','2014-02-12 05:00:33','Veterinary Specialties Services is a multi-specialty referral-only practice committed to providing advanced veterinary care for pets. Our highly qualified and experienced board certified veterinarians are leaders in their fields. They collaborate with each other and referring veterinarians to provide exceptional care and service in the following areas:\r\n\r\n<a name=\"surgery\" />\r\n<h6>SURGERY</h6>\r\nVSS surgeons are able to perform the most complex of surgeries. They can repair fractures and torn ligaments, and they can do total hip replacements. They can also remove cancerous growths, manage extensive or non-healing wounds, and do reconstructive surgery. Our surgeons are trained to repair heart defects, and they operate on pets with spinal injuries and herniated discs. In addition, VSS surgeons perform minimally invasive procedures, such as arthroscopy, thorascopy, and laparoscopy.\r\n\r\nPets that need orthopedic, thoracic, gastrointestinal, oncologic, neurologic, or urologic surgery are frequently referred to VSS. Our surgeons work closely with other VSS specialists to provide the most comprehensive care possible to pets that have undergone such complicated surgeries.\r\n\r\nPreemptive pain management is a priority at VSS. Our veterinary health care team will prescribe pain management treatments that keep pets comfortable before, during, and after surgery.\r\n\r\n<a name=\"emergencycriticalcare\" />\r\n<h6>EMERGENCY/CRITICAL CARE</h6>\r\nYour primary care veterinarian can diagnose and treat many health problems and handle routine emergencies, but certain situations may require the assistance of a doctor who has had specialized, intensive training in handling emergency and critical care for you pet. The emergency team at VSS includes the only two board-certified specialists in emergency/critical care in the St. Louis Metropolitan area. Additional members of the team include are doctors who have dedicated their careers to emergency medicine.\r\n\r\nOur emergency/critical care veterinarians and veterinary technicians have been specially trained in the latest procedures and techniques related to the practice of emergency medicine. They routinely treat traumatic injuries (including fractures, bite wounds, burns and lacerations), respiratory emergencies that may require the use of a ventilator, animals in need of blood transfusions, animals that are in shock, and animals with life-threatening neurologic disease, such as coma or severe seizures.\r\n\r\nOur emergency/critical care specialists work with family veterinarians and with the other specialists here at VSS to ensure that every pet gets the medical attention and critical care it needs.\r\n\r\n<h6>ONCOLOGY</h6>\r\nNew advances in veterinary technology and chemotherapy are allowing pets with cancer to live longer with an improved quality of life. When the disease is diagnosed during its early stages, more treatment options are available for the pet. At VSS, we take an innovative and progressive approach as we strive to provide the best possible care for animals with cancer.\r\n\r\nWe utilize advanced diagnostic cancer testing - including ultrasound, CT scans, and biopsy procedures - to identify the type, location, and behavior of a tumor. After collecting this information, our oncology specialist, along with other VSS specialists and the family veterinarian, provide treatment options to the pet owner. These options are tailored to the animal\'s particular cancer and consistent with the owner\'s goals for the pet. \r\n\r\nSome types of cancer are responsive to chemotherapy, which includes oral and injectable medications. Dogs and cats tend to tolerate chemotherapy well and rarely experience side effects. \r\n\r\n<h6>INTERNAL MEDICINE</h6>\r\nA veterinary internist frequently treats complex problems affecting multiple organs in a pet. Our internal medicine department collaborates with other VSS specialty services to provide a comprehensive approach to health care, using sophisticated, state-of-the-art technology. \r\n\r\nOur internal medicine specialist is trained and experienced in endoscopy (including gastroduodenoscopy, colonoscopy, rhinoscopy, and bronchoscopy), bone marrow aspirates, spinal taps, and the diagnosis and treatment of endocrine and infectious diseases.\r\n\r\n<h6>ENDOSCOPY</h6>\r\nEndoscopy is a minimally invasive, diagnostic, medical procedure commonly used to evaluate the interior surfaces of an organ.\r\n\r\nIn veterinary medicine, endoscopy is commonly used to perform tissue and organ biopsies, remove foreign objects (particularly in the stomach), or view a pet\'s internal organ. Endoscopy is often indicated when routine blood and urine tests, radiographs, and ultrasounds do not give a complete diagnostic picture. While general anesthesia is required during endoscopy, the procedure is considered much less invasive than traditional surgery. The benefits of endoscopy include shortened anesthetic time, decreased inflammation, less physiologic stress and discomfort, quicker recovery time, and fewer complications.\r\n\r\n\r\n<h6>CARDIOLOGY</h6>\r\nTen percent of dogs and cats are affected by heart disease from birth, and it is estimated that 30 percent of geriatric dogs develop some type of heart issue. Symptoms associated with heart disease include coughing, difficulty breathing, tiring easily after exercise, and general weakness. Primary care veterinarians often detect signs of a heart problem, such as irregular heart rhythms or sounds, in pets during a physical exam - even those that exhibit no indications of it.\r\n\r\nCardiac disease is diagnosed and evaluated using echocardiography, electrocardiogram, holter monitor, blood pressure measurement, cardiac catheterization, and angiography. With today\'s technology, our cardiologist is able to successfully treat heart problems, allowing pets to live long and happy lives. \r\n\r\nWhile most pets with heart disease can be treated with medications, others may need a surgical procedure. At VSS, our cardiologist collaborates with our surgeons to correct cardiac conditions that do not respond well to medication.\r\n\r\n<h6>RADIOLOGY</h6>\r\nLike conventional radiography, CT (Computed Tomography) uses x-rays to depict the internal structures of the body. Unlike conventional radiology, which takes one picture at a time, a single CT scan generates hundreds of x-ray images. A computer then takes the images and constructs them into highly accurate and detailed renditions of the patient. Despite the large number of images, the total amount of radiation from a CT scan can be less than radiation from a conventional x-ray procedure.\r\n\r\n<h6>REHABILITATION</h6>\r\nPets sometimes experience lingering pain and immobility after an injury or surgical procedure, making physical rehabilitation an essential part of the recovery process. Whether it\'s an older pet with arthritis, or a pet recovering from spinal surgery, studies show rehab speeds recovery and improves strength and mobility. At VSS, our rehabilitation specialists design a program to fit the pet\'s specific needs. Some pets benefit by exercising on our underwater treadmill, others improve by doing in-home exercises taught to them by one of our rehabilitation specialists. \r\n\r\nAfter review of a pet\'s medical history, medications, and lifestyle, the specialists of HEALING PAWS REHABILITATION will examine the pet\'s range of motion and muscle girth, perform a gait analysis, and palpate the injured area. This thorough evaluation is used to create a treatment plan that promotes a pet\'s optimum health. \r\n\r\nYou may contact the rehab specialists directly. Jacquie Welkener: 314-651-8143 or Sherry Bunch: 314-651-8144\r\n\r\n<h6>INTENSIVE CARE</h6>\r\nPets sometimes contract diseases and sustain injuries that can be complicated, deteriorate rapidly, and become life-threatening. These animals need continuing care and close monitoring. \r\n\r\nAt VSS, we provide 24-hour critical care services for pets in an intensive care unit (ICU) that is fully equipped with oxygen monitoring, mechanical ventilation, and ECG monitoring. Intravenous fluid therapy, medication, nutritional support, blood transfusions, oxygen supplementation, and pain relief are some of the treatments we provide. A pet\'s vital signs, heart rhythm, blood pressure, oxygen levels, and blood work are routinely monitored by the exceptional team of veterinary technicians and assistants in our ICU. By closely monitoring critically ill pets, we are able to identify potential problems early and alter treatments, if necessary, to improve the pet\'s chance for recovery. The dedicated nursing staff at VSS is committed to maintaining a caring and compassionate environment for pets in our ICU.','Specialty Services','','inherit','open','open','','14-revision-v1','','','2014-02-12 05:00:33','2014-02-12 05:00:33','',14,'http://dev.vssstl.com/index.php/14-revision-v1/',0,'revision','',0),(128,1,'2014-02-12 05:00:58','2014-02-12 05:00:58','Veterinary Specialties Services is a multi-specialty referral-only practice committed to providing advanced veterinary care for pets. Our highly qualified and experienced board certified veterinarians are leaders in their fields. They collaborate with each other and referring veterinarians to provide exceptional care and service in the following areas:\r\n\r\n<a name=\"surgery\"></a>\r\n<h6>SURGERY</h6>\r\nVSS surgeons are able to perform the most complex of surgeries. They can repair fractures and torn ligaments, and they can do total hip replacements. They can also remove cancerous growths, manage extensive or non-healing wounds, and do reconstructive surgery. Our surgeons are trained to repair heart defects, and they operate on pets with spinal injuries and herniated discs. In addition, VSS surgeons perform minimally invasive procedures, such as arthroscopy, thorascopy, and laparoscopy.\r\n\r\nPets that need orthopedic, thoracic, gastrointestinal, oncologic, neurologic, or urologic surgery are frequently referred to VSS. Our surgeons work closely with other VSS specialists to provide the most comprehensive care possible to pets that have undergone such complicated surgeries.\r\n\r\nPreemptive pain management is a priority at VSS. Our veterinary health care team will prescribe pain management treatments that keep pets comfortable before, during, and after surgery.\r\n\r\n<a name=\"emergencycriticalcare\"></a>\r\n<h6>EMERGENCY/CRITICAL CARE</h6>\r\nYour primary care veterinarian can diagnose and treat many health problems and handle routine emergencies, but certain situations may require the assistance of a doctor who has had specialized, intensive training in handling emergency and critical care for you pet. The emergency team at VSS includes the only two board-certified specialists in emergency/critical care in the St. Louis Metropolitan area. Additional members of the team include are doctors who have dedicated their careers to emergency medicine.\r\n\r\nOur emergency/critical care veterinarians and veterinary technicians have been specially trained in the latest procedures and techniques related to the practice of emergency medicine. They routinely treat traumatic injuries (including fractures, bite wounds, burns and lacerations), respiratory emergencies that may require the use of a ventilator, animals in need of blood transfusions, animals that are in shock, and animals with life-threatening neurologic disease, such as coma or severe seizures.\r\n\r\nOur emergency/critical care specialists work with family veterinarians and with the other specialists here at VSS to ensure that every pet gets the medical attention and critical care it needs.\r\n\r\n<h6>ONCOLOGY</h6>\r\nNew advances in veterinary technology and chemotherapy are allowing pets with cancer to live longer with an improved quality of life. When the disease is diagnosed during its early stages, more treatment options are available for the pet. At VSS, we take an innovative and progressive approach as we strive to provide the best possible care for animals with cancer.\r\n\r\nWe utilize advanced diagnostic cancer testing - including ultrasound, CT scans, and biopsy procedures - to identify the type, location, and behavior of a tumor. After collecting this information, our oncology specialist, along with other VSS specialists and the family veterinarian, provide treatment options to the pet owner. These options are tailored to the animal\'s particular cancer and consistent with the owner\'s goals for the pet. \r\n\r\nSome types of cancer are responsive to chemotherapy, which includes oral and injectable medications. Dogs and cats tend to tolerate chemotherapy well and rarely experience side effects. \r\n\r\n<h6>INTERNAL MEDICINE</h6>\r\nA veterinary internist frequently treats complex problems affecting multiple organs in a pet. Our internal medicine department collaborates with other VSS specialty services to provide a comprehensive approach to health care, using sophisticated, state-of-the-art technology. \r\n\r\nOur internal medicine specialist is trained and experienced in endoscopy (including gastroduodenoscopy, colonoscopy, rhinoscopy, and bronchoscopy), bone marrow aspirates, spinal taps, and the diagnosis and treatment of endocrine and infectious diseases.\r\n\r\n<h6>ENDOSCOPY</h6>\r\nEndoscopy is a minimally invasive, diagnostic, medical procedure commonly used to evaluate the interior surfaces of an organ.\r\n\r\nIn veterinary medicine, endoscopy is commonly used to perform tissue and organ biopsies, remove foreign objects (particularly in the stomach), or view a pet\'s internal organ. Endoscopy is often indicated when routine blood and urine tests, radiographs, and ultrasounds do not give a complete diagnostic picture. While general anesthesia is required during endoscopy, the procedure is considered much less invasive than traditional surgery. The benefits of endoscopy include shortened anesthetic time, decreased inflammation, less physiologic stress and discomfort, quicker recovery time, and fewer complications.\r\n\r\n\r\n<h6>CARDIOLOGY</h6>\r\nTen percent of dogs and cats are affected by heart disease from birth, and it is estimated that 30 percent of geriatric dogs develop some type of heart issue. Symptoms associated with heart disease include coughing, difficulty breathing, tiring easily after exercise, and general weakness. Primary care veterinarians often detect signs of a heart problem, such as irregular heart rhythms or sounds, in pets during a physical exam - even those that exhibit no indications of it.\r\n\r\nCardiac disease is diagnosed and evaluated using echocardiography, electrocardiogram, holter monitor, blood pressure measurement, cardiac catheterization, and angiography. With today\'s technology, our cardiologist is able to successfully treat heart problems, allowing pets to live long and happy lives. \r\n\r\nWhile most pets with heart disease can be treated with medications, others may need a surgical procedure. At VSS, our cardiologist collaborates with our surgeons to correct cardiac conditions that do not respond well to medication.\r\n\r\n<h6>RADIOLOGY</h6>\r\nLike conventional radiography, CT (Computed Tomography) uses x-rays to depict the internal structures of the body. Unlike conventional radiology, which takes one picture at a time, a single CT scan generates hundreds of x-ray images. A computer then takes the images and constructs them into highly accurate and detailed renditions of the patient. Despite the large number of images, the total amount of radiation from a CT scan can be less than radiation from a conventional x-ray procedure.\r\n\r\n<h6>REHABILITATION</h6>\r\nPets sometimes experience lingering pain and immobility after an injury or surgical procedure, making physical rehabilitation an essential part of the recovery process. Whether it\'s an older pet with arthritis, or a pet recovering from spinal surgery, studies show rehab speeds recovery and improves strength and mobility. At VSS, our rehabilitation specialists design a program to fit the pet\'s specific needs. Some pets benefit by exercising on our underwater treadmill, others improve by doing in-home exercises taught to them by one of our rehabilitation specialists. \r\n\r\nAfter review of a pet\'s medical history, medications, and lifestyle, the specialists of HEALING PAWS REHABILITATION will examine the pet\'s range of motion and muscle girth, perform a gait analysis, and palpate the injured area. This thorough evaluation is used to create a treatment plan that promotes a pet\'s optimum health. \r\n\r\nYou may contact the rehab specialists directly. Jacquie Welkener: 314-651-8143 or Sherry Bunch: 314-651-8144\r\n\r\n<h6>INTENSIVE CARE</h6>\r\nPets sometimes contract diseases and sustain injuries that can be complicated, deteriorate rapidly, and become life-threatening. These animals need continuing care and close monitoring. \r\n\r\nAt VSS, we provide 24-hour critical care services for pets in an intensive care unit (ICU) that is fully equipped with oxygen monitoring, mechanical ventilation, and ECG monitoring. Intravenous fluid therapy, medication, nutritional support, blood transfusions, oxygen supplementation, and pain relief are some of the treatments we provide. A pet\'s vital signs, heart rhythm, blood pressure, oxygen levels, and blood work are routinely monitored by the exceptional team of veterinary technicians and assistants in our ICU. By closely monitoring critically ill pets, we are able to identify potential problems early and alter treatments, if necessary, to improve the pet\'s chance for recovery. The dedicated nursing staff at VSS is committed to maintaining a caring and compassionate environment for pets in our ICU.','Specialty Services','','inherit','open','open','','14-revision-v1','','','2014-02-12 05:00:58','2014-02-12 05:00:58','',14,'http://dev.vssstl.com/index.php/14-revision-v1/',0,'revision','',0),(247,1,'2014-09-17 04:02:44','2014-09-17 04:02:44','Veterinary Specialties Services is a multi-specialty referral-only practice committed to providing advanced veterinary care for pets. Our highly qualified and experienced board certified veterinarians are leaders in their fields. They collaborate with each other and referring veterinarians to provide exceptional care and service in the following areas:\r\n\r\n<a name=\"surgery\"></a>\r\n<h6>SURGERY</h6>\r\nVSS surgeons are able to perform the most complex of surgeries. They can repair fractures and torn ligaments, and they can do total hip replacements. They can also remove cancerous growths, manage extensive or non-healing wounds, and do reconstructive surgery. Our surgeons are trained to repair heart defects, and they operate on pets with spinal injuries and herniated discs. In addition, VSS surgeons perform minimally invasive procedures, such as arthroscopy, thorascopy, and laparoscopy.\r\n\r\nPets that need orthopedic, thoracic, gastrointestinal, oncologic, neurologic, or urologic surgery are frequently referred to VSS. Our surgeons work closely with other VSS specialists to provide the most comprehensive care possible to pets that have undergone such complicated surgeries.\r\n\r\nPreemptive pain management is a priority at VSS. Our veterinary health care team will prescribe pain management treatments that keep pets comfortable before, during, and after surgery.\r\n\r\n<img src=\"http://dev.vssstl.com/wp-content/uploads/2014/09/surgery1.jpg\">\r\n\r\n<a name=\"emergencycriticalcare\"></a>\r\n<h6>EMERGENCY/CRITICAL CARE</h6>\r\nYour primary care veterinarian can diagnose and treat many health problems and handle routine emergencies, but certain situations may require the assistance of a doctor who has had specialized, intensive training in handling emergency and critical care for you pet. The emergency team at VSS includes the only two board-certified specialists in emergency/critical care in the St. Louis Metropolitan area. Additional members of the team include are doctors who have dedicated their careers to emergency medicine.\r\n\r\nOur emergency/critical care veterinarians and veterinary technicians have been specially trained in the latest procedures and techniques related to the practice of emergency medicine. They routinely treat traumatic injuries (including fractures, bite wounds, burns and lacerations), respiratory emergencies that may require the use of a ventilator, animals in need of blood transfusions, animals that are in shock, and animals with life-threatening neurologic disease, such as coma or severe seizures.\r\n\r\nOur emergency/critical care specialists work with family veterinarians and with the other specialists here at VSS to ensure that every pet gets the medical attention and critical care it needs.\r\n\r\n<a name=\"oncology\"></a>\r\n<h6>ONCOLOGY</h6>\r\nNew advances in veterinary technology and chemotherapy are allowing pets with cancer to live longer with an improved quality of life. When the disease is diagnosed during its early stages, more treatment options are available for the pet. At VSS, we take an innovative and progressive approach as we strive to provide the best possible care for animals with cancer.\r\n\r\nWe utilize advanced diagnostic cancer testing - including ultrasound, CT scans, and biopsy procedures - to identify the type, location, and behavior of a tumor. After collecting this information, our oncology specialist, along with other VSS specialists and the family veterinarian, provide treatment options to the pet owner. These options are tailored to the animal\'s particular cancer and consistent with the owner\'s goals for the pet. \r\n\r\nSome types of cancer are responsive to chemotherapy, which includes oral and injectable medications. Dogs and cats tend to tolerate chemotherapy well and rarely experience side effects. \r\n\r\n<a name=\"internalmedicine\"></a>\r\n<h6>INTERNAL MEDICINE</h6>\r\nA veterinary internist frequently treats complex problems affecting multiple organs in a pet. Our internal medicine department collaborates with other VSS specialty services to provide a comprehensive approach to health care, using sophisticated, state-of-the-art technology. \r\n\r\nOur internal medicine specialist is trained and experienced in endoscopy (including gastroduodenoscopy, colonoscopy, rhinoscopy, and bronchoscopy), bone marrow aspirates, spinal taps, and the diagnosis and treatment of endocrine and infectious diseases.\r\n\r\n<a name=\"endoscopy\"></a>\r\n<h6>ENDOSCOPY</h6>\r\nEndoscopy is a minimally invasive, diagnostic, medical procedure commonly used to evaluate the interior surfaces of an organ.\r\n\r\nIn veterinary medicine, endoscopy is commonly used to perform tissue and organ biopsies, remove foreign objects (particularly in the stomach), or view a pet\'s internal organ. Endoscopy is often indicated when routine blood and urine tests, radiographs, and ultrasounds do not give a complete diagnostic picture. While general anesthesia is required during endoscopy, the procedure is considered much less invasive than traditional surgery. The benefits of endoscopy include shortened anesthetic time, decreased inflammation, less physiologic stress and discomfort, quicker recovery time, and fewer complications.\r\n\r\n<a name=\"cardiology\"></a>\r\n<h6>CARDIOLOGY</h6>\r\nTen percent of dogs and cats are affected by heart disease from birth, and it is estimated that 30 percent of geriatric dogs develop some type of heart issue. Symptoms associated with heart disease include coughing, difficulty breathing, tiring easily after exercise, and general weakness. Primary care veterinarians often detect signs of a heart problem, such as irregular heart rhythms or sounds, in pets during a physical exam - even those that exhibit no indications of it.\r\n\r\nCardiac disease is diagnosed and evaluated using echocardiography, electrocardiogram, holter monitor, blood pressure measurement, cardiac catheterization, and angiography. With today\'s technology, our cardiologist is able to successfully treat heart problems, allowing pets to live long and happy lives. \r\n\r\nWhile most pets with heart disease can be treated with medications, others may need a surgical procedure. At VSS, our cardiologist collaborates with our surgeons to correct cardiac conditions that do not respond well to medication.\r\n\r\n<a name=\"radiology\"></a>\r\n<h6>RADIOLOGY</h6>\r\nLike conventional radiography, CT (Computed Tomography) uses x-rays to depict the internal structures of the body. Unlike conventional radiology, which takes one picture at a time, a single CT scan generates hundreds of x-ray images. A computer then takes the images and constructs them into highly accurate and detailed renditions of the patient. Despite the large number of images, the total amount of radiation from a CT scan can be less than radiation from a conventional x-ray procedure.\r\n\r\n<a name=\"rehabilitation\"></a>\r\n<h6>REHABILITATION</h6>\r\nPets sometimes experience lingering pain and immobility after an injury or surgical procedure, making physical rehabilitation an essential part of the recovery process. Whether it\'s an older pet with arthritis, or a pet recovering from spinal surgery, studies show rehab speeds recovery and improves strength and mobility. At VSS, our rehabilitation specialists design a program to fit the pet\'s specific needs. Some pets benefit by exercising on our underwater treadmill, others improve by doing in-home exercises taught to them by one of our rehabilitation specialists. \r\n\r\nAfter review of a pet\'s medical history, medications, and lifestyle, the specialists of HEALING PAWS REHABILITATION will examine the pet\'s range of motion and muscle girth, perform a gait analysis, and palpate the injured area. This thorough evaluation is used to create a treatment plan that promotes a pet\'s optimum health. \r\n\r\nYou may contact the rehab specialists directly. Jacquie Welkener: 314-651-8143 or Sherry Bunch: 314-651-8144\r\n\r\n<a name=\"intesivecare\"></a>\r\n<h6>INTENSIVE CARE</h6>\r\nPets sometimes contract diseases and sustain injuries that can be complicated, deteriorate rapidly, and become life-threatening. These animals need continuing care and close monitoring. \r\n\r\nAt VSS, we provide 24-hour critical care services for pets in an intensive care unit (ICU) that is fully equipped with oxygen monitoring, mechanical ventilation, and ECG monitoring. Intravenous fluid therapy, medication, nutritional support, blood transfusions, oxygen supplementation, and pain relief are some of the treatments we provide. A pet\'s vital signs, heart rhythm, blood pressure, oxygen levels, and blood work are routinely monitored by the exceptional team of veterinary technicians and assistants in our ICU. By closely monitoring critically ill pets, we are able to identify potential problems early and alter treatments, if necessary, to improve the pet\'s chance for recovery. The dedicated nursing staff at VSS is committed to maintaining a caring and compassionate environment for pets in our ICU.','Specialty Services','','inherit','open','open','','14-revision-v1','','','2014-09-17 04:02:44','2014-09-17 04:02:44','',14,'http://dev.vssstl.com/index.php/14-revision-v1/',0,'revision','',0),(130,1,'2014-02-12 05:11:43','2014-02-12 05:11:43','Veterinary Specialties Services is a multi-specialty referral-only practice committed to providing advanced veterinary care for pets. Our highly qualified and experienced board certified veterinarians are leaders in their fields. They collaborate with each other and referring veterinarians to provide exceptional care and service in the following areas:\r\n\r\n<a name=\"surgery\"></a>\r\n<h6>SURGERY</h6>\r\nVSS surgeons are able to perform the most complex of surgeries. They can repair fractures and torn ligaments, and they can do total hip replacements. They can also remove cancerous growths, manage extensive or non-healing wounds, and do reconstructive surgery. Our surgeons are trained to repair heart defects, and they operate on pets with spinal injuries and herniated discs. In addition, VSS surgeons perform minimally invasive procedures, such as arthroscopy, thorascopy, and laparoscopy.\r\n\r\nPets that need orthopedic, thoracic, gastrointestinal, oncologic, neurologic, or urologic surgery are frequently referred to VSS. Our surgeons work closely with other VSS specialists to provide the most comprehensive care possible to pets that have undergone such complicated surgeries.\r\n\r\nPreemptive pain management is a priority at VSS. Our veterinary health care team will prescribe pain management treatments that keep pets comfortable before, during, and after surgery.\r\n\r\n<a name=\"emergencycriticalcare\"></a>\r\n<h6>EMERGENCY/CRITICAL CARE</h6>\r\nYour primary care veterinarian can diagnose and treat many health problems and handle routine emergencies, but certain situations may require the assistance of a doctor who has had specialized, intensive training in handling emergency and critical care for you pet. The emergency team at VSS includes the only two board-certified specialists in emergency/critical care in the St. Louis Metropolitan area. Additional members of the team include are doctors who have dedicated their careers to emergency medicine.\r\n\r\nOur emergency/critical care veterinarians and veterinary technicians have been specially trained in the latest procedures and techniques related to the practice of emergency medicine. They routinely treat traumatic injuries (including fractures, bite wounds, burns and lacerations), respiratory emergencies that may require the use of a ventilator, animals in need of blood transfusions, animals that are in shock, and animals with life-threatening neurologic disease, such as coma or severe seizures.\r\n\r\nOur emergency/critical care specialists work with family veterinarians and with the other specialists here at VSS to ensure that every pet gets the medical attention and critical care it needs.\r\n\r\n<a name=\"oncology\"></a>\r\n<h6>ONCOLOGY</h6>\r\nNew advances in veterinary technology and chemotherapy are allowing pets with cancer to live longer with an improved quality of life. When the disease is diagnosed during its early stages, more treatment options are available for the pet. At VSS, we take an innovative and progressive approach as we strive to provide the best possible care for animals with cancer.\r\n\r\nWe utilize advanced diagnostic cancer testing - including ultrasound, CT scans, and biopsy procedures - to identify the type, location, and behavior of a tumor. After collecting this information, our oncology specialist, along with other VSS specialists and the family veterinarian, provide treatment options to the pet owner. These options are tailored to the animal\'s particular cancer and consistent with the owner\'s goals for the pet. \r\n\r\nSome types of cancer are responsive to chemotherapy, which includes oral and injectable medications. Dogs and cats tend to tolerate chemotherapy well and rarely experience side effects. \r\n\r\n<a name=\"internalmedicine\"></a>\r\n<h6>INTERNAL MEDICINE</h6>\r\nA veterinary internist frequently treats complex problems affecting multiple organs in a pet. Our internal medicine department collaborates with other VSS specialty services to provide a comprehensive approach to health care, using sophisticated, state-of-the-art technology. \r\n\r\nOur internal medicine specialist is trained and experienced in endoscopy (including gastroduodenoscopy, colonoscopy, rhinoscopy, and bronchoscopy), bone marrow aspirates, spinal taps, and the diagnosis and treatment of endocrine and infectious diseases.\r\n\r\n<a name=\"endoscopy\"></a>\r\n<h6>ENDOSCOPY</h6>\r\nEndoscopy is a minimally invasive, diagnostic, medical procedure commonly used to evaluate the interior surfaces of an organ.\r\n\r\nIn veterinary medicine, endoscopy is commonly used to perform tissue and organ biopsies, remove foreign objects (particularly in the stomach), or view a pet\'s internal organ. Endoscopy is often indicated when routine blood and urine tests, radiographs, and ultrasounds do not give a complete diagnostic picture. While general anesthesia is required during endoscopy, the procedure is considered much less invasive than traditional surgery. The benefits of endoscopy include shortened anesthetic time, decreased inflammation, less physiologic stress and discomfort, quicker recovery time, and fewer complications.\r\n\r\n<a name=\"cardiology\"></a>\r\n<h6>CARDIOLOGY</h6>\r\nTen percent of dogs and cats are affected by heart disease from birth, and it is estimated that 30 percent of geriatric dogs develop some type of heart issue. Symptoms associated with heart disease include coughing, difficulty breathing, tiring easily after exercise, and general weakness. Primary care veterinarians often detect signs of a heart problem, such as irregular heart rhythms or sounds, in pets during a physical exam - even those that exhibit no indications of it.\r\n\r\nCardiac disease is diagnosed and evaluated using echocardiography, electrocardiogram, holter monitor, blood pressure measurement, cardiac catheterization, and angiography. With today\'s technology, our cardiologist is able to successfully treat heart problems, allowing pets to live long and happy lives. \r\n\r\nWhile most pets with heart disease can be treated with medications, others may need a surgical procedure. At VSS, our cardiologist collaborates with our surgeons to correct cardiac conditions that do not respond well to medication.\r\n\r\n<a name=\"radiology\"></a>\r\n<h6>RADIOLOGY</h6>\r\nLike conventional radiography, CT (Computed Tomography) uses x-rays to depict the internal structures of the body. Unlike conventional radiology, which takes one picture at a time, a single CT scan generates hundreds of x-ray images. A computer then takes the images and constructs them into highly accurate and detailed renditions of the patient. Despite the large number of images, the total amount of radiation from a CT scan can be less than radiation from a conventional x-ray procedure.\r\n\r\n<a name=\"rehabilitation\"></a>\r\n<h6>REHABILITATION</h6>\r\nPets sometimes experience lingering pain and immobility after an injury or surgical procedure, making physical rehabilitation an essential part of the recovery process. Whether it\'s an older pet with arthritis, or a pet recovering from spinal surgery, studies show rehab speeds recovery and improves strength and mobility. At VSS, our rehabilitation specialists design a program to fit the pet\'s specific needs. Some pets benefit by exercising on our underwater treadmill, others improve by doing in-home exercises taught to them by one of our rehabilitation specialists. \r\n\r\nAfter review of a pet\'s medical history, medications, and lifestyle, the specialists of HEALING PAWS REHABILITATION will examine the pet\'s range of motion and muscle girth, perform a gait analysis, and palpate the injured area. This thorough evaluation is used to create a treatment plan that promotes a pet\'s optimum health. \r\n\r\nYou may contact the rehab specialists directly. Jacquie Welkener: 314-651-8143 or Sherry Bunch: 314-651-8144\r\n\r\n<a name=\"intesivecare\"></a>\r\n<h6>INTENSIVE CARE</h6>\r\nPets sometimes contract diseases and sustain injuries that can be complicated, deteriorate rapidly, and become life-threatening. These animals need continuing care and close monitoring. \r\n\r\nAt VSS, we provide 24-hour critical care services for pets in an intensive care unit (ICU) that is fully equipped with oxygen monitoring, mechanical ventilation, and ECG monitoring. Intravenous fluid therapy, medication, nutritional support, blood transfusions, oxygen supplementation, and pain relief are some of the treatments we provide. A pet\'s vital signs, heart rhythm, blood pressure, oxygen levels, and blood work are routinely monitored by the exceptional team of veterinary technicians and assistants in our ICU. By closely monitoring critically ill pets, we are able to identify potential problems early and alter treatments, if necessary, to improve the pet\'s chance for recovery. The dedicated nursing staff at VSS is committed to maintaining a caring and compassionate environment for pets in our ICU.','Specialty Services','','inherit','open','open','','14-revision-v1','','','2014-02-12 05:11:43','2014-02-12 05:11:43','',14,'http://dev.vssstl.com/index.php/14-revision-v1/',0,'revision','',0),(132,1,'2014-02-12 05:15:15','2014-02-12 05:15:15','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n\r\n<h4>SURGERY</h4>\r\nMary Jean Gorse, DVM, MS DIPLOMATE, ACVS\r\nMark A. Anderson, DVM, MS DIPLOMATE, ACVS\r\nDavida Rausch, DVM, DIPLOMATE, ACVS\r\nThomas Coletti, DVM, Practice Limited to Surgery\r\nW. Wesley Kimberlin, DVM, SURGICAL RESIDENT\r\n\r\n<h4>NEUROLOGY/NEUROSURGERY</h4>\r\nFred Wininger, VMD, MS DIPLOMATE ACVIM (neurology)\r\nMissy Carpentier, DVM, RESIDENT\r\n\r\n<h4>ONCOLOGY</h4>\r\nJoanne C. Graham, DVM, MS DIPLOMATE, ACVIM\r\nBonnie E. Smith, DVM, DIPLOMATE, ACVIM\r\n\r\n<h4>INTERNAL MEDICINE</h4>\r\nKelly Gingerich, DVM, MS DIPLOMATE, ACVIM\r\nDonna S. Vicini, DVM, MS DIPLOMATE, ACVIM\r\n\r\n<h4>CARDIOLOGY</h4>\r\nH. Cecilia Marshall, DVM DIPLOMATE, ACVIM\r\n\r\n<h4>EMERGENCY/CRITICAL CARE</h4>\r\nMichael H. Karagiannis, DVM DIPLOMATE, ACVECC\r\nRebecca J. Greer, DVM, MS DIPLOMATE, ACVECC\r\nTimothy Koors, DVM, Practice Limited to Emergency and Critical Care\r\nM. Ryan Smith, DVM, RESIDENT\r\nKristen Dellacamera, DVM\r\nShannon Broyles, DVM\r\nEmily Leonard, DVM\r\nJennifer M. Eisele, DVM\r\nDavid Nichols, DVM\r\n\r\n<h4>RADIOLOGY</h4>\r\nKristen O\'Dell-Anderson, DVM, MS DIPLOMATE, ACVR','Our Doctors','','inherit','open','open','','18-revision-v1','','','2014-02-12 05:15:15','2014-02-12 05:15:15','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(134,1,'2014-02-20 03:02:40','2014-02-20 03:02:40','[soliloquy id=\"112\"]\r\n\r\n<div id=\"BelowHomeSlider\">\r\n<div id=\"MainCallout\">\r\n<p class=\"main\">Veterinary Specialty Services is a <span class=\"highlight\">multi-specialty referral-only practice</span> and <span class=\"highlight\">after-hours emergency facility</span> committed to providing advanced veterinary care for pets.</p>\r\nOur highly qualified and experienced board certified specialists work in collaboration with primary care veterinarians throughout Missouri and its surrounding states to diagnose and treat complex, challenging, and often life-threatening pet health problems.\r\n</div>\r\n<div id=\"FirstVisit\" class=\"homepageSnipit\">\r\n<h3>First Visit</h3>\r\n</div>\r\n<div id=\"ReferringVets\" class=\"homepageSnipit\">\r\n<h3>Referring Vets</h3>\r\n</div>\r\n</div>','','','inherit','open','open','','26-revision-v1','','','2014-02-20 03:02:40','2014-02-20 03:02:40','',26,'http://dev.vssstl.com/index.php/26-revision-v1/',0,'revision','',0),(135,1,'2014-02-20 03:03:01','2014-02-20 03:03:01','[soliloquy id=\"112\"]\r\n\r\n<div id=\"BelowHomeSlider\">\r\n<div id=\"MainCallout\">\r\n<p class=\"main\">Veterinary Specialty Services is a <span class=\"highlight\">multi-specialty referral-only practice</span> and <span class=\"highlight\">after-hours emergency facility</span> committed to providing advanced veterinary care for pets.</p>\r\nOur highly qualified and experienced board certified specialists work in collaboration with primary care veterinarians throughout Missouri and its surrounding states to diagnose and treat complex, challenging, and often life-threatening pet health problems.\r\n</div>\r\n<div id=\"FirstVisit\" class=\"homepageSnipit\">\r\n<h4>First Visit</h4>\r\n</div>\r\n<div id=\"ReferringVets\" class=\"homepageSnipit\">\r\n<h4>Referring Vets</h4>\r\n</div>\r\n</div>','','','inherit','open','open','','26-revision-v1','','','2014-02-20 03:03:01','2014-02-20 03:03:01','',26,'http://dev.vssstl.com/index.php/26-revision-v1/',0,'revision','',0),(136,1,'2014-02-20 03:03:25','2014-02-20 03:03:25','[soliloquy id=\"112\"]\r\n\r\n<div id=\"BelowHomeSlider\">\r\n<div id=\"MainCallout\">\r\n<p class=\"main\">Veterinary Specialty Services is a <span class=\"highlight\">multi-specialty referral-only practice</span> and <span class=\"highlight\">after-hours emergency facility</span> committed to providing advanced veterinary care for pets.</p>\r\nOur highly qualified and experienced board certified specialists work in collaboration with primary care veterinarians throughout Missouri and its surrounding states to diagnose and treat complex, challenging, and often life-threatening pet health problems.\r\n</div>\r\n<div id=\"FirstVisit\" class=\"homepageSnipit\">\r\n<h3>First Visit</h3>\r\n</div>\r\n<div id=\"ReferringVets\" class=\"homepageSnipit\">\r\n<h3>Referring Vets</h3>\r\n</div>\r\n</div>','','','inherit','open','open','','26-revision-v1','','','2014-02-20 03:03:25','2014-02-20 03:03:25','',26,'http://dev.vssstl.com/index.php/26-revision-v1/',0,'revision','',0),(137,1,'2014-02-20 03:06:32','2014-02-20 03:06:32','[soliloquy id=\"112\"]\r\n\r\n<div id=\"BelowHomeSlider\">\r\n<div id=\"MainCallout\" class=\"homepageSnipit\">\r\n<p class=\"main\">Veterinary Specialty Services is a <span class=\"highlight\">multi-specialty referral-only practice</span> and <span class=\"highlight\">after-hours emergency facility</span> committed to providing advanced veterinary care for pets.</p>\r\nOur highly qualified and experienced board certified specialists work in collaboration with primary care veterinarians throughout Missouri and its surrounding states to diagnose and treat complex, challenging, and often life-threatening pet health problems.\r\n</div>\r\n<div id=\"FirstVisit\" class=\"homepageSnipit\">\r\n<h3>First Visit</h3>\r\n</div>\r\n<div id=\"ReferringVets\" class=\"homepageSnipit\">\r\n<h3>Referring Vets</h3>\r\n</div>\r\n</div>','','','inherit','open','open','','26-revision-v1','','','2014-02-20 03:06:32','2014-02-20 03:06:32','',26,'http://dev.vssstl.com/index.php/26-revision-v1/',0,'revision','',0),(138,1,'2014-02-20 03:09:19','2014-02-20 03:09:19','[soliloquy id=\"112\"]\r\n\r\n<div id=\"BelowHomeSlider\">\r\n<div id=\"MainCallout\" class=\"homepageSnipit\">\r\n<p class=\"main\">Veterinary Specialty Services is a <span class=\"highlight\">multi-specialty referral-only practice</span> and <span class=\"highlight\">after-hours emergency facility</span> committed to providing advanced veterinary care for pets.</p>\r\nOur highly qualified and experienced board certified specialists work in collaboration with primary care veterinarians throughout Missouri and its surrounding states to diagnose and treat complex, challenging, and often life-threatening pet health problems.\r\n</div>\r\n<div id=\"FirstVisit\" class=\"homepageSnipit smallCallout\">\r\n<h3>First Visit</h3>\r\n</div>\r\n<div id=\"ReferringVets\" class=\"homepageSnipit smallCallout\">\r\n<h3>Referring Vets</h3>\r\n</div>\r\n</div>','','','inherit','open','open','','26-revision-v1','','','2014-02-20 03:09:19','2014-02-20 03:09:19','',26,'http://dev.vssstl.com/index.php/26-revision-v1/',0,'revision','',0),(139,1,'2014-02-20 03:40:01','2014-02-20 03:40:01','[soliloquy id=\"112\"]\r\n\r\n<div id=\"BelowHomeSlider\">\r\n<div id=\"MainCallout\" class=\"homepageSnipit\">\r\n<p class=\"main\">Veterinary Specialty Services is a <span class=\"highlight\">multi-specialty referral-only practice</span> and <span class=\"highlight\">after-hours emergency facility</span> committed to providing advanced veterinary care for pets.</p>\r\nOur highly qualified and experienced board certified specialists work in collaboration with primary care veterinarians throughout Missouri and its surrounding states to diagnose and treat complex, challenging, and often life-threatening pet health problems.\r\n</div>\r\n<div id=\"FirstVisit\" class=\"homepageSnipit smallCallout\">\r\n<h3>First Visit</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nec massa nunc, quis ultrices lacus.</p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nec massa nunc, quis ultrices lacus.</p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nec massa nunc, quis ultrices lacus.</p>\r\n</div>\r\n<div id=\"ReferringVets\" class=\"homepageSnipit smallCallout\">\r\n<h3>Referring Vets</h3>\r\n</div>\r\n</div>','','','inherit','open','open','','26-revision-v1','','','2014-02-20 03:40:01','2014-02-20 03:40:01','',26,'http://dev.vssstl.com/index.php/26-revision-v1/',0,'revision','',0),(140,1,'2014-02-20 04:38:15','2014-02-20 04:38:15','[soliloquy id=\"112\"]\r\n\r\n<div id=\"BelowHomeSlider\">\r\n<div id=\"MainCallout\" class=\"homepageSnipit\">\r\n<p class=\"main\">Veterinary Specialty Services is a <span class=\"highlight\">multi-specialty referral-only practice</span> and <span class=\"highlight\">after-hours emergency facility</span> committed to providing advanced veterinary care for pets.</p>\r\nOur highly qualified and experienced board certified specialists work in collaboration with primary care veterinarians throughout Missouri and its surrounding states to diagnose and treat complex, challenging, and often life-threatening pet health problems.\r\n</div>\r\n<div id=\"FirstVisit\" class=\"homepageSnipit smallCallout\">\r\n<h3>First Visit</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nec massa nunc, quis ultrices lacus.</p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nec massa nunc, quis ultrices lacus.</p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nec massa nunc, quis ultrices lacus.</p>\r\n</div>\r\n<div id=\"ReferringVets\" class=\"homepageSnipit smallCallout\">\r\n<h3>Referring Vets</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nec massa nunc, quis ultrices lacus.</p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nec massa nunc, quis ultrices lacus.</p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nec massa nunc, quis ultrices lacus.</p>\r\n</div>\r\n</div>','','','inherit','open','open','','26-revision-v1','','','2014-02-20 04:38:15','2014-02-20 04:38:15','',26,'http://dev.vssstl.com/index.php/26-revision-v1/',0,'revision','',0),(142,1,'2014-02-21 02:38:00','2014-02-21 02:38:00','','doctorPhoto','','inherit','open','open','','doctorphoto','','','2014-02-21 02:38:00','2014-02-21 02:38:00','',18,'http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg',0,'attachment','image/jpeg',0),(153,1,'2014-02-21 03:35:41','2014-02-21 03:35:41','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4>SURGERY</h4>\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"doctorPhoto\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p>Mary Jean Gorse<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2014-02-21 03:35:41','2014-02-21 03:35:41','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(145,1,'2014-02-21 02:44:36','2014-02-21 02:44:36','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n\r\n<h4>SURGERY</h4>\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"doctorPhoto\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /></div>\r\nMary Jean Gorse, DVM, MS DIPLOMATE, ACVS\r\n<div class=\"drProfile\">Mary Jean Gorse<br />DVM, MS DIPLOMATE, ACVS<br /><br />BOARD CERTIFICATION<br />American College of Veterinary Surgeons<br /><br />VETERINARY COLLEGE<br />Virginia-Maryland Regional<br /><br />INTERNSHIP<br />Oklahoma State University<br /><br />RESIDENCY<br />University of Georgia<br /><br />ADVANCE DEGREE<br />Master of Science: University of Georgia<br /><br />PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality<br />Services in 1994, Dr. Gorse was in surgical<br />referral practices in Dearboarn Heights,<br />Michigan and in Bridgeton, Missouri.</div>\r\n</div>\r\n\r\nMark A. Anderson, DVM, MS DIPLOMATE, ACVS\r\nDavida Rausch, DVM, DIPLOMATE, ACVS\r\nThomas Coletti, DVM, Practice Limited to Surgery\r\nW. Wesley Kimberlin, DVM, SURGICAL RESIDENT\r\n\r\n<h4>NEUROLOGY/NEUROSURGERY</h4>\r\nFred Wininger, VMD, MS DIPLOMATE ACVIM (neurology)\r\nMissy Carpentier, DVM, RESIDENT\r\n\r\n<h4>ONCOLOGY</h4>\r\nJoanne C. Graham, DVM, MS DIPLOMATE, ACVIM\r\nBonnie E. Smith, DVM, DIPLOMATE, ACVIM\r\n\r\n<h4>INTERNAL MEDICINE</h4>\r\nKelly Gingerich, DVM, MS DIPLOMATE, ACVIM\r\nDonna S. Vicini, DVM, MS DIPLOMATE, ACVIM\r\n\r\n<h4>CARDIOLOGY</h4>\r\nH. Cecilia Marshall, DVM DIPLOMATE, ACVIM\r\n\r\n<h4>EMERGENCY/CRITICAL CARE</h4>\r\nMichael H. Karagiannis, DVM DIPLOMATE, ACVECC\r\nRebecca J. Greer, DVM, MS DIPLOMATE, ACVECC\r\nTimothy Koors, DVM, Practice Limited to Emergency and Critical Care\r\nM. Ryan Smith, DVM, RESIDENT\r\nKristen Dellacamera, DVM\r\nShannon Broyles, DVM\r\nEmily Leonard, DVM\r\nJennifer M. Eisele, DVM\r\nDavid Nichols, DVM\r\n\r\n<h4>RADIOLOGY</h4>\r\nKristen O\'Dell-Anderson, DVM, MS DIPLOMATE, ACVR','Our Doctors','','inherit','open','open','','18-revision-v1','','','2014-02-21 02:44:36','2014-02-21 02:44:36','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(143,1,'2014-02-21 02:41:42','2014-02-21 02:41:42','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n\r\n<h4>SURGERY</h4>\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"doctorPhoto\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /></div>\r\nMary Jean Gorse, DVM, MS DIPLOMATE, ACVS\r\n<div class=\"drProfile\">\r\nMary Jean Gorse<br />\r\nDVM, MS DIPLOMATE, ACVS<br />\r\n<br />\r\nBOARD CERTIFICATION<br />\r\nAmerican College of Veterinary Surgeons<br />\r\n<br />\r\nVETERINARY COLLEGE<br />\r\nVirginia-Maryland Regional<br />\r\n<br />\r\nINTERNSHIP<br />\r\nOklahoma State University<br />\r\n<br />\r\nRESIDENCY<br />\r\nUniversity of Georgia<br />\r\n<br />\r\nADVANCE DEGREE<br />\r\nMaster of Science: University of Georgia<br />\r\n<br />\r\nPROFESSIONAL EXPERIENCE<br />\r\nBefore founding Veterinary Speciality<br />\r\nServices in 1994, Dr. Gorse was in surgical<br />\r\nreferral practices in Dearboarn Heights,<br />\r\nMichigan and in Bridgeton, Missouri.</div>\r\n</div>\r\n\r\nMark A. Anderson, DVM, MS DIPLOMATE, ACVS\r\nDavida Rausch, DVM, DIPLOMATE, ACVS\r\nThomas Coletti, DVM, Practice Limited to Surgery\r\nW. Wesley Kimberlin, DVM, SURGICAL RESIDENT\r\n\r\n<h4>NEUROLOGY/NEUROSURGERY</h4>\r\nFred Wininger, VMD, MS DIPLOMATE ACVIM (neurology)\r\nMissy Carpentier, DVM, RESIDENT\r\n\r\n<h4>ONCOLOGY</h4>\r\nJoanne C. Graham, DVM, MS DIPLOMATE, ACVIM\r\nBonnie E. Smith, DVM, DIPLOMATE, ACVIM\r\n\r\n<h4>INTERNAL MEDICINE</h4>\r\nKelly Gingerich, DVM, MS DIPLOMATE, ACVIM\r\nDonna S. Vicini, DVM, MS DIPLOMATE, ACVIM\r\n\r\n<h4>CARDIOLOGY</h4>\r\nH. Cecilia Marshall, DVM DIPLOMATE, ACVIM\r\n\r\n<h4>EMERGENCY/CRITICAL CARE</h4>\r\nMichael H. Karagiannis, DVM DIPLOMATE, ACVECC\r\nRebecca J. Greer, DVM, MS DIPLOMATE, ACVECC\r\nTimothy Koors, DVM, Practice Limited to Emergency and Critical Care\r\nM. Ryan Smith, DVM, RESIDENT\r\nKristen Dellacamera, DVM\r\nShannon Broyles, DVM\r\nEmily Leonard, DVM\r\nJennifer M. Eisele, DVM\r\nDavid Nichols, DVM\r\n\r\n<h4>RADIOLOGY</h4>\r\nKristen O\'Dell-Anderson, DVM, MS DIPLOMATE, ACVR','Our Doctors','','inherit','open','open','','18-revision-v1','','','2014-02-21 02:41:42','2014-02-21 02:41:42','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(144,1,'2014-02-21 02:43:38','2014-02-21 02:43:38','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n\r\n<h4>SURGERY</h4>\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"doctorPhoto\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /></div>\r\nMary Jean Gorse, DVM, MS DIPLOMATE, ACVS\r\n<div class=\"drProfile\">\r\nMary Jean Gorse<br />DVM, MS DIPLOMATE, ACVS<br />\r\n<br />BOARD CERTIFICATION<br />American College of Veterinary Surgeons<br />\r\n<br />VETERINARY COLLEGE<br />Virginia-Maryland Regional<br />\r\n<br />INTERNSHIP<br />Oklahoma State University<br />\r\n<br />RESIDENCY<br />University of Georgia<br />\r\n<br />ADVANCE DEGREE<br />Master of Science: University of Georgia<br />\r\n<br />PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality<br />Services in 1994, Dr. Gorse was in surgical<br />referral practices in Dearboarn Heights,<br />Michigan and in Bridgeton, Missouri.</div>\r\n</div>\r\n\r\nMark A. Anderson, DVM, MS DIPLOMATE, ACVS\r\nDavida Rausch, DVM, DIPLOMATE, ACVS\r\nThomas Coletti, DVM, Practice Limited to Surgery\r\nW. Wesley Kimberlin, DVM, SURGICAL RESIDENT\r\n\r\n<h4>NEUROLOGY/NEUROSURGERY</h4>\r\nFred Wininger, VMD, MS DIPLOMATE ACVIM (neurology)\r\nMissy Carpentier, DVM, RESIDENT\r\n\r\n<h4>ONCOLOGY</h4>\r\nJoanne C. Graham, DVM, MS DIPLOMATE, ACVIM\r\nBonnie E. Smith, DVM, DIPLOMATE, ACVIM\r\n\r\n<h4>INTERNAL MEDICINE</h4>\r\nKelly Gingerich, DVM, MS DIPLOMATE, ACVIM\r\nDonna S. Vicini, DVM, MS DIPLOMATE, ACVIM\r\n\r\n<h4>CARDIOLOGY</h4>\r\nH. Cecilia Marshall, DVM DIPLOMATE, ACVIM\r\n\r\n<h4>EMERGENCY/CRITICAL CARE</h4>\r\nMichael H. Karagiannis, DVM DIPLOMATE, ACVECC\r\nRebecca J. Greer, DVM, MS DIPLOMATE, ACVECC\r\nTimothy Koors, DVM, Practice Limited to Emergency and Critical Care\r\nM. Ryan Smith, DVM, RESIDENT\r\nKristen Dellacamera, DVM\r\nShannon Broyles, DVM\r\nEmily Leonard, DVM\r\nJennifer M. Eisele, DVM\r\nDavid Nichols, DVM\r\n\r\n<h4>RADIOLOGY</h4>\r\nKristen O\'Dell-Anderson, DVM, MS DIPLOMATE, ACVR','Our Doctors','','inherit','open','open','','18-revision-v1','','','2014-02-21 02:43:38','2014-02-21 02:43:38','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(146,1,'2014-02-21 02:45:58','2014-02-21 02:45:58','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n\r\n<h4>SURGERY</h4>\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"doctorPhoto\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /></div>\r\nMary Jean Gorse, DVM, MS DIPLOMATE, ACVS\r\n<div class=\"drProfile\">\r\n<p>Mary Jean Gorse<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality<br />Services in 1994, Dr. Gorse was in surgical<br />referral practices in Dearboarn Heights,<br />Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n\r\nMark A. Anderson, DVM, MS DIPLOMATE, ACVS\r\nDavida Rausch, DVM, DIPLOMATE, ACVS\r\nThomas Coletti, DVM, Practice Limited to Surgery\r\nW. Wesley Kimberlin, DVM, SURGICAL RESIDENT\r\n\r\n<h4>NEUROLOGY/NEUROSURGERY</h4>\r\nFred Wininger, VMD, MS DIPLOMATE ACVIM (neurology)\r\nMissy Carpentier, DVM, RESIDENT\r\n\r\n<h4>ONCOLOGY</h4>\r\nJoanne C. Graham, DVM, MS DIPLOMATE, ACVIM\r\nBonnie E. Smith, DVM, DIPLOMATE, ACVIM\r\n\r\n<h4>INTERNAL MEDICINE</h4>\r\nKelly Gingerich, DVM, MS DIPLOMATE, ACVIM\r\nDonna S. Vicini, DVM, MS DIPLOMATE, ACVIM\r\n\r\n<h4>CARDIOLOGY</h4>\r\nH. Cecilia Marshall, DVM DIPLOMATE, ACVIM\r\n\r\n<h4>EMERGENCY/CRITICAL CARE</h4>\r\nMichael H. Karagiannis, DVM DIPLOMATE, ACVECC\r\nRebecca J. Greer, DVM, MS DIPLOMATE, ACVECC\r\nTimothy Koors, DVM, Practice Limited to Emergency and Critical Care\r\nM. Ryan Smith, DVM, RESIDENT\r\nKristen Dellacamera, DVM\r\nShannon Broyles, DVM\r\nEmily Leonard, DVM\r\nJennifer M. Eisele, DVM\r\nDavid Nichols, DVM\r\n\r\n<h4>RADIOLOGY</h4>\r\nKristen O\'Dell-Anderson, DVM, MS DIPLOMATE, ACVR','Our Doctors','','inherit','open','open','','18-revision-v1','','','2014-02-21 02:45:58','2014-02-21 02:45:58','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(147,1,'2014-02-21 02:46:37','2014-02-21 02:46:37','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n\r\n<h4>SURGERY</h4>\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"doctorPhoto\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /></div>\r\n<p class=\"drName\">Mary Jean Gorse, DVM, MS DIPLOMATE, ACVS</p>\r\n<div class=\"drProfile\">\r\n<p>Mary Jean Gorse<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality<br />Services in 1994, Dr. Gorse was in surgical<br />referral practices in Dearboarn Heights,<br />Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n\r\nMark A. Anderson, DVM, MS DIPLOMATE, ACVS\r\nDavida Rausch, DVM, DIPLOMATE, ACVS\r\nThomas Coletti, DVM, Practice Limited to Surgery\r\nW. Wesley Kimberlin, DVM, SURGICAL RESIDENT\r\n\r\n<h4>NEUROLOGY/NEUROSURGERY</h4>\r\nFred Wininger, VMD, MS DIPLOMATE ACVIM (neurology)\r\nMissy Carpentier, DVM, RESIDENT\r\n\r\n<h4>ONCOLOGY</h4>\r\nJoanne C. Graham, DVM, MS DIPLOMATE, ACVIM\r\nBonnie E. Smith, DVM, DIPLOMATE, ACVIM\r\n\r\n<h4>INTERNAL MEDICINE</h4>\r\nKelly Gingerich, DVM, MS DIPLOMATE, ACVIM\r\nDonna S. Vicini, DVM, MS DIPLOMATE, ACVIM\r\n\r\n<h4>CARDIOLOGY</h4>\r\nH. Cecilia Marshall, DVM DIPLOMATE, ACVIM\r\n\r\n<h4>EMERGENCY/CRITICAL CARE</h4>\r\nMichael H. Karagiannis, DVM DIPLOMATE, ACVECC\r\nRebecca J. Greer, DVM, MS DIPLOMATE, ACVECC\r\nTimothy Koors, DVM, Practice Limited to Emergency and Critical Care\r\nM. Ryan Smith, DVM, RESIDENT\r\nKristen Dellacamera, DVM\r\nShannon Broyles, DVM\r\nEmily Leonard, DVM\r\nJennifer M. Eisele, DVM\r\nDavid Nichols, DVM\r\n\r\n<h4>RADIOLOGY</h4>\r\nKristen O\'Dell-Anderson, DVM, MS DIPLOMATE, ACVR','Our Doctors','','inherit','open','open','','18-revision-v1','','','2014-02-21 02:46:37','2014-02-21 02:46:37','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(148,1,'2014-02-21 02:49:50','2014-02-21 02:49:50','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4>SURGERY</h4>\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"doctorPhoto\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /></div>\r\n<p class=\"drName\">Mary Jean Gorse, DVM, MS DIPLOMATE, ACVS</p>\r\n<div class=\"drProfile\">\r\n<p>Mary Jean Gorse<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality<br />Services in 1994, Dr. Gorse was in surgical<br />referral practices in Dearboarn Heights,<br />Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n\r\nMark A. Anderson, DVM, MS DIPLOMATE, ACVS\r\nDavida Rausch, DVM, DIPLOMATE, ACVS\r\nThomas Coletti, DVM, Practice Limited to Surgery\r\nW. Wesley Kimberlin, DVM, SURGICAL RESIDENT\r\n\r\n<h4>NEUROLOGY/NEUROSURGERY</h4>\r\nFred Wininger, VMD, MS DIPLOMATE ACVIM (neurology)\r\nMissy Carpentier, DVM, RESIDENT\r\n\r\n<h4>ONCOLOGY</h4>\r\nJoanne C. Graham, DVM, MS DIPLOMATE, ACVIM\r\nBonnie E. Smith, DVM, DIPLOMATE, ACVIM\r\n\r\n<h4>INTERNAL MEDICINE</h4>\r\nKelly Gingerich, DVM, MS DIPLOMATE, ACVIM\r\nDonna S. Vicini, DVM, MS DIPLOMATE, ACVIM\r\n\r\n<h4>CARDIOLOGY</h4>\r\nH. Cecilia Marshall, DVM DIPLOMATE, ACVIM\r\n\r\n<h4>EMERGENCY/CRITICAL CARE</h4>\r\nMichael H. Karagiannis, DVM DIPLOMATE, ACVECC\r\nRebecca J. Greer, DVM, MS DIPLOMATE, ACVECC\r\nTimothy Koors, DVM, Practice Limited to Emergency and Critical Care\r\nM. Ryan Smith, DVM, RESIDENT\r\nKristen Dellacamera, DVM\r\nShannon Broyles, DVM\r\nEmily Leonard, DVM\r\nJennifer M. Eisele, DVM\r\nDavid Nichols, DVM\r\n\r\n<h4>RADIOLOGY</h4>\r\nKristen O\'Dell-Anderson, DVM, MS DIPLOMATE, ACVR\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2014-02-21 02:49:50','2014-02-21 02:49:50','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(150,1,'2014-02-21 02:59:02','2014-02-21 02:59:02','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4>SURGERY</h4>\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"doctorPhoto\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse, DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p>Mary Jean Gorse<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality<br />Services in 1994, Dr. Gorse was in surgical<br />referral practices in Dearboarn Heights,<br />Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n\r\nMark A. Anderson, DVM, MS DIPLOMATE, ACVS\r\nDavida Rausch, DVM, DIPLOMATE, ACVS\r\nThomas Coletti, DVM, Practice Limited to Surgery\r\nW. Wesley Kimberlin, DVM, SURGICAL RESIDENT\r\n\r\n<h4>NEUROLOGY/NEUROSURGERY</h4>\r\nFred Wininger, VMD, MS DIPLOMATE ACVIM (neurology)\r\nMissy Carpentier, DVM, RESIDENT\r\n\r\n<h4>ONCOLOGY</h4>\r\nJoanne C. Graham, DVM, MS DIPLOMATE, ACVIM\r\nBonnie E. Smith, DVM, DIPLOMATE, ACVIM\r\n\r\n<h4>INTERNAL MEDICINE</h4>\r\nKelly Gingerich, DVM, MS DIPLOMATE, ACVIM\r\nDonna S. Vicini, DVM, MS DIPLOMATE, ACVIM\r\n\r\n<h4>CARDIOLOGY</h4>\r\nH. Cecilia Marshall, DVM DIPLOMATE, ACVIM\r\n\r\n<h4>EMERGENCY/CRITICAL CARE</h4>\r\nMichael H. Karagiannis, DVM DIPLOMATE, ACVECC\r\nRebecca J. Greer, DVM, MS DIPLOMATE, ACVECC\r\nTimothy Koors, DVM, Practice Limited to Emergency and Critical Care\r\nM. Ryan Smith, DVM, RESIDENT\r\nKristen Dellacamera, DVM\r\nShannon Broyles, DVM\r\nEmily Leonard, DVM\r\nJennifer M. Eisele, DVM\r\nDavid Nichols, DVM\r\n\r\n<h4>RADIOLOGY</h4>\r\nKristen O\'Dell-Anderson, DVM, MS DIPLOMATE, ACVR\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2014-02-21 02:59:02','2014-02-21 02:59:02','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(149,1,'2014-02-21 02:52:23','2014-02-21 02:52:23','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4>SURGERY</h4>\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"doctorPhoto\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" />\r\n<p class=\"drName\">Mary Jean Gorse, DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p>Mary Jean Gorse<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality<br />Services in 1994, Dr. Gorse was in surgical<br />referral practices in Dearboarn Heights,<br />Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n\r\nMark A. Anderson, DVM, MS DIPLOMATE, ACVS\r\nDavida Rausch, DVM, DIPLOMATE, ACVS\r\nThomas Coletti, DVM, Practice Limited to Surgery\r\nW. Wesley Kimberlin, DVM, SURGICAL RESIDENT\r\n\r\n<h4>NEUROLOGY/NEUROSURGERY</h4>\r\nFred Wininger, VMD, MS DIPLOMATE ACVIM (neurology)\r\nMissy Carpentier, DVM, RESIDENT\r\n\r\n<h4>ONCOLOGY</h4>\r\nJoanne C. Graham, DVM, MS DIPLOMATE, ACVIM\r\nBonnie E. Smith, DVM, DIPLOMATE, ACVIM\r\n\r\n<h4>INTERNAL MEDICINE</h4>\r\nKelly Gingerich, DVM, MS DIPLOMATE, ACVIM\r\nDonna S. Vicini, DVM, MS DIPLOMATE, ACVIM\r\n\r\n<h4>CARDIOLOGY</h4>\r\nH. Cecilia Marshall, DVM DIPLOMATE, ACVIM\r\n\r\n<h4>EMERGENCY/CRITICAL CARE</h4>\r\nMichael H. Karagiannis, DVM DIPLOMATE, ACVECC\r\nRebecca J. Greer, DVM, MS DIPLOMATE, ACVECC\r\nTimothy Koors, DVM, Practice Limited to Emergency and Critical Care\r\nM. Ryan Smith, DVM, RESIDENT\r\nKristen Dellacamera, DVM\r\nShannon Broyles, DVM\r\nEmily Leonard, DVM\r\nJennifer M. Eisele, DVM\r\nDavid Nichols, DVM\r\n\r\n<h4>RADIOLOGY</h4>\r\nKristen O\'Dell-Anderson, DVM, MS DIPLOMATE, ACVR\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2014-02-21 02:52:23','2014-02-21 02:52:23','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(152,1,'2014-02-21 03:21:36','2014-02-21 03:21:36','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4>SURGERY</h4>\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"doctorPhoto\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p>Mary Jean Gorse<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality<br />Services in 1994, Dr. Gorse was in surgical<br />referral practices in Dearboarn Heights,<br />Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2014-02-21 03:21:36','2014-02-21 03:21:36','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(151,1,'2014-02-21 03:06:31','2014-02-21 03:06:31','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4>SURGERY</h4>\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"doctorPhoto\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p>Mary Jean Gorse<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality<br />Services in 1994, Dr. Gorse was in surgical<br />referral practices in Dearboarn Heights,<br />Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n\r\nMark A. Anderson, DVM, MS DIPLOMATE, ACVS\r\nDavida Rausch, DVM, DIPLOMATE, ACVS\r\nThomas Coletti, DVM, Practice Limited to Surgery\r\nW. Wesley Kimberlin, DVM, SURGICAL RESIDENT\r\n\r\n<h4>NEUROLOGY/NEUROSURGERY</h4>\r\nFred Wininger, VMD, MS DIPLOMATE ACVIM (neurology)\r\nMissy Carpentier, DVM, RESIDENT\r\n\r\n<h4>ONCOLOGY</h4>\r\nJoanne C. Graham, DVM, MS DIPLOMATE, ACVIM\r\nBonnie E. Smith, DVM, DIPLOMATE, ACVIM\r\n\r\n<h4>INTERNAL MEDICINE</h4>\r\nKelly Gingerich, DVM, MS DIPLOMATE, ACVIM\r\nDonna S. Vicini, DVM, MS DIPLOMATE, ACVIM\r\n\r\n<h4>CARDIOLOGY</h4>\r\nH. Cecilia Marshall, DVM DIPLOMATE, ACVIM\r\n\r\n<h4>EMERGENCY/CRITICAL CARE</h4>\r\nMichael H. Karagiannis, DVM DIPLOMATE, ACVECC\r\nRebecca J. Greer, DVM, MS DIPLOMATE, ACVECC\r\nTimothy Koors, DVM, Practice Limited to Emergency and Critical Care\r\nM. Ryan Smith, DVM, RESIDENT\r\nKristen Dellacamera, DVM\r\nShannon Broyles, DVM\r\nEmily Leonard, DVM\r\nJennifer M. Eisele, DVM\r\nDavid Nichols, DVM\r\n\r\n<h4>RADIOLOGY</h4>\r\nKristen O\'Dell-Anderson, DVM, MS DIPLOMATE, ACVR\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2014-02-21 03:06:31','2014-02-21 03:06:31','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(154,1,'2014-02-21 03:52:12','2014-02-21 03:52:12','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4>SURGERY</h4>\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p>Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p>Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2014-02-21 03:52:12','2014-02-21 03:52:12','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(155,1,'2014-02-21 03:54:24','2014-02-21 03:54:24','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4>SURGERY</h4>\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2014-02-21 03:54:24','2014-02-21 03:54:24','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(156,1,'2014-02-21 04:18:26','2014-02-21 04:18:26','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4>SURGERY</h4>\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\r\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p>\r\n</div>\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p>\r\n</div>\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n</div>\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2014-02-21 04:18:26','2014-02-21 04:18:26','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(157,1,'2014-02-21 04:20:22','2014-02-21 04:20:22','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4>SURGERY</h4>\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\r\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p></div>\r\n</div>\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2014-02-21 04:20:22','2014-02-21 04:20:22','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(158,1,'2014-02-21 04:34:56','2014-02-21 04:34:56','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4>SURGERY</h4>\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n</div>\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n</div>\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\r\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p></div>\r\n</div>\r\n</div>\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p></div>\r\n</div>\r\n</div>\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p></div>\r\n</div>\r\n</div>\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2014-02-21 04:34:56','2014-02-21 04:34:56','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(159,1,'2014-02-21 04:57:40','2014-02-21 04:57:40','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4>SURGERY</h4>\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\r\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p></div>\r\n</div>\r\n</div>\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p></div>\r\n</div>\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2014-02-21 04:57:40','2014-02-21 04:57:40','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(160,1,'2014-02-21 05:02:06','2014-02-21 05:02:06','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4>SURGERY</h4>\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\r\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p></div>\r\n</div>\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2014-02-21 05:02:06','2014-02-21 05:02:06','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(161,1,'2014-02-25 02:48:13','2014-02-25 02:48:13','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4>SURGERY</h4>\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\r\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p></div>\r\n</div>\r\n<h4>NEUROLOGY/NEUROSURGERY</h4>\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Fred Wininger\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Fred Wininger,<br />VMD, MS DIPLOMATE ACVIM (neurology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Fred Wininger,<br />VMD, MS DIPLOMATE ACVIM (neurology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Pennsylvania</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />University of Georgia</p>\r\n<p>RESIDENCY<br />Washington State University</p>\r\n<p>ADVANCED DEGREE<br />Washington State University</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following residency, Dr. Wininger joined the faculty at the University of Missouri and served as the attending neurosurgical clinician at the Veterinary Medical Teaching Hospital. He maintains an adjunct professor role at MU and remains an active member of the research and teaching program.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Missy Carpentier\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Ross University School of Veterinary Medicine, St. Kitts, West Indies</p>\r\n<p>ROTATING INTERNSHIP: SMALL ANIMAL MEDICINE<br />VCA Veterinary Referral and Emergency Center and VCA Shoreline Veterinary Referral and Emergency Center in Connecticut</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Carpentier worked as an Associate Veterinarian at a mixed animal hospital in northern Minnesota. After completing her internship, she became the post-doctorate fellow in the Comparative Neurology Program at the University of Missouri, College of Veterinary Medicine.</p></div>\r\n</div>\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2014-02-25 02:48:13','2014-02-25 02:48:13','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(163,1,'2014-02-25 03:20:48','2014-02-25 03:20:48','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4>SURGERY</h4>\r\n<!---- Mary Jean Gorse ---->\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<!---- Mark Anderson ---->\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n<!---- Davida Rausch ---->\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\r\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p></div>\r\n</div>\r\n<!---- Thomas Coletti ---->\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p></div>\r\n</div>\r\n<!---- W. Wesley Kimberlin ---->\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p></div>\r\n</div>\r\n<h4>NEUROLOGY/NEUROSURGERY</h4>\r\n<!---- Fred Wininger ---->\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Fred Wininger\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Fred Wininger,<br />VMD, MS DIPLOMATE ACVIM (neurology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Fred Wininger,<br />VMD, MS DIPLOMATE ACVIM (neurology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Pennsylvania</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />University of Georgia</p>\r\n<p>RESIDENCY<br />Washington State University</p>\r\n<p>ADVANCED DEGREE<br />Washington State University</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following residency, Dr. Wininger joined the faculty at the University of Missouri and served as the attending neurosurgical clinician at the Veterinary Medical Teaching Hospital. He maintains an adjunct professor role at MU and remains an active member of the research and teaching program.</p></div>\r\n</div>\r\n<!---- Missy Carpentier ---->\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Missy Carpentier\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Ross University School of Veterinary Medicine, St. Kitts, West Indies</p>\r\n<p>ROTATING INTERNSHIP: SMALL ANIMAL MEDICINE<br />VCA Veterinary Referral and Emergency Center and VCA Shoreline Veterinary Referral and Emergency Center in Connecticut</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Carpentier worked as an Associate Veterinarian at a mixed animal hospital in northern Minnesota. After completing her internship, she became the post-doctorate fellow in the Comparative Neurology Program at the University of Missouri, College of Veterinary Medicine.</p></div>\r\n</div>\r\n<h4>ONCOLOGY</h4>\r\n<!---- Joanne C. Graham ---->\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Joanne C. Graham\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Joanne C. Graham,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Joanne C. Graham,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Graham was on the faculties at Iowa State University College of Veterinary Medicine and at University of Illinois College of Veterinary Medicine, as well as in private practice in the Chicago area.</p></div>\r\n</div>\r\n<!---- Bonnie E. Smith ---->\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Bonnie E. Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Bonnie E. Smith,<br />DVM, DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Bonnie E. Smith,<br />DVM, DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Medical Center in New York City, New York</p>\r\n<p>RESIDENCY<br />Animal Medical Center in New York City, New York</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Taylor spent a year as an emergency veterinarian in Saint Louis before completing her residency.</p></div>\r\n</div>\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2014-02-25 03:20:48','2014-02-25 03:20:48','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(162,1,'2014-02-25 03:19:26','2014-02-25 03:19:26','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4>SURGERY</h4>\r\n<!---- Mary Jean Gorse ---->\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<!---- Mark Anderson ---->\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n<!---- Davida Rausch ---->\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\r\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p></div>\r\n</div>\r\n<!---- Thomas Coletti ---->\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p></div>\r\n</div>\r\n<!---- W. Wesley Kimberlin ---->\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p></div>\r\n</div>\r\n<h4>NEUROLOGY/NEUROSURGERY</h4>\r\n<!---- Fred Wininger ---->\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Fred Wininger\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Fred Wininger,<br />VMD, MS DIPLOMATE ACVIM (neurology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Fred Wininger,<br />VMD, MS DIPLOMATE ACVIM (neurology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Pennsylvania</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />University of Georgia</p>\r\n<p>RESIDENCY<br />Washington State University</p>\r\n<p>ADVANCED DEGREE<br />Washington State University</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following residency, Dr. Wininger joined the faculty at the University of Missouri and served as the attending neurosurgical clinician at the Veterinary Medical Teaching Hospital. He maintains an adjunct professor role at MU and remains an active member of the research and teaching program.</p></div>\r\n</div>\r\n<!---- Missy Carpentier ---->\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Missy Carpentier\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Ross University School of Veterinary Medicine, St. Kitts, West Indies</p>\r\n<p>ROTATING INTERNSHIP: SMALL ANIMAL MEDICINE<br />VCA Veterinary Referral and Emergency Center and VCA Shoreline Veterinary Referral and Emergency Center in Connecticut</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Carpentier worked as an Associate Veterinarian at a mixed animal hospital in northern Minnesota. After completing her internship, she became the post-doctorate fellow in the Comparative Neurology Program at the University of Missouri, College of Veterinary Medicine.</p></div>\r\n</div>\r\n<h4>ONCOLOGY</h4>\r\n<!---- Joanne C. Graham ---->\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Joanne C. Graham\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Joanne C. Graham,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Joanne C. Graham,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Graham was on the faculties at Iowa State University College of Veterinary Medicine and at University of Illinois College of Veterinary Medicine, as well as in private practice in the Chicago area.</p></div>\r\n</div>\r\n<!---- Bonnie E. Smith ---->\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Bonnie E. Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Bonnie E. Smith,<br />DVM, DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Bonnie E. Smith,<br />DVM, DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Medical Center in New York City, New York</p>\r\n<p>RESIDENCY<br />Animal Medical Center in New York City, New York</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Taylor spent a year as an emergency veterinarian in Saint Louis before completing her residency.</p></div>\r\n</div>\r\n<h4>INTERNAL MEDICINE</h4>\r\n<!---- Kelly Gingerich ---->\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Kelly Gingerich\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kelly Gingerich,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kelly Gingerich,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Iowa State University</p>\r\n<p>INTERNSHIP<br />Purdue University</p>\r\n<p>RESIDENCY<br />Purdue University</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: Purdue University</p></div>\r\n</div>\r\n<!---- Donna S. Vicini ---->\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Donna S. Vicini\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Donna S. Vicini,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Donna S. Vicini,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />After working as in internist for seven years in Saint Louis, Dr. Vicini spent four years in New York managing her own business as a consultant in veterinary internal medicine; then returned to Saint Louis and continued to see cases for veterinarians in their practices under the business title of Veterinary Internal Medicine Services.</p></div>\r\n</div>\r\n<h4>CARDIOLOGY</h4>\r\n<!---- H. Cecilia Marshall ---->\r\n<div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"H. Cecilia Marshall\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">H. Cecilia Marshall,<br />DVM, DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">H. Cecilia Marshall,<br />DVM, DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Cardiology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Angell Animal Medical Center in Boston, Massachusetts</p>\r\n<p>RESIDENCY<br />Angell Animal Medical Center in Boston, Massachusetts</p></div>\r\n</div>\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2014-02-25 03:19:26','2014-02-25 03:19:26','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(164,1,'2014-02-25 03:22:23','2014-02-25 03:22:23','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4>SURGERY</h4>\r\n<!---- Mary Jean Gorse ----><div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<!---- Mark Anderson ----><div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n<!---- Davida Rausch ----><div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\r\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p></div>\r\n</div>\r\n<!---- Thomas Coletti ----><div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p></div>\r\n</div>\r\n<!---- W. Wesley Kimberlin ----><div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p></div>\r\n</div>\r\n<h4>NEUROLOGY/NEUROSURGERY</h4>\r\n<!---- Fred Wininger ----><div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Fred Wininger\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Fred Wininger,<br />VMD, MS DIPLOMATE ACVIM (neurology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Fred Wininger,<br />VMD, MS DIPLOMATE ACVIM (neurology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Pennsylvania</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />University of Georgia</p>\r\n<p>RESIDENCY<br />Washington State University</p>\r\n<p>ADVANCED DEGREE<br />Washington State University</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following residency, Dr. Wininger joined the faculty at the University of Missouri and served as the attending neurosurgical clinician at the Veterinary Medical Teaching Hospital. He maintains an adjunct professor role at MU and remains an active member of the research and teaching program.</p></div>\r\n</div>\r\n<!---- Missy Carpentier ----><div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Missy Carpentier\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Ross University School of Veterinary Medicine, St. Kitts, West Indies</p>\r\n<p>ROTATING INTERNSHIP: SMALL ANIMAL MEDICINE<br />VCA Veterinary Referral and Emergency Center and VCA Shoreline Veterinary Referral and Emergency Center in Connecticut</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Carpentier worked as an Associate Veterinarian at a mixed animal hospital in northern Minnesota. After completing her internship, she became the post-doctorate fellow in the Comparative Neurology Program at the University of Missouri, College of Veterinary Medicine.</p></div>\r\n</div>\r\n<h4>ONCOLOGY</h4>\r\n<!---- Joanne C. Graham ----><div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Joanne C. Graham\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Joanne C. Graham,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Joanne C. Graham,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Graham was on the faculties at Iowa State University College of Veterinary Medicine and at University of Illinois College of Veterinary Medicine, as well as in private practice in the Chicago area.</p></div>\r\n</div>\r\n<!---- Bonnie E. Smith ----><div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Bonnie E. Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Bonnie E. Smith,<br />DVM, DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Bonnie E. Smith,<br />DVM, DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Medical Center in New York City, New York</p>\r\n<p>RESIDENCY<br />Animal Medical Center in New York City, New York</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Taylor spent a year as an emergency veterinarian in Saint Louis before completing her residency.</p></div>\r\n</div>\r\n<h4>INTERNAL MEDICINE</h4>\r\n<!---- Kelly Gingerich ----><div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Kelly Gingerich\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kelly Gingerich,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kelly Gingerich,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Iowa State University</p>\r\n<p>INTERNSHIP<br />Purdue University</p>\r\n<p>RESIDENCY<br />Purdue University</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: Purdue University</p></div>\r\n</div>\r\n<!---- Donna S. Vicini ----><div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Donna S. Vicini\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Donna S. Vicini,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Donna S. Vicini,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />After working as in internist for seven years in Saint Louis, Dr. Vicini spent four years in New York managing her own business as a consultant in veterinary internal medicine; then returned to Saint Louis and continued to see cases for veterinarians in their practices under the business title of Veterinary Internal Medicine Services.</p></div>\r\n</div>\r\n<h4>CARDIOLOGY</h4>\r\n<!---- H. Cecilia Marshall ----><div class=\"drProfileWrapper\">\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"H. Cecilia Marshall\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">H. Cecilia Marshall,<br />DVM, DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">H. Cecilia Marshall,<br />DVM, DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Cardiology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Angell Animal Medical Center in Boston, Massachusetts</p>\r\n<p>RESIDENCY<br />Angell Animal Medical Center in Boston, Massachusetts</p></div>\r\n</div>\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2014-02-25 03:22:23','2014-02-25 03:22:23','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(165,1,'2014-02-25 03:26:58','2014-02-25 03:26:58','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4>SURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!---- Mary Jean Gorse ---->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!---- Mark Anderson ---->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!---- Davida Rausch ---->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\r\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!---- Thomas Coletti ---->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!---- W. Wesley Kimberlin ---->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p></div>\r\n</div>\r\n<h4>NEUROLOGY/NEUROSURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!---- Fred Wininger ---->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Fred Wininger\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Fred Wininger,<br />VMD, MS DIPLOMATE ACVIM (neurology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Fred Wininger,<br />VMD, MS DIPLOMATE ACVIM (neurology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Pennsylvania</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />University of Georgia</p>\r\n<p>RESIDENCY<br />Washington State University</p>\r\n<p>ADVANCED DEGREE<br />Washington State University</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following residency, Dr. Wininger joined the faculty at the University of Missouri and served as the attending neurosurgical clinician at the Veterinary Medical Teaching Hospital. He maintains an adjunct professor role at MU and remains an active member of the research and teaching program.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!---- Missy Carpentier ---->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Missy Carpentier\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Ross University School of Veterinary Medicine, St. Kitts, West Indies</p>\r\n<p>ROTATING INTERNSHIP: SMALL ANIMAL MEDICINE<br />VCA Veterinary Referral and Emergency Center and VCA Shoreline Veterinary Referral and Emergency Center in Connecticut</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Carpentier worked as an Associate Veterinarian at a mixed animal hospital in northern Minnesota. After completing her internship, she became the post-doctorate fellow in the Comparative Neurology Program at the University of Missouri, College of Veterinary Medicine.</p></div>\r\n</div>\r\n<h4>ONCOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!---- Joanne C. Graham ---->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Joanne C. Graham\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Joanne C. Graham,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Joanne C. Graham,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Graham was on the faculties at Iowa State University College of Veterinary Medicine and at University of Illinois College of Veterinary Medicine, as well as in private practice in the Chicago area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!---- Bonnie E. Smith ---->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Bonnie E. Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Bonnie E. Smith,<br />DVM, DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Bonnie E. Smith,<br />DVM, DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Medical Center in New York City, New York</p>\r\n<p>RESIDENCY<br />Animal Medical Center in New York City, New York</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Taylor spent a year as an emergency veterinarian in Saint Louis before completing her residency.</p></div>\r\n</div>\r\n<h4>INTERNAL MEDICINE</h4>\r\n<div class=\"drProfileWrapper\"><!---- Kelly Gingerich ---->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Kelly Gingerich\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kelly Gingerich,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kelly Gingerich,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Iowa State University</p>\r\n<p>INTERNSHIP<br />Purdue University</p>\r\n<p>RESIDENCY<br />Purdue University</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: Purdue University</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!---- Donna S. Vicini ---->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Donna S. Vicini\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Donna S. Vicini,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Donna S. Vicini,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />After working as in internist for seven years in Saint Louis, Dr. Vicini spent four years in New York managing her own business as a consultant in veterinary internal medicine; then returned to Saint Louis and continued to see cases for veterinarians in their practices under the business title of Veterinary Internal Medicine Services.</p></div>\r\n</div>\r\n<h4>CARDIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!---- H. Cecilia Marshall ---->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"H. Cecilia Marshall\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">H. Cecilia Marshall,<br />DVM, DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">H. Cecilia Marshall,<br />DVM, DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Cardiology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Angell Animal Medical Center in Boston, Massachusetts</p>\r\n<p>RESIDENCY<br />Angell Animal Medical Center in Boston, Massachusetts</p></div>\r\n</div>\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2014-02-25 03:26:58','2014-02-25 03:26:58','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(166,1,'2014-02-25 05:06:18','2014-02-25 05:06:18','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4>SURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Mary Jean Gorse -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Mark Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Davida Rausch -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\r\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Thomas Coletti -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- W. Wesley Kimberlin -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p></div>\r\n</div>\r\n<h4>NEUROLOGY/NEUROSURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Fred Wininger -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Fred Wininger\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Fred Wininger,<br />VMD, MS DIPLOMATE ACVIM (neurology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Fred Wininger,<br />VMD, MS DIPLOMATE ACVIM (neurology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Pennsylvania</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />University of Georgia</p>\r\n<p>RESIDENCY<br />Washington State University</p>\r\n<p>ADVANCED DEGREE<br />Washington State University</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following residency, Dr. Wininger joined the faculty at the University of Missouri and served as the attending neurosurgical clinician at the Veterinary Medical Teaching Hospital. He maintains an adjunct professor role at MU and remains an active member of the research and teaching program.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Missy Carpentier -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Missy Carpentier\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Ross University School of Veterinary Medicine, St. Kitts, West Indies</p>\r\n<p>ROTATING INTERNSHIP: SMALL ANIMAL MEDICINE<br />VCA Veterinary Referral and Emergency Center and VCA Shoreline Veterinary Referral and Emergency Center in Connecticut</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Carpentier worked as an Associate Veterinarian at a mixed animal hospital in northern Minnesota. After completing her internship, she became the post-doctorate fellow in the Comparative Neurology Program at the University of Missouri, College of Veterinary Medicine.</p></div>\r\n</div>\r\n<h4>ONCOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Joanne C. Graham -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Joanne C. Graham\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Joanne C. Graham,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Joanne C. Graham,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Graham was on the faculties at Iowa State University College of Veterinary Medicine and at University of Illinois College of Veterinary Medicine, as well as in private practice in the Chicago area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Bonnie E. Smith -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Bonnie E. Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Bonnie E. Smith,<br />DVM, DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Bonnie E. Smith,<br />DVM, DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Medical Center in New York City, New York</p>\r\n<p>RESIDENCY<br />Animal Medical Center in New York City, New York</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Taylor spent a year as an emergency veterinarian in Saint Louis before completing her residency.</p></div>\r\n</div>\r\n<h4>INTERNAL MEDICINE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kelly Gingerich -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Kelly Gingerich\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kelly Gingerich,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kelly Gingerich,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Iowa State University</p>\r\n<p>INTERNSHIP<br />Purdue University</p>\r\n<p>RESIDENCY<br />Purdue University</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: Purdue University</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Donna S. Vicini -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Donna S. Vicini\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Donna S. Vicini,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Donna S. Vicini,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />After working as in internist for seven years in Saint Louis, Dr. Vicini spent four years in New York managing her own business as a consultant in veterinary internal medicine; then returned to Saint Louis and continued to see cases for veterinarians in their practices under the business title of Veterinary Internal Medicine Services.</p></div>\r\n</div>\r\n<h4>CARDIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- H. Cecilia Marshall -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"H. Cecilia Marshall\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">H. Cecilia Marshall,<br />DVM, DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">H. Cecilia Marshall,<br />DVM, DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Cardiology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Angell Animal Medical Center in Boston, Massachusetts</p>\r\n<p>RESIDENCY<br />Angell Animal Medical Center in Boston, Massachusetts</p></div>\r\n</div>\r\n<h4>EMERGENCY/CRITICAL CARE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Michael H. Karagiannis -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Michael H. Karagiannis\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Michael H. Karagiannis,<br />DVM DIPLOMATE, ACVEVCC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Michael H. Karagiannis,<br />DVM DIPLOMATE, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Rebecca J. Greer -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Rebecca J. Greer\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Rebecca J. Greer,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Rebecca J. Greer,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Emergency Center in Glendale, Wisconsin</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Greer spent five years as an assistant professor of biology at Union College in Lincoln, Nebraska and private practitioner before completing her internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Timothy Koors -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Timothy Koors\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Timothy Koors,<br />DVM, Practice Limited to Emergency and Critical Care</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Timothy Koors,<br />DVM, Practice Limited to Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>INTERNSHIP<br />Animal Emergency and Referral Center in Northbrook, Illinois</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Koors spent two years at an emergency practice in St. Louis before completing an internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- M. Ryan Smith -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"M. Ryan Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">M. Ryan Smith,<br />DVM, RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">M. Ryan Smith,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Louisiana State University</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Affiliated Veterinary Specialists in Orlando, Florida</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Prior to beginning residency, Dr. Smith spent two years practicing emergency medicine at a speciality practice in the New Orleans area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kristen Dellacamera -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Kristen Dellacamera\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen Dellacamera,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen Dellacamera,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Shannon Broyles -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Shannon Broyles\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Shannon Broyles,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Shannon Broyles,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Broyles has over eight years of experience as a veterinarian at an emergency practice in Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Emily Leonard -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Emily Leonard\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Emily Leonard,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Emily Leonard,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />Ross University, St. Kitts, West Indies</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Leonard spent ten years in private practice in upstate New York before coming home to Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Jennifer M. Eisele -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Jennifer M. Eisele\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Jennifer M. Eisele,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Jennifer M. Eisele,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Eisele spent five years in private practice in both Charlotte, North Carolina and Saint Louis before joining VSS.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- David Nichols -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"David Nichols\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">David Nichols,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">David Nichols,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />St. Matthew’s University</p>\r\n<p>CLINICAL ROTATION<br />North Carolina State University</p></div>\r\n</div>\r\n<h4>RADIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kristen O\'Dell-Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Kristen O\\\'Dell-Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen O\'Dell-Anderson,<br />DVM, MS DIPLOMATE, ACVR</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen O\'Dell-Anderson,<br />DVM, MS DIPLOMATE, ACVR</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Radiologists</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Wheat Ridge Animal Hospital in Denver, Colorado</p>\r\n<p>RESIDENCY<br />University of Illinois in Champaign-Urbana</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois in Champaign-Urbana</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following her residency, Dr. O\'Dell-Anderson stayed on at the University of Illinois as a professor of veterinary radiology before returning to Saint Louis.</p></div>\r\n</div>\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2014-02-25 05:06:18','2014-02-25 05:06:18','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(167,1,'2014-02-25 05:07:02','2014-02-25 05:07:02','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4>SURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Mary Jean Gorse -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Mark Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Davida Rausch -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\r\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Thomas Coletti -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- W. Wesley Kimberlin -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p></div>\r\n</div>\r\n<h4>NEUROLOGY/NEUROSURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Fred Wininger -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Fred Wininger\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Fred Wininger,<br />VMD, MS DIPLOMATE ACVIM (neurology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Fred Wininger,<br />VMD, MS DIPLOMATE ACVIM (neurology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Pennsylvania</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />University of Georgia</p>\r\n<p>RESIDENCY<br />Washington State University</p>\r\n<p>ADVANCED DEGREE<br />Washington State University</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following residency, Dr. Wininger joined the faculty at the University of Missouri and served as the attending neurosurgical clinician at the Veterinary Medical Teaching Hospital. He maintains an adjunct professor role at MU and remains an active member of the research and teaching program.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Missy Carpentier -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Missy Carpentier\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Ross University School of Veterinary Medicine, St. Kitts, West Indies</p>\r\n<p>ROTATING INTERNSHIP: SMALL ANIMAL MEDICINE<br />VCA Veterinary Referral and Emergency Center and VCA Shoreline Veterinary Referral and Emergency Center in Connecticut</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Carpentier worked as an Associate Veterinarian at a mixed animal hospital in northern Minnesota. After completing her internship, she became the post-doctorate fellow in the Comparative Neurology Program at the University of Missouri, College of Veterinary Medicine.</p></div>\r\n</div>\r\n<h4>ONCOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Joanne C. Graham -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Joanne C. Graham\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Joanne C. Graham,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Joanne C. Graham,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Graham was on the faculties at Iowa State University College of Veterinary Medicine and at University of Illinois College of Veterinary Medicine, as well as in private practice in the Chicago area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Bonnie E. Smith -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Bonnie E. Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Bonnie E. Smith,<br />DVM, DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Bonnie E. Smith,<br />DVM, DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Medical Center in New York City, New York</p>\r\n<p>RESIDENCY<br />Animal Medical Center in New York City, New York</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Taylor spent a year as an emergency veterinarian in Saint Louis before completing her residency.</p></div>\r\n</div>\r\n<h4>INTERNAL MEDICINE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kelly Gingerich -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Kelly Gingerich\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kelly Gingerich,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kelly Gingerich,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Iowa State University</p>\r\n<p>INTERNSHIP<br />Purdue University</p>\r\n<p>RESIDENCY<br />Purdue University</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: Purdue University</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Donna S. Vicini -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Donna S. Vicini\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Donna S. Vicini,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Donna S. Vicini,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />After working as in internist for seven years in Saint Louis, Dr. Vicini spent four years in New York managing her own business as a consultant in veterinary internal medicine; then returned to Saint Louis and continued to see cases for veterinarians in their practices under the business title of Veterinary Internal Medicine Services.</p></div>\r\n</div>\r\n<h4>CARDIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- H. Cecilia Marshall -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"H. Cecilia Marshall\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">H. Cecilia Marshall,<br />DVM, DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">H. Cecilia Marshall,<br />DVM, DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Cardiology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Angell Animal Medical Center in Boston, Massachusetts</p>\r\n<p>RESIDENCY<br />Angell Animal Medical Center in Boston, Massachusetts</p></div>\r\n</div>\r\n<h4>EMERGENCY/CRITICAL CARE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Michael H. Karagiannis -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Michael H. Karagiannis\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Michael H. Karagiannis,<br />DVM DIPLOMATE, ACVEVCC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Michael H. Karagiannis,<br />DVM DIPLOMATE, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Rebecca J. Greer -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Rebecca J. Greer\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Rebecca J. Greer,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Rebecca J. Greer,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Emergency Center in Glendale, Wisconsin</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Greer spent five years as an assistant professor of biology at Union College in Lincoln, Nebraska and private practitioner before completing her internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Timothy Koors -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Timothy Koors\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Timothy Koors,<br />DVM, Practice Limited to Emergency and Critical Care</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Timothy Koors,<br />DVM, Practice Limited to Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>INTERNSHIP<br />Animal Emergency and Referral Center in Northbrook, Illinois</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Koors spent two years at an emergency practice in St. Louis before completing an internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- M. Ryan Smith -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"M. Ryan Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">M. Ryan Smith,<br />DVM, RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">M. Ryan Smith,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Louisiana State University</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Affiliated Veterinary Specialists in Orlando, Florida</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Prior to beginning residency, Dr. Smith spent two years practicing emergency medicine at a speciality practice in the New Orleans area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kristen Dellacamera -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Kristen Dellacamera\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen Dellacamera,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen Dellacamera,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Shannon Broyles -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Shannon Broyles\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Shannon Broyles,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Shannon Broyles,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Broyles has over eight years of experience as a veterinarian at an emergency practice in Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Emily Leonard -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Emily Leonard\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Emily Leonard,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Emily Leonard,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />Ross University, St. Kitts, West Indies</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Leonard spent ten years in private practice in upstate New York before coming home to Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Jennifer M. Eisele -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Jennifer M. Eisele\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Jennifer M. Eisele,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Jennifer M. Eisele,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Eisele spent five years in private practice in both Charlotte, North Carolina and Saint Louis before joining VSS.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- David Nichols -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"David Nichols\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">David Nichols,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">David Nichols,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />St. Matthew’s University</p>\r\n<p>CLINICAL ROTATION<br />North Carolina State University</p></div>\r\n</div>\r\n<h4>RADIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kristen O\'Dell-Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Kristen O\'Dell-Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen O\'Dell-Anderson,<br />DVM, MS DIPLOMATE, ACVR</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen O\'Dell-Anderson,<br />DVM, MS DIPLOMATE, ACVR</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Radiologists</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Wheat Ridge Animal Hospital in Denver, Colorado</p>\r\n<p>RESIDENCY<br />University of Illinois in Champaign-Urbana</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois in Champaign-Urbana</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following her residency, Dr. O\'Dell-Anderson stayed on at the University of Illinois as a professor of veterinary radiology before returning to Saint Louis.</p></div>\r\n</div>\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2014-02-25 05:07:02','2014-02-25 05:07:02','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(169,1,'2014-03-07 02:41:09','2014-03-07 02:41:09','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4>SURGERY</h4><a name=\"surgery\"></a>\r\n<div class=\"drProfileWrapper\"><!-- Mary Jean Gorse -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Mark Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Davida Rausch -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\r\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Thomas Coletti -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- W. Wesley Kimberlin -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p></div>\r\n</div>\r\n<h4>NEUROLOGY/NEUROSURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Fred Wininger -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Fred Wininger\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Fred Wininger,<br />VMD, MS DIPLOMATE ACVIM (neurology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Fred Wininger,<br />VMD, MS DIPLOMATE ACVIM (neurology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Pennsylvania</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />University of Georgia</p>\r\n<p>RESIDENCY<br />Washington State University</p>\r\n<p>ADVANCED DEGREE<br />Washington State University</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following residency, Dr. Wininger joined the faculty at the University of Missouri and served as the attending neurosurgical clinician at the Veterinary Medical Teaching Hospital. He maintains an adjunct professor role at MU and remains an active member of the research and teaching program.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Missy Carpentier -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Missy Carpentier\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Ross University School of Veterinary Medicine, St. Kitts, West Indies</p>\r\n<p>ROTATING INTERNSHIP: SMALL ANIMAL MEDICINE<br />VCA Veterinary Referral and Emergency Center and VCA Shoreline Veterinary Referral and Emergency Center in Connecticut</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Carpentier worked as an Associate Veterinarian at a mixed animal hospital in northern Minnesota. After completing her internship, she became the post-doctorate fellow in the Comparative Neurology Program at the University of Missouri, College of Veterinary Medicine.</p></div>\r\n</div>\r\n<h4>ONCOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Joanne C. Graham -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Joanne C. Graham\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Joanne C. Graham,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Joanne C. Graham,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Graham was on the faculties at Iowa State University College of Veterinary Medicine and at University of Illinois College of Veterinary Medicine, as well as in private practice in the Chicago area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Bonnie E. Smith -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Bonnie E. Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Bonnie E. Smith,<br />DVM, DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Bonnie E. Smith,<br />DVM, DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Medical Center in New York City, New York</p>\r\n<p>RESIDENCY<br />Animal Medical Center in New York City, New York</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Taylor spent a year as an emergency veterinarian in Saint Louis before completing her residency.</p></div>\r\n</div>\r\n<h4>INTERNAL MEDICINE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kelly Gingerich -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Kelly Gingerich\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kelly Gingerich,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kelly Gingerich,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Iowa State University</p>\r\n<p>INTERNSHIP<br />Purdue University</p>\r\n<p>RESIDENCY<br />Purdue University</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: Purdue University</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Donna S. Vicini -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Donna S. Vicini\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Donna S. Vicini,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Donna S. Vicini,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />After working as in internist for seven years in Saint Louis, Dr. Vicini spent four years in New York managing her own business as a consultant in veterinary internal medicine; then returned to Saint Louis and continued to see cases for veterinarians in their practices under the business title of Veterinary Internal Medicine Services.</p></div>\r\n</div>\r\n<h4>CARDIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- H. Cecilia Marshall -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"H. Cecilia Marshall\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">H. Cecilia Marshall,<br />DVM, DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">H. Cecilia Marshall,<br />DVM, DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Cardiology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Angell Animal Medical Center in Boston, Massachusetts</p>\r\n<p>RESIDENCY<br />Angell Animal Medical Center in Boston, Massachusetts</p></div>\r\n</div>\r\n<h4>EMERGENCY/CRITICAL CARE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Michael H. Karagiannis -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Michael H. Karagiannis\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Michael H. Karagiannis,<br />DVM DIPLOMATE, ACVEVCC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Michael H. Karagiannis,<br />DVM DIPLOMATE, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Rebecca J. Greer -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Rebecca J. Greer\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Rebecca J. Greer,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Rebecca J. Greer,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Emergency Center in Glendale, Wisconsin</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Greer spent five years as an assistant professor of biology at Union College in Lincoln, Nebraska and private practitioner before completing her internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Timothy Koors -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Timothy Koors\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Timothy Koors,<br />DVM, Practice Limited to Emergency and Critical Care</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Timothy Koors,<br />DVM, Practice Limited to Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>INTERNSHIP<br />Animal Emergency and Referral Center in Northbrook, Illinois</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Koors spent two years at an emergency practice in St. Louis before completing an internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- M. Ryan Smith -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"M. Ryan Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">M. Ryan Smith,<br />DVM, RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">M. Ryan Smith,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Louisiana State University</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Affiliated Veterinary Specialists in Orlando, Florida</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Prior to beginning residency, Dr. Smith spent two years practicing emergency medicine at a speciality practice in the New Orleans area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kristen Dellacamera -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Kristen Dellacamera\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen Dellacamera,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen Dellacamera,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Shannon Broyles -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Shannon Broyles\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Shannon Broyles,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Shannon Broyles,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Broyles has over eight years of experience as a veterinarian at an emergency practice in Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Emily Leonard -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Emily Leonard\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Emily Leonard,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Emily Leonard,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />Ross University, St. Kitts, West Indies</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Leonard spent ten years in private practice in upstate New York before coming home to Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Jennifer M. Eisele -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Jennifer M. Eisele\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Jennifer M. Eisele,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Jennifer M. Eisele,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Eisele spent five years in private practice in both Charlotte, North Carolina and Saint Louis before joining VSS.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- David Nichols -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"David Nichols\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">David Nichols,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">David Nichols,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />St. Matthew’s University</p>\r\n<p>CLINICAL ROTATION<br />North Carolina State University</p></div>\r\n</div>\r\n<h4>RADIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kristen O\'Dell-Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Kristen O\'Dell-Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen O\'Dell-Anderson,<br />DVM, MS DIPLOMATE, ACVR</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen O\'Dell-Anderson,<br />DVM, MS DIPLOMATE, ACVR</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Radiologists</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Wheat Ridge Animal Hospital in Denver, Colorado</p>\r\n<p>RESIDENCY<br />University of Illinois in Champaign-Urbana</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois in Champaign-Urbana</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following her residency, Dr. O\'Dell-Anderson stayed on at the University of Illinois as a professor of veterinary radiology before returning to Saint Louis.</p></div>\r\n</div>\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2014-03-07 02:41:09','2014-03-07 02:41:09','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(171,1,'2014-03-07 02:42:01','2014-03-07 02:42:01','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<a name=\"surgery\"></a><h4>SURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Mary Jean Gorse -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Mark Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Davida Rausch -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\r\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Thomas Coletti -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- W. Wesley Kimberlin -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p></div>\r\n</div>\r\n<h4>NEUROLOGY/NEUROSURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Fred Wininger -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Fred Wininger\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Fred Wininger,<br />VMD, MS DIPLOMATE ACVIM (neurology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Fred Wininger,<br />VMD, MS DIPLOMATE ACVIM (neurology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Pennsylvania</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />University of Georgia</p>\r\n<p>RESIDENCY<br />Washington State University</p>\r\n<p>ADVANCED DEGREE<br />Washington State University</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following residency, Dr. Wininger joined the faculty at the University of Missouri and served as the attending neurosurgical clinician at the Veterinary Medical Teaching Hospital. He maintains an adjunct professor role at MU and remains an active member of the research and teaching program.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Missy Carpentier -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Missy Carpentier\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Ross University School of Veterinary Medicine, St. Kitts, West Indies</p>\r\n<p>ROTATING INTERNSHIP: SMALL ANIMAL MEDICINE<br />VCA Veterinary Referral and Emergency Center and VCA Shoreline Veterinary Referral and Emergency Center in Connecticut</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Carpentier worked as an Associate Veterinarian at a mixed animal hospital in northern Minnesota. After completing her internship, she became the post-doctorate fellow in the Comparative Neurology Program at the University of Missouri, College of Veterinary Medicine.</p></div>\r\n</div>\r\n<h4>ONCOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Joanne C. Graham -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Joanne C. Graham\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Joanne C. Graham,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Joanne C. Graham,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Graham was on the faculties at Iowa State University College of Veterinary Medicine and at University of Illinois College of Veterinary Medicine, as well as in private practice in the Chicago area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Bonnie E. Smith -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Bonnie E. Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Bonnie E. Smith,<br />DVM, DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Bonnie E. Smith,<br />DVM, DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Medical Center in New York City, New York</p>\r\n<p>RESIDENCY<br />Animal Medical Center in New York City, New York</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Taylor spent a year as an emergency veterinarian in Saint Louis before completing her residency.</p></div>\r\n</div>\r\n<h4>INTERNAL MEDICINE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kelly Gingerich -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Kelly Gingerich\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kelly Gingerich,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kelly Gingerich,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Iowa State University</p>\r\n<p>INTERNSHIP<br />Purdue University</p>\r\n<p>RESIDENCY<br />Purdue University</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: Purdue University</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Donna S. Vicini -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Donna S. Vicini\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Donna S. Vicini,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Donna S. Vicini,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />After working as in internist for seven years in Saint Louis, Dr. Vicini spent four years in New York managing her own business as a consultant in veterinary internal medicine; then returned to Saint Louis and continued to see cases for veterinarians in their practices under the business title of Veterinary Internal Medicine Services.</p></div>\r\n</div>\r\n<h4>CARDIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- H. Cecilia Marshall -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"H. Cecilia Marshall\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">H. Cecilia Marshall,<br />DVM, DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">H. Cecilia Marshall,<br />DVM, DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Cardiology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Angell Animal Medical Center in Boston, Massachusetts</p>\r\n<p>RESIDENCY<br />Angell Animal Medical Center in Boston, Massachusetts</p></div>\r\n</div>\r\n<h4>EMERGENCY/CRITICAL CARE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Michael H. Karagiannis -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Michael H. Karagiannis\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Michael H. Karagiannis,<br />DVM DIPLOMATE, ACVEVCC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Michael H. Karagiannis,<br />DVM DIPLOMATE, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Rebecca J. Greer -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Rebecca J. Greer\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Rebecca J. Greer,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Rebecca J. Greer,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Emergency Center in Glendale, Wisconsin</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Greer spent five years as an assistant professor of biology at Union College in Lincoln, Nebraska and private practitioner before completing her internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Timothy Koors -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Timothy Koors\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Timothy Koors,<br />DVM, Practice Limited to Emergency and Critical Care</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Timothy Koors,<br />DVM, Practice Limited to Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>INTERNSHIP<br />Animal Emergency and Referral Center in Northbrook, Illinois</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Koors spent two years at an emergency practice in St. Louis before completing an internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- M. Ryan Smith -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"M. Ryan Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">M. Ryan Smith,<br />DVM, RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">M. Ryan Smith,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Louisiana State University</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Affiliated Veterinary Specialists in Orlando, Florida</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Prior to beginning residency, Dr. Smith spent two years practicing emergency medicine at a speciality practice in the New Orleans area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kristen Dellacamera -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Kristen Dellacamera\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen Dellacamera,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen Dellacamera,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Shannon Broyles -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Shannon Broyles\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Shannon Broyles,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Shannon Broyles,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Broyles has over eight years of experience as a veterinarian at an emergency practice in Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Emily Leonard -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Emily Leonard\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Emily Leonard,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Emily Leonard,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />Ross University, St. Kitts, West Indies</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Leonard spent ten years in private practice in upstate New York before coming home to Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Jennifer M. Eisele -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Jennifer M. Eisele\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Jennifer M. Eisele,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Jennifer M. Eisele,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Eisele spent five years in private practice in both Charlotte, North Carolina and Saint Louis before joining VSS.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- David Nichols -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"David Nichols\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">David Nichols,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">David Nichols,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />St. Matthew’s University</p>\r\n<p>CLINICAL ROTATION<br />North Carolina State University</p></div>\r\n</div>\r\n<h4>RADIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kristen O\'Dell-Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Kristen O\'Dell-Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen O\'Dell-Anderson,<br />DVM, MS DIPLOMATE, ACVR</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen O\'Dell-Anderson,<br />DVM, MS DIPLOMATE, ACVR</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Radiologists</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Wheat Ridge Animal Hospital in Denver, Colorado</p>\r\n<p>RESIDENCY<br />University of Illinois in Champaign-Urbana</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois in Champaign-Urbana</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following her residency, Dr. O\'Dell-Anderson stayed on at the University of Illinois as a professor of veterinary radiology before returning to Saint Louis.</p></div>\r\n</div>\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2014-03-07 02:42:01','2014-03-07 02:42:01','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(170,1,'2014-03-07 02:41:39','2014-03-07 02:41:39','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<a name=\"surgery\"></a>\r\n<h4>SURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Mary Jean Gorse -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Mark Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Davida Rausch -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\r\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Thomas Coletti -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- W. Wesley Kimberlin -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p></div>\r\n</div>\r\n<h4>NEUROLOGY/NEUROSURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Fred Wininger -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Fred Wininger\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Fred Wininger,<br />VMD, MS DIPLOMATE ACVIM (neurology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Fred Wininger,<br />VMD, MS DIPLOMATE ACVIM (neurology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Pennsylvania</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />University of Georgia</p>\r\n<p>RESIDENCY<br />Washington State University</p>\r\n<p>ADVANCED DEGREE<br />Washington State University</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following residency, Dr. Wininger joined the faculty at the University of Missouri and served as the attending neurosurgical clinician at the Veterinary Medical Teaching Hospital. He maintains an adjunct professor role at MU and remains an active member of the research and teaching program.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Missy Carpentier -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Missy Carpentier\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Ross University School of Veterinary Medicine, St. Kitts, West Indies</p>\r\n<p>ROTATING INTERNSHIP: SMALL ANIMAL MEDICINE<br />VCA Veterinary Referral and Emergency Center and VCA Shoreline Veterinary Referral and Emergency Center in Connecticut</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Carpentier worked as an Associate Veterinarian at a mixed animal hospital in northern Minnesota. After completing her internship, she became the post-doctorate fellow in the Comparative Neurology Program at the University of Missouri, College of Veterinary Medicine.</p></div>\r\n</div>\r\n<h4>ONCOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Joanne C. Graham -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Joanne C. Graham\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Joanne C. Graham,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Joanne C. Graham,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Graham was on the faculties at Iowa State University College of Veterinary Medicine and at University of Illinois College of Veterinary Medicine, as well as in private practice in the Chicago area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Bonnie E. Smith -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Bonnie E. Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Bonnie E. Smith,<br />DVM, DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Bonnie E. Smith,<br />DVM, DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Medical Center in New York City, New York</p>\r\n<p>RESIDENCY<br />Animal Medical Center in New York City, New York</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Taylor spent a year as an emergency veterinarian in Saint Louis before completing her residency.</p></div>\r\n</div>\r\n<h4>INTERNAL MEDICINE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kelly Gingerich -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Kelly Gingerich\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kelly Gingerich,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kelly Gingerich,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Iowa State University</p>\r\n<p>INTERNSHIP<br />Purdue University</p>\r\n<p>RESIDENCY<br />Purdue University</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: Purdue University</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Donna S. Vicini -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Donna S. Vicini\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Donna S. Vicini,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Donna S. Vicini,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />After working as in internist for seven years in Saint Louis, Dr. Vicini spent four years in New York managing her own business as a consultant in veterinary internal medicine; then returned to Saint Louis and continued to see cases for veterinarians in their practices under the business title of Veterinary Internal Medicine Services.</p></div>\r\n</div>\r\n<h4>CARDIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- H. Cecilia Marshall -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"H. Cecilia Marshall\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">H. Cecilia Marshall,<br />DVM, DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">H. Cecilia Marshall,<br />DVM, DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Cardiology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Angell Animal Medical Center in Boston, Massachusetts</p>\r\n<p>RESIDENCY<br />Angell Animal Medical Center in Boston, Massachusetts</p></div>\r\n</div>\r\n<h4>EMERGENCY/CRITICAL CARE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Michael H. Karagiannis -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Michael H. Karagiannis\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Michael H. Karagiannis,<br />DVM DIPLOMATE, ACVEVCC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Michael H. Karagiannis,<br />DVM DIPLOMATE, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Rebecca J. Greer -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Rebecca J. Greer\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Rebecca J. Greer,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Rebecca J. Greer,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Emergency Center in Glendale, Wisconsin</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Greer spent five years as an assistant professor of biology at Union College in Lincoln, Nebraska and private practitioner before completing her internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Timothy Koors -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Timothy Koors\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Timothy Koors,<br />DVM, Practice Limited to Emergency and Critical Care</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Timothy Koors,<br />DVM, Practice Limited to Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>INTERNSHIP<br />Animal Emergency and Referral Center in Northbrook, Illinois</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Koors spent two years at an emergency practice in St. Louis before completing an internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- M. Ryan Smith -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"M. Ryan Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">M. Ryan Smith,<br />DVM, RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">M. Ryan Smith,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Louisiana State University</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Affiliated Veterinary Specialists in Orlando, Florida</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Prior to beginning residency, Dr. Smith spent two years practicing emergency medicine at a speciality practice in the New Orleans area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kristen Dellacamera -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Kristen Dellacamera\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen Dellacamera,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen Dellacamera,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Shannon Broyles -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Shannon Broyles\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Shannon Broyles,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Shannon Broyles,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Broyles has over eight years of experience as a veterinarian at an emergency practice in Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Emily Leonard -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Emily Leonard\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Emily Leonard,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Emily Leonard,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />Ross University, St. Kitts, West Indies</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Leonard spent ten years in private practice in upstate New York before coming home to Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Jennifer M. Eisele -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Jennifer M. Eisele\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Jennifer M. Eisele,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Jennifer M. Eisele,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Eisele spent five years in private practice in both Charlotte, North Carolina and Saint Louis before joining VSS.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- David Nichols -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"David Nichols\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">David Nichols,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">David Nichols,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />St. Matthew’s University</p>\r\n<p>CLINICAL ROTATION<br />North Carolina State University</p></div>\r\n</div>\r\n<h4>RADIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kristen O\'Dell-Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Kristen O\'Dell-Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen O\'Dell-Anderson,<br />DVM, MS DIPLOMATE, ACVR</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen O\'Dell-Anderson,<br />DVM, MS DIPLOMATE, ACVR</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Radiologists</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Wheat Ridge Animal Hospital in Denver, Colorado</p>\r\n<p>RESIDENCY<br />University of Illinois in Champaign-Urbana</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois in Champaign-Urbana</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following her residency, Dr. O\'Dell-Anderson stayed on at the University of Illinois as a professor of veterinary radiology before returning to Saint Louis.</p></div>\r\n</div>\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2014-03-07 02:41:39','2014-03-07 02:41:39','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(172,1,'2014-03-07 02:42:35','2014-03-07 02:42:35','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4><a name=\"surgery\"></a>SURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Mary Jean Gorse -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Mark Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Davida Rausch -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\r\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Thomas Coletti -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- W. Wesley Kimberlin -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p></div>\r\n</div>\r\n<h4>NEUROLOGY/NEUROSURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Fred Wininger -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Fred Wininger\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Fred Wininger,<br />VMD, MS DIPLOMATE ACVIM (neurology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Fred Wininger,<br />VMD, MS DIPLOMATE ACVIM (neurology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Pennsylvania</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />University of Georgia</p>\r\n<p>RESIDENCY<br />Washington State University</p>\r\n<p>ADVANCED DEGREE<br />Washington State University</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following residency, Dr. Wininger joined the faculty at the University of Missouri and served as the attending neurosurgical clinician at the Veterinary Medical Teaching Hospital. He maintains an adjunct professor role at MU and remains an active member of the research and teaching program.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Missy Carpentier -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Missy Carpentier\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Ross University School of Veterinary Medicine, St. Kitts, West Indies</p>\r\n<p>ROTATING INTERNSHIP: SMALL ANIMAL MEDICINE<br />VCA Veterinary Referral and Emergency Center and VCA Shoreline Veterinary Referral and Emergency Center in Connecticut</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Carpentier worked as an Associate Veterinarian at a mixed animal hospital in northern Minnesota. After completing her internship, she became the post-doctorate fellow in the Comparative Neurology Program at the University of Missouri, College of Veterinary Medicine.</p></div>\r\n</div>\r\n<h4>ONCOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Joanne C. Graham -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Joanne C. Graham\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Joanne C. Graham,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Joanne C. Graham,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Graham was on the faculties at Iowa State University College of Veterinary Medicine and at University of Illinois College of Veterinary Medicine, as well as in private practice in the Chicago area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Bonnie E. Smith -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Bonnie E. Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Bonnie E. Smith,<br />DVM, DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Bonnie E. Smith,<br />DVM, DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Medical Center in New York City, New York</p>\r\n<p>RESIDENCY<br />Animal Medical Center in New York City, New York</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Taylor spent a year as an emergency veterinarian in Saint Louis before completing her residency.</p></div>\r\n</div>\r\n<h4>INTERNAL MEDICINE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kelly Gingerich -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Kelly Gingerich\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kelly Gingerich,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kelly Gingerich,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Iowa State University</p>\r\n<p>INTERNSHIP<br />Purdue University</p>\r\n<p>RESIDENCY<br />Purdue University</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: Purdue University</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Donna S. Vicini -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Donna S. Vicini\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Donna S. Vicini,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Donna S. Vicini,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />After working as in internist for seven years in Saint Louis, Dr. Vicini spent four years in New York managing her own business as a consultant in veterinary internal medicine; then returned to Saint Louis and continued to see cases for veterinarians in their practices under the business title of Veterinary Internal Medicine Services.</p></div>\r\n</div>\r\n<h4>CARDIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- H. Cecilia Marshall -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"H. Cecilia Marshall\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">H. Cecilia Marshall,<br />DVM, DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">H. Cecilia Marshall,<br />DVM, DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Cardiology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Angell Animal Medical Center in Boston, Massachusetts</p>\r\n<p>RESIDENCY<br />Angell Animal Medical Center in Boston, Massachusetts</p></div>\r\n</div>\r\n<h4>EMERGENCY/CRITICAL CARE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Michael H. Karagiannis -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Michael H. Karagiannis\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Michael H. Karagiannis,<br />DVM DIPLOMATE, ACVEVCC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Michael H. Karagiannis,<br />DVM DIPLOMATE, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Rebecca J. Greer -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Rebecca J. Greer\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Rebecca J. Greer,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Rebecca J. Greer,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Emergency Center in Glendale, Wisconsin</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Greer spent five years as an assistant professor of biology at Union College in Lincoln, Nebraska and private practitioner before completing her internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Timothy Koors -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Timothy Koors\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Timothy Koors,<br />DVM, Practice Limited to Emergency and Critical Care</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Timothy Koors,<br />DVM, Practice Limited to Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>INTERNSHIP<br />Animal Emergency and Referral Center in Northbrook, Illinois</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Koors spent two years at an emergency practice in St. Louis before completing an internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- M. Ryan Smith -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"M. Ryan Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">M. Ryan Smith,<br />DVM, RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">M. Ryan Smith,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Louisiana State University</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Affiliated Veterinary Specialists in Orlando, Florida</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Prior to beginning residency, Dr. Smith spent two years practicing emergency medicine at a speciality practice in the New Orleans area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kristen Dellacamera -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Kristen Dellacamera\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen Dellacamera,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen Dellacamera,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Shannon Broyles -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Shannon Broyles\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Shannon Broyles,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Shannon Broyles,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Broyles has over eight years of experience as a veterinarian at an emergency practice in Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Emily Leonard -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Emily Leonard\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Emily Leonard,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Emily Leonard,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />Ross University, St. Kitts, West Indies</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Leonard spent ten years in private practice in upstate New York before coming home to Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Jennifer M. Eisele -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Jennifer M. Eisele\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Jennifer M. Eisele,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Jennifer M. Eisele,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Eisele spent five years in private practice in both Charlotte, North Carolina and Saint Louis before joining VSS.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- David Nichols -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"David Nichols\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">David Nichols,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">David Nichols,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />St. Matthew’s University</p>\r\n<p>CLINICAL ROTATION<br />North Carolina State University</p></div>\r\n</div>\r\n<h4>RADIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kristen O\'Dell-Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Kristen O\'Dell-Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen O\'Dell-Anderson,<br />DVM, MS DIPLOMATE, ACVR</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen O\'Dell-Anderson,<br />DVM, MS DIPLOMATE, ACVR</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Radiologists</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Wheat Ridge Animal Hospital in Denver, Colorado</p>\r\n<p>RESIDENCY<br />University of Illinois in Champaign-Urbana</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois in Champaign-Urbana</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following her residency, Dr. O\'Dell-Anderson stayed on at the University of Illinois as a professor of veterinary radiology before returning to Saint Louis.</p></div>\r\n</div>\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2014-03-07 02:42:35','2014-03-07 02:42:35','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(173,1,'2014-03-07 02:44:21','2014-03-07 02:44:21','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4><a name=\"surgery\"></a>SURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Mary Jean Gorse -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Mark Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Davida Rausch -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\r\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Thomas Coletti -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- W. Wesley Kimberlin -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p></div>\r\n</div>\r\n<h4><a name=\"neurology\"></a>NEUROLOGY/NEUROSURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Fred Wininger -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Fred Wininger\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Fred Wininger,<br />VMD, MS DIPLOMATE ACVIM (neurology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Fred Wininger,<br />VMD, MS DIPLOMATE ACVIM (neurology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Pennsylvania</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />University of Georgia</p>\r\n<p>RESIDENCY<br />Washington State University</p>\r\n<p>ADVANCED DEGREE<br />Washington State University</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following residency, Dr. Wininger joined the faculty at the University of Missouri and served as the attending neurosurgical clinician at the Veterinary Medical Teaching Hospital. He maintains an adjunct professor role at MU and remains an active member of the research and teaching program.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Missy Carpentier -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Missy Carpentier\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Ross University School of Veterinary Medicine, St. Kitts, West Indies</p>\r\n<p>ROTATING INTERNSHIP: SMALL ANIMAL MEDICINE<br />VCA Veterinary Referral and Emergency Center and VCA Shoreline Veterinary Referral and Emergency Center in Connecticut</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Carpentier worked as an Associate Veterinarian at a mixed animal hospital in northern Minnesota. After completing her internship, she became the post-doctorate fellow in the Comparative Neurology Program at the University of Missouri, College of Veterinary Medicine.</p></div>\r\n</div>\r\n<h4><a name=\"oncology\"></a>ONCOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Joanne C. Graham -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Joanne C. Graham\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Joanne C. Graham,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Joanne C. Graham,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Graham was on the faculties at Iowa State University College of Veterinary Medicine and at University of Illinois College of Veterinary Medicine, as well as in private practice in the Chicago area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Bonnie E. Smith -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Bonnie E. Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Bonnie E. Smith,<br />DVM, DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Bonnie E. Smith,<br />DVM, DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Medical Center in New York City, New York</p>\r\n<p>RESIDENCY<br />Animal Medical Center in New York City, New York</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Taylor spent a year as an emergency veterinarian in Saint Louis before completing her residency.</p></div>\r\n</div>\r\n<h4><a name=\"internalmedicine\"></a>INTERNAL MEDICINE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kelly Gingerich -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Kelly Gingerich\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kelly Gingerich,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kelly Gingerich,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Iowa State University</p>\r\n<p>INTERNSHIP<br />Purdue University</p>\r\n<p>RESIDENCY<br />Purdue University</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: Purdue University</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Donna S. Vicini -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Donna S. Vicini\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Donna S. Vicini,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Donna S. Vicini,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />After working as in internist for seven years in Saint Louis, Dr. Vicini spent four years in New York managing her own business as a consultant in veterinary internal medicine; then returned to Saint Louis and continued to see cases for veterinarians in their practices under the business title of Veterinary Internal Medicine Services.</p></div>\r\n</div>\r\n<h4><a name=\"cardiology\"></a>CARDIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- H. Cecilia Marshall -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"H. Cecilia Marshall\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">H. Cecilia Marshall,<br />DVM, DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">H. Cecilia Marshall,<br />DVM, DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Cardiology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Angell Animal Medical Center in Boston, Massachusetts</p>\r\n<p>RESIDENCY<br />Angell Animal Medical Center in Boston, Massachusetts</p></div>\r\n</div>\r\n<h4><a name=\"emergencycriticalcare\"></a>EMERGENCY/CRITICAL CARE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Michael H. Karagiannis -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Michael H. Karagiannis\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Michael H. Karagiannis,<br />DVM DIPLOMATE, ACVEVCC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Michael H. Karagiannis,<br />DVM DIPLOMATE, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Rebecca J. Greer -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Rebecca J. Greer\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Rebecca J. Greer,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Rebecca J. Greer,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Emergency Center in Glendale, Wisconsin</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Greer spent five years as an assistant professor of biology at Union College in Lincoln, Nebraska and private practitioner before completing her internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Timothy Koors -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Timothy Koors\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Timothy Koors,<br />DVM, Practice Limited to Emergency and Critical Care</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Timothy Koors,<br />DVM, Practice Limited to Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>INTERNSHIP<br />Animal Emergency and Referral Center in Northbrook, Illinois</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Koors spent two years at an emergency practice in St. Louis before completing an internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- M. Ryan Smith -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"M. Ryan Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">M. Ryan Smith,<br />DVM, RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">M. Ryan Smith,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Louisiana State University</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Affiliated Veterinary Specialists in Orlando, Florida</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Prior to beginning residency, Dr. Smith spent two years practicing emergency medicine at a speciality practice in the New Orleans area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kristen Dellacamera -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Kristen Dellacamera\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen Dellacamera,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen Dellacamera,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Shannon Broyles -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Shannon Broyles\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Shannon Broyles,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Shannon Broyles,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Broyles has over eight years of experience as a veterinarian at an emergency practice in Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Emily Leonard -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Emily Leonard\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Emily Leonard,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Emily Leonard,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />Ross University, St. Kitts, West Indies</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Leonard spent ten years in private practice in upstate New York before coming home to Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Jennifer M. Eisele -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Jennifer M. Eisele\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Jennifer M. Eisele,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Jennifer M. Eisele,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Eisele spent five years in private practice in both Charlotte, North Carolina and Saint Louis before joining VSS.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- David Nichols -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"David Nichols\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">David Nichols,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">David Nichols,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />St. Matthew’s University</p>\r\n<p>CLINICAL ROTATION<br />North Carolina State University</p></div>\r\n</div>\r\n<h4><a name=\"radiology\"></a>RADIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kristen O\'Dell-Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Kristen O\'Dell-Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen O\'Dell-Anderson,<br />DVM, MS DIPLOMATE, ACVR</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen O\'Dell-Anderson,<br />DVM, MS DIPLOMATE, ACVR</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Radiologists</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Wheat Ridge Animal Hospital in Denver, Colorado</p>\r\n<p>RESIDENCY<br />University of Illinois in Champaign-Urbana</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois in Champaign-Urbana</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following her residency, Dr. O\'Dell-Anderson stayed on at the University of Illinois as a professor of veterinary radiology before returning to Saint Louis.</p></div>\r\n</div>\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2014-03-07 02:44:21','2014-03-07 02:44:21','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(181,1,'2014-05-08 02:16:59','2014-05-08 02:16:59','','markAnderson','','inherit','open','open','','markanderson','','','2014-05-08 02:16:59','2014-05-08 02:16:59','',0,'http://dev.vssstl.com/wp-content/uploads/2014/05/markAnderson.jpg',0,'attachment','image/jpeg',0),(182,1,'2014-05-08 02:17:01','2014-05-08 02:17:01','','Mary Jean Gorse','','inherit','open','open','','maryjeangorse','','','2014-05-08 02:17:01','2014-05-08 02:17:01','',18,'http://dev.vssstl.com/wp-content/uploads/2014/05/maryjeanGorse.jpg',0,'attachment','image/jpeg',0),(183,1,'2014-05-08 02:17:03','2014-05-08 02:17:03','','thomasColetti','','inherit','open','open','','thomascoletti','','','2014-05-08 02:17:03','2014-05-08 02:17:03','',0,'http://dev.vssstl.com/wp-content/uploads/2014/05/thomasColetti.jpg',0,'attachment','image/jpeg',0),(184,1,'2014-05-08 02:17:05','2014-05-08 02:17:05','','timKoors','','inherit','open','open','','timkoors','','','2014-05-08 02:17:05','2014-05-08 02:17:05','',0,'http://dev.vssstl.com/wp-content/uploads/2014/05/timKoors.jpg',0,'attachment','image/jpeg',0),(185,1,'2014-05-08 02:17:07','2014-05-08 02:17:07','','wesKimberlin','','inherit','open','open','','weskimberlin','','','2014-05-08 02:17:07','2014-05-08 02:17:07','',0,'http://dev.vssstl.com/wp-content/uploads/2014/05/wesKimberlin.jpg',0,'attachment','image/jpeg',0),(188,1,'2014-05-08 02:25:10','2014-05-08 02:25:10','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4><a name=\"surgery\"></a>SURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Mary Jean Gorse -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/maryjeanGorse.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Mark Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/markAnderson.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Davida Rausch -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\r\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Thomas Coletti -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/thomasColetti.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- W. Wesley Kimberlin -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/wesKimberlin.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p></div>\r\n</div>\r\n<h4><a name=\"neurology\"></a>NEUROLOGY/NEUROSURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Fred Wininger -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/fredWininger.jpg\" alt=\"Fred Wininger\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Fred Wininger,<br />VMD, MS DIPLOMATE ACVIM (neurology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Fred Wininger,<br />VMD, MS DIPLOMATE ACVIM (neurology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Pennsylvania</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />University of Georgia</p>\r\n<p>RESIDENCY<br />Washington State University</p>\r\n<p>ADVANCED DEGREE<br />Washington State University</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following residency, Dr. Wininger joined the faculty at the University of Missouri and served as the attending neurosurgical clinician at the Veterinary Medical Teaching Hospital. He maintains an adjunct professor role at MU and remains an active member of the research and teaching program.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Missy Carpentier -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Missy Carpentier\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Ross University School of Veterinary Medicine, St. Kitts, West Indies</p>\r\n<p>ROTATING INTERNSHIP: SMALL ANIMAL MEDICINE<br />VCA Veterinary Referral and Emergency Center and VCA Shoreline Veterinary Referral and Emergency Center in Connecticut</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Carpentier worked as an Associate Veterinarian at a mixed animal hospital in northern Minnesota. After completing her internship, she became the post-doctorate fellow in the Comparative Neurology Program at the University of Missouri, College of Veterinary Medicine.</p></div>\r\n</div>\r\n<h4><a name=\"oncology\"></a>ONCOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Joanne C. Graham -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Joanne C. Graham\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Joanne C. Graham,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Joanne C. Graham,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Graham was on the faculties at Iowa State University College of Veterinary Medicine and at University of Illinois College of Veterinary Medicine, as well as in private practice in the Chicago area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Bonnie E. Smith -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/bonnieSmith.jpg\" alt=\"Bonnie E. Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Bonnie E. Smith,<br />DVM, DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Bonnie E. Smith,<br />DVM, DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Medical Center in New York City, New York</p>\r\n<p>RESIDENCY<br />Animal Medical Center in New York City, New York</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Taylor spent a year as an emergency veterinarian in Saint Louis before completing her residency.</p></div>\r\n</div>\r\n<h4><a name=\"internalmedicine\"></a>INTERNAL MEDICINE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kelly Gingerich -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Kelly Gingerich\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kelly Gingerich,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kelly Gingerich,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Iowa State University</p>\r\n<p>INTERNSHIP<br />Purdue University</p>\r\n<p>RESIDENCY<br />Purdue University</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: Purdue University</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Donna S. Vicini -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Donna S. Vicini\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Donna S. Vicini,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Donna S. Vicini,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />After working as in internist for seven years in Saint Louis, Dr. Vicini spent four years in New York managing her own business as a consultant in veterinary internal medicine; then returned to Saint Louis and continued to see cases for veterinarians in their practices under the business title of Veterinary Internal Medicine Services.</p></div>\r\n</div>\r\n<h4><a name=\"cardiology\"></a>CARDIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- H. Cecilia Marshall -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/ceciliaMarshall.jpg\" alt=\"H. Cecilia Marshall\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">H. Cecilia Marshall,<br />DVM, DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">H. Cecilia Marshall,<br />DVM, DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Cardiology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Angell Animal Medical Center in Boston, Massachusetts</p>\r\n<p>RESIDENCY<br />Angell Animal Medical Center in Boston, Massachusetts</p></div>\r\n</div>\r\n<h4><a name=\"emergencycriticalcare\"></a>EMERGENCY/CRITICAL CARE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Michael H. Karagiannis -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Michael H. Karagiannis\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Michael H. Karagiannis,<br />DVM DIPLOMATE, ACVEVCC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Michael H. Karagiannis,<br />DVM DIPLOMATE, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Rebecca J. Greer -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Rebecca J. Greer\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Rebecca J. Greer,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Rebecca J. Greer,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Emergency Center in Glendale, Wisconsin</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Greer spent five years as an assistant professor of biology at Union College in Lincoln, Nebraska and private practitioner before completing her internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Timothy Koors -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/timKoors.jpg\" alt=\"Timothy Koors\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Timothy Koors,<br />DVM, Practice Limited to Emergency and Critical Care</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Timothy Koors,<br />DVM, Practice Limited to Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>INTERNSHIP<br />Animal Emergency and Referral Center in Northbrook, Illinois</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Koors spent two years at an emergency practice in St. Louis before completing an internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- M. Ryan Smith -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"M. Ryan Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">M. Ryan Smith,<br />DVM, RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">M. Ryan Smith,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Louisiana State University</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Affiliated Veterinary Specialists in Orlando, Florida</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Prior to beginning residency, Dr. Smith spent two years practicing emergency medicine at a speciality practice in the New Orleans area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kristen Dellacamera -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Kristen Dellacamera\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen Dellacamera,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen Dellacamera,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Shannon Broyles -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Shannon Broyles\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Shannon Broyles,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Shannon Broyles,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Broyles has over eight years of experience as a veterinarian at an emergency practice in Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Emily Leonard -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/emilyLeonard.jpg\" alt=\"Emily Leonard\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Emily Leonard,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Emily Leonard,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />Ross University, St. Kitts, West Indies</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Leonard spent ten years in private practice in upstate New York before coming home to Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Jennifer M. Eisele -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/eisele.jpg\" alt=\"Jennifer M. Eisele\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Jennifer M. Eisele,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Jennifer M. Eisele,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Eisele spent five years in private practice in both Charlotte, North Carolina and Saint Louis before joining VSS.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- David Nichols -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"David Nichols\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">David Nichols,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">David Nichols,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />St. Matthew’s University</p>\r\n<p>CLINICAL ROTATION<br />North Carolina State University</p></div>\r\n</div>\r\n<h4><a name=\"radiology\"></a>RADIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kristen O\'Dell-Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/kristenODell.jpg\" alt=\"Kristen O\'Dell-Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen O\'Dell-Anderson,<br />DVM, MS DIPLOMATE, ACVR</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen O\'Dell-Anderson,<br />DVM, MS DIPLOMATE, ACVR</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Radiologists</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Wheat Ridge Animal Hospital in Denver, Colorado</p>\r\n<p>RESIDENCY<br />University of Illinois in Champaign-Urbana</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois in Champaign-Urbana</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following her residency, Dr. O\'Dell-Anderson stayed on at the University of Illinois as a professor of veterinary radiology before returning to Saint Louis.</p></div>\r\n</div>\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2014-05-08 02:25:10','2014-05-08 02:25:10','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(189,1,'2014-05-08 02:26:17','2014-05-08 02:26:17','','ceciliaMarshall','','inherit','open','open','','ceciliamarshall','','','2014-05-08 02:26:17','2014-05-08 02:26:17','',0,'http://dev.vssstl.com/wp-content/uploads/2014/05/ceciliaMarshall.jpg',0,'attachment','image/jpeg',0),(190,1,'2014-05-08 02:26:19','2014-05-08 02:26:19','','eisele','','inherit','open','open','','eisele','','','2014-05-08 02:26:19','2014-05-08 02:26:19','',0,'http://dev.vssstl.com/wp-content/uploads/2014/05/eisele.jpg',0,'attachment','image/jpeg',0),(192,1,'2014-05-18 02:36:44','2014-05-18 02:36:44','','davidaRausch','','inherit','open','open','','davidarausch','','','2014-05-18 02:36:44','2014-05-18 02:36:44','',0,'http://dev.vssstl.com/wp-content/uploads/2014/05/davidaRausch.jpg',0,'attachment','image/jpeg',0),(193,1,'2014-05-18 02:36:46','2014-05-18 02:36:46','','davidNichols','','inherit','open','open','','davidnichols','','','2014-05-18 02:36:46','2014-05-18 02:36:46','',0,'http://dev.vssstl.com/wp-content/uploads/2014/05/davidNichols.jpg',0,'attachment','image/jpeg',0),(194,1,'2014-05-18 02:36:48','2014-05-18 02:36:48','','donnaVicini','','inherit','open','open','','donnavicini','','','2014-05-18 02:36:48','2014-05-18 02:36:48','',0,'http://dev.vssstl.com/wp-content/uploads/2014/05/donnaVicini.jpg',0,'attachment','image/jpeg',0),(195,1,'2014-05-18 02:36:50','2014-05-18 02:36:50','','joanneGraham','','inherit','open','open','','joannegraham','','','2014-05-18 02:36:50','2014-05-18 02:36:50','',0,'http://dev.vssstl.com/wp-content/uploads/2014/05/joanneGraham.jpg',0,'attachment','image/jpeg',0),(196,1,'2014-05-18 02:36:52','2014-05-18 02:36:52','','kristenDellacamera','','inherit','open','open','','kristendellacamera','','','2014-05-18 02:36:52','2014-05-18 02:36:52','',0,'http://dev.vssstl.com/wp-content/uploads/2014/05/kristenDellacamera.jpg',0,'attachment','image/jpeg',0),(197,1,'2014-05-18 02:36:54','2014-05-18 02:36:54','','rebeccaGreer','','inherit','open','open','','rebeccagreer','','','2014-05-18 02:36:54','2014-05-18 02:36:54','',0,'http://dev.vssstl.com/wp-content/uploads/2014/05/rebeccaGreer.jpg',0,'attachment','image/jpeg',0),(198,1,'2014-05-18 02:39:43','2014-05-18 02:39:43','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4><a name=\"surgery\"></a>SURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Mary Jean Gorse -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/maryjeanGorse.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Mark Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/markAnderson.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Davida Rausch -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/davidaRausch.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\r\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Thomas Coletti -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/thomasColetti.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- W. Wesley Kimberlin -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/wesKimberlin.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p></div>\r\n</div>\r\n<h4><a name=\"neurology\"></a>NEUROLOGY/NEUROSURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Fred Wininger -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/fredWininger.jpg\" alt=\"Fred Wininger\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Fred Wininger,<br />VMD, MS DIPLOMATE ACVIM (neurology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Fred Wininger,<br />VMD, MS DIPLOMATE ACVIM (neurology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Pennsylvania</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />University of Georgia</p>\r\n<p>RESIDENCY<br />Washington State University</p>\r\n<p>ADVANCED DEGREE<br />Washington State University</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following residency, Dr. Wininger joined the faculty at the University of Missouri and served as the attending neurosurgical clinician at the Veterinary Medical Teaching Hospital. He maintains an adjunct professor role at MU and remains an active member of the research and teaching program.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Missy Carpentier -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Missy Carpentier\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Ross University School of Veterinary Medicine, St. Kitts, West Indies</p>\r\n<p>ROTATING INTERNSHIP: SMALL ANIMAL MEDICINE<br />VCA Veterinary Referral and Emergency Center and VCA Shoreline Veterinary Referral and Emergency Center in Connecticut</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Carpentier worked as an Associate Veterinarian at a mixed animal hospital in northern Minnesota. After completing her internship, she became the post-doctorate fellow in the Comparative Neurology Program at the University of Missouri, College of Veterinary Medicine.</p></div>\r\n</div>\r\n<h4><a name=\"oncology\"></a>ONCOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Joanne C. Graham -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/joanneGraham.jpg\" alt=\"Joanne C. Graham\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Joanne C. Graham,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Joanne C. Graham,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Graham was on the faculties at Iowa State University College of Veterinary Medicine and at University of Illinois College of Veterinary Medicine, as well as in private practice in the Chicago area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Bonnie E. Smith -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/bonnieSmith.jpg\" alt=\"Bonnie E. Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Bonnie E. Smith,<br />DVM, DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Bonnie E. Smith,<br />DVM, DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Medical Center in New York City, New York</p>\r\n<p>RESIDENCY<br />Animal Medical Center in New York City, New York</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Taylor spent a year as an emergency veterinarian in Saint Louis before completing her residency.</p></div>\r\n</div>\r\n<h4><a name=\"internalmedicine\"></a>INTERNAL MEDICINE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kelly Gingerich -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Kelly Gingerich\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kelly Gingerich,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kelly Gingerich,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Iowa State University</p>\r\n<p>INTERNSHIP<br />Purdue University</p>\r\n<p>RESIDENCY<br />Purdue University</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: Purdue University</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Donna S. Vicini -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/donnaVicini.jpg\" alt=\"Donna S. Vicini\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Donna S. Vicini,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Donna S. Vicini,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />After working as in internist for seven years in Saint Louis, Dr. Vicini spent four years in New York managing her own business as a consultant in veterinary internal medicine; then returned to Saint Louis and continued to see cases for veterinarians in their practices under the business title of Veterinary Internal Medicine Services.</p></div>\r\n</div>\r\n<h4><a name=\"cardiology\"></a>CARDIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- H. Cecilia Marshall -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/ceciliaMarshall.jpg\" alt=\"H. Cecilia Marshall\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">H. Cecilia Marshall,<br />DVM, DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">H. Cecilia Marshall,<br />DVM, DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Cardiology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Angell Animal Medical Center in Boston, Massachusetts</p>\r\n<p>RESIDENCY<br />Angell Animal Medical Center in Boston, Massachusetts</p></div>\r\n</div>\r\n<h4><a name=\"emergencycriticalcare\"></a>EMERGENCY/CRITICAL CARE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Michael H. Karagiannis -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Michael H. Karagiannis\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Michael H. Karagiannis,<br />DVM DIPLOMATE, ACVEVCC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Michael H. Karagiannis,<br />DVM DIPLOMATE, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Rebecca J. Greer -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/rebeccaGreer.jpg\" alt=\"Rebecca J. Greer\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Rebecca J. Greer,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Rebecca J. Greer,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Emergency Center in Glendale, Wisconsin</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Greer spent five years as an assistant professor of biology at Union College in Lincoln, Nebraska and private practitioner before completing her internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Timothy Koors -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/timKoors.jpg\" alt=\"Timothy Koors\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Timothy Koors,<br />DVM, Practice Limited to Emergency and Critical Care</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Timothy Koors,<br />DVM, Practice Limited to Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>INTERNSHIP<br />Animal Emergency and Referral Center in Northbrook, Illinois</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Koors spent two years at an emergency practice in St. Louis before completing an internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- M. Ryan Smith -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"M. Ryan Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">M. Ryan Smith,<br />DVM, RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">M. Ryan Smith,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Louisiana State University</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Affiliated Veterinary Specialists in Orlando, Florida</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Prior to beginning residency, Dr. Smith spent two years practicing emergency medicine at a speciality practice in the New Orleans area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kristen Dellacamera -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/kristenDellacamera.jpg\" alt=\"Kristen Dellacamera\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen Dellacamera,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen Dellacamera,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Shannon Broyles -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Shannon Broyles\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Shannon Broyles,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Shannon Broyles,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Broyles has over eight years of experience as a veterinarian at an emergency practice in Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Emily Leonard -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/emilyLeonard.jpg\" alt=\"Emily Leonard\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Emily Leonard,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Emily Leonard,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />Ross University, St. Kitts, West Indies</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Leonard spent ten years in private practice in upstate New York before coming home to Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Jennifer M. Eisele -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/eisele.jpg\" alt=\"Jennifer M. Eisele\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Jennifer M. Eisele,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Jennifer M. Eisele,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Eisele spent five years in private practice in both Charlotte, North Carolina and Saint Louis before joining VSS.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- David Nichols -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/davidNichols.jpg\" alt=\"David Nichols\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">David Nichols,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">David Nichols,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />St. Matthew’s University</p>\r\n<p>CLINICAL ROTATION<br />North Carolina State University</p></div>\r\n</div>\r\n<h4><a name=\"radiology\"></a>RADIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kristen O\'Dell-Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/kristenODell.jpg\" alt=\"Kristen O\'Dell-Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen O\'Dell-Anderson,<br />DVM, MS DIPLOMATE, ACVR</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen O\'Dell-Anderson,<br />DVM, MS DIPLOMATE, ACVR</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Radiologists</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Wheat Ridge Animal Hospital in Denver, Colorado</p>\r\n<p>RESIDENCY<br />University of Illinois in Champaign-Urbana</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois in Champaign-Urbana</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following her residency, Dr. O\'Dell-Anderson stayed on at the University of Illinois as a professor of veterinary radiology before returning to Saint Louis.</p></div>\r\n</div>\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2014-05-18 02:39:43','2014-05-18 02:39:43','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(199,1,'2014-05-18 02:41:06','2014-05-18 02:41:06','','michaelKaragiannis','','inherit','open','open','','michaelkaragiannis','','','2014-05-18 02:41:06','2014-05-18 02:41:06','',0,'http://dev.vssstl.com/wp-content/uploads/2014/05/michaelKaragiannis.jpg',0,'attachment','image/jpeg',0),(200,1,'2014-05-18 02:41:47','2014-05-18 02:41:47','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4><a name=\"surgery\"></a>SURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Mary Jean Gorse -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/maryjeanGorse.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Mark Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/markAnderson.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Davida Rausch -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/davidaRausch.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\r\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Thomas Coletti -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/thomasColetti.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- W. Wesley Kimberlin -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/wesKimberlin.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p></div>\r\n</div>\r\n<h4><a name=\"neurology\"></a>NEUROLOGY/NEUROSURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Fred Wininger -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/fredWininger.jpg\" alt=\"Fred Wininger\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Fred Wininger,<br />VMD, MS DIPLOMATE ACVIM (neurology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Fred Wininger,<br />VMD, MS DIPLOMATE ACVIM (neurology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Pennsylvania</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />University of Georgia</p>\r\n<p>RESIDENCY<br />Washington State University</p>\r\n<p>ADVANCED DEGREE<br />Washington State University</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following residency, Dr. Wininger joined the faculty at the University of Missouri and served as the attending neurosurgical clinician at the Veterinary Medical Teaching Hospital. He maintains an adjunct professor role at MU and remains an active member of the research and teaching program.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Missy Carpentier -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Missy Carpentier\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Ross University School of Veterinary Medicine, St. Kitts, West Indies</p>\r\n<p>ROTATING INTERNSHIP: SMALL ANIMAL MEDICINE<br />VCA Veterinary Referral and Emergency Center and VCA Shoreline Veterinary Referral and Emergency Center in Connecticut</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Carpentier worked as an Associate Veterinarian at a mixed animal hospital in northern Minnesota. After completing her internship, she became the post-doctorate fellow in the Comparative Neurology Program at the University of Missouri, College of Veterinary Medicine.</p></div>\r\n</div>\r\n<h4><a name=\"oncology\"></a>ONCOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Joanne C. Graham -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/joanneGraham.jpg\" alt=\"Joanne C. Graham\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Joanne C. Graham,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Joanne C. Graham,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Graham was on the faculties at Iowa State University College of Veterinary Medicine and at University of Illinois College of Veterinary Medicine, as well as in private practice in the Chicago area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Bonnie E. Smith -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/bonnieSmith.jpg\" alt=\"Bonnie E. Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Bonnie E. Smith,<br />DVM, DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Bonnie E. Smith,<br />DVM, DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Medical Center in New York City, New York</p>\r\n<p>RESIDENCY<br />Animal Medical Center in New York City, New York</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Taylor spent a year as an emergency veterinarian in Saint Louis before completing her residency.</p></div>\r\n</div>\r\n<h4><a name=\"internalmedicine\"></a>INTERNAL MEDICINE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kelly Gingerich -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Kelly Gingerich\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kelly Gingerich,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kelly Gingerich,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Iowa State University</p>\r\n<p>INTERNSHIP<br />Purdue University</p>\r\n<p>RESIDENCY<br />Purdue University</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: Purdue University</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Donna S. Vicini -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/donnaVicini.jpg\" alt=\"Donna S. Vicini\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Donna S. Vicini,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Donna S. Vicini,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />After working as in internist for seven years in Saint Louis, Dr. Vicini spent four years in New York managing her own business as a consultant in veterinary internal medicine; then returned to Saint Louis and continued to see cases for veterinarians in their practices under the business title of Veterinary Internal Medicine Services.</p></div>\r\n</div>\r\n<h4><a name=\"cardiology\"></a>CARDIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- H. Cecilia Marshall -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/ceciliaMarshall.jpg\" alt=\"H. Cecilia Marshall\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">H. Cecilia Marshall,<br />DVM, DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">H. Cecilia Marshall,<br />DVM, DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Cardiology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Angell Animal Medical Center in Boston, Massachusetts</p>\r\n<p>RESIDENCY<br />Angell Animal Medical Center in Boston, Massachusetts</p></div>\r\n</div>\r\n<h4><a name=\"emergencycriticalcare\"></a>EMERGENCY/CRITICAL CARE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Michael H. Karagiannis -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/MichaelKaragiannis.jpg\" alt=\"Michael H. Karagiannis\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Michael H. Karagiannis,<br />DVM DIPLOMATE, ACVEVCC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Michael H. Karagiannis,<br />DVM DIPLOMATE, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Rebecca J. Greer -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/rebeccaGreer.jpg\" alt=\"Rebecca J. Greer\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Rebecca J. Greer,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Rebecca J. Greer,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Emergency Center in Glendale, Wisconsin</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Greer spent five years as an assistant professor of biology at Union College in Lincoln, Nebraska and private practitioner before completing her internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Timothy Koors -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/timKoors.jpg\" alt=\"Timothy Koors\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Timothy Koors,<br />DVM, Practice Limited to Emergency and Critical Care</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Timothy Koors,<br />DVM, Practice Limited to Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>INTERNSHIP<br />Animal Emergency and Referral Center in Northbrook, Illinois</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Koors spent two years at an emergency practice in St. Louis before completing an internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- M. Ryan Smith -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"M. Ryan Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">M. Ryan Smith,<br />DVM, RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">M. Ryan Smith,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Louisiana State University</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Affiliated Veterinary Specialists in Orlando, Florida</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Prior to beginning residency, Dr. Smith spent two years practicing emergency medicine at a speciality practice in the New Orleans area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kristen Dellacamera -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/kristenDellacamera.jpg\" alt=\"Kristen Dellacamera\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen Dellacamera,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen Dellacamera,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Shannon Broyles -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Shannon Broyles\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Shannon Broyles,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Shannon Broyles,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Broyles has over eight years of experience as a veterinarian at an emergency practice in Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Emily Leonard -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/emilyLeonard.jpg\" alt=\"Emily Leonard\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Emily Leonard,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Emily Leonard,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />Ross University, St. Kitts, West Indies</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Leonard spent ten years in private practice in upstate New York before coming home to Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Jennifer M. Eisele -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/eisele.jpg\" alt=\"Jennifer M. Eisele\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Jennifer M. Eisele,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Jennifer M. Eisele,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Eisele spent five years in private practice in both Charlotte, North Carolina and Saint Louis before joining VSS.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- David Nichols -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/davidNichols.jpg\" alt=\"David Nichols\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">David Nichols,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">David Nichols,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />St. Matthew’s University</p>\r\n<p>CLINICAL ROTATION<br />North Carolina State University</p></div>\r\n</div>\r\n<h4><a name=\"radiology\"></a>RADIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kristen O\'Dell-Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/kristenODell.jpg\" alt=\"Kristen O\'Dell-Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen O\'Dell-Anderson,<br />DVM, MS DIPLOMATE, ACVR</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen O\'Dell-Anderson,<br />DVM, MS DIPLOMATE, ACVR</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Radiologists</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Wheat Ridge Animal Hospital in Denver, Colorado</p>\r\n<p>RESIDENCY<br />University of Illinois in Champaign-Urbana</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois in Champaign-Urbana</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following her residency, Dr. O\'Dell-Anderson stayed on at the University of Illinois as a professor of veterinary radiology before returning to Saint Louis.</p></div>\r\n</div>\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2014-05-18 02:41:47','2014-05-18 02:41:47','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(202,1,'2014-06-25 19:50:28','2014-06-25 19:50:28','','ryanSmith','','inherit','open','open','','ryansmith','','','2014-06-25 19:50:28','2014-06-25 19:50:28','',18,'http://dev.vssstl.com/wp-content/uploads/2013/12/ryanSmith.jpg',0,'attachment','image/jpeg',0),(203,1,'2014-06-25 19:51:38','2014-06-25 19:51:38','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4><a name=\"surgery\"></a>SURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Mary Jean Gorse -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/maryjeanGorse.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Mark Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/markAnderson.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Davida Rausch -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/davidaRausch.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\r\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Thomas Coletti -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/thomasColetti.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- W. Wesley Kimberlin -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/wesKimberlin.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p></div>\r\n</div>\r\n<h4><a name=\"neurology\"></a>NEUROLOGY/NEUROSURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Fred Wininger -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/fredWininger.jpg\" alt=\"Fred Wininger\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Fred Wininger,<br />VMD, MS DIPLOMATE ACVIM (neurology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Fred Wininger,<br />VMD, MS DIPLOMATE ACVIM (neurology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Pennsylvania</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />University of Georgia</p>\r\n<p>RESIDENCY<br />Washington State University</p>\r\n<p>ADVANCED DEGREE<br />Washington State University</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following residency, Dr. Wininger joined the faculty at the University of Missouri and served as the attending neurosurgical clinician at the Veterinary Medical Teaching Hospital. He maintains an adjunct professor role at MU and remains an active member of the research and teaching program.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Missy Carpentier -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Missy Carpentier\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Ross University School of Veterinary Medicine, St. Kitts, West Indies</p>\r\n<p>ROTATING INTERNSHIP: SMALL ANIMAL MEDICINE<br />VCA Veterinary Referral and Emergency Center and VCA Shoreline Veterinary Referral and Emergency Center in Connecticut</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Carpentier worked as an Associate Veterinarian at a mixed animal hospital in northern Minnesota. After completing her internship, she became the post-doctorate fellow in the Comparative Neurology Program at the University of Missouri, College of Veterinary Medicine.</p></div>\r\n</div>\r\n<h4><a name=\"oncology\"></a>ONCOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Joanne C. Graham -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/joanneGraham.jpg\" alt=\"Joanne C. Graham\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Joanne C. Graham,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Joanne C. Graham,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Graham was on the faculties at Iowa State University College of Veterinary Medicine and at University of Illinois College of Veterinary Medicine, as well as in private practice in the Chicago area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Bonnie E. Smith -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/bonnieSmith.jpg\" alt=\"Bonnie E. Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Bonnie E. Smith,<br />DVM, DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Bonnie E. Smith,<br />DVM, DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Medical Center in New York City, New York</p>\r\n<p>RESIDENCY<br />Animal Medical Center in New York City, New York</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Taylor spent a year as an emergency veterinarian in Saint Louis before completing her residency.</p></div>\r\n</div>\r\n<h4><a name=\"internalmedicine\"></a>INTERNAL MEDICINE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kelly Gingerich -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Kelly Gingerich\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kelly Gingerich,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kelly Gingerich,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Iowa State University</p>\r\n<p>INTERNSHIP<br />Purdue University</p>\r\n<p>RESIDENCY<br />Purdue University</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: Purdue University</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Donna S. Vicini -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/donnaVicini.jpg\" alt=\"Donna S. Vicini\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Donna S. Vicini,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Donna S. Vicini,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />After working as in internist for seven years in Saint Louis, Dr. Vicini spent four years in New York managing her own business as a consultant in veterinary internal medicine; then returned to Saint Louis and continued to see cases for veterinarians in their practices under the business title of Veterinary Internal Medicine Services.</p></div>\r\n</div>\r\n<h4><a name=\"cardiology\"></a>CARDIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- H. Cecilia Marshall -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/ceciliaMarshall.jpg\" alt=\"H. Cecilia Marshall\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">H. Cecilia Marshall,<br />DVM, DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">H. Cecilia Marshall,<br />DVM, DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Cardiology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Angell Animal Medical Center in Boston, Massachusetts</p>\r\n<p>RESIDENCY<br />Angell Animal Medical Center in Boston, Massachusetts</p></div>\r\n</div>\r\n<h4><a name=\"emergencycriticalcare\"></a>EMERGENCY/CRITICAL CARE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Michael H. Karagiannis -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/MichaelKaragiannis.jpg\" alt=\"Michael H. Karagiannis\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Michael H. Karagiannis,<br />DVM DIPLOMATE, ACVEVCC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Michael H. Karagiannis,<br />DVM DIPLOMATE, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Rebecca J. Greer -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/rebeccaGreer.jpg\" alt=\"Rebecca J. Greer\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Rebecca J. Greer,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Rebecca J. Greer,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Emergency Center in Glendale, Wisconsin</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Greer spent five years as an assistant professor of biology at Union College in Lincoln, Nebraska and private practitioner before completing her internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Timothy Koors -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/timKoors.jpg\" alt=\"Timothy Koors\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Timothy Koors,<br />DVM, Practice Limited to Emergency and Critical Care</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Timothy Koors,<br />DVM, Practice Limited to Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>INTERNSHIP<br />Animal Emergency and Referral Center in Northbrook, Illinois</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Koors spent two years at an emergency practice in St. Louis before completing an internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- M. Ryan Smith -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/ryanSmith.jpg\" alt=\"M. Ryan Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">M. Ryan Smith,<br />DVM, RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">M. Ryan Smith,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Louisiana State University</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Affiliated Veterinary Specialists in Orlando, Florida</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Prior to beginning residency, Dr. Smith spent two years practicing emergency medicine at a speciality practice in the New Orleans area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kristen Dellacamera -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/kristenDellacamera.jpg\" alt=\"Kristen Dellacamera\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen Dellacamera,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen Dellacamera,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Shannon Broyles -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Shannon Broyles\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Shannon Broyles,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Shannon Broyles,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Broyles has over eight years of experience as a veterinarian at an emergency practice in Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Emily Leonard -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/emilyLeonard.jpg\" alt=\"Emily Leonard\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Emily Leonard,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Emily Leonard,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />Ross University, St. Kitts, West Indies</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Leonard spent ten years in private practice in upstate New York before coming home to Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Jennifer M. Eisele -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/eisele.jpg\" alt=\"Jennifer M. Eisele\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Jennifer M. Eisele,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Jennifer M. Eisele,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Eisele spent five years in private practice in both Charlotte, North Carolina and Saint Louis before joining VSS.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- David Nichols -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/davidNichols.jpg\" alt=\"David Nichols\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">David Nichols,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">David Nichols,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />St. Matthew’s University</p>\r\n<p>CLINICAL ROTATION<br />North Carolina State University</p></div>\r\n</div>\r\n<h4><a name=\"radiology\"></a>RADIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kristen O\'Dell-Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/kristenODell.jpg\" alt=\"Kristen O\'Dell-Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen O\'Dell-Anderson,<br />DVM, MS DIPLOMATE, ACVR</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen O\'Dell-Anderson,<br />DVM, MS DIPLOMATE, ACVR</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Radiologists</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Wheat Ridge Animal Hospital in Denver, Colorado</p>\r\n<p>RESIDENCY<br />University of Illinois in Champaign-Urbana</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois in Champaign-Urbana</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following her residency, Dr. O\'Dell-Anderson stayed on at the University of Illinois as a professor of veterinary radiology before returning to Saint Louis.</p></div>\r\n</div>\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2014-06-25 19:51:38','2014-06-25 19:51:38','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(205,1,'2014-07-25 02:13:08','2014-07-25 02:13:08','[mappress mapid=\"1\"]','Location','','publish','open','open','','location','','','2014-07-25 03:04:31','2014-07-25 03:04:31','',0,'http://dev.vssstl.com/?page_id=205',0,'page','',0),(206,1,'2014-07-25 02:13:08','2014-07-25 02:13:08','','Location','','inherit','open','open','','205-revision-v1','','','2014-07-25 02:13:08','2014-07-25 02:13:08','',205,'http://dev.vssstl.com/index.php/205-revision-v1/',0,'revision','',0),(208,1,'2014-07-25 02:40:52','2014-07-25 02:40:52','[mappress mapid=\"1\"]','Location','','inherit','open','open','','205-revision-v1','','','2014-07-25 02:40:52','2014-07-25 02:40:52','',205,'http://dev.vssstl.com/index.php/205-revision-v1/',0,'revision','',0),(211,1,'2014-07-25 03:04:31','2014-07-25 03:04:31','[mappress mapid=\"1\"]','Location','','inherit','open','open','','205-revision-v1','','','2014-07-25 03:04:31','2014-07-25 03:04:31','',205,'http://dev.vssstl.com/index.php/205-revision-v1/',0,'revision','',0),(209,1,'2014-07-25 02:58:16','2014-07-25 02:58:16','<iframe src=\"https://mapsengine.google.com/map/embed?mid=zjvY-NbR8m78.k4ytLhhSXslY\" width=\"640\" height=\"480\"></iframe>\r\n\r\n<br/> <br/>\r\n\r\n[mappress mapid=\"1\"]','Location','','inherit','open','open','','205-revision-v1','','','2014-07-25 02:58:16','2014-07-25 02:58:16','',205,'http://dev.vssstl.com/index.php/205-revision-v1/',0,'revision','',0),(207,1,'2014-07-25 02:22:01','2014-07-25 02:22:01','<br />[google-map-v3 shortcodeid=\"9d1ec18dc8\" width=\"100%\" height=\"400px\" zoom=\"12\" maptype=\"roadmap\" mapalign=\"center\" directionhint=\"true\" language=\"default\" poweredby=\"false\" maptypecontrol=\"true\" pancontrol=\"true\" zoomcontrol=\"true\" scalecontrol=\"true\" streetviewcontrol=\"true\" scrollwheelcontrol=\"false\" draggable=\"true\" tiltfourtyfive=\"false\" enablegeolocationmarker=\"true\" enablemarkerclustering=\"false\" addmarkermashup=\"false\" addmarkermashupbubble=\"false\" addmarkerlist=\"1021 Howard George Dr. Manchester, MO 63021{}1-default.png{}Veterinary Specialty Services\" bubbleautopan=\"true\" distanceunits=\"miles\" showbike=\"false\" showtraffic=\"false\" showpanoramio=\"false\"]','Location','','inherit','open','open','','205-revision-v1','','','2014-07-25 02:22:01','2014-07-25 02:22:01','',205,'http://dev.vssstl.com/index.php/205-revision-v1/',0,'revision','',0),(210,1,'2014-07-25 03:04:29','2014-07-25 03:04:29','\n\n[mappress mapid=\"1\"]','Location','','inherit','open','open','','205-autosave-v1','','','2014-07-25 03:04:29','2014-07-25 03:04:29','',205,'http://dev.vssstl.com/index.php/205-autosave-v1/',0,'revision','',0),(212,1,'2014-07-25 03:37:47','2014-07-25 03:37:47','','ChemoTherapy','','inherit','open','open','','chemotherapy','','','2014-07-25 03:37:47','2014-07-25 03:37:47','',0,'http://dev.vssstl.com/wp-content/uploads/2014/07/ChemoTherapy.doc',0,'attachment','application/msword',0),(213,1,'2014-07-25 03:37:47','2014-07-25 03:37:47','','ChemoTherapy','','inherit','open','open','','chemotherapy-2','','','2014-07-25 03:37:47','2014-07-25 03:37:47','',0,'http://dev.vssstl.com/wp-content/uploads/2014/07/ChemoTherapy.pdf',0,'attachment','application/pdf',0),(214,1,'2014-07-25 03:37:48','2014-07-25 03:37:48','','ClientInfo','','inherit','open','open','','clientinfo','','','2014-07-25 03:37:48','2014-07-25 03:37:48','',0,'http://dev.vssstl.com/wp-content/uploads/2014/07/ClientInfo.doc',0,'attachment','application/msword',0),(215,1,'2014-07-25 03:37:48','2014-07-25 03:37:48','','ClientInfo','','inherit','open','open','','clientinfo-2','','','2014-07-25 03:37:48','2014-07-25 03:37:48','',0,'http://dev.vssstl.com/wp-content/uploads/2014/07/ClientInfo.pdf',0,'attachment','application/pdf',0),(217,1,'2014-07-25 03:42:30','2014-07-25 03:42:30','[soliloquy id=\"112\"]\r\n\r\n<div id=\"BelowHomeSlider\">\r\n<div id=\"MainCallout\" class=\"homepageSnipit\">\r\n<p class=\"main\">Veterinary Specialty Services is a <span class=\"highlight\">multi-specialty referral-only practice</span> and <span class=\"highlight\">after-hours emergency facility</span> committed to providing advanced veterinary care for pets.</p>\r\nOur highly qualified and experienced board certified specialists work in collaboration with primary care veterinarians throughout Missouri and its surrounding states to diagnose and treat complex, challenging, and often life-threatening pet health problems.\r\n</div>\r\n<div id=\"FirstVisit\" class=\"homepageSnipit smallCallout\">\r\n<h3>First Visit</h3>\r\n<p>Client Information form: <a href=\"/wp-content/uploads/2014/07/ClientInfo.doc\">WordDoc</a> <a href=\"/wp-content/uploads/2014/07/ClientInfo.pdf\">PDF</a></p>\r\n<p>Chemotherapy Patient questionnaire: <a href=\"/wp-content/uploads/2014/07/ChemoTherapy.doc\">WordDoc</a> <a href=\"/wp-content/uploads/2014/07/ChemoTherapy.pdf\">PDF</a></p>\r\n</div>\r\n<div id=\"ReferringVets\" class=\"homepageSnipit smallCallout\">\r\n<h3>Referring Vets</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nec massa nunc, quis ultrices lacus.</p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nec massa nunc, quis ultrices lacus.</p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nec massa nunc, quis ultrices lacus.</p>\r\n</div>\r\n</div>','','','inherit','open','open','','26-revision-v1','','','2014-07-25 03:42:30','2014-07-25 03:42:30','',26,'http://dev.vssstl.com/index.php/26-revision-v1/',0,'revision','',0),(216,1,'2014-07-25 03:41:15','2014-07-25 03:41:15','[soliloquy id=\"112\"]\r\n\r\n<div id=\"BelowHomeSlider\">\r\n<div id=\"MainCallout\" class=\"homepageSnipit\">\r\n<p class=\"main\">Veterinary Specialty Services is a <span class=\"highlight\">multi-specialty referral-only practice</span> and <span class=\"highlight\">after-hours emergency facility</span> committed to providing advanced veterinary care for pets.</p>\r\nOur highly qualified and experienced board certified specialists work in collaboration with primary care veterinarians throughout Missouri and its surrounding states to diagnose and treat complex, challenging, and often life-threatening pet health problems.\r\n</div>\r\n<div id=\"FirstVisit\" class=\"homepageSnipit smallCallout\">\r\n<h3>First Visit</h3>\r\n<p>Client Info forms: <a href=\"/wp-content/uploads/2014/07/ClientInfo.doc\">WordDoc</a> <a href=\"/wp-content/uploads/2014/07/ClientInfo.pdf\">PDF</a></p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nec massa nunc, quis ultrices lacus.</p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nec massa nunc, quis ultrices lacus.</p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nec massa nunc, quis ultrices lacus.</p>\r\n</div>\r\n<div id=\"ReferringVets\" class=\"homepageSnipit smallCallout\">\r\n<h3>Referring Vets</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nec massa nunc, quis ultrices lacus.</p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nec massa nunc, quis ultrices lacus.</p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nec massa nunc, quis ultrices lacus.</p>\r\n</div>\r\n</div>','','','inherit','open','open','','26-revision-v1','','','2014-07-25 03:41:15','2014-07-25 03:41:15','',26,'http://dev.vssstl.com/index.php/26-revision-v1/',0,'revision','',0),(218,1,'2014-07-25 03:56:34','2014-07-25 03:56:34','[soliloquy id=\"112\"]\r\n\r\n<div id=\"BelowHomeSlider\">\r\n<div id=\"MainCallout\" class=\"homepageSnipit\">\r\n<p class=\"main\">Veterinary Specialty Services is a <span class=\"highlight\">multi-specialty referral-only practice</span> and <span class=\"highlight\">after-hours emergency facility</span> committed to providing advanced veterinary care for pets.</p>\r\nOur highly qualified and experienced board certified specialists work in collaboration with primary care veterinarians throughout Missouri and its surrounding states to diagnose and treat complex, challenging, and often life-threatening pet health problems.\r\n</div>\r\n<div id=\"FirstVisit\" class=\"homepageSnipit smallCallout\">\r\n<h3>First Visit</h3>\r\n<p>Client Information form: <a href=\"/wp-content/uploads/2014/07/ClientInfo.doc\">WordDoc</a> <a href=\"/wp-content/uploads/2014/07/ClientInfo.pdf\">PDF</a></p>\r\n<p>Chemotherapy Patient questionnaire: <a href=\"/wp-content/uploads/2014/07/ChemoTherapy.doc\">WordDoc</a> <a href=\"/wp-content/uploads/2014/07/ChemoTherapy.pdf\">PDF</a></p>\r\n<span><a href=\"/\">Click here for more veterinary links and resources.</a></span>\r\n</div>\r\n<div id=\"ReferringVets\" class=\"homepageSnipit smallCallout\">\r\n<h3>Referring Vets</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nec massa nunc, quis ultrices lacus.</p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nec massa nunc, quis ultrices lacus.</p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nec massa nunc, quis ultrices lacus.</p>\r\n</div>\r\n</div>','','','inherit','open','open','','26-revision-v1','','','2014-07-25 03:56:34','2014-07-25 03:56:34','',26,'http://dev.vssstl.com/index.php/26-revision-v1/',0,'revision','',0),(219,1,'2014-07-25 03:57:07','2014-07-25 03:57:07','[soliloquy id=\"112\"]\r\n\r\n<div id=\"BelowHomeSlider\">\r\n<div id=\"MainCallout\" class=\"homepageSnipit\">\r\n<p class=\"main\">Veterinary Specialty Services is a <span class=\"highlight\">multi-specialty referral-only practice</span> and <span class=\"highlight\">after-hours emergency facility</span> committed to providing advanced veterinary care for pets.</p>\r\nOur highly qualified and experienced board certified specialists work in collaboration with primary care veterinarians throughout Missouri and its surrounding states to diagnose and treat complex, challenging, and often life-threatening pet health problems.\r\n</div>\r\n<div id=\"FirstVisit\" class=\"homepageSnipit smallCallout\">\r\n<h3>First Visit</h3>\r\n<p>Client Information form: <a href=\"/wp-content/uploads/2014/07/ClientInfo.doc\">WordDoc</a> <a href=\"/wp-content/uploads/2014/07/ClientInfo.pdf\">PDF</a></p>\r\n<p>Chemotherapy Patient questionnaire: <a href=\"/wp-content/uploads/2014/07/ChemoTherapy.doc\">WordDoc</a> <a href=\"/wp-content/uploads/2014/07/ChemoTherapy.pdf\">PDF</a></p><span><a href=\"/\">Click here for more veterinary links and resources.</a></span>\r\n</div>\r\n<div id=\"ReferringVets\" class=\"homepageSnipit smallCallout\">\r\n<h3>Referring Vets</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nec massa nunc, quis ultrices lacus.</p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nec massa nunc, quis ultrices lacus.</p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nec massa nunc, quis ultrices lacus.</p>\r\n</div>\r\n</div>','','','inherit','open','open','','26-revision-v1','','','2014-07-25 03:57:07','2014-07-25 03:57:07','',26,'http://dev.vssstl.com/index.php/26-revision-v1/',0,'revision','',0),(220,1,'2014-07-25 03:59:23','2014-07-25 03:59:23','[soliloquy id=\"112\"]\r\n\r\n<div id=\"BelowHomeSlider\">\r\n<div id=\"MainCallout\" class=\"homepageSnipit\">\r\n<p class=\"main\">Veterinary Specialty Services is a <span class=\"highlight\">multi-specialty referral-only practice</span> and <span class=\"highlight\">after-hours emergency facility</span> committed to providing advanced veterinary care for pets.</p>\r\nOur highly qualified and experienced board certified specialists work in collaboration with primary care veterinarians throughout Missouri and its surrounding states to diagnose and treat complex, challenging, and often life-threatening pet health problems.\r\n</div>\r\n<div id=\"FirstVisit\" class=\"homepageSnipit smallCallout\">\r\n<h3>First Visit</h3>\r\n<p class=\"bone\">Client Information form: <a href=\"/wp-content/uploads/2014/07/ClientInfo.doc\">WordDoc</a> <a href=\"/wp-content/uploads/2014/07/ClientInfo.pdf\">PDF</a></p>\r\n<p class=\"bone\">Chemotherapy Patient questionnaire: <a href=\"/wp-content/uploads/2014/07/ChemoTherapy.doc\">WordDoc</a> <a href=\"/wp-content/uploads/2014/07/ChemoTherapy.pdf\">PDF</a></p>\r\n<p><a href=\"/\">Click here for more veterinary links and resources.</a></p>\r\n</div>\r\n<div id=\"ReferringVets\" class=\"homepageSnipit smallCallout\">\r\n<h3>Referring Vets</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nec massa nunc, quis ultrices lacus.</p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nec massa nunc, quis ultrices lacus.</p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nec massa nunc, quis ultrices lacus.</p>\r\n</div>\r\n</div>','','','inherit','open','open','','26-revision-v1','','','2014-07-25 03:59:23','2014-07-25 03:59:23','',26,'http://dev.vssstl.com/index.php/26-revision-v1/',0,'revision','',0),(221,1,'2014-07-25 04:01:35','2014-07-25 04:01:35','[soliloquy id=\"112\"]\r\n\r\n<div id=\"BelowHomeSlider\">\r\n<div id=\"MainCallout\" class=\"homepageSnipit\">\r\n<p class=\"main\">Veterinary Specialty Services is a <span class=\"highlight\">multi-specialty referral-only practice</span> and <span class=\"highlight\">after-hours emergency facility</span> committed to providing advanced veterinary care for pets.</p>\r\nOur highly qualified and experienced board certified specialists work in collaboration with primary care veterinarians throughout Missouri and its surrounding states to diagnose and treat complex, challenging, and often life-threatening pet health problems.\r\n</div>\r\n<div id=\"FirstVisit\" class=\"homepageSnipit smallCallout\">\r\n<h3>First Visit</h3>\r\n<p>Please download, print and complete the appropriate form. The information you provide will enable us to understand and therefore take better care of your pet.</p>\r\n<p class=\"bone\">Client Information form: <a href=\"/wp-content/uploads/2014/07/ClientInfo.doc\">WordDoc</a> <a href=\"/wp-content/uploads/2014/07/ClientInfo.pdf\">PDF</a></p>\r\n<p class=\"bone\">Chemotherapy Patient questionnaire: <a href=\"/wp-content/uploads/2014/07/ChemoTherapy.doc\">WordDoc</a> <a href=\"/wp-content/uploads/2014/07/ChemoTherapy.pdf\">PDF</a></p>\r\n<p><a href=\"/\">Click here for more veterinary links and resources.</a></p>\r\n</div>\r\n<div id=\"ReferringVets\" class=\"homepageSnipit smallCallout\">\r\n<h3>Referring Vets</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nec massa nunc, quis ultrices lacus.</p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nec massa nunc, quis ultrices lacus.</p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nec massa nunc, quis ultrices lacus.</p>\r\n</div>\r\n</div>','','','inherit','open','open','','26-revision-v1','','','2014-07-25 04:01:35','2014-07-25 04:01:35','',26,'http://dev.vssstl.com/index.php/26-revision-v1/',0,'revision','',0),(222,1,'2014-07-31 03:02:42','2014-07-31 03:02:42','<div id=\"ClientForms\">\r\n<h3>Client Forms</h3>\r\n<p>Please download, print and complete the appropriate form. The information you provide will enable us to understand and therefore take better care of your pet.</p>\r\n<h6>Client Information form</h6>\r\n<p><a href=\"/wp-content/uploads/2014/07/ClientInfo.doc\">WordDoc</a> <a href=\"/wp-content/uploads/2014/07/ClientInfo.pdf\">PDF</a></p>\r\n<h6>Chemotherapy Patient questionnaire</h6>\r\n<p><a href=\"/wp-content/uploads/2014/07/ChemoTherapy.doc\">WordDoc</a> <a href=\"/wp-content/uploads/2014/07/ChemoTherapy.pdf\">PDF</a></p>\r\n</div>\r\n<div id=\"ClientResources\">\r\n <h3 class=\"title\">Veterinary Links And Resources</h3>\r\n <h6>HEALING PAWS REHABILITATION</h6>\r\n <p>\r\n <a href=\"http://www.HealingPawsRehab.com\">www.HealingPawsRehab.com</a>\r\n </p>\r\n\r\n <h6>ONCOLOGY RESOURCES</h6>\r\n <a href=\"http://www.vetcancersociety.org\">Veterinary Cancer Society</a>\r\n </p>\r\n\r\n <h6>PET LOSS WEB RESOURCES</h6>\r\n <p>\r\n <a href=\"http://www.petloss.com\">www.petloss.com</a><br>\r\n <a href=\"http://www.aplb.org\">www.aplb.org</a><br>\r\n <a href=\"http://www.in-memory-of-pets.com\">www.in-memory-of-pets.com</a>\r\n </p>\r\n\r\n <h6>HUMANE AND RESCUE ORGANIZATIONS</h6>\r\n <p>\r\n <a href=\"http://www.hsmo.org\">Humane Society of Missouri</a><br>\r\n <a href=\"http://www.aspca.org\">American Society for the Prevention of Cruelty to Animals</a><br>\r\n <a href=\"http://www.StrayRescue.org\">Stray Rescue of St. Louis</a>\r\n </p>\r\n\r\n <h6>MISCELLANEOUS</h6>\r\n <p>\r\n <a href=\"http://www.fanciers.com\">For Cat Fanciers</a><br>\r\n <a href=\"http://www.toxnet.nlm.nih.gov\">Databases on Toxicology and Hazardous Chemicals</a>\r\n </p> \r\n\r\n <h6>FOR KIDS</h6>\r\n <p>\r\n <a href=\"http://www.loveyourdog.com\">www.loveyourdog.com</a>\r\n </p> \r\n</div>','Client Forms & Resources','','publish','open','open','','client-forms-resources','','','2015-02-23 03:45:32','2015-02-23 03:45:32','',0,'http://dev.vssstl.com/?page_id=222',0,'page','',0),(226,1,'2014-07-31 03:10:59','2014-07-31 03:10:59','<div class=\"resources\">\r\n <h2 class=\"title\">VETERINARY LINKS AND RESOURCES</h2>\r\n <p><strong>PROFESSIONAL ORGANIZATIONS</strong><br>\r\n <a href=\"http://www.acvs.org\">American College of Veterinary Surgeons</a><br>\r\n <a href=\"http://www.acvim.org\">American College of Veterinary Internal Medicine</a><br>\r\n <a href=\"http://www.acvecc.org\">American College of Veterinary Emergency and Critical Care</a><br>\r\n <a href=\"http://www.veccs.org\">Veterinary Emergency and Critical Care</a><br>\r\n <a href=\"http://www.mvma.us\">Missouri Veterinary Medical Association</a><br>\r\n <a href=\"http://www.avma.org\">American Veterinary Medical Association</a><br>\r\n </p>\r\n <p><strong>HEALING PAWS REHABILITATION</strong><br>\r\n <a href=\"http://www.HealingPawsRehab.com\">www.HealingPawsRehab.com</a><br>\r\n </p>\r\n <p><strong>ONCOLOGY RESOURCES</strong><br>\r\n <a href=\"http://www.vetcancersociety.org\">Veterinary Cancer Society</a><br>\r\n </p>\r\n <p><strong>PET LOSS WEB RESOURCES</strong><br>\r\n <a href=\"http://www.petloss.com\">www.petloss.com</a><br>\r\n <a href=\"http://www.aplb.org\">www.aplb.org</a><br>\r\n <a href=\"http://www.in-memory-of-pets.com\">www.in-memory-of-pets.com</a><br>\r\n </p>\r\n <p><strong>HUMANE AND RESCUE ORGANIZATIONS</strong><br>\r\n <a href=\"http://www.hsmo.org\">Humane Society of Missouri</a><br>\r\n <a href=\"http://www.aspca.org\">American Society for the Prevention of Cruelty to Animals</a><br>\r\n <a href=\"http://www.StrayRescue.org\">Stray Rescue of St. Louis</a><br>\r\n </p>\r\n <p><strong>MISCELLANEOUS</strong><br>\r\n <a href=\"http://www.fanciers.com\">For Cat Fanciers</a><br>\r\n <a href=\"http://www.toxnet.nlm.nih.gov\">Databases on Toxicology and Hazardous Chemicals</a><br>\r\n </p> \r\n <p><strong>FOR KIDS</strong><br>\r\n <a href=\"http://www.loveyourdog.com\">www.loveyourdog.com</a>\r\n </p> \r\n</div>','Client Forms & Resources','','inherit','open','open','','222-revision-v1','','','2014-07-31 03:10:59','2014-07-31 03:10:59','',222,'http://dev.vssstl.com/index.php/222-revision-v1/',0,'revision','',0),(223,1,'2014-07-31 03:02:42','2014-07-31 03:02:42','<div class=\"story\">\r\n<h2 class=\"title\">VETERINARY LINKS AND RESOURCES</h2>\r\n<p><strong>PROFESSIONAL ORGANIZATIONS</strong><br>\r\n <a href=\"http://www.acvs.org\">American College of Veterinary Surgeons</a><br>\r\n <a href=\"http://www.acvim.org\">American College of Veterinary Internal Medicine</a><br>\r\n <a href=\"http://www.acvecc.org\">American College of Veterinary Emergency and Critical Care</a><br>\r\n <a href=\"http://www.veccs.org\">Veterinary Emergency and Critical Care</a><br>\r\n <a href=\"http://www.mvma.us\">Missouri Veterinary Medical Association</a><br>\r\n <a href=\"http://www.avma.org\">American Veterinary Medical Association</a><br>\r\n</p>\r\n<p><strong>HEALING PAWS REHABILITATION</strong><br>\r\n <a href=\"http://www.HealingPawsRehab.com\">www.HealingPawsRehab.com</a><br>\r\n</p>\r\n<p><strong>ONCOLOGY RESOURCES</strong><br>\r\n <a href=\"http://www.vetcancersociety.org\">Veterinary Cancer Society</a><br>\r\n</p>\r\n<p><strong>PET LOSS WEB RESOURCES</strong><br>\r\n <a href=\"http://www.petloss.com\">www.petloss.com</a><br>\r\n <a href=\"http://www.aplb.org\">www.aplb.org</a><br>\r\n <a href=\"http://www.in-memory-of-pets.com\">www.in-memory-of-pets.com</a><br>\r\n</p>\r\n<p><strong>HUMANE AND RESCUE ORGANIZATIONS</strong><br>\r\n <a href=\"http://www.hsmo.org\">Humane Society of Missouri</a><br>\r\n <a href=\"http://www.aspca.org\">American Society for the Prevention of Cruelty to Animals</a><br>\r\n <a href=\"http://www.StrayRescue.org\">Stray Rescue of St. Louis</a><br>\r\n</p>\r\n<p><strong>MISCELLANEOUS</strong><br>\r\n <a href=\"http://www.fanciers.com\">For Cat Fanciers</a><br>\r\n <a href=\"http://www.toxnet.nlm.nih.gov\">Databases on Toxicology and Hazardous Chemicals</a><br>\r\n</p> \r\n<p><strong>FOR KIDS</strong><br>\r\n <a href=\"http://www.loveyourdog.com\">www.loveyourdog.com</a>\r\n</p> \r\n</div>','Client Forms & Resources','','inherit','open','open','','222-revision-v1','','','2014-07-31 03:02:42','2014-07-31 03:02:42','',222,'http://dev.vssstl.com/index.php/222-revision-v1/',0,'revision','',0),(224,1,'2014-07-31 03:03:36','2014-07-31 03:03:36','[soliloquy id=\"112\"]\r\n\r\n<div id=\"BelowHomeSlider\">\r\n<div id=\"MainCallout\" class=\"homepageSnipit\">\r\n<p class=\"main\">Veterinary Specialty Services is a <span class=\"highlight\">multi-specialty referral-only practice</span> and <span class=\"highlight\">after-hours emergency facility</span> committed to providing advanced veterinary care for pets.</p>\r\nOur highly qualified and experienced board certified specialists work in collaboration with primary care veterinarians throughout Missouri and its surrounding states to diagnose and treat complex, challenging, and often life-threatening pet health problems.\r\n</div>\r\n<div id=\"FirstVisit\" class=\"homepageSnipit smallCallout\">\r\n<h3>First Visit</h3>\r\n<p>Please download, print and complete the appropriate form. The information you provide will enable us to understand and therefore take better care of your pet.</p>\r\n<p class=\"bone\">Client Information form: <a href=\"/wp-content/uploads/2014/07/ClientInfo.doc\">WordDoc</a> <a href=\"/wp-content/uploads/2014/07/ClientInfo.pdf\">PDF</a></p>\r\n<p class=\"bone\">Chemotherapy Patient questionnaire: <a href=\"/wp-content/uploads/2014/07/ChemoTherapy.doc\">WordDoc</a> <a href=\"/wp-content/uploads/2014/07/ChemoTherapy.pdf\">PDF</a></p>\r\n<p><a href=\"/client-forms-resources/\">Click here for more veterinary links and resources.</a></p>\r\n</div>\r\n<div id=\"ReferringVets\" class=\"homepageSnipit smallCallout\">\r\n<h3>Referring Vets</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nec massa nunc, quis ultrices lacus.</p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nec massa nunc, quis ultrices lacus.</p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nec massa nunc, quis ultrices lacus.</p>\r\n</div>\r\n</div>','','','inherit','open','open','','26-revision-v1','','','2014-07-31 03:03:36','2014-07-31 03:03:36','',26,'http://dev.vssstl.com/index.php/26-revision-v1/',0,'revision','',0),(232,1,'2014-07-31 04:09:38','2014-07-31 04:09:38','[soliloquy id=\"112\"]\r\n\r\n<div id=\"BelowHomeSlider\">\r\n<div id=\"MainCallout\" class=\"homepageSnipit\">\r\n<p class=\"main\">Veterinary Specialty Services is a <span class=\"highlight\">multi-specialty referral-only practice</span> and <span class=\"highlight\">after-hours emergency facility</span> committed to providing advanced veterinary care for pets.</p>\r\nOur highly qualified and experienced board certified specialists work in collaboration with primary care veterinarians throughout Missouri and its surrounding states to diagnose and treat complex, challenging, and often life-threatening pet health problems.\r\n</div>\r\n<div id=\"FirstVisit\" class=\"homepageSnipit smallCallout\">\r\n<h3>First Visit</h3>\r\n<p>Please download, print and complete the appropriate form. The information you provide will enable us to understand and therefore take better care of your pet.</p>\r\n<p class=\"bone\">Client Information form: <a href=\"/wp-content/uploads/2014/07/ClientInfo.doc\">WordDoc</a> <a href=\"/wp-content/uploads/2014/07/ClientInfo.pdf\">PDF</a></p>\r\n<p class=\"bone\">Chemotherapy Patient questionnaire: <a href=\"/wp-content/uploads/2014/07/ChemoTherapy.doc\">WordDoc</a> <a href=\"/wp-content/uploads/2014/07/ChemoTherapy.pdf\">PDF</a></p>\r\n<p><a href=\"/index.php/client-forms-resources/\">Click here for more veterinary links and resources.</a></p>\r\n</div>\r\n<div id=\"ReferringVets\" class=\"homepageSnipit smallCallout\">\r\n<h3>Referring Vets</h3>\r\n<p>We value you and your patients. As a fellow veterinarian, we understand the importance of communicating in a timely manor. Click <a href=\"/\">here</a> to let us know how we can better communicate with you.</p>\r\n</div>\r\n</div>','','','inherit','open','open','','26-revision-v1','','','2014-07-31 04:09:38','2014-07-31 04:09:38','',26,'http://dev.vssstl.com/index.php/26-revision-v1/',0,'revision','',0),(225,1,'2014-07-31 03:04:14','2014-07-31 03:04:14','[soliloquy id=\"112\"]\r\n\r\n<div id=\"BelowHomeSlider\">\r\n<div id=\"MainCallout\" class=\"homepageSnipit\">\r\n<p class=\"main\">Veterinary Specialty Services is a <span class=\"highlight\">multi-specialty referral-only practice</span> and <span class=\"highlight\">after-hours emergency facility</span> committed to providing advanced veterinary care for pets.</p>\r\nOur highly qualified and experienced board certified specialists work in collaboration with primary care veterinarians throughout Missouri and its surrounding states to diagnose and treat complex, challenging, and often life-threatening pet health problems.\r\n</div>\r\n<div id=\"FirstVisit\" class=\"homepageSnipit smallCallout\">\r\n<h3>First Visit</h3>\r\n<p>Please download, print and complete the appropriate form. The information you provide will enable us to understand and therefore take better care of your pet.</p>\r\n<p class=\"bone\">Client Information form: <a href=\"/wp-content/uploads/2014/07/ClientInfo.doc\">WordDoc</a> <a href=\"/wp-content/uploads/2014/07/ClientInfo.pdf\">PDF</a></p>\r\n<p class=\"bone\">Chemotherapy Patient questionnaire: <a href=\"/wp-content/uploads/2014/07/ChemoTherapy.doc\">WordDoc</a> <a href=\"/wp-content/uploads/2014/07/ChemoTherapy.pdf\">PDF</a></p>\r\n<p><a href=\"/index.php/client-forms-resources/\">Click here for more veterinary links and resources.</a></p>\r\n</div>\r\n<div id=\"ReferringVets\" class=\"homepageSnipit smallCallout\">\r\n<h3>Referring Vets</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nec massa nunc, quis ultrices lacus.</p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nec massa nunc, quis ultrices lacus.</p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nec massa nunc, quis ultrices lacus.</p>\r\n</div>\r\n</div>','','','inherit','open','open','','26-revision-v1','','','2014-07-31 03:04:14','2014-07-31 03:04:14','',26,'http://dev.vssstl.com/index.php/26-revision-v1/',0,'revision','',0),(227,1,'2014-07-31 03:22:31','2014-07-31 03:22:31','<div class=\"\">\n<h4>Client Forms</h4>\n<p>Please download, print and complete the appropriate form. The information you provide will enable us to understand and therefore take better care of your pet.</p>\n<h6>Client Information form</h6>\n<p><a href=\"/wp-content/uploads/2014/07/ClientInfo.doc\">WordDoc</a> <a href=\"/wp-content/uploads/2014/07/ClientInfo.pdf\">PDF</a></p>\n<h6>Chemotherapy Patient questionnaire</h6>\n<p><a href=\"/wp-content/uploads/2014/07/ChemoTherapy.doc\">WordDoc</a> <a href=\"/wp-content/uploads/2014/07/ChemoTherapy.pdf\">PDF</a></p>\n\n<div class=\"resources\">\n <h4 class=\"title\">VETERINARY LINKS AND RESOURCES</h4>\n <h6>PROFESSIONAL ORGANIZATIONS</h6>\n <p>\n <a href=\"http://www.acvs.org\">American College of Veterinary Surgeons</a><br>\n <a href=\"http://www.acvim.org\">American College of Veterinary Internal Medicine</a><br>\n <a href=\"http://www.acvecc.org\">American College of Veterinary Emergency and Critical Care</a><br>\n <a href=\"http://www.veccs.org\">Veterinary Emergency and Critical Care</a><br>\n <a href=\"http://www.mvma.us\">Missouri Veterinary Medical Association</a><br>\n <a href=\"http://www.avma.org\">American Veterinary Medical Association</a>\n </p>\n\n <h6>HEALING PAWS REHABILITATION</h6>\n <p>\n <a href=\"http://www.HealingPawsRehab.com\">www.HealingPawsRehab.com</a>\n </p>\n\n <h6>ONCOLOGY RESOURCES</h6>\n <a href=\"http://www.vetcancersociety.org\">Veterinary Cancer Society</a>\n </p>\n\n <h6>PET LOSS WEB RESOURCES</h6>\n <p>\n <a href=\"http://www.petloss.com\">www.petloss.com</a><br>\n <a href=\"http://www.aplb.org\">www.aplb.org</a><br>\n <a href=\"http://www.in-memory-of-pets.com\">www.in-memory-of-pets.com</a>\n </p>\n\n <h6>HUMANE AND RESCUE ORGANIZATIONS</h6>\n <p>\n <a href=\"http://www.hsmo.org\">Humane Society of Missouri</a><br>\n <a href=\"http://www.aspca.org\">American Society for the Prevention of Cruelty to Animals</a><br>\n <a href=\"http://www.StrayRescue.org\">Stray Rescue of St. Louis</a>\n </p>\n\n <h6>MISCELLANEOUS</h6>\n <p>\n <a href=\"http://www.fanciers.com\">For Cat Fanciers</a><br>\n <a href=\"http://www.toxnet.nlm.nih.gov\">Databases on Toxicology and Hazardous Chemicals</a>\n </p> \n\n <h6>FOR KIDS</h6>\n <p>\n <a href=\"http://www.loveyourdog.com\">www.loveyourdog.com</a>\n </p> \n</div>','Client Forms & Resources','','inherit','open','open','','222-autosave-v1','','','2014-07-31 03:22:31','2014-07-31 03:22:31','',222,'http://dev.vssstl.com/index.php/222-autosave-v1/',0,'revision','',0),(228,1,'2014-07-31 03:16:55','2014-07-31 03:16:55','<h4>Client Forms</h4>\r\n<p>Please download, print and complete the appropriate form. The information you provide will enable us to understand and therefore take better care of your pet.</p>\r\n<h6>Client Information form</h6>\r\n<p><a href=\"/wp-content/uploads/2014/07/ClientInfo.doc\">WordDoc</a> <a href=\"/wp-content/uploads/2014/07/ClientInfo.pdf\">PDF</a></p>\r\n<h6>Chemotherapy Patient questionnaire</h6>\r\n<p><a href=\"/wp-content/uploads/2014/07/ChemoTherapy.doc\">WordDoc</a> <a href=\"/wp-content/uploads/2014/07/ChemoTherapy.pdf\">PDF</a></p>\r\n\r\n<div class=\"resources\">\r\n <h4 class=\"title\">VETERINARY LINKS AND RESOURCES</h4>\r\n <h6>PROFESSIONAL ORGANIZATIONS</h6>\r\n <p>\r\n <a href=\"http://www.acvs.org\">American College of Veterinary Surgeons</a><br>\r\n <a href=\"http://www.acvim.org\">American College of Veterinary Internal Medicine</a><br>\r\n <a href=\"http://www.acvecc.org\">American College of Veterinary Emergency and Critical Care</a><br>\r\n <a href=\"http://www.veccs.org\">Veterinary Emergency and Critical Care</a><br>\r\n <a href=\"http://www.mvma.us\">Missouri Veterinary Medical Association</a><br>\r\n <a href=\"http://www.avma.org\">American Veterinary Medical Association</a>\r\n </p>\r\n\r\n <h6>HEALING PAWS REHABILITATION</h6>\r\n <p>\r\n <a href=\"http://www.HealingPawsRehab.com\">www.HealingPawsRehab.com</a>\r\n </p>\r\n <p><strong>ONCOLOGY RESOURCES</strong><br>\r\n <a href=\"http://www.vetcancersociety.org\">Veterinary Cancer Society</a><br>\r\n </p>\r\n <p><strong>PET LOSS WEB RESOURCES</strong><br>\r\n <a href=\"http://www.petloss.com\">www.petloss.com</a><br>\r\n <a href=\"http://www.aplb.org\">www.aplb.org</a><br>\r\n <a href=\"http://www.in-memory-of-pets.com\">www.in-memory-of-pets.com</a><br>\r\n </p>\r\n <p><strong>HUMANE AND RESCUE ORGANIZATIONS</strong><br>\r\n <a href=\"http://www.hsmo.org\">Humane Society of Missouri</a><br>\r\n <a href=\"http://www.aspca.org\">American Society for the Prevention of Cruelty to Animals</a><br>\r\n <a href=\"http://www.StrayRescue.org\">Stray Rescue of St. Louis</a><br>\r\n </p>\r\n <p><strong>MISCELLANEOUS</strong><br>\r\n <a href=\"http://www.fanciers.com\">For Cat Fanciers</a><br>\r\n <a href=\"http://www.toxnet.nlm.nih.gov\">Databases on Toxicology and Hazardous Chemicals</a><br>\r\n </p> \r\n <p><strong>FOR KIDS</strong><br>\r\n <a href=\"http://www.loveyourdog.com\">www.loveyourdog.com</a>\r\n </p> \r\n</div>','Client Forms & Resources','','inherit','open','open','','222-revision-v1','','','2014-07-31 03:16:55','2014-07-31 03:16:55','',222,'http://dev.vssstl.com/index.php/222-revision-v1/',0,'revision','',0),(229,1,'2014-07-31 03:19:27','2014-07-31 03:19:27','<h4>Client Forms</h4>\r\n<p>Please download, print and complete the appropriate form. The information you provide will enable us to understand and therefore take better care of your pet.</p>\r\n<h6>Client Information form</h6>\r\n<p><a href=\"/wp-content/uploads/2014/07/ClientInfo.doc\">WordDoc</a> <a href=\"/wp-content/uploads/2014/07/ClientInfo.pdf\">PDF</a></p>\r\n<h6>Chemotherapy Patient questionnaire</h6>\r\n<p><a href=\"/wp-content/uploads/2014/07/ChemoTherapy.doc\">WordDoc</a> <a href=\"/wp-content/uploads/2014/07/ChemoTherapy.pdf\">PDF</a></p>\r\n\r\n<div class=\"resources\">\r\n <h4 class=\"title\">VETERINARY LINKS AND RESOURCES</h4>\r\n <h6>PROFESSIONAL ORGANIZATIONS</h6>\r\n <p>\r\n <a href=\"http://www.acvs.org\">American College of Veterinary Surgeons</a><br>\r\n <a href=\"http://www.acvim.org\">American College of Veterinary Internal Medicine</a><br>\r\n <a href=\"http://www.acvecc.org\">American College of Veterinary Emergency and Critical Care</a><br>\r\n <a href=\"http://www.veccs.org\">Veterinary Emergency and Critical Care</a><br>\r\n <a href=\"http://www.mvma.us\">Missouri Veterinary Medical Association</a><br>\r\n <a href=\"http://www.avma.org\">American Veterinary Medical Association</a>\r\n </p>\r\n\r\n <h6>HEALING PAWS REHABILITATION</h6>\r\n <p>\r\n <a href=\"http://www.HealingPawsRehab.com\">www.HealingPawsRehab.com</a>\r\n </p>\r\n\r\n <h6>ONCOLOGY RESOURCES</h6>\r\n <a href=\"http://www.vetcancersociety.org\">Veterinary Cancer Society</a>\r\n </p>\r\n\r\n <h6>PET LOSS WEB RESOURCES</h6>\r\n <p>\r\n <a href=\"http://www.petloss.com\">www.petloss.com</a><br>\r\n <a href=\"http://www.aplb.org\">www.aplb.org</a><br>\r\n <a href=\"http://www.in-memory-of-pets.com\">www.in-memory-of-pets.com</a>\r\n </p>\r\n\r\n <h6>HUMANE AND RESCUE ORGANIZATIONS</h6>\r\n <p>\r\n <a href=\"http://www.hsmo.org\">Humane Society of Missouri</a><br>\r\n <a href=\"http://www.aspca.org\">American Society for the Prevention of Cruelty to Animals</a><br>\r\n <a href=\"http://www.StrayRescue.org\">Stray Rescue of St. Louis</a>\r\n </p>\r\n\r\n <h6>MISCELLANEOUS</h6>\r\n <p>\r\n <a href=\"http://www.fanciers.com\">For Cat Fanciers</a><br>\r\n <a href=\"http://www.toxnet.nlm.nih.gov\">Databases on Toxicology and Hazardous Chemicals</a>\r\n </p> \r\n\r\n <h6>FOR KIDS</h6>\r\n <p>\r\n <a href=\"http://www.loveyourdog.com\">www.loveyourdog.com</a>\r\n </p> \r\n</div>','Client Forms & Resources','','inherit','open','open','','222-revision-v1','','','2014-07-31 03:19:27','2014-07-31 03:19:27','',222,'http://dev.vssstl.com/index.php/222-revision-v1/',0,'revision','',0),(333,1,'2015-02-23 03:45:32','2015-02-23 03:45:32','<div id=\"ClientForms\">\r\n<h3>Client Forms</h3>\r\n<p>Please download, print and complete the appropriate form. The information you provide will enable us to understand and therefore take better care of your pet.</p>\r\n<h6>Client Information form</h6>\r\n<p><a href=\"/wp-content/uploads/2014/07/ClientInfo.doc\">WordDoc</a> <a href=\"/wp-content/uploads/2014/07/ClientInfo.pdf\">PDF</a></p>\r\n<h6>Chemotherapy Patient questionnaire</h6>\r\n<p><a href=\"/wp-content/uploads/2014/07/ChemoTherapy.doc\">WordDoc</a> <a href=\"/wp-content/uploads/2014/07/ChemoTherapy.pdf\">PDF</a></p>\r\n</div>\r\n<div id=\"ClientResources\">\r\n <h3 class=\"title\">Veterinary Links And Resources</h3>\r\n <h6>HEALING PAWS REHABILITATION</h6>\r\n <p>\r\n <a href=\"http://www.HealingPawsRehab.com\">www.HealingPawsRehab.com</a>\r\n </p>\r\n\r\n <h6>ONCOLOGY RESOURCES</h6>\r\n <a href=\"http://www.vetcancersociety.org\">Veterinary Cancer Society</a>\r\n </p>\r\n\r\n <h6>PET LOSS WEB RESOURCES</h6>\r\n <p>\r\n <a href=\"http://www.petloss.com\">www.petloss.com</a><br>\r\n <a href=\"http://www.aplb.org\">www.aplb.org</a><br>\r\n <a href=\"http://www.in-memory-of-pets.com\">www.in-memory-of-pets.com</a>\r\n </p>\r\n\r\n <h6>HUMANE AND RESCUE ORGANIZATIONS</h6>\r\n <p>\r\n <a href=\"http://www.hsmo.org\">Humane Society of Missouri</a><br>\r\n <a href=\"http://www.aspca.org\">American Society for the Prevention of Cruelty to Animals</a><br>\r\n <a href=\"http://www.StrayRescue.org\">Stray Rescue of St. Louis</a>\r\n </p>\r\n\r\n <h6>MISCELLANEOUS</h6>\r\n <p>\r\n <a href=\"http://www.fanciers.com\">For Cat Fanciers</a><br>\r\n <a href=\"http://www.toxnet.nlm.nih.gov\">Databases on Toxicology and Hazardous Chemicals</a>\r\n </p> \r\n\r\n <h6>FOR KIDS</h6>\r\n <p>\r\n <a href=\"http://www.loveyourdog.com\">www.loveyourdog.com</a>\r\n </p> \r\n</div>','Client Forms & Resources','','inherit','open','open','','222-revision-v1','','','2015-02-23 03:45:32','2015-02-23 03:45:32','',222,'http://dev.vssstl.com/index.php/222-revision-v1/',0,'revision','',0),(230,1,'2014-07-31 03:23:06','2014-07-31 03:23:06','<div id=\"ClientForms\">\r\n<h4>Client Forms</h4>\r\n<p>Please download, print and complete the appropriate form. The information you provide will enable us to understand and therefore take better care of your pet.</p>\r\n<h6>Client Information form</h6>\r\n<p><a href=\"/wp-content/uploads/2014/07/ClientInfo.doc\">WordDoc</a> <a href=\"/wp-content/uploads/2014/07/ClientInfo.pdf\">PDF</a></p>\r\n<h6>Chemotherapy Patient questionnaire</h6>\r\n<p><a href=\"/wp-content/uploads/2014/07/ChemoTherapy.doc\">WordDoc</a> <a href=\"/wp-content/uploads/2014/07/ChemoTherapy.pdf\">PDF</a></p>\r\n</div>\r\n<div id=\"ClientResources\">\r\n <h4 class=\"title\">VETERINARY LINKS AND RESOURCES</h4>\r\n <h6>PROFESSIONAL ORGANIZATIONS</h6>\r\n <p>\r\n <a href=\"http://www.acvs.org\">American College of Veterinary Surgeons</a><br>\r\n <a href=\"http://www.acvim.org\">American College of Veterinary Internal Medicine</a><br>\r\n <a href=\"http://www.acvecc.org\">American College of Veterinary Emergency and Critical Care</a><br>\r\n <a href=\"http://www.veccs.org\">Veterinary Emergency and Critical Care</a><br>\r\n <a href=\"http://www.mvma.us\">Missouri Veterinary Medical Association</a><br>\r\n <a href=\"http://www.avma.org\">American Veterinary Medical Association</a>\r\n </p>\r\n\r\n <h6>HEALING PAWS REHABILITATION</h6>\r\n <p>\r\n <a href=\"http://www.HealingPawsRehab.com\">www.HealingPawsRehab.com</a>\r\n </p>\r\n\r\n <h6>ONCOLOGY RESOURCES</h6>\r\n <a href=\"http://www.vetcancersociety.org\">Veterinary Cancer Society</a>\r\n </p>\r\n\r\n <h6>PET LOSS WEB RESOURCES</h6>\r\n <p>\r\n <a href=\"http://www.petloss.com\">www.petloss.com</a><br>\r\n <a href=\"http://www.aplb.org\">www.aplb.org</a><br>\r\n <a href=\"http://www.in-memory-of-pets.com\">www.in-memory-of-pets.com</a>\r\n </p>\r\n\r\n <h6>HUMANE AND RESCUE ORGANIZATIONS</h6>\r\n <p>\r\n <a href=\"http://www.hsmo.org\">Humane Society of Missouri</a><br>\r\n <a href=\"http://www.aspca.org\">American Society for the Prevention of Cruelty to Animals</a><br>\r\n <a href=\"http://www.StrayRescue.org\">Stray Rescue of St. Louis</a>\r\n </p>\r\n\r\n <h6>MISCELLANEOUS</h6>\r\n <p>\r\n <a href=\"http://www.fanciers.com\">For Cat Fanciers</a><br>\r\n <a href=\"http://www.toxnet.nlm.nih.gov\">Databases on Toxicology and Hazardous Chemicals</a>\r\n </p> \r\n\r\n <h6>FOR KIDS</h6>\r\n <p>\r\n <a href=\"http://www.loveyourdog.com\">www.loveyourdog.com</a>\r\n </p> \r\n</div>','Client Forms & Resources','','inherit','open','open','','222-revision-v1','','','2014-07-31 03:23:06','2014-07-31 03:23:06','',222,'http://dev.vssstl.com/index.php/222-revision-v1/',0,'revision','',0),(231,1,'2014-07-31 03:26:57','2014-07-31 03:26:57','<div id=\"ClientForms\">\r\n<h3>Client Forms</h3>\r\n<p>Please download, print and complete the appropriate form. The information you provide will enable us to understand and therefore take better care of your pet.</p>\r\n<h6>Client Information form</h6>\r\n<p><a href=\"/wp-content/uploads/2014/07/ClientInfo.doc\">WordDoc</a> <a href=\"/wp-content/uploads/2014/07/ClientInfo.pdf\">PDF</a></p>\r\n<h6>Chemotherapy Patient questionnaire</h6>\r\n<p><a href=\"/wp-content/uploads/2014/07/ChemoTherapy.doc\">WordDoc</a> <a href=\"/wp-content/uploads/2014/07/ChemoTherapy.pdf\">PDF</a></p>\r\n</div>\r\n<div id=\"ClientResources\">\r\n <h3 class=\"title\">Veterinary Links And Resources</h3>\r\n <h6>PROFESSIONAL ORGANIZATIONS</h6>\r\n <p>\r\n <a href=\"http://www.acvs.org\">American College of Veterinary Surgeons</a><br>\r\n <a href=\"http://www.acvim.org\">American College of Veterinary Internal Medicine</a><br>\r\n <a href=\"http://www.acvecc.org\">American College of Veterinary Emergency and Critical Care</a><br>\r\n <a href=\"http://www.veccs.org\">Veterinary Emergency and Critical Care</a><br>\r\n <a href=\"http://www.mvma.us\">Missouri Veterinary Medical Association</a><br>\r\n <a href=\"http://www.avma.org\">American Veterinary Medical Association</a>\r\n </p>\r\n\r\n <h6>HEALING PAWS REHABILITATION</h6>\r\n <p>\r\n <a href=\"http://www.HealingPawsRehab.com\">www.HealingPawsRehab.com</a>\r\n </p>\r\n\r\n <h6>ONCOLOGY RESOURCES</h6>\r\n <a href=\"http://www.vetcancersociety.org\">Veterinary Cancer Society</a>\r\n </p>\r\n\r\n <h6>PET LOSS WEB RESOURCES</h6>\r\n <p>\r\n <a href=\"http://www.petloss.com\">www.petloss.com</a><br>\r\n <a href=\"http://www.aplb.org\">www.aplb.org</a><br>\r\n <a href=\"http://www.in-memory-of-pets.com\">www.in-memory-of-pets.com</a>\r\n </p>\r\n\r\n <h6>HUMANE AND RESCUE ORGANIZATIONS</h6>\r\n <p>\r\n <a href=\"http://www.hsmo.org\">Humane Society of Missouri</a><br>\r\n <a href=\"http://www.aspca.org\">American Society for the Prevention of Cruelty to Animals</a><br>\r\n <a href=\"http://www.StrayRescue.org\">Stray Rescue of St. Louis</a>\r\n </p>\r\n\r\n <h6>MISCELLANEOUS</h6>\r\n <p>\r\n <a href=\"http://www.fanciers.com\">For Cat Fanciers</a><br>\r\n <a href=\"http://www.toxnet.nlm.nih.gov\">Databases on Toxicology and Hazardous Chemicals</a>\r\n </p> \r\n\r\n <h6>FOR KIDS</h6>\r\n <p>\r\n <a href=\"http://www.loveyourdog.com\">www.loveyourdog.com</a>\r\n </p> \r\n</div>','Client Forms & Resources','','inherit','open','open','','222-revision-v1','','','2014-07-31 03:26:57','2014-07-31 03:26:57','',222,'http://dev.vssstl.com/index.php/222-revision-v1/',0,'revision','',0),(233,1,'2014-07-31 04:10:03','2014-07-31 04:10:03','[soliloquy id=\"112\"]\r\n\r\n<div id=\"BelowHomeSlider\">\r\n<div id=\"MainCallout\" class=\"homepageSnipit\">\r\n<p class=\"main\">Veterinary Specialty Services is a <span class=\"highlight\">multi-specialty referral-only practice</span> and <span class=\"highlight\">after-hours emergency facility</span> committed to providing advanced veterinary care for pets.</p>\r\nOur highly qualified and experienced board certified specialists work in collaboration with primary care veterinarians throughout Missouri and its surrounding states to diagnose and treat complex, challenging, and often life-threatening pet health problems.\r\n</div>\r\n<div id=\"FirstVisit\" class=\"homepageSnipit smallCallout\">\r\n<h3>First Visit</h3>\r\n<p>Please download, print and complete the appropriate form. The information you provide will enable us to understand and therefore take better care of your pet.</p>\r\n<p class=\"bone\">Client Information form: <a href=\"/wp-content/uploads/2014/07/ClientInfo.doc\">WordDoc</a> <a href=\"/wp-content/uploads/2014/07/ClientInfo.pdf\">PDF</a></p>\r\n<p class=\"bone\">Chemotherapy Patient questionnaire: <a href=\"/wp-content/uploads/2014/07/ChemoTherapy.doc\">WordDoc</a> <a href=\"/wp-content/uploads/2014/07/ChemoTherapy.pdf\">PDF</a></p>\r\n<p><a href=\"/index.php/client-forms-resources/\">Click here for more veterinary links and resources.</a></p>\r\n</div>\r\n<div id=\"ReferringVets\" class=\"homepageSnipit smallCallout\">\r\n<h3>Referring Vets</h3>\r\n<p class=\"bone\">We value you and your patients. As a fellow veterinarian, we understand the importance of communicating in a timely manor. Click <a href=\"/\">here</a> to let us know how we can better communicate with you.</p>\r\n</div>\r\n</div>','','','inherit','open','open','','26-revision-v1','','','2014-07-31 04:10:03','2014-07-31 04:10:03','',26,'http://dev.vssstl.com/index.php/26-revision-v1/',0,'revision','',0),(235,1,'2014-09-17 03:23:41','2014-09-17 03:23:41','','bonnieSmith','','inherit','open','open','','bonniesmith-2','','','2014-09-17 03:23:41','2014-09-17 03:23:41','',0,'http://dev.vssstl.com/wp-content/uploads/2014/09/bonnieSmith.jpg',0,'attachment','image/jpeg',0),(236,1,'2014-09-17 03:23:44','2014-09-17 03:23:44','','ceciliaMarshall','','inherit','open','open','','ceciliamarshall-2','','','2014-09-17 03:23:44','2014-09-17 03:23:44','',0,'http://dev.vssstl.com/wp-content/uploads/2014/09/ceciliaMarshall.jpg',0,'attachment','image/jpeg',0),(237,1,'2014-09-17 03:23:46','2014-09-17 03:23:46','','joanneGraham','','inherit','open','open','','joannegraham-2','','','2014-09-17 03:23:46','2014-09-17 03:23:46','',0,'http://dev.vssstl.com/wp-content/uploads/2014/09/joanneGraham.jpg',0,'attachment','image/jpeg',0),(238,1,'2014-09-17 03:23:49','2014-09-17 03:23:49','','kristenODell','','inherit','open','open','','kristenodell-2','','','2014-09-17 03:23:49','2014-09-17 03:23:49','',0,'http://dev.vssstl.com/wp-content/uploads/2014/09/kristenODell.jpg',0,'attachment','image/jpeg',0),(239,1,'2014-09-17 03:23:51','2014-09-17 03:23:51','','missyCarpentier','','inherit','open','open','','missycarpentier','','','2014-09-17 03:23:51','2014-09-17 03:23:51','',0,'http://dev.vssstl.com/wp-content/uploads/2014/09/missyCarpentier.jpg',0,'attachment','image/jpeg',0),(240,1,'2014-09-17 03:23:53','2014-09-17 03:23:53','','robinSherman','','inherit','open','open','','robinsherman','','','2014-09-17 03:23:53','2014-09-17 03:23:53','',0,'http://dev.vssstl.com/wp-content/uploads/2014/09/robinSherman.jpg',0,'attachment','image/jpeg',0),(241,1,'2014-09-17 03:29:31','2014-09-17 03:29:31','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4><a name=\"surgery\"></a>SURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Mary Jean Gorse -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/maryjeanGorse.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Mark Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/markAnderson.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Davida Rausch -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/davidaRausch.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\r\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Thomas Coletti -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/thomasColetti.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- W. Wesley Kimberlin -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/wesKimberlin.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p></div>\r\n</div>\r\n<h4><a name=\"neurology\"></a>NEUROLOGY/NEUROSURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Fred Wininger -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/fredWininger.jpg\" alt=\"Fred Wininger\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Fred Wininger,<br />VMD, MS DIPLOMATE ACVIM (neurology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Fred Wininger,<br />VMD, MS DIPLOMATE ACVIM (neurology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Pennsylvania</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />University of Georgia</p>\r\n<p>RESIDENCY<br />Washington State University</p>\r\n<p>ADVANCED DEGREE<br />Washington State University</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following residency, Dr. Wininger joined the faculty at the University of Missouri and served as the attending neurosurgical clinician at the Veterinary Medical Teaching Hospital. He maintains an adjunct professor role at MU and remains an active member of the research and teaching program.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Missy Carpentier -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/09/missyCarpentier.jpg\" alt=\"Missy Carpentier\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Ross University School of Veterinary Medicine, St. Kitts, West Indies</p>\r\n<p>ROTATING INTERNSHIP: SMALL ANIMAL MEDICINE<br />VCA Veterinary Referral and Emergency Center and VCA Shoreline Veterinary Referral and Emergency Center in Connecticut</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Carpentier worked as an Associate Veterinarian at a mixed animal hospital in northern Minnesota. After completing her internship, she became the post-doctorate fellow in the Comparative Neurology Program at the University of Missouri, College of Veterinary Medicine.</p></div>\r\n</div>\r\n<h4><a name=\"oncology\"></a>ONCOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Joanne C. Graham -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/09/joanneGraham.jpg\" alt=\"Joanne C. Graham\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Joanne C. Graham,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Joanne C. Graham,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Graham was on the faculties at Iowa State University College of Veterinary Medicine and at University of Illinois College of Veterinary Medicine, as well as in private practice in the Chicago area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Bonnie E. Smith -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/09/bonnieSmith.jpg\" alt=\"Bonnie E. Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Bonnie E. Smith,<br />DVM, DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Bonnie E. Smith,<br />DVM, DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Medical Center in New York City, New York</p>\r\n<p>RESIDENCY<br />Animal Medical Center in New York City, New York</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Taylor spent a year as an emergency veterinarian in Saint Louis before completing her residency.</p></div>\r\n</div>\r\n<h4><a name=\"internalmedicine\"></a>INTERNAL MEDICINE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kelly Gingerich -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Kelly Gingerich\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kelly Gingerich,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kelly Gingerich,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Iowa State University</p>\r\n<p>INTERNSHIP<br />Purdue University</p>\r\n<p>RESIDENCY<br />Purdue University</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: Purdue University</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Donna S. Vicini -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/donnaVicini.jpg\" alt=\"Donna S. Vicini\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Donna S. Vicini,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Donna S. Vicini,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />After working as in internist for seven years in Saint Louis, Dr. Vicini spent four years in New York managing her own business as a consultant in veterinary internal medicine; then returned to Saint Louis and continued to see cases for veterinarians in their practices under the business title of Veterinary Internal Medicine Services.</p></div>\r\n</div>\r\n<h4><a name=\"cardiology\"></a>CARDIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- H. Cecilia Marshall -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/09/ceciliaMarshall.jpg\" alt=\"H. Cecilia Marshall\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">H. Cecilia Marshall,<br />DVM, DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">H. Cecilia Marshall,<br />DVM, DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Cardiology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Angell Animal Medical Center in Boston, Massachusetts</p>\r\n<p>RESIDENCY<br />Angell Animal Medical Center in Boston, Massachusetts</p></div>\r\n</div>\r\n<h4><a name=\"emergencycriticalcare\"></a>EMERGENCY/CRITICAL CARE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Michael H. Karagiannis -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/MichaelKaragiannis.jpg\" alt=\"Michael H. Karagiannis\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Michael H. Karagiannis,<br />DVM DIPLOMATE, ACVEVCC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Michael H. Karagiannis,<br />DVM DIPLOMATE, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Rebecca J. Greer -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/rebeccaGreer.jpg\" alt=\"Rebecca J. Greer\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Rebecca J. Greer,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Rebecca J. Greer,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Emergency Center in Glendale, Wisconsin</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Greer spent five years as an assistant professor of biology at Union College in Lincoln, Nebraska and private practitioner before completing her internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Timothy Koors -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/timKoors.jpg\" alt=\"Timothy Koors\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Timothy Koors,<br />DVM, Practice Limited to Emergency and Critical Care</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Timothy Koors,<br />DVM, Practice Limited to Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>INTERNSHIP<br />Animal Emergency and Referral Center in Northbrook, Illinois</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Koors spent two years at an emergency practice in St. Louis before completing an internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- M. Ryan Smith -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/ryanSmith.jpg\" alt=\"M. Ryan Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">M. Ryan Smith,<br />DVM, RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">M. Ryan Smith,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Louisiana State University</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Affiliated Veterinary Specialists in Orlando, Florida</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Prior to beginning residency, Dr. Smith spent two years practicing emergency medicine at a speciality practice in the New Orleans area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kristen Dellacamera -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/kristenDellacamera.jpg\" alt=\"Kristen Dellacamera\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen Dellacamera,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen Dellacamera,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Shannon Broyles -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Shannon Broyles\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Shannon Broyles,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Shannon Broyles,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Broyles has over eight years of experience as a veterinarian at an emergency practice in Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Emily Leonard -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/emilyLeonard.jpg\" alt=\"Emily Leonard\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Emily Leonard,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Emily Leonard,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />Ross University, St. Kitts, West Indies</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Leonard spent ten years in private practice in upstate New York before coming home to Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Jennifer M. Eisele -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/eisele.jpg\" alt=\"Jennifer M. Eisele\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Jennifer M. Eisele,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Jennifer M. Eisele,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Eisele spent five years in private practice in both Charlotte, North Carolina and Saint Louis before joining VSS.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- David Nichols -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/davidNichols.jpg\" alt=\"David Nichols\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">David Nichols,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">David Nichols,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />St. Matthew’s University</p>\r\n<p>CLINICAL ROTATION<br />North Carolina State University</p></div>\r\n</div>\r\n<h4><a name=\"radiology\"></a>RADIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kristen O\'Dell-Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/09/kristenODell.jpg\" alt=\"Kristen O\'Dell-Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen O\'Dell-Anderson,<br />DVM, MS DIPLOMATE, ACVR</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen O\'Dell-Anderson,<br />DVM, MS DIPLOMATE, ACVR</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Radiologists</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Wheat Ridge Animal Hospital in Denver, Colorado</p>\r\n<p>RESIDENCY<br />University of Illinois in Champaign-Urbana</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois in Champaign-Urbana</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following her residency, Dr. O\'Dell-Anderson stayed on at the University of Illinois as a professor of veterinary radiology before returning to Saint Louis.</p></div>\r\n</div>\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2014-09-17 03:29:31','2014-09-17 03:29:31','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(253,1,'2014-11-26 02:25:48','2014-11-26 02:25:48','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4><a name=\"surgery\"></a>SURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Mary Jean Gorse -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/maryjeanGorse.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Mark Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/markAnderson.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Davida Rausch -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/davidaRausch.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\r\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Thomas Coletti -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/thomasColetti.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- W. Wesley Kimberlin -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/wesKimberlin.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p></div>\r\n</div>\r\n<h4><a name=\"neurology\"></a>NEUROLOGY/NEUROSURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Fred Wininger -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/fredWininger.jpg\" alt=\"Fred Wininger\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Fred Wininger,<br />VMD, MS DIPLOMATE ACVIM (neurology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Fred Wininger,<br />VMD, MS DIPLOMATE ACVIM (neurology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Pennsylvania</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />University of Georgia</p>\r\n<p>RESIDENCY<br />Washington State University</p>\r\n<p>ADVANCED DEGREE<br />Washington State University</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following residency, Dr. Wininger joined the faculty at the University of Missouri and served as the attending neurosurgical clinician at the Veterinary Medical Teaching Hospital. He maintains an adjunct professor role at MU and remains an active member of the research and teaching program.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Missy Carpentier -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/missyCarpentier.jpg\" alt=\"Missy Carpentier\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Ross University School of Veterinary Medicine, St. Kitts, West Indies</p>\r\n<p>ROTATING INTERNSHIP: SMALL ANIMAL MEDICINE<br />VCA Veterinary Referral and Emergency Center and VCA Shoreline Veterinary Referral and Emergency Center in Connecticut</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Carpentier worked as an Associate Veterinarian at a mixed animal hospital in northern Minnesota. After completing her internship, she became the post-doctorate fellow in the Comparative Neurology Program at the University of Missouri, College of Veterinary Medicine.</p></div>\r\n</div>\r\n<h4><a name=\"oncology\"></a>ONCOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Joanne C. Graham -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/joanneGraham.jpg\" alt=\"Joanne C. Graham\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Joanne C. Graham,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Joanne C. Graham,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Graham was on the faculties at Iowa State University College of Veterinary Medicine and at University of Illinois College of Veterinary Medicine, as well as in private practice in the Chicago area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Bonnie E. Smith -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/bonnieSmith.jpg\" alt=\"Bonnie E. Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Bonnie E. Smith,<br />DVM, DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Bonnie E. Smith,<br />DVM, DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Medical Center in New York City, New York</p>\r\n<p>RESIDENCY<br />Animal Medical Center in New York City, New York</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Taylor spent a year as an emergency veterinarian in Saint Louis before completing her residency.</p></div>\r\n</div>\r\n<h4><a name=\"internalmedicine\"></a>INTERNAL MEDICINE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kelly Gingerich -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Kelly Gingerich\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kelly Gingerich,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kelly Gingerich,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Iowa State University</p>\r\n<p>INTERNSHIP<br />Purdue University</p>\r\n<p>RESIDENCY<br />Purdue University</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: Purdue University</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kate Sycamore -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Kate Sycamore\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kate Sycamore,<br />BVSc, MANZCVSc, DIPLOMATE, ACVIM </p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kate Sycamore,<br />BVSc, MANZCVSc, DIPLOMATE, ACVIM </p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Massey University, New Zealand</p>\r\n<p>INTERNSHIP<br />Queensland Veterinary Specialists, Australia</p>\r\n<p>RESIDENCY<br />University of Georgia, Veterinary Teaching Hospital</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Donna S. Vicini -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/donnaVicini.jpg\" alt=\"Donna S. Vicini\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Donna S. Vicini,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Donna S. Vicini,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />After working as in internist for seven years in Saint Louis, Dr. Vicini spent four years in New York managing her own business as a consultant in veterinary internal medicine; then returned to Saint Louis and continued to see cases for veterinarians in their practices under the business title of Veterinary Internal Medicine Services.</p></div>\r\n</div>\r\n<h4><a name=\"cardiology\"></a>CARDIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- H. Cecilia Marshall -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/ceciliaMarshall.jpg\" alt=\"H. Cecilia Marshall\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">H. Cecilia Marshall,<br />DVM, DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">H. Cecilia Marshall,<br />DVM, DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Cardiology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Angell Animal Medical Center in Boston, Massachusetts</p>\r\n<p>RESIDENCY<br />Angell Animal Medical Center in Boston, Massachusetts</p></div>\r\n</div>\r\n<h4><a name=\"emergencycriticalcare\"></a>EMERGENCY/CRITICAL CARE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Michael H. Karagiannis -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/MichaelKaragiannis.jpg\" alt=\"Michael H. Karagiannis\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Michael H. Karagiannis,<br />DVM DIPLOMATE, ACVEVCC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Michael H. Karagiannis,<br />DVM DIPLOMATE, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Rebecca J. Greer -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/rebeccaGreer.jpg\" alt=\"Rebecca J. Greer\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Rebecca J. Greer,<br />DVM, MS DIPLOMATE, AVCECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Rebecca J. Greer,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Emergency Center in Glendale, Wisconsin</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Greer spent five years as an assistant professor of biology at Union College in Lincoln, Nebraska and private practitioner before completing her internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Timothy Koors -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/timKoors.jpg\" alt=\"Timothy Koors\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Timothy Koors,<br />DVM, Practice Limited to Emergency and Critical Care</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Timothy Koors,<br />DVM, Practice Limited to Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>INTERNSHIP<br />Animal Emergency and Referral Center in Northbrook, Illinois</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Koors spent two years at an emergency practice in St. Louis before completing an internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- M. Ryan Smith -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2013/12/ryanSmith.jpg\" alt=\"M. Ryan Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">M. Ryan Smith,<br />DVM, RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">M. Ryan Smith,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Louisiana State University</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Affiliated Veterinary Specialists in Orlando, Florida</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Prior to beginning residency, Dr. Smith spent two years practicing emergency medicine at a speciality practice in the New Orleans area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kristen Dellacamera -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/kristenDellacamera.jpg\" alt=\"Kristen Dellacamera\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen Dellacamera,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen Dellacamera,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Shannon Broyles -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/shannonBroyles.jpg\" alt=\"Shannon Broyles\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Shannon Broyles,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Shannon Broyles,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Broyles has over eight years of experience as a veterinarian at an emergency practice in Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Emily Leonard -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/emilyLeonard.jpg\" alt=\"Emily Leonard\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Emily Leonard,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Emily Leonard,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />Ross University, St. Kitts, West Indies</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Leonard spent ten years in private practice in upstate New York before coming home to Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Jennifer M. Eisele -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/eisele.jpg\" alt=\"Jennifer M. Eisele\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Jennifer M. Eisele,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Jennifer M. Eisele,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Eisele spent five years in private practice in both Charlotte, North Carolina and Saint Louis before joining VSS.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- David Nichols -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/davidNichols.jpg\" alt=\"David Nichols\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">David Nichols,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">David Nichols,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />St. Matthew’s University</p>\r\n<p>CLINICAL ROTATION<br />North Carolina State University</p></div>\r\n</div>\r\n<h4><a name=\"radiology\"></a>RADIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kristen O\'Dell-Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/kristenODell.jpg\" alt=\"Kristen O\'Dell-Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen O\'Dell-Anderson,<br />DVM, MS DIPLOMATE, ACVR</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen O\'Dell-Anderson,<br />DVM, MS DIPLOMATE, ACVR</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Radiologists</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Wheat Ridge Animal Hospital in Denver, Colorado</p>\r\n<p>RESIDENCY<br />University of Illinois in Champaign-Urbana</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois in Champaign-Urbana</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following her residency, Dr. O\'Dell-Anderson stayed on at the University of Illinois as a professor of veterinary radiology before returning to Saint Louis.</p></div>\r\n</div>\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2014-11-26 02:25:48','2014-11-26 02:25:48','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(242,1,'2014-09-17 03:37:08','2014-09-17 03:37:08','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4><a name=\"surgery\"></a>SURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Mary Jean Gorse -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/maryjeanGorse.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Mark Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/markAnderson.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Davida Rausch -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/davidaRausch.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\r\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Thomas Coletti -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/thomasColetti.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- W. Wesley Kimberlin -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/wesKimberlin.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p></div>\r\n</div>\r\n<h4><a name=\"neurology\"></a>NEUROLOGY/NEUROSURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Fred Wininger -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/fredWininger.jpg\" alt=\"Fred Wininger\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Fred Wininger,<br />VMD, MS DIPLOMATE ACVIM (neurology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Fred Wininger,<br />VMD, MS DIPLOMATE ACVIM (neurology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Pennsylvania</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />University of Georgia</p>\r\n<p>RESIDENCY<br />Washington State University</p>\r\n<p>ADVANCED DEGREE<br />Washington State University</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following residency, Dr. Wininger joined the faculty at the University of Missouri and served as the attending neurosurgical clinician at the Veterinary Medical Teaching Hospital. He maintains an adjunct professor role at MU and remains an active member of the research and teaching program.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Missy Carpentier -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/09/missyCarpentier.jpg\" alt=\"Missy Carpentier\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Ross University School of Veterinary Medicine, St. Kitts, West Indies</p>\r\n<p>ROTATING INTERNSHIP: SMALL ANIMAL MEDICINE<br />VCA Veterinary Referral and Emergency Center and VCA Shoreline Veterinary Referral and Emergency Center in Connecticut</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Carpentier worked as an Associate Veterinarian at a mixed animal hospital in northern Minnesota. After completing her internship, she became the post-doctorate fellow in the Comparative Neurology Program at the University of Missouri, College of Veterinary Medicine.</p></div>\r\n</div>\r\n<h4><a name=\"oncology\"></a>ONCOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Joanne C. Graham -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/09/joanneGraham.jpg\" alt=\"Joanne C. Graham\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Joanne C. Graham,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Joanne C. Graham,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Graham was on the faculties at Iowa State University College of Veterinary Medicine and at University of Illinois College of Veterinary Medicine, as well as in private practice in the Chicago area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Bonnie E. Smith -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/09/bonnieSmith.jpg\" alt=\"Bonnie E. Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Bonnie E. Smith,<br />DVM, DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Bonnie E. Smith,<br />DVM, DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Medical Center in New York City, New York</p>\r\n<p>RESIDENCY<br />Animal Medical Center in New York City, New York</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Taylor spent a year as an emergency veterinarian in Saint Louis before completing her residency.</p></div>\r\n</div>\r\n<h4><a name=\"internalmedicine\"></a>INTERNAL MEDICINE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kelly Gingerich -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Kelly Gingerich\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kelly Gingerich,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kelly Gingerich,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Iowa State University</p>\r\n<p>INTERNSHIP<br />Purdue University</p>\r\n<p>RESIDENCY<br />Purdue University</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: Purdue University</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kate Sycamore -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Kate Sycamore\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kate Sycamore,<br />BVSc, MANZCVSc, DIPLOMATE, ACVIM </p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kate Sycamore,<br />BVSc, MANZCVSc, DIPLOMATE, ACVIM </p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Massey University, New Zealand</p>\r\n<p>INTERNSHIP<br />Queensland Veterinary Specialists, Australia</p>\r\n<p>RESIDENCY<br />University of Georgia, Veterinary Teaching Hospital</p>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Donna S. Vicini -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/donnaVicini.jpg\" alt=\"Donna S. Vicini\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Donna S. Vicini,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Donna S. Vicini,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />After working as in internist for seven years in Saint Louis, Dr. Vicini spent four years in New York managing her own business as a consultant in veterinary internal medicine; then returned to Saint Louis and continued to see cases for veterinarians in their practices under the business title of Veterinary Internal Medicine Services.</p></div>\r\n</div>\r\n<h4><a name=\"cardiology\"></a>CARDIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- H. Cecilia Marshall -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/09/ceciliaMarshall.jpg\" alt=\"H. Cecilia Marshall\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">H. Cecilia Marshall,<br />DVM, DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">H. Cecilia Marshall,<br />DVM, DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Cardiology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Angell Animal Medical Center in Boston, Massachusetts</p>\r\n<p>RESIDENCY<br />Angell Animal Medical Center in Boston, Massachusetts</p></div>\r\n</div>\r\n<h4><a name=\"emergencycriticalcare\"></a>EMERGENCY/CRITICAL CARE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Michael H. Karagiannis -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/MichaelKaragiannis.jpg\" alt=\"Michael H. Karagiannis\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Michael H. Karagiannis,<br />DVM DIPLOMATE, ACVEVCC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Michael H. Karagiannis,<br />DVM DIPLOMATE, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Rebecca J. Greer -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/rebeccaGreer.jpg\" alt=\"Rebecca J. Greer\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Rebecca J. Greer,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Rebecca J. Greer,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Emergency Center in Glendale, Wisconsin</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Greer spent five years as an assistant professor of biology at Union College in Lincoln, Nebraska and private practitioner before completing her internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Timothy Koors -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/timKoors.jpg\" alt=\"Timothy Koors\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Timothy Koors,<br />DVM, Practice Limited to Emergency and Critical Care</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Timothy Koors,<br />DVM, Practice Limited to Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>INTERNSHIP<br />Animal Emergency and Referral Center in Northbrook, Illinois</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Koors spent two years at an emergency practice in St. Louis before completing an internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- M. Ryan Smith -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/ryanSmith.jpg\" alt=\"M. Ryan Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">M. Ryan Smith,<br />DVM, RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">M. Ryan Smith,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Louisiana State University</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Affiliated Veterinary Specialists in Orlando, Florida</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Prior to beginning residency, Dr. Smith spent two years practicing emergency medicine at a speciality practice in the New Orleans area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kristen Dellacamera -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/kristenDellacamera.jpg\" alt=\"Kristen Dellacamera\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen Dellacamera,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen Dellacamera,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Shannon Broyles -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Shannon Broyles\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Shannon Broyles,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Shannon Broyles,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Broyles has over eight years of experience as a veterinarian at an emergency practice in Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Emily Leonard -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/emilyLeonard.jpg\" alt=\"Emily Leonard\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Emily Leonard,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Emily Leonard,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />Ross University, St. Kitts, West Indies</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Leonard spent ten years in private practice in upstate New York before coming home to Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Jennifer M. Eisele -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/eisele.jpg\" alt=\"Jennifer M. Eisele\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Jennifer M. Eisele,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Jennifer M. Eisele,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Eisele spent five years in private practice in both Charlotte, North Carolina and Saint Louis before joining VSS.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- David Nichols -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/davidNichols.jpg\" alt=\"David Nichols\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">David Nichols,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">David Nichols,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />St. Matthew’s University</p>\r\n<p>CLINICAL ROTATION<br />North Carolina State University</p></div>\r\n</div>\r\n<h4><a name=\"radiology\"></a>RADIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kristen O\'Dell-Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/09/kristenODell.jpg\" alt=\"Kristen O\'Dell-Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen O\'Dell-Anderson,<br />DVM, MS DIPLOMATE, ACVR</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen O\'Dell-Anderson,<br />DVM, MS DIPLOMATE, ACVR</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Radiologists</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Wheat Ridge Animal Hospital in Denver, Colorado</p>\r\n<p>RESIDENCY<br />University of Illinois in Champaign-Urbana</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois in Champaign-Urbana</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following her residency, Dr. O\'Dell-Anderson stayed on at the University of Illinois as a professor of veterinary radiology before returning to Saint Louis.</p></div>\r\n</div>\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2014-09-17 03:37:08','2014-09-17 03:37:08','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(252,1,'2014-11-26 02:24:44','2014-11-26 02:24:44','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4><a name=\"surgery\"></a>SURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Mary Jean Gorse -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/maryjeanGorse.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Mark Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/markAnderson.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Davida Rausch -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/davidaRausch.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\r\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Thomas Coletti -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/thomasColetti.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- W. Wesley Kimberlin -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/wesKimberlin.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p></div>\r\n</div>\r\n<h4><a name=\"neurology\"></a>NEUROLOGY/NEUROSURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Fred Wininger -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/fredWininger.jpg\" alt=\"Fred Wininger\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Fred Wininger,<br />VMD, MS DIPLOMATE ACVIM (neurology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Fred Wininger,<br />VMD, MS DIPLOMATE ACVIM (neurology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Pennsylvania</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />University of Georgia</p>\r\n<p>RESIDENCY<br />Washington State University</p>\r\n<p>ADVANCED DEGREE<br />Washington State University</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following residency, Dr. Wininger joined the faculty at the University of Missouri and served as the attending neurosurgical clinician at the Veterinary Medical Teaching Hospital. He maintains an adjunct professor role at MU and remains an active member of the research and teaching program.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Missy Carpentier -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/09/missyCarpentier.jpg\" alt=\"Missy Carpentier\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Ross University School of Veterinary Medicine, St. Kitts, West Indies</p>\r\n<p>ROTATING INTERNSHIP: SMALL ANIMAL MEDICINE<br />VCA Veterinary Referral and Emergency Center and VCA Shoreline Veterinary Referral and Emergency Center in Connecticut</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Carpentier worked as an Associate Veterinarian at a mixed animal hospital in northern Minnesota. After completing her internship, she became the post-doctorate fellow in the Comparative Neurology Program at the University of Missouri, College of Veterinary Medicine.</p></div>\r\n</div>\r\n<h4><a name=\"oncology\"></a>ONCOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Joanne C. Graham -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/09/joanneGraham.jpg\" alt=\"Joanne C. Graham\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Joanne C. Graham,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Joanne C. Graham,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Graham was on the faculties at Iowa State University College of Veterinary Medicine and at University of Illinois College of Veterinary Medicine, as well as in private practice in the Chicago area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Bonnie E. Smith -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/09/bonnieSmith.jpg\" alt=\"Bonnie E. Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Bonnie E. Smith,<br />DVM, DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Bonnie E. Smith,<br />DVM, DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Medical Center in New York City, New York</p>\r\n<p>RESIDENCY<br />Animal Medical Center in New York City, New York</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Taylor spent a year as an emergency veterinarian in Saint Louis before completing her residency.</p></div>\r\n</div>\r\n<h4><a name=\"internalmedicine\"></a>INTERNAL MEDICINE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kelly Gingerich -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Kelly Gingerich\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kelly Gingerich,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kelly Gingerich,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Iowa State University</p>\r\n<p>INTERNSHIP<br />Purdue University</p>\r\n<p>RESIDENCY<br />Purdue University</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: Purdue University</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kate Sycamore -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Kate Sycamore\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kate Sycamore,<br />BVSc, MANZCVSc, DIPLOMATE, ACVIM </p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kate Sycamore,<br />BVSc, MANZCVSc, DIPLOMATE, ACVIM </p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Massey University, New Zealand</p>\r\n<p>INTERNSHIP<br />Queensland Veterinary Specialists, Australia</p>\r\n<p>RESIDENCY<br />University of Georgia, Veterinary Teaching Hospital</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Donna S. Vicini -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/donnaVicini.jpg\" alt=\"Donna S. Vicini\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Donna S. Vicini,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Donna S. Vicini,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />After working as in internist for seven years in Saint Louis, Dr. Vicini spent four years in New York managing her own business as a consultant in veterinary internal medicine; then returned to Saint Louis and continued to see cases for veterinarians in their practices under the business title of Veterinary Internal Medicine Services.</p></div>\r\n</div>\r\n<h4><a name=\"cardiology\"></a>CARDIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- H. Cecilia Marshall -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/09/ceciliaMarshall.jpg\" alt=\"H. Cecilia Marshall\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">H. Cecilia Marshall,<br />DVM, DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">H. Cecilia Marshall,<br />DVM, DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Cardiology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Angell Animal Medical Center in Boston, Massachusetts</p>\r\n<p>RESIDENCY<br />Angell Animal Medical Center in Boston, Massachusetts</p></div>\r\n</div>\r\n<h4><a name=\"emergencycriticalcare\"></a>EMERGENCY/CRITICAL CARE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Michael H. Karagiannis -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/MichaelKaragiannis.jpg\" alt=\"Michael H. Karagiannis\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Michael H. Karagiannis,<br />DVM DIPLOMATE, ACVEVCC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Michael H. Karagiannis,<br />DVM DIPLOMATE, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Rebecca J. Greer -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/rebeccaGreer.jpg\" alt=\"Rebecca J. Greer\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Rebecca J. Greer,<br />DVM, MS DIPLOMATE, AVCECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Rebecca J. Greer,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Emergency Center in Glendale, Wisconsin</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Greer spent five years as an assistant professor of biology at Union College in Lincoln, Nebraska and private practitioner before completing her internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Timothy Koors -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/timKoors.jpg\" alt=\"Timothy Koors\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Timothy Koors,<br />DVM, Practice Limited to Emergency and Critical Care</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Timothy Koors,<br />DVM, Practice Limited to Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>INTERNSHIP<br />Animal Emergency and Referral Center in Northbrook, Illinois</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Koors spent two years at an emergency practice in St. Louis before completing an internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- M. Ryan Smith -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/ryanSmith.jpg\" alt=\"M. Ryan Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">M. Ryan Smith,<br />DVM, RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">M. Ryan Smith,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Louisiana State University</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Affiliated Veterinary Specialists in Orlando, Florida</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Prior to beginning residency, Dr. Smith spent two years practicing emergency medicine at a speciality practice in the New Orleans area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kristen Dellacamera -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/kristenDellacamera.jpg\" alt=\"Kristen Dellacamera\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen Dellacamera,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen Dellacamera,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Shannon Broyles -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/shannonBroyles.jpg\" alt=\"Shannon Broyles\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Shannon Broyles,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Shannon Broyles,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Broyles has over eight years of experience as a veterinarian at an emergency practice in Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Emily Leonard -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/emilyLeonard.jpg\" alt=\"Emily Leonard\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Emily Leonard,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Emily Leonard,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />Ross University, St. Kitts, West Indies</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Leonard spent ten years in private practice in upstate New York before coming home to Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Jennifer M. Eisele -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/eisele.jpg\" alt=\"Jennifer M. Eisele\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Jennifer M. Eisele,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Jennifer M. Eisele,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Eisele spent five years in private practice in both Charlotte, North Carolina and Saint Louis before joining VSS.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- David Nichols -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/davidNichols.jpg\" alt=\"David Nichols\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">David Nichols,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">David Nichols,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />St. Matthew’s University</p>\r\n<p>CLINICAL ROTATION<br />North Carolina State University</p></div>\r\n</div>\r\n<h4><a name=\"radiology\"></a>RADIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kristen O\'Dell-Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/09/kristenODell.jpg\" alt=\"Kristen O\'Dell-Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen O\'Dell-Anderson,<br />DVM, MS DIPLOMATE, ACVR</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen O\'Dell-Anderson,<br />DVM, MS DIPLOMATE, ACVR</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Radiologists</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Wheat Ridge Animal Hospital in Denver, Colorado</p>\r\n<p>RESIDENCY<br />University of Illinois in Champaign-Urbana</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois in Champaign-Urbana</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following her residency, Dr. O\'Dell-Anderson stayed on at the University of Illinois as a professor of veterinary radiology before returning to Saint Louis.</p></div>\r\n</div>\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2014-11-26 02:24:44','2014-11-26 02:24:44','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(243,1,'2014-09-17 03:37:59','2014-09-17 03:37:59','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4><a name=\"surgery\"></a>SURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Mary Jean Gorse -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/maryjeanGorse.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Mark Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/markAnderson.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Davida Rausch -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/davidaRausch.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\r\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Thomas Coletti -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/thomasColetti.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- W. Wesley Kimberlin -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/wesKimberlin.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p></div>\r\n</div>\r\n<h4><a name=\"neurology\"></a>NEUROLOGY/NEUROSURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Fred Wininger -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/fredWininger.jpg\" alt=\"Fred Wininger\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Fred Wininger,<br />VMD, MS DIPLOMATE ACVIM (neurology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Fred Wininger,<br />VMD, MS DIPLOMATE ACVIM (neurology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Pennsylvania</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />University of Georgia</p>\r\n<p>RESIDENCY<br />Washington State University</p>\r\n<p>ADVANCED DEGREE<br />Washington State University</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following residency, Dr. Wininger joined the faculty at the University of Missouri and served as the attending neurosurgical clinician at the Veterinary Medical Teaching Hospital. He maintains an adjunct professor role at MU and remains an active member of the research and teaching program.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Missy Carpentier -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/09/missyCarpentier.jpg\" alt=\"Missy Carpentier\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Ross University School of Veterinary Medicine, St. Kitts, West Indies</p>\r\n<p>ROTATING INTERNSHIP: SMALL ANIMAL MEDICINE<br />VCA Veterinary Referral and Emergency Center and VCA Shoreline Veterinary Referral and Emergency Center in Connecticut</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Carpentier worked as an Associate Veterinarian at a mixed animal hospital in northern Minnesota. After completing her internship, she became the post-doctorate fellow in the Comparative Neurology Program at the University of Missouri, College of Veterinary Medicine.</p></div>\r\n</div>\r\n<h4><a name=\"oncology\"></a>ONCOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Joanne C. Graham -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/09/joanneGraham.jpg\" alt=\"Joanne C. Graham\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Joanne C. Graham,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Joanne C. Graham,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Graham was on the faculties at Iowa State University College of Veterinary Medicine and at University of Illinois College of Veterinary Medicine, as well as in private practice in the Chicago area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Bonnie E. Smith -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/09/bonnieSmith.jpg\" alt=\"Bonnie E. Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Bonnie E. Smith,<br />DVM, DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Bonnie E. Smith,<br />DVM, DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Medical Center in New York City, New York</p>\r\n<p>RESIDENCY<br />Animal Medical Center in New York City, New York</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Taylor spent a year as an emergency veterinarian in Saint Louis before completing her residency.</p></div>\r\n</div>\r\n<h4><a name=\"internalmedicine\"></a>INTERNAL MEDICINE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kelly Gingerich -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Kelly Gingerich\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kelly Gingerich,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kelly Gingerich,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Iowa State University</p>\r\n<p>INTERNSHIP<br />Purdue University</p>\r\n<p>RESIDENCY<br />Purdue University</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: Purdue University</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kate Sycamore -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Kate Sycamore\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kate Sycamore,<br />BVSc, MANZCVSc, DIPLOMATE, ACVIM </p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kate Sycamore,<br />BVSc, MANZCVSc, DIPLOMATE, ACVIM </p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Massey University, New Zealand</p>\r\n<p>INTERNSHIP<br />Queensland Veterinary Specialists, Australia</p>\r\n<p>RESIDENCY<br />University of Georgia, Veterinary Teaching Hospital</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Donna S. Vicini -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/donnaVicini.jpg\" alt=\"Donna S. Vicini\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Donna S. Vicini,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Donna S. Vicini,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />After working as in internist for seven years in Saint Louis, Dr. Vicini spent four years in New York managing her own business as a consultant in veterinary internal medicine; then returned to Saint Louis and continued to see cases for veterinarians in their practices under the business title of Veterinary Internal Medicine Services.</p></div>\r\n</div>\r\n<h4><a name=\"cardiology\"></a>CARDIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- H. Cecilia Marshall -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/09/ceciliaMarshall.jpg\" alt=\"H. Cecilia Marshall\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">H. Cecilia Marshall,<br />DVM, DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">H. Cecilia Marshall,<br />DVM, DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Cardiology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Angell Animal Medical Center in Boston, Massachusetts</p>\r\n<p>RESIDENCY<br />Angell Animal Medical Center in Boston, Massachusetts</p></div>\r\n</div>\r\n<h4><a name=\"emergencycriticalcare\"></a>EMERGENCY/CRITICAL CARE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Michael H. Karagiannis -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/MichaelKaragiannis.jpg\" alt=\"Michael H. Karagiannis\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Michael H. Karagiannis,<br />DVM DIPLOMATE, ACVEVCC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Michael H. Karagiannis,<br />DVM DIPLOMATE, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Rebecca J. Greer -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/rebeccaGreer.jpg\" alt=\"Rebecca J. Greer\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Rebecca J. Greer,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Rebecca J. Greer,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Emergency Center in Glendale, Wisconsin</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Greer spent five years as an assistant professor of biology at Union College in Lincoln, Nebraska and private practitioner before completing her internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Timothy Koors -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/timKoors.jpg\" alt=\"Timothy Koors\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Timothy Koors,<br />DVM, Practice Limited to Emergency and Critical Care</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Timothy Koors,<br />DVM, Practice Limited to Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>INTERNSHIP<br />Animal Emergency and Referral Center in Northbrook, Illinois</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Koors spent two years at an emergency practice in St. Louis before completing an internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- M. Ryan Smith -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/ryanSmith.jpg\" alt=\"M. Ryan Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">M. Ryan Smith,<br />DVM, RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">M. Ryan Smith,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Louisiana State University</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Affiliated Veterinary Specialists in Orlando, Florida</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Prior to beginning residency, Dr. Smith spent two years practicing emergency medicine at a speciality practice in the New Orleans area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kristen Dellacamera -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/kristenDellacamera.jpg\" alt=\"Kristen Dellacamera\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen Dellacamera,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen Dellacamera,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Shannon Broyles -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Shannon Broyles\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Shannon Broyles,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Shannon Broyles,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Broyles has over eight years of experience as a veterinarian at an emergency practice in Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Emily Leonard -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/emilyLeonard.jpg\" alt=\"Emily Leonard\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Emily Leonard,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Emily Leonard,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />Ross University, St. Kitts, West Indies</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Leonard spent ten years in private practice in upstate New York before coming home to Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Jennifer M. Eisele -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/eisele.jpg\" alt=\"Jennifer M. Eisele\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Jennifer M. Eisele,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Jennifer M. Eisele,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Eisele spent five years in private practice in both Charlotte, North Carolina and Saint Louis before joining VSS.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- David Nichols -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/davidNichols.jpg\" alt=\"David Nichols\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">David Nichols,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">David Nichols,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />St. Matthew’s University</p>\r\n<p>CLINICAL ROTATION<br />North Carolina State University</p></div>\r\n</div>\r\n<h4><a name=\"radiology\"></a>RADIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kristen O\'Dell-Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/09/kristenODell.jpg\" alt=\"Kristen O\'Dell-Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen O\'Dell-Anderson,<br />DVM, MS DIPLOMATE, ACVR</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen O\'Dell-Anderson,<br />DVM, MS DIPLOMATE, ACVR</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Radiologists</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Wheat Ridge Animal Hospital in Denver, Colorado</p>\r\n<p>RESIDENCY<br />University of Illinois in Champaign-Urbana</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois in Champaign-Urbana</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following her residency, Dr. O\'Dell-Anderson stayed on at the University of Illinois as a professor of veterinary radiology before returning to Saint Louis.</p></div>\r\n</div>\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2014-09-17 03:37:59','2014-09-17 03:37:59','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(250,1,'2014-11-26 02:14:01','2014-11-26 02:14:01','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4><a name=\"surgery\"></a>SURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Mary Jean Gorse -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/maryjeanGorse.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Mark Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/markAnderson.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Davida Rausch -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/davidaRausch.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\r\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Thomas Coletti -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/thomasColetti.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- W. Wesley Kimberlin -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/wesKimberlin.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p></div>\r\n</div>\r\n<h4><a name=\"neurology\"></a>NEUROLOGY/NEUROSURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Fred Wininger -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/fredWininger.jpg\" alt=\"Fred Wininger\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Fred Wininger,<br />VMD, MS DIPLOMATE ACVIM (neurology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Fred Wininger,<br />VMD, MS DIPLOMATE ACVIM (neurology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Pennsylvania</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />University of Georgia</p>\r\n<p>RESIDENCY<br />Washington State University</p>\r\n<p>ADVANCED DEGREE<br />Washington State University</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following residency, Dr. Wininger joined the faculty at the University of Missouri and served as the attending neurosurgical clinician at the Veterinary Medical Teaching Hospital. He maintains an adjunct professor role at MU and remains an active member of the research and teaching program.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Missy Carpentier -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/09/missyCarpentier.jpg\" alt=\"Missy Carpentier\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Ross University School of Veterinary Medicine, St. Kitts, West Indies</p>\r\n<p>ROTATING INTERNSHIP: SMALL ANIMAL MEDICINE<br />VCA Veterinary Referral and Emergency Center and VCA Shoreline Veterinary Referral and Emergency Center in Connecticut</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Carpentier worked as an Associate Veterinarian at a mixed animal hospital in northern Minnesota. After completing her internship, she became the post-doctorate fellow in the Comparative Neurology Program at the University of Missouri, College of Veterinary Medicine.</p></div>\r\n</div>\r\n<h4><a name=\"oncology\"></a>ONCOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Joanne C. Graham -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/09/joanneGraham.jpg\" alt=\"Joanne C. Graham\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Joanne C. Graham,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Joanne C. Graham,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Graham was on the faculties at Iowa State University College of Veterinary Medicine and at University of Illinois College of Veterinary Medicine, as well as in private practice in the Chicago area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Bonnie E. Smith -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/09/bonnieSmith.jpg\" alt=\"Bonnie E. Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Bonnie E. Smith,<br />DVM, DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Bonnie E. Smith,<br />DVM, DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Medical Center in New York City, New York</p>\r\n<p>RESIDENCY<br />Animal Medical Center in New York City, New York</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Taylor spent a year as an emergency veterinarian in Saint Louis before completing her residency.</p></div>\r\n</div>\r\n<h4><a name=\"internalmedicine\"></a>INTERNAL MEDICINE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kelly Gingerich -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Kelly Gingerich\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kelly Gingerich,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kelly Gingerich,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Iowa State University</p>\r\n<p>INTERNSHIP<br />Purdue University</p>\r\n<p>RESIDENCY<br />Purdue University</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: Purdue University</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kate Sycamore -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Kate Sycamore\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kate Sycamore,<br />BVSc, MANZCVSc, DIPLOMATE, ACVIM </p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kate Sycamore,<br />BVSc, MANZCVSc, DIPLOMATE, ACVIM </p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Massey University, New Zealand</p>\r\n<p>INTERNSHIP<br />Queensland Veterinary Specialists, Australia</p>\r\n<p>RESIDENCY<br />University of Georgia, Veterinary Teaching Hospital</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Donna S. Vicini -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/donnaVicini.jpg\" alt=\"Donna S. Vicini\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Donna S. Vicini,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Donna S. Vicini,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />After working as in internist for seven years in Saint Louis, Dr. Vicini spent four years in New York managing her own business as a consultant in veterinary internal medicine; then returned to Saint Louis and continued to see cases for veterinarians in their practices under the business title of Veterinary Internal Medicine Services.</p></div>\r\n</div>\r\n<h4><a name=\"cardiology\"></a>CARDIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- H. Cecilia Marshall -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/09/ceciliaMarshall.jpg\" alt=\"H. Cecilia Marshall\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">H. Cecilia Marshall,<br />DVM, DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">H. Cecilia Marshall,<br />DVM, DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Cardiology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Angell Animal Medical Center in Boston, Massachusetts</p>\r\n<p>RESIDENCY<br />Angell Animal Medical Center in Boston, Massachusetts</p></div>\r\n</div>\r\n<h4><a name=\"emergencycriticalcare\"></a>EMERGENCY/CRITICAL CARE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Michael H. Karagiannis -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/MichaelKaragiannis.jpg\" alt=\"Michael H. Karagiannis\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Michael H. Karagiannis,<br />DVM DIPLOMATE, ACVEVCC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Michael H. Karagiannis,<br />DVM DIPLOMATE, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Rebecca J. Greer -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/rebeccaGreer.jpg\" alt=\"Rebecca J. Greer\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Rebecca J. Greer,<br />DVM, MS DIPLOMATE, AVCECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Rebecca J. Greer,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Emergency Center in Glendale, Wisconsin</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Greer spent five years as an assistant professor of biology at Union College in Lincoln, Nebraska and private practitioner before completing her internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Timothy Koors -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/timKoors.jpg\" alt=\"Timothy Koors\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Timothy Koors,<br />DVM, Practice Limited to Emergency and Critical Care</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Timothy Koors,<br />DVM, Practice Limited to Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>INTERNSHIP<br />Animal Emergency and Referral Center in Northbrook, Illinois</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Koors spent two years at an emergency practice in St. Louis before completing an internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- M. Ryan Smith -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/ryanSmith.jpg\" alt=\"M. Ryan Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">M. Ryan Smith,<br />DVM, RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">M. Ryan Smith,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Louisiana State University</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Affiliated Veterinary Specialists in Orlando, Florida</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Prior to beginning residency, Dr. Smith spent two years practicing emergency medicine at a speciality practice in the New Orleans area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kristen Dellacamera -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/kristenDellacamera.jpg\" alt=\"Kristen Dellacamera\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen Dellacamera,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen Dellacamera,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Shannon Broyles -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Shannon Broyles\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Shannon Broyles,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Shannon Broyles,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Broyles has over eight years of experience as a veterinarian at an emergency practice in Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Emily Leonard -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/emilyLeonard.jpg\" alt=\"Emily Leonard\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Emily Leonard,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Emily Leonard,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />Ross University, St. Kitts, West Indies</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Leonard spent ten years in private practice in upstate New York before coming home to Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Jennifer M. Eisele -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/eisele.jpg\" alt=\"Jennifer M. Eisele\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Jennifer M. Eisele,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Jennifer M. Eisele,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Eisele spent five years in private practice in both Charlotte, North Carolina and Saint Louis before joining VSS.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- David Nichols -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/05/davidNichols.jpg\" alt=\"David Nichols\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">David Nichols,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">David Nichols,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />St. Matthew’s University</p>\r\n<p>CLINICAL ROTATION<br />North Carolina State University</p></div>\r\n</div>\r\n<h4><a name=\"radiology\"></a>RADIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kristen O\'Dell-Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"http://dev.vssstl.com/wp-content/uploads/2014/09/kristenODell.jpg\" alt=\"Kristen O\'Dell-Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen O\'Dell-Anderson,<br />DVM, MS DIPLOMATE, ACVR</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen O\'Dell-Anderson,<br />DVM, MS DIPLOMATE, ACVR</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Radiologists</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Wheat Ridge Animal Hospital in Denver, Colorado</p>\r\n<p>RESIDENCY<br />University of Illinois in Champaign-Urbana</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois in Champaign-Urbana</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following her residency, Dr. O\'Dell-Anderson stayed on at the University of Illinois as a professor of veterinary radiology before returning to Saint Louis.</p></div>\r\n</div>\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2014-11-26 02:14:01','2014-11-26 02:14:01','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(244,1,'2014-09-17 03:58:26','2014-09-17 03:58:26','','surgery1','','inherit','open','open','','surgery1','','','2014-09-17 03:58:26','2014-09-17 03:58:26','',0,'http://dev.vssstl.com/wp-content/uploads/2014/09/surgery1.jpg',0,'attachment','image/jpeg',0),(245,1,'2014-09-17 03:58:42','2014-09-17 03:58:42','','surgery2','','inherit','open','open','','surgery2','','','2014-09-17 03:58:42','2014-09-17 03:58:42','',0,'http://dev.vssstl.com/wp-content/uploads/2014/09/surgery2.jpg',0,'attachment','image/jpeg',0),(246,1,'2014-09-17 03:58:55','2014-09-17 03:58:55','','surgery3','','inherit','open','open','','surgery3','','','2014-09-17 03:58:55','2014-09-17 03:58:55','',0,'http://dev.vssstl.com/wp-content/uploads/2014/09/surgery3.jpg',0,'attachment','image/jpeg',0),(248,1,'2014-09-17 04:03:32','2014-09-17 04:03:32','Veterinary Specialties Services is a multi-specialty referral-only practice committed to providing advanced veterinary care for pets. Our highly qualified and experienced board certified veterinarians are leaders in their fields. They collaborate with each other and referring veterinarians to provide exceptional care and service in the following areas:\r\n\r\n<a name=\"surgery\"></a>\r\n<h6>SURGERY</h6>\r\nVSS surgeons are able to perform the most complex of surgeries. They can repair fractures and torn ligaments, and they can do total hip replacements. They can also remove cancerous growths, manage extensive or non-healing wounds, and do reconstructive surgery. Our surgeons are trained to repair heart defects, and they operate on pets with spinal injuries and herniated discs. In addition, VSS surgeons perform minimally invasive procedures, such as arthroscopy, thorascopy, and laparoscopy.\r\n\r\nPets that need orthopedic, thoracic, gastrointestinal, oncologic, neurologic, or urologic surgery are frequently referred to VSS. Our surgeons work closely with other VSS specialists to provide the most comprehensive care possible to pets that have undergone such complicated surgeries.\r\n\r\nPreemptive pain management is a priority at VSS. Our veterinary health care team will prescribe pain management treatments that keep pets comfortable before, during, and after surgery.\r\n\r\n<a name=\"emergencycriticalcare\"></a>\r\n<h6>EMERGENCY/CRITICAL CARE</h6>\r\nYour primary care veterinarian can diagnose and treat many health problems and handle routine emergencies, but certain situations may require the assistance of a doctor who has had specialized, intensive training in handling emergency and critical care for you pet. The emergency team at VSS includes the only two board-certified specialists in emergency/critical care in the St. Louis Metropolitan area. Additional members of the team include are doctors who have dedicated their careers to emergency medicine.\r\n\r\nOur emergency/critical care veterinarians and veterinary technicians have been specially trained in the latest procedures and techniques related to the practice of emergency medicine. They routinely treat traumatic injuries (including fractures, bite wounds, burns and lacerations), respiratory emergencies that may require the use of a ventilator, animals in need of blood transfusions, animals that are in shock, and animals with life-threatening neurologic disease, such as coma or severe seizures.\r\n\r\nOur emergency/critical care specialists work with family veterinarians and with the other specialists here at VSS to ensure that every pet gets the medical attention and critical care it needs.\r\n\r\n<a name=\"oncology\"></a>\r\n<h6>ONCOLOGY</h6>\r\nNew advances in veterinary technology and chemotherapy are allowing pets with cancer to live longer with an improved quality of life. When the disease is diagnosed during its early stages, more treatment options are available for the pet. At VSS, we take an innovative and progressive approach as we strive to provide the best possible care for animals with cancer.\r\n\r\nWe utilize advanced diagnostic cancer testing - including ultrasound, CT scans, and biopsy procedures - to identify the type, location, and behavior of a tumor. After collecting this information, our oncology specialist, along with other VSS specialists and the family veterinarian, provide treatment options to the pet owner. These options are tailored to the animal\'s particular cancer and consistent with the owner\'s goals for the pet. \r\n\r\nSome types of cancer are responsive to chemotherapy, which includes oral and injectable medications. Dogs and cats tend to tolerate chemotherapy well and rarely experience side effects. \r\n\r\n<a name=\"internalmedicine\"></a>\r\n<h6>INTERNAL MEDICINE</h6>\r\nA veterinary internist frequently treats complex problems affecting multiple organs in a pet. Our internal medicine department collaborates with other VSS specialty services to provide a comprehensive approach to health care, using sophisticated, state-of-the-art technology. \r\n\r\nOur internal medicine specialist is trained and experienced in endoscopy (including gastroduodenoscopy, colonoscopy, rhinoscopy, and bronchoscopy), bone marrow aspirates, spinal taps, and the diagnosis and treatment of endocrine and infectious diseases.\r\n\r\n<a name=\"endoscopy\"></a>\r\n<h6>ENDOSCOPY</h6>\r\nEndoscopy is a minimally invasive, diagnostic, medical procedure commonly used to evaluate the interior surfaces of an organ.\r\n\r\nIn veterinary medicine, endoscopy is commonly used to perform tissue and organ biopsies, remove foreign objects (particularly in the stomach), or view a pet\'s internal organ. Endoscopy is often indicated when routine blood and urine tests, radiographs, and ultrasounds do not give a complete diagnostic picture. While general anesthesia is required during endoscopy, the procedure is considered much less invasive than traditional surgery. The benefits of endoscopy include shortened anesthetic time, decreased inflammation, less physiologic stress and discomfort, quicker recovery time, and fewer complications.\r\n\r\n<a name=\"cardiology\"></a>\r\n<h6>CARDIOLOGY</h6>\r\nTen percent of dogs and cats are affected by heart disease from birth, and it is estimated that 30 percent of geriatric dogs develop some type of heart issue. Symptoms associated with heart disease include coughing, difficulty breathing, tiring easily after exercise, and general weakness. Primary care veterinarians often detect signs of a heart problem, such as irregular heart rhythms or sounds, in pets during a physical exam - even those that exhibit no indications of it.\r\n\r\nCardiac disease is diagnosed and evaluated using echocardiography, electrocardiogram, holter monitor, blood pressure measurement, cardiac catheterization, and angiography. With today\'s technology, our cardiologist is able to successfully treat heart problems, allowing pets to live long and happy lives. \r\n\r\nWhile most pets with heart disease can be treated with medications, others may need a surgical procedure. At VSS, our cardiologist collaborates with our surgeons to correct cardiac conditions that do not respond well to medication.\r\n\r\n<a name=\"radiology\"></a>\r\n<h6>RADIOLOGY</h6>\r\nLike conventional radiography, CT (Computed Tomography) uses x-rays to depict the internal structures of the body. Unlike conventional radiology, which takes one picture at a time, a single CT scan generates hundreds of x-ray images. A computer then takes the images and constructs them into highly accurate and detailed renditions of the patient. Despite the large number of images, the total amount of radiation from a CT scan can be less than radiation from a conventional x-ray procedure.\r\n\r\n<a name=\"rehabilitation\"></a>\r\n<h6>REHABILITATION</h6>\r\nPets sometimes experience lingering pain and immobility after an injury or surgical procedure, making physical rehabilitation an essential part of the recovery process. Whether it\'s an older pet with arthritis, or a pet recovering from spinal surgery, studies show rehab speeds recovery and improves strength and mobility. At VSS, our rehabilitation specialists design a program to fit the pet\'s specific needs. Some pets benefit by exercising on our underwater treadmill, others improve by doing in-home exercises taught to them by one of our rehabilitation specialists. \r\n\r\nAfter review of a pet\'s medical history, medications, and lifestyle, the specialists of HEALING PAWS REHABILITATION will examine the pet\'s range of motion and muscle girth, perform a gait analysis, and palpate the injured area. This thorough evaluation is used to create a treatment plan that promotes a pet\'s optimum health. \r\n\r\nYou may contact the rehab specialists directly. Jacquie Welkener: 314-651-8143 or Sherry Bunch: 314-651-8144\r\n\r\n<a name=\"intesivecare\"></a>\r\n<h6>INTENSIVE CARE</h6>\r\nPets sometimes contract diseases and sustain injuries that can be complicated, deteriorate rapidly, and become life-threatening. These animals need continuing care and close monitoring. \r\n\r\nAt VSS, we provide 24-hour critical care services for pets in an intensive care unit (ICU) that is fully equipped with oxygen monitoring, mechanical ventilation, and ECG monitoring. Intravenous fluid therapy, medication, nutritional support, blood transfusions, oxygen supplementation, and pain relief are some of the treatments we provide. A pet\'s vital signs, heart rhythm, blood pressure, oxygen levels, and blood work are routinely monitored by the exceptional team of veterinary technicians and assistants in our ICU. By closely monitoring critically ill pets, we are able to identify potential problems early and alter treatments, if necessary, to improve the pet\'s chance for recovery. The dedicated nursing staff at VSS is committed to maintaining a caring and compassionate environment for pets in our ICU.','Specialty Services','','inherit','open','open','','14-revision-v1','','','2014-09-17 04:03:32','2014-09-17 04:03:32','',14,'http://dev.vssstl.com/index.php/14-revision-v1/',0,'revision','',0),(251,1,'2014-11-26 02:23:52','2014-11-26 02:23:52','','shannonBroyles','','inherit','open','open','','shannonbroyles','','','2014-11-26 02:23:52','2014-11-26 02:23:52','',0,'http://dev.vssstl.com/wp-content/uploads/2014/11/shannonBroyles.jpg',0,'attachment','image/jpeg',0),(254,1,'2014-11-26 02:44:36','2014-11-26 02:44:36','','oncologyTechs','','inherit','open','open','','oncologytechs','','','2014-11-26 02:44:36','2014-11-26 02:44:36','',0,'http://dev.vssstl.com/wp-content/uploads/2014/11/oncologyTechs.jpg',0,'attachment','image/jpeg',0),(255,1,'2014-11-26 02:44:37','2014-11-26 02:44:37','','outpatientTechs','','inherit','open','open','','outpatienttechs','','','2014-11-26 02:44:37','2014-11-26 02:44:37','',0,'http://dev.vssstl.com/wp-content/uploads/2014/11/outpatientTechs.jpg',0,'attachment','image/jpeg',0),(256,1,'2014-11-26 02:44:38','2014-11-26 02:44:38','','radiology','','inherit','open','open','','radiology','','','2014-11-26 02:44:38','2014-11-26 02:44:38','',0,'http://dev.vssstl.com/wp-content/uploads/2014/11/radiology.jpg',0,'attachment','image/jpeg',0),(257,1,'2014-11-26 02:44:39','2014-11-26 02:44:39','','recoveryTechs','','inherit','open','open','','recoverytechs','','','2014-11-26 02:44:39','2014-11-26 02:44:39','',0,'http://dev.vssstl.com/wp-content/uploads/2014/11/recoveryTechs.jpg',0,'attachment','image/jpeg',0),(258,1,'2014-11-26 02:44:41','2014-11-26 02:44:41','','surgeryTechs','','inherit','open','open','','surgerytechs','','','2014-11-26 02:44:41','2014-11-26 02:44:41','',0,'http://dev.vssstl.com/wp-content/uploads/2014/11/surgeryTechs.jpg',0,'attachment','image/jpeg',0),(259,1,'2014-11-26 02:44:42','2014-11-26 02:44:42','','cardiologyTechs','','inherit','open','open','','cardiologytechs','','','2014-11-26 02:44:42','2014-11-26 02:44:42','',0,'http://dev.vssstl.com/wp-content/uploads/2014/11/cardiologyTechs.jpg',0,'attachment','image/jpeg',0),(260,1,'2014-11-26 02:44:44','2014-11-26 02:44:44','','ceciliaMarshall','','inherit','open','open','','ceciliamarshall-3','','','2014-11-26 02:44:44','2014-11-26 02:44:44','',0,'http://dev.vssstl.com/wp-content/uploads/2014/11/ceciliaMarshall.jpg',0,'attachment','image/jpeg',0),(261,1,'2014-11-26 02:44:45','2014-11-26 02:44:45','','criticalCareTechs','','inherit','open','open','','criticalcaretechs','','','2014-11-26 02:44:45','2014-11-26 02:44:45','',0,'http://dev.vssstl.com/wp-content/uploads/2014/11/criticalCareTechs.jpg',0,'attachment','image/jpeg',0),(262,1,'2014-11-26 02:44:46','2014-11-26 02:44:46','','icuTechs','','inherit','open','open','','icutechs','','','2014-11-26 02:44:46','2014-11-26 02:44:46','',0,'http://dev.vssstl.com/wp-content/uploads/2014/11/icuTechs.jpg',0,'attachment','image/jpeg',0),(263,1,'2014-11-26 02:44:48','2014-11-26 02:44:48','','medicineTechs','','inherit','open','open','','medicinetechs','','','2014-11-26 02:44:48','2014-11-26 02:44:48','',0,'http://dev.vssstl.com/wp-content/uploads/2014/11/medicineTechs.jpg',0,'attachment','image/jpeg',0),(264,1,'2014-11-26 02:47:57','2014-11-26 02:47:57','Founded in 1994 by Mary Jean Gorse DVM, MS, DACVS, and Mark Anderson DVM, MS, DACVS, who joined the facility in 1996, VSS has grown during the past 15 years and today includes a team of highly qualified and experienced board certified specialists.\r\n<a name=\"veterinaryspecialists\"></a>\r\n<h6>VETERINARY SPECIALISTS</h6>\r\nBoard certified specialists are veterinarians who have advanced their training beyond the four years required to receive a doctor in veterinary medicine (DVM) degree. Many specialists complete a year-long internship, a three-year residency, and a rigorous examination in order to become a diplomate in one of the 19 specialty colleges recognized by the American Veterinary Medical Association (AVMA).\r\n<img src=\"/wp-content/uploads/2014/11/oncologyTechs.jpg\" />\r\n\r\nVSS doctors are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<a name=\"refereralonlypractice\"></a>\r\n<h6>VSS: REFERRAL-ONLY PRACTICE</h6>\r\nAt VSS, we strive to keep current with all the advancements in technology and health care available for pets. That\'s why when primary care veterinarians need assistance in diagnosing and treating a pet\'s health problem, they feel good about referring the animal and its owner to our facility. VSS respects the bond that forms between pet owners and their veterinarians. Through every referral process, we strive to provide our clients with the same kind of personal service and care they receive from their primary veterinarians. Our specialty departments are available by appointment, Monday through Friday.\r\n<a name=\"animalcareteam\"></a>\r\n<h6>VSS ANIMAL CARE TEAM</h6>\r\nIn addition to specialists, our animal care team includes well trained nurses, technicians, assistants, and office staff who are committed to enhancing every pet\'s quality of life. After initially evaluating a pet and its problem, we provide the owner a complete list and thorough explanation of every diagnostic and treatment option available. We share this same information with the pet\'s primary care veterinarian. Using a team approach to patient care and case management helps us ensure a positive health care experience for pets and their owners.\r\n<a name=\"emergencycare\"></a>\r\n<h6>VSS EMERGENCY CARE</h6>\r\nIf a pet requires urgent care when its veterinarian\'s office is closed, our staff at VSS Emergency Center is always available and committed to providing the same exemplary care we provide referred pets. The VSS Emergency Center offers after-hours admissions and 24-hour inpatient care, including weekends and holidays. Our emergency care specialists collaborate with primary veterinarians to ensure that pets receive care that is appropriate and effective.\r\n<a name=\"whatmakesvssspecial\"></a>\r\n<h6>WHAT MAKES VSS SPECIAL</h6>\r\nA spiral CT scanner, digital radiography, ultrasonagraphy, complete endoscopy services, and respiratory ventilation therapy are just a few of the technologies adapted from the human field of medicine and used at Veterinary Specialty Services. In addition, we have four enclosed surgical suites with complete anesthetic monitoring equipment. At VSS, we value the long term relationships we have built with referring veterinarians, clients, and their companion pets. As we continue to expand our services, we remain committed to maintaining the highest standards possible in health care delivery.','About Us','','inherit','open','open','','5-revision-v1','','','2014-11-26 02:47:57','2014-11-26 02:47:57','',5,'http://dev.vssstl.com/index.php/5-revision-v1/',0,'revision','',0),(265,1,'2014-11-26 02:48:30','2014-11-26 02:48:30','Founded in 1994 by Mary Jean Gorse DVM, MS, DACVS, and Mark Anderson DVM, MS, DACVS, who joined the facility in 1996, VSS has grown during the past 15 years and today includes a team of highly qualified and experienced board certified specialists.\r\n<a name=\"veterinaryspecialists\"></a>\r\n<h6>VETERINARY SPECIALISTS</h6>\r\nBoard certified specialists are veterinarians who have advanced their training beyond the four years required to receive a doctor in veterinary medicine (DVM) degree. Many specialists complete a year-long internship, a three-year residency, and a rigorous examination in order to become a diplomate in one of the 19 specialty colleges recognized by the American Veterinary Medical Association (AVMA).\r\n<img class=\"alignright\" src=\"/wp-content/uploads/2014/11/oncologyTechs.jpg\" alt=\"\" width=\"500\" height=\"700\" />\r\n\r\nVSS doctors are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<a name=\"refereralonlypractice\"></a>\r\n<h6>VSS: REFERRAL-ONLY PRACTICE</h6>\r\nAt VSS, we strive to keep current with all the advancements in technology and health care available for pets. That\'s why when primary care veterinarians need assistance in diagnosing and treating a pet\'s health problem, they feel good about referring the animal and its owner to our facility. VSS respects the bond that forms between pet owners and their veterinarians. Through every referral process, we strive to provide our clients with the same kind of personal service and care they receive from their primary veterinarians. Our specialty departments are available by appointment, Monday through Friday.\r\n<a name=\"animalcareteam\"></a>\r\n<h6>VSS ANIMAL CARE TEAM</h6>\r\nIn addition to specialists, our animal care team includes well trained nurses, technicians, assistants, and office staff who are committed to enhancing every pet\'s quality of life. After initially evaluating a pet and its problem, we provide the owner a complete list and thorough explanation of every diagnostic and treatment option available. We share this same information with the pet\'s primary care veterinarian. Using a team approach to patient care and case management helps us ensure a positive health care experience for pets and their owners.\r\n<a name=\"emergencycare\"></a>\r\n<h6>VSS EMERGENCY CARE</h6>\r\nIf a pet requires urgent care when its veterinarian\'s office is closed, our staff at VSS Emergency Center is always available and committed to providing the same exemplary care we provide referred pets. The VSS Emergency Center offers after-hours admissions and 24-hour inpatient care, including weekends and holidays. Our emergency care specialists collaborate with primary veterinarians to ensure that pets receive care that is appropriate and effective.\r\n<a name=\"whatmakesvssspecial\"></a>\r\n<h6>WHAT MAKES VSS SPECIAL</h6>\r\nA spiral CT scanner, digital radiography, ultrasonagraphy, complete endoscopy services, and respiratory ventilation therapy are just a few of the technologies adapted from the human field of medicine and used at Veterinary Specialty Services. In addition, we have four enclosed surgical suites with complete anesthetic monitoring equipment. At VSS, we value the long term relationships we have built with referring veterinarians, clients, and their companion pets. As we continue to expand our services, we remain committed to maintaining the highest standards possible in health care delivery.','About Us','','inherit','open','open','','5-revision-v1','','','2014-11-26 02:48:30','2014-11-26 02:48:30','',5,'http://dev.vssstl.com/index.php/5-revision-v1/',0,'revision','',0),(266,1,'2014-11-26 02:48:53','2014-11-26 02:48:53','Founded in 1994 by Mary Jean Gorse DVM, MS, DACVS, and Mark Anderson DVM, MS, DACVS, who joined the facility in 1996, VSS has grown during the past 15 years and today includes a team of highly qualified and experienced board certified specialists.\r\n<a name=\"veterinaryspecialists\"></a>\r\n<h6>VETERINARY SPECIALISTS</h6>\r\nBoard certified specialists are veterinarians who have advanced their training beyond the four years required to receive a doctor in veterinary medicine (DVM) degree. Many specialists complete a year-long internship, a three-year residency, and a rigorous examination in order to become a diplomate in one of the 19 specialty colleges recognized by the American Veterinary Medical Association (AVMA).\r\n<img class=\"alignnone\" src=\"/wp-content/uploads/2014/11/oncologyTechs.jpg\" alt=\"\" width=\"500\" height=\"700\" />\r\n\r\nVSS doctors are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<a name=\"refereralonlypractice\"></a>\r\n<h6>VSS: REFERRAL-ONLY PRACTICE</h6>\r\nAt VSS, we strive to keep current with all the advancements in technology and health care available for pets. That\'s why when primary care veterinarians need assistance in diagnosing and treating a pet\'s health problem, they feel good about referring the animal and its owner to our facility. VSS respects the bond that forms between pet owners and their veterinarians. Through every referral process, we strive to provide our clients with the same kind of personal service and care they receive from their primary veterinarians. Our specialty departments are available by appointment, Monday through Friday.\r\n<a name=\"animalcareteam\"></a>\r\n<h6>VSS ANIMAL CARE TEAM</h6>\r\nIn addition to specialists, our animal care team includes well trained nurses, technicians, assistants, and office staff who are committed to enhancing every pet\'s quality of life. After initially evaluating a pet and its problem, we provide the owner a complete list and thorough explanation of every diagnostic and treatment option available. We share this same information with the pet\'s primary care veterinarian. Using a team approach to patient care and case management helps us ensure a positive health care experience for pets and their owners.\r\n<a name=\"emergencycare\"></a>\r\n<h6>VSS EMERGENCY CARE</h6>\r\nIf a pet requires urgent care when its veterinarian\'s office is closed, our staff at VSS Emergency Center is always available and committed to providing the same exemplary care we provide referred pets. The VSS Emergency Center offers after-hours admissions and 24-hour inpatient care, including weekends and holidays. Our emergency care specialists collaborate with primary veterinarians to ensure that pets receive care that is appropriate and effective.\r\n<a name=\"whatmakesvssspecial\"></a>\r\n<h6>WHAT MAKES VSS SPECIAL</h6>\r\nA spiral CT scanner, digital radiography, ultrasonagraphy, complete endoscopy services, and respiratory ventilation therapy are just a few of the technologies adapted from the human field of medicine and used at Veterinary Specialty Services. In addition, we have four enclosed surgical suites with complete anesthetic monitoring equipment. At VSS, we value the long term relationships we have built with referring veterinarians, clients, and their companion pets. As we continue to expand our services, we remain committed to maintaining the highest standards possible in health care delivery.','About Us','','inherit','open','open','','5-revision-v1','','','2014-11-26 02:48:53','2014-11-26 02:48:53','',5,'http://dev.vssstl.com/index.php/5-revision-v1/',0,'revision','',0),(300,1,'2015-02-05 03:38:19','2015-02-05 03:38:19','Founded in 1994 by Mary Jean Gorse DVM, MS, DACVS, and Mark Anderson DVM, MS, DACVS, who joined the facility in 1996, VSS has grown during the past 15 years and today includes a team of highly qualified and experienced board certified specialists.\r\n\r\n<a name=\"veterinaryspecialists\"></a>\r\n<h6>VETERINARY SPECIALISTS</h6>\r\nBoard certified specialists are veterinarians who have advanced their training beyond the four years required to receive a doctor in veterinary medicine (DVM) degree. Many specialists complete a year-long internship, a three-year residency, and a rigorous examination in order to become a diplomate in one of the 19 specialty colleges recognized by the American Veterinary Medical Association (AVMA).\r\nVSS doctors are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/recoveryTechs.jpg\" />\r\n<a name=\"refereralonlypractice\"></a>\r\n<h6>VSS: REFERRAL-ONLY PRACTICE</h6>\r\nAt VSS, we strive to keep current with all the advancements in technology and health care available for pets. That\'s why when primary care veterinarians need assistance in diagnosing and treating a pet\'s health problem, they feel good about referring the animal and its owner to our facility. VSS respects the bond that forms between pet owners and their veterinarians. Through every referral process, we strive to provide our clients with the same kind of personal service and care they receive from their primary veterinarians. Our specialty departments are available by appointment, Monday through Friday.\r\n\r\n<a name=\"animalcareteam\"></a>\r\n<h6>VSS ANIMAL CARE TEAM</h6>\r\nIn addition to specialists, our animal care team includes well trained nurses, technicians, assistants, and office staff who are committed to enhancing every pet\'s quality of life. After initially evaluating a pet and its problem, we provide the owner a complete list and thorough explanation of every diagnostic and treatment option available. We share this same information with the pet\'s primary care veterinarian. Using a team approach to patient care and case management helps us ensure a positive health care experience for pets and their owners.\r\n\r\n<a name=\"emergencycare\"></a>\r\n<h6>VSS EMERGENCY CARE</h6>\r\nIf a pet requires urgent care when its veterinarian\'s office is closed, our staff at VSS Emergency Center is always available and committed to providing the same exemplary care we provide referred pets. The VSS Emergency Center offers after-hours admissions and 24-hour inpatient care, including weekends and holidays. Our emergency care specialists collaborate with primary veterinarians to ensure that pets receive care that is appropriate and effective.\r\n\r\n<a name=\"whatmakesvssspecial\"></a>\r\n<h6>WHAT MAKES VSS SPECIAL</h6>\r\nA spiral CT scanner, digital radiography, ultrasonagraphy, complete endoscopy services, and respiratory ventilation therapy are just a few of the technologies adapted from the human field of medicine and used at Veterinary Specialty Services. In addition, we have four enclosed surgical suites with complete anesthetic monitoring equipment. At VSS, we value the long term relationships we have built with referring veterinarians, clients, and their companion pets. As we continue to expand our services, we remain committed to maintaining the highest standards possible in health care delivery.','About Us','','inherit','open','open','','5-revision-v1','','','2015-02-05 03:38:19','2015-02-05 03:38:19','',5,'http://dev.vssstl.com/index.php/5-revision-v1/',0,'revision','',0),(267,1,'2014-11-26 02:50:29','2014-11-26 02:50:29','Founded in 1994 by Mary Jean Gorse DVM, MS, DACVS, and Mark Anderson DVM, MS, DACVS, who joined the facility in 1996, VSS has grown during the past 15 years and today includes a team of highly qualified and experienced board certified specialists.\r\n<a name=\"veterinaryspecialists\"></a>\r\n<h6>VETERINARY SPECIALISTS</h6>\r\nBoard certified specialists are veterinarians who have advanced their training beyond the four years required to receive a doctor in veterinary medicine (DVM) degree. Many specialists complete a year-long internship, a three-year residency, and a rigorous examination in order to become a diplomate in one of the 19 specialty colleges recognized by the American Veterinary Medical Association (AVMA).\r\nVSS doctors are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<img class=\"alignnone\" src=\"/wp-content/uploads/2014/11/oncologyTechs.jpg\" alt=\"\" width=\"500\" height=\"700\" />\r\n<a name=\"refereralonlypractice\"></a>\r\n<h6>VSS: REFERRAL-ONLY PRACTICE</h6>\r\nAt VSS, we strive to keep current with all the advancements in technology and health care available for pets. That\'s why when primary care veterinarians need assistance in diagnosing and treating a pet\'s health problem, they feel good about referring the animal and its owner to our facility. VSS respects the bond that forms between pet owners and their veterinarians. Through every referral process, we strive to provide our clients with the same kind of personal service and care they receive from their primary veterinarians. Our specialty departments are available by appointment, Monday through Friday.\r\n<img src=\"/wp-content/uploads/2014/11/outpatientTechs.jpg\" />\r\n<a name=\"animalcareteam\"></a>\r\n<h6>VSS ANIMAL CARE TEAM</h6>\r\nIn addition to specialists, our animal care team includes well trained nurses, technicians, assistants, and office staff who are committed to enhancing every pet\'s quality of life. After initially evaluating a pet and its problem, we provide the owner a complete list and thorough explanation of every diagnostic and treatment option available. We share this same information with the pet\'s primary care veterinarian. Using a team approach to patient care and case management helps us ensure a positive health care experience for pets and their owners.\r\n<a name=\"emergencycare\"></a>\r\n<h6>VSS EMERGENCY CARE</h6>\r\nIf a pet requires urgent care when its veterinarian\'s office is closed, our staff at VSS Emergency Center is always available and committed to providing the same exemplary care we provide referred pets. The VSS Emergency Center offers after-hours admissions and 24-hour inpatient care, including weekends and holidays. Our emergency care specialists collaborate with primary veterinarians to ensure that pets receive care that is appropriate and effective.\r\n<a name=\"whatmakesvssspecial\"></a>\r\n<h6>WHAT MAKES VSS SPECIAL</h6>\r\nA spiral CT scanner, digital radiography, ultrasonagraphy, complete endoscopy services, and respiratory ventilation therapy are just a few of the technologies adapted from the human field of medicine and used at Veterinary Specialty Services. In addition, we have four enclosed surgical suites with complete anesthetic monitoring equipment. At VSS, we value the long term relationships we have built with referring veterinarians, clients, and their companion pets. As we continue to expand our services, we remain committed to maintaining the highest standards possible in health care delivery.','About Us','','inherit','open','open','','5-revision-v1','','','2014-11-26 02:50:29','2014-11-26 02:50:29','',5,'http://dev.vssstl.com/index.php/5-revision-v1/',0,'revision','',0),(268,1,'2014-11-26 02:56:38','2014-11-26 02:56:38','Founded in 1994 by Mary Jean Gorse DVM, MS, DACVS, and Mark Anderson DVM, MS, DACVS, who joined the facility in 1996, VSS has grown during the past 15 years and today includes a team of highly qualified and experienced board certified specialists.\r\n<a name=\"veterinaryspecialists\"></a>\r\n<h6>VETERINARY SPECIALISTS</h6>\r\nBoard certified specialists are veterinarians who have advanced their training beyond the four years required to receive a doctor in veterinary medicine (DVM) degree. Many specialists complete a year-long internship, a three-year residency, and a rigorous examination in order to become a diplomate in one of the 19 specialty colleges recognized by the American Veterinary Medical Association (AVMA).\r\nVSS doctors are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n\r\n<img class=\"alignnone\" src=\"/wp-content/uploads/2014/11/oncologyTechs.jpg\" alt=\"\" width=\"500\" height=\"700\" />\r\n<a name=\"refereralonlypractice\"></a>\r\n<h6>VSS: REFERRAL-ONLY PRACTICE</h6>\r\nAt VSS, we strive to keep current with all the advancements in technology and health care available for pets. That\'s why when primary care veterinarians need assistance in diagnosing and treating a pet\'s health problem, they feel good about referring the animal and its owner to our facility. VSS respects the bond that forms between pet owners and their veterinarians. Through every referral process, we strive to provide our clients with the same kind of personal service and care they receive from their primary veterinarians. Our specialty departments are available by appointment, Monday through Friday.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/outpatientTechs.jpg\" />\r\n<a name=\"animalcareteam\"></a>\r\n<h6>VSS ANIMAL CARE TEAM</h6>\r\nIn addition to specialists, our animal care team includes well trained nurses, technicians, assistants, and office staff who are committed to enhancing every pet\'s quality of life. After initially evaluating a pet and its problem, we provide the owner a complete list and thorough explanation of every diagnostic and treatment option available. We share this same information with the pet\'s primary care veterinarian. Using a team approach to patient care and case management helps us ensure a positive health care experience for pets and their owners.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/radiology.jpg\" />\r\n<a name=\"emergencycare\"></a>\r\n<h6>VSS EMERGENCY CARE</h6>\r\nIf a pet requires urgent care when its veterinarian\'s office is closed, our staff at VSS Emergency Center is always available and committed to providing the same exemplary care we provide referred pets. The VSS Emergency Center offers after-hours admissions and 24-hour inpatient care, including weekends and holidays. Our emergency care specialists collaborate with primary veterinarians to ensure that pets receive care that is appropriate and effective.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/recoveryTechs.jpg\" />\r\n<a name=\"whatmakesvssspecial\"></a>\r\n<h6>WHAT MAKES VSS SPECIAL</h6>\r\nA spiral CT scanner, digital radiography, ultrasonagraphy, complete endoscopy services, and respiratory ventilation therapy are just a few of the technologies adapted from the human field of medicine and used at Veterinary Specialty Services. In addition, we have four enclosed surgical suites with complete anesthetic monitoring equipment. At VSS, we value the long term relationships we have built with referring veterinarians, clients, and their companion pets. As we continue to expand our services, we remain committed to maintaining the highest standards possible in health care delivery.','About Us','','inherit','open','open','','5-revision-v1','','','2014-11-26 02:56:38','2014-11-26 02:56:38','',5,'http://dev.vssstl.com/index.php/5-revision-v1/',0,'revision','',0),(269,1,'2014-11-26 02:57:19','2014-11-26 02:57:19','Founded in 1994 by Mary Jean Gorse DVM, MS, DACVS, and Mark Anderson DVM, MS, DACVS, who joined the facility in 1996, VSS has grown during the past 15 years and today includes a team of highly qualified and experienced board certified specialists.\r\n<a name=\"veterinaryspecialists\"></a>\r\n<h6>VETERINARY SPECIALISTS</h6>\r\nBoard certified specialists are veterinarians who have advanced their training beyond the four years required to receive a doctor in veterinary medicine (DVM) degree. Many specialists complete a year-long internship, a three-year residency, and a rigorous examination in order to become a diplomate in one of the 19 specialty colleges recognized by the American Veterinary Medical Association (AVMA).\r\nVSS doctors are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n\r\n<img class=\"alignnone\" src=\"/wp-content/uploads/2014/11/oncologyTechs.jpg\" alt=\"\" width=\"500\" height=\"700\" />\r\n<a name=\"refereralonlypractice\"></a>\r\n<h6>VSS: REFERRAL-ONLY PRACTICE</h6>\r\nAt VSS, we strive to keep current with all the advancements in technology and health care available for pets. That\'s why when primary care veterinarians need assistance in diagnosing and treating a pet\'s health problem, they feel good about referring the animal and its owner to our facility. VSS respects the bond that forms between pet owners and their veterinarians. Through every referral process, we strive to provide our clients with the same kind of personal service and care they receive from their primary veterinarians. Our specialty departments are available by appointment, Monday through Friday.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/outpatientTechs.jpg\" />\r\n<a name=\"animalcareteam\"></a>\r\n<h6>VSS ANIMAL CARE TEAM</h6>\r\nIn addition to specialists, our animal care team includes well trained nurses, technicians, assistants, and office staff who are committed to enhancing every pet\'s quality of life. After initially evaluating a pet and its problem, we provide the owner a complete list and thorough explanation of every diagnostic and treatment option available. We share this same information with the pet\'s primary care veterinarian. Using a team approach to patient care and case management helps us ensure a positive health care experience for pets and their owners.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/radiology.jpg\" />\r\n<a name=\"emergencycare\"></a>\r\n<h6>VSS EMERGENCY CARE</h6>\r\nIf a pet requires urgent care when its veterinarian\'s office is closed, our staff at VSS Emergency Center is always available and committed to providing the same exemplary care we provide referred pets. The VSS Emergency Center offers after-hours admissions and 24-hour inpatient care, including weekends and holidays. Our emergency care specialists collaborate with primary veterinarians to ensure that pets receive care that is appropriate and effective.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/recoveryTechs.jpg\" />\r\n<a name=\"whatmakesvssspecial\"></a>\r\n<h6>WHAT MAKES VSS SPECIAL</h6>\r\nA spiral CT scanner, digital radiography, ultrasonagraphy, complete endoscopy services, and respiratory ventilation therapy are just a few of the technologies adapted from the human field of medicine and used at Veterinary Specialty Services. In addition, we have four enclosed surgical suites with complete anesthetic monitoring equipment. At VSS, we value the long term relationships we have built with referring veterinarians, clients, and their companion pets. As we continue to expand our services, we remain committed to maintaining the highest standards possible in health care delivery.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/surgeryTechs.jpg\" />','About Us','','inherit','open','open','','5-revision-v1','','','2014-11-26 02:57:19','2014-11-26 02:57:19','',5,'http://dev.vssstl.com/index.php/5-revision-v1/',0,'revision','',0),(283,1,'2015-01-19 16:07:55','2015-01-19 16:07:55','Founded in 1994 by Mary Jean Gorse DVM, MS, DACVS, and Mark Anderson DVM, MS, DACVS, who joined the facility in 1996, VSS has grown during the past 15 years and today includes a team of highly qualified and experienced board certified specialists.\r\n\r\n<a name=\"veterinaryspecialists\"></a>\r\n<h6>VETERINARY SPECIALISTS</h6>\r\nBoard certified specialists are veterinarians who have advanced their training beyond the four years required to receive a doctor in veterinary medicine (DVM) degree. Many specialists complete a year-long internship, a three-year residency, and a rigorous examination in order to become a diplomate in one of the 19 specialty colleges recognized by the American Veterinary Medical Association (AVMA).\r\nVSS doctors are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n\r\n<a name=\"refereralonlypractice\"></a>\r\n<h6>VSS: REFERRAL-ONLY PRACTICE</h6>\r\nAt VSS, we strive to keep current with all the advancements in technology and health care available for pets. That\'s why when primary care veterinarians need assistance in diagnosing and treating a pet\'s health problem, they feel good about referring the animal and its owner to our facility. VSS respects the bond that forms between pet owners and their veterinarians. Through every referral process, we strive to provide our clients with the same kind of personal service and care they receive from their primary veterinarians. Our specialty departments are available by appointment, Monday through Friday.\r\n\r\n<a name=\"animalcareteam\"></a>\r\n<h6>VSS ANIMAL CARE TEAM</h6>\r\nIn addition to specialists, our animal care team includes well trained nurses, technicians, assistants, and office staff who are committed to enhancing every pet\'s quality of life. After initially evaluating a pet and its problem, we provide the owner a complete list and thorough explanation of every diagnostic and treatment option available. We share this same information with the pet\'s primary care veterinarian. Using a team approach to patient care and case management helps us ensure a positive health care experience for pets and their owners.\r\n\r\n\r\n<a name=\"emergencycare\"></a>\r\n<h6>VSS EMERGENCY CARE</h6>\r\nIf a pet requires urgent care when its veterinarian\'s office is closed, our staff at VSS Emergency Center is always available and committed to providing the same exemplary care we provide referred pets. The VSS Emergency Center offers after-hours admissions and 24-hour inpatient care, including weekends and holidays. Our emergency care specialists collaborate with primary veterinarians to ensure that pets receive care that is appropriate and effective.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/recoveryTechs.jpg\" />\r\n<a name=\"whatmakesvssspecial\"></a>\r\n<h6>WHAT MAKES VSS SPECIAL</h6>\r\nA spiral CT scanner, digital radiography, ultrasonagraphy, complete endoscopy services, and respiratory ventilation therapy are just a few of the technologies adapted from the human field of medicine and used at Veterinary Specialty Services. In addition, we have four enclosed surgical suites with complete anesthetic monitoring equipment. At VSS, we value the long term relationships we have built with referring veterinarians, clients, and their companion pets. As we continue to expand our services, we remain committed to maintaining the highest standards possible in health care delivery.\r\n\r\n\r\n<img src=\"/wp-content/uploads/2014/11/criticalCareTechs.jpg\" />\r\n','About Us','','inherit','open','open','','5-revision-v1','','','2015-01-19 16:07:55','2015-01-19 16:07:55','',5,'http://dev.vssstl.com/index.php/5-revision-v1/',0,'revision','',0),(270,1,'2014-11-26 02:59:30','2014-11-26 02:59:30','Founded in 1994 by Mary Jean Gorse DVM, MS, DACVS, and Mark Anderson DVM, MS, DACVS, who joined the facility in 1996, VSS has grown during the past 15 years and today includes a team of highly qualified and experienced board certified specialists.\r\n<a name=\"veterinaryspecialists\"></a>\r\n<h6>VETERINARY SPECIALISTS</h6>\r\nBoard certified specialists are veterinarians who have advanced their training beyond the four years required to receive a doctor in veterinary medicine (DVM) degree. Many specialists complete a year-long internship, a three-year residency, and a rigorous examination in order to become a diplomate in one of the 19 specialty colleges recognized by the American Veterinary Medical Association (AVMA).\r\nVSS doctors are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n\r\n<img class=\"alignnone\" src=\"/wp-content/uploads/2014/11/oncologyTechs.jpg\" alt=\"\" width=\"500\" height=\"700\" />\r\n<a name=\"refereralonlypractice\"></a>\r\n<h6>VSS: REFERRAL-ONLY PRACTICE</h6>\r\nAt VSS, we strive to keep current with all the advancements in technology and health care available for pets. That\'s why when primary care veterinarians need assistance in diagnosing and treating a pet\'s health problem, they feel good about referring the animal and its owner to our facility. VSS respects the bond that forms between pet owners and their veterinarians. Through every referral process, we strive to provide our clients with the same kind of personal service and care they receive from their primary veterinarians. Our specialty departments are available by appointment, Monday through Friday.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/outpatientTechs.jpg\" />\r\n<a name=\"animalcareteam\"></a>\r\n<h6>VSS ANIMAL CARE TEAM</h6>\r\nIn addition to specialists, our animal care team includes well trained nurses, technicians, assistants, and office staff who are committed to enhancing every pet\'s quality of life. After initially evaluating a pet and its problem, we provide the owner a complete list and thorough explanation of every diagnostic and treatment option available. We share this same information with the pet\'s primary care veterinarian. Using a team approach to patient care and case management helps us ensure a positive health care experience for pets and their owners.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/radiology.jpg\" />\r\n<a name=\"emergencycare\"></a>\r\n<h6>VSS EMERGENCY CARE</h6>\r\nIf a pet requires urgent care when its veterinarian\'s office is closed, our staff at VSS Emergency Center is always available and committed to providing the same exemplary care we provide referred pets. The VSS Emergency Center offers after-hours admissions and 24-hour inpatient care, including weekends and holidays. Our emergency care specialists collaborate with primary veterinarians to ensure that pets receive care that is appropriate and effective.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/recoveryTechs.jpg\" />\r\n<a name=\"whatmakesvssspecial\"></a>\r\n<h6>WHAT MAKES VSS SPECIAL</h6>\r\nA spiral CT scanner, digital radiography, ultrasonagraphy, complete endoscopy services, and respiratory ventilation therapy are just a few of the technologies adapted from the human field of medicine and used at Veterinary Specialty Services. In addition, we have four enclosed surgical suites with complete anesthetic monitoring equipment. At VSS, we value the long term relationships we have built with referring veterinarians, clients, and their companion pets. As we continue to expand our services, we remain committed to maintaining the highest standards possible in health care delivery.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/surgeryTechs.jpg\" />\r\n<img src=\"/wp-content/uploads/2014/11/cardiologyTechs.jpg\" />\r\n<img src=\"/wp-content/uploads/2014/11/criticalCareTechs.jpg\" />\r\n<img src=\"/wp-content/uploads/2014/11/icuTechs.jpg\" />\r\n<img src=\"/wp-content/uploads/2014/11/medicineTechs.jpg\" />\r\n\r\n','About Us','','inherit','open','open','','5-revision-v1','','','2014-11-26 02:59:30','2014-11-26 02:59:30','',5,'http://dev.vssstl.com/index.php/5-revision-v1/',0,'revision','',0),(271,1,'2014-11-26 03:00:28','2014-11-26 03:00:28','Founded in 1994 by Mary Jean Gorse DVM, MS, DACVS, and Mark Anderson DVM, MS, DACVS, who joined the facility in 1996, VSS has grown during the past 15 years and today includes a team of highly qualified and experienced board certified specialists.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/medicineTechs.jpg\" />\r\n<a name=\"veterinaryspecialists\"></a>\r\n<h6>VETERINARY SPECIALISTS</h6>\r\nBoard certified specialists are veterinarians who have advanced their training beyond the four years required to receive a doctor in veterinary medicine (DVM) degree. Many specialists complete a year-long internship, a three-year residency, and a rigorous examination in order to become a diplomate in one of the 19 specialty colleges recognized by the American Veterinary Medical Association (AVMA).\r\nVSS doctors are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n\r\n<img class=\"alignnone\" src=\"/wp-content/uploads/2014/11/oncologyTechs.jpg\" alt=\"\" width=\"500\" height=\"700\" />\r\n<a name=\"refereralonlypractice\"></a>\r\n<h6>VSS: REFERRAL-ONLY PRACTICE</h6>\r\nAt VSS, we strive to keep current with all the advancements in technology and health care available for pets. That\'s why when primary care veterinarians need assistance in diagnosing and treating a pet\'s health problem, they feel good about referring the animal and its owner to our facility. VSS respects the bond that forms between pet owners and their veterinarians. Through every referral process, we strive to provide our clients with the same kind of personal service and care they receive from their primary veterinarians. Our specialty departments are available by appointment, Monday through Friday.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/outpatientTechs.jpg\" />\r\n<a name=\"animalcareteam\"></a>\r\n<h6>VSS ANIMAL CARE TEAM</h6>\r\nIn addition to specialists, our animal care team includes well trained nurses, technicians, assistants, and office staff who are committed to enhancing every pet\'s quality of life. After initially evaluating a pet and its problem, we provide the owner a complete list and thorough explanation of every diagnostic and treatment option available. We share this same information with the pet\'s primary care veterinarian. Using a team approach to patient care and case management helps us ensure a positive health care experience for pets and their owners.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/radiology.jpg\" />\r\n<a name=\"emergencycare\"></a>\r\n<h6>VSS EMERGENCY CARE</h6>\r\nIf a pet requires urgent care when its veterinarian\'s office is closed, our staff at VSS Emergency Center is always available and committed to providing the same exemplary care we provide referred pets. The VSS Emergency Center offers after-hours admissions and 24-hour inpatient care, including weekends and holidays. Our emergency care specialists collaborate with primary veterinarians to ensure that pets receive care that is appropriate and effective.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/recoveryTechs.jpg\" />\r\n<a name=\"whatmakesvssspecial\"></a>\r\n<h6>WHAT MAKES VSS SPECIAL</h6>\r\nA spiral CT scanner, digital radiography, ultrasonagraphy, complete endoscopy services, and respiratory ventilation therapy are just a few of the technologies adapted from the human field of medicine and used at Veterinary Specialty Services. In addition, we have four enclosed surgical suites with complete anesthetic monitoring equipment. At VSS, we value the long term relationships we have built with referring veterinarians, clients, and their companion pets. As we continue to expand our services, we remain committed to maintaining the highest standards possible in health care delivery.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/surgeryTechs.jpg\" />\r\n<img src=\"/wp-content/uploads/2014/11/cardiologyTechs.jpg\" />\r\n<img src=\"/wp-content/uploads/2014/11/criticalCareTechs.jpg\" />\r\n<img src=\"/wp-content/uploads/2014/11/icuTechs.jpg\" />','About Us','','inherit','open','open','','5-revision-v1','','','2014-11-26 03:00:28','2014-11-26 03:00:28','',5,'http://dev.vssstl.com/index.php/5-revision-v1/',0,'revision','',0),(272,1,'2014-11-26 03:32:59','2014-11-26 03:32:59','','kateSycamore','','inherit','open','open','','katesycamore','','','2014-11-26 03:32:59','2014-11-26 03:32:59','',0,'http://dev.vssstl.com/wp-content/uploads/2014/11/kateSycamore.jpg',0,'attachment','image/jpeg',0),(273,1,'2014-11-26 03:33:01','2014-11-26 03:33:01','','kellyGingerich','','inherit','open','open','','kellygingerich','','','2014-11-26 03:33:01','2014-11-26 03:33:01','',0,'http://dev.vssstl.com/wp-content/uploads/2014/11/kellyGingerich.jpg',0,'attachment','image/jpeg',0),(274,1,'2015-03-11 03:56:38','2015-03-11 03:56:38','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\n<div id=\"DoctorProfiles\">\n<h4><a name=\"cardiology\"></a>CARDIOLOGY</h4>\n<div class=\"drProfileWrapper\"><!-- H. Cecilia Marshall -->\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/ceciliaMarshall.jpg\" alt=\"H. Cecilia Marshall\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">H. Cecilia Marshall,<br />DVM, Diplomate, ACVIM (Cardiology)</p>\n</div>\n<div class=\"drProfile\">\n<p class=\"profileName\">H. Cecilia Marshall,<br />DVM, Diplomate, ACVIM (Cardiology)</p>\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Cardiology</p>\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\n<p>INTERNSHIP<br />Angell Animal Medical Center in Boston, Massachusetts</p>\n<p>RESIDENCY<br />Angell Animal Medical Center in Boston, Massachusetts</p></div>\n</div>\n<h4><a name=\"emergencycriticalcare\"></a>EMERGENCY/CRITICAL CARE</h4>\n<div class=\"drProfileWrapper\"><!-- Shannon Broyles -->\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/shannonBroyles.jpg\" alt=\"Shannon Broyles\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Shannon Broyles,<br />DVM</p>\n</div>\n<div class=\"drProfile\">\n<p class=\"profileName\">Shannon Broyles,<br />DVM</p>\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Broyles has over eight years of experience as a veterinarian at an emergency practice in Saint Louis.</p></div>\n</div>\n<div class=\"drProfileWrapper\"><!-- Kristen Dellacamera -->\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/kristenDellacamera.jpg\" alt=\"Kristen Dellacamera\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Kristen Dellacamera,<br />DVM</p>\n</div>\n<div class=\"drProfile\">\n<p class=\"profileName\">Kristen Dellacamera,<br />DVM</p>\n<p>VETERINARY COLLEGE<br />University of Missouri</p></div>\n</div>\n<div class=\"drProfileWrapper\"><!-- Jennifer M. Eisele -->\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/eisele.jpg\" alt=\"Jennifer M. Eisele\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Jennifer M. Eisele,<br />DVM</p>\n</div>\n<div class=\"drProfile\">\n<p class=\"profileName\">Jennifer M. Eisele,<br />DVM</p>\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Eisele spent five years in private practice in both Charlotte, North Carolina and Saint Louis before joining VSS.</p></div>\n</div>\n<div class=\"drProfileWrapper\"><!-- Rebecca J. Greer -->\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2013/12/rebeccaGreer.jpg\" alt=\"Rebecca J. Greer\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Rebecca J. Greer,<br />DVM, MS Diplomate, ACVECC</p>\n</div>\n<div class=\"drProfile\">\n<p class=\"profileName\">Rebecca J. Greer,<br />DVM, MS Diplomate, ACVECC</p>\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\n<p>INTERNSHIP<br />Animal Emergency Center in Glendale, Wisconsin</p>\n<p>RESIDENCY<br />University of Missouri</p>\n<p>ADVANCED DEGREE<br />Master of Science: University of Missouri</p>\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Greer spent five years as an assistant professor of biology at Union College in Lincoln, Nebraska and private practitioner before completing her internship.</p></div>\n</div>\n<div class=\"drProfileWrapper\"><!-- Michael H. Karagiannis -->\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/MichaelKaragiannis.jpg\" alt=\"Michael H. Karagiannis\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Michael H. Karagiannis,<br />DVM, Diplomate, ACVECC</p>\n</div>\n<div class=\"drProfile\">\n<p class=\"profileName\">Michael H. Karagiannis,<br />DVM, Diplomate, ACVECC</p>\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\n<p>RESIDENCY<br />University of Missouri</p></div>\n</div>\n<div class=\"drProfileWrapper\"><!-- Timothy Koors -->\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/timKoors.jpg\" alt=\"Timothy Koors\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Timothy Koors,<br />DVM, Diplomate, ACVECC</p>\n</div>\n<div class=\"drProfile\">\n<p class=\"profileName\">Timothy Koors,<br />DVM, Diplomate, ACVECC</p>\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\n<p>INTERNSHIP<br />Animal Emergency and Referral Center in Northbrook, Illinois</p>\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Koors spent two years at an emergency practice in St. Louis before completing an internship.</p></div>\n</div>\n<div class=\"drProfileWrapper\"><!-- David Nichols -->\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/davidNichols.jpg\" alt=\"David Nichols\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">David Nichols,<br />DVM</p>\n</div>\n<div class=\"drProfile\">\n<p class=\"profileName\">David Nichols,<br />DVM</p>\n<p>VETERINARY COLLEGE<br />St. Matthew’s University</p>\n<p>CLINICAL ROTATION<br />North Carolina State University</p></div>\n</div>\n<div class=\"drProfileWrapper\"><!-- Robyn Sherman -->\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2013/12/robinSherman.jpg\" alt=\"Robyn Sherman\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Robyn Sherman,<br />DVM, Emergency and Critical Care Resident</p>\n</div>\n<div class=\"drProfile\">\n<p class=\"profileName\">Robyn Sherman,<br />DVM</p>\n<p>VETERINARY COLLEGE<br /> </p>\n<p>CLINICAL ROTATION<br /> </p></div>\n</div>\n<div class=\"drProfileWrapper\"><!-- M. Ryan Smith -->\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2013/12/ryanSmith.jpg\" alt=\"M. Ryan Smith\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">M. Ryan Smith,<br />DVM, Emergency and Critical Care Resident</p>\n</div>\n<div class=\"drProfile\">\n<p class=\"profileName\">M. Ryan Smith,<br />DVM, Emergency and Critical Care Resident</p>\n<p>VETERINARY COLLEGE<br />Louisiana State University</p>\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Affiliated Veterinary Specialists in Orlando, Florida</p>\n<p>PROFESSIONAL EXPERIENCE<br />Prior to beginning residency, Dr. Smith spent two years practicing emergency medicine at a speciality practice in the New Orleans area.</p></div>\n</div>\n<h4><a name=\"internalmedicine\"></a>INTERNAL MEDICINE</h4>\n<div class=\"drProfileWrapper\"><!-- Kelly Gingerich -->\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/kellyGingerich.jpg\" alt=\"Kelly Gingerich\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Kelly Gingerich,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\n</div>\n<div class=\"drProfile\">\n<p class=\"profileName\">Kelly Gingerich,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\n<p>VETERINARY COLLEGE<br />Iowa State University</p>\n<p>INTERNSHIP<br />Purdue University</p>\n<p>RESIDENCY<br />Purdue University</p>\n<p>ADVANCED DEGREE<br />Master of Science: Purdue University</p></div>\n</div>\n<div class=\"drProfileWrapper\"><!-- Kate Sycamore -->\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/kateSycamore.jpg\" alt=\"Kate Sycamore\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Kate Sycamore,<br />BVSc, MANZCVSc, Diplomate, ACVIM (Internal Medicine)</p>\n</div>\n<div class=\"drProfile\">\n<p class=\"profileName\">Kate Sycamore,<br />BVSc, MANZCVSc, Diplomate, ACVIM (Internal Medicine)</p>\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\n<p>VETERINARY COLLEGE<br />Massey University, New Zealand</p>\n<p>INTERNSHIP<br />Queensland Veterinary Specialists, Australia</p>\n<p>RESIDENCY<br />University of Georgia, Veterinary Teaching Hospital</p></div>\n</div>\n<div class=\"drProfileWrapper\"><!-- Donna S. Vicini -->\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/donnaVicini.jpg\" alt=\"Donna S. Vicini\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Donna S. Vicini,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\n</div>\n<div class=\"drProfile\">\n<p class=\"profileName\">Donna S. Vicini,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\n<p>RESIDENCY<br />University of Illinois</p>\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\n<p>PROFESSIONAL EXPERIENCE<br />After working as in internist for seven years in Saint Louis, Dr. Vicini spent four years in New York managing her own business as a consultant in veterinary internal medicine; then returned to Saint Louis and continued to see cases for veterinarians in their practices under the business title of Veterinary Internal Medicine Services.</p></div>\n</div>\n<h4><a name=\"neurology\"></a>NEUROLOGY/NEUROSURGERY</h4>\n<div class=\"drProfileWrapper\"><!-- Fred Wininger -->\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2015/03/fredWininger.jpg\" alt=\"Fred Wininger\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Fred Wininger,<br />VMD, MS Diplomate ACVIM (Neurology)</p>\n</div>\n<div class=\"drProfile\">\n<p class=\"profileName\">Fred Wininger,<br />VMD, MS Diplomate ACVIM (Neurology)</p>\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\n<p>VETERINARY COLLEGE<br />University of Pennsylvania</p>\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />University of Georgia</p>\n<p>RESIDENCY<br />Washington State University</p>\n<p>ADVANCED DEGREE<br />Washington State University</p>\n<p>PROFESSIONAL EXPERIENCE<br />Following residency, Dr. Wininger joined the faculty at the University of Missouri and served as the attending neurosurgical clinician at the Veterinary Medical Teaching Hospital. He maintains an adjunct professor role at MU and remains an active member of the research and teaching program.</p></div>\n</div>\n<div class=\"drProfileWrapper\"><!-- Missy Carpentier -->\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/missyCarpentier.jpg\" alt=\"Missy Carpentier\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Missy Carpentier,<br />DVM, Neurology Resident</p>\n</div>\n<div class=\"drProfile\">\n<p class=\"profileName\">Missy Carpentier,<br />DVM, RESIDENT</p>\n<p>VETERINARY COLLEGE<br />Ross University School of Veterinary Medicine, St. Kitts, West Indies</p>\n<p>ROTATING INTERNSHIP: SMALL ANIMAL MEDICINE<br />VCA Veterinary Referral and Emergency Center and VCA Shoreline Veterinary Referral and Emergency Center in Connecticut</p>\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Carpentier worked as an Associate Veterinarian at a mixed animal hospital in northern Minnesota. After completing her internship, she became the post-doctorate fellow in the Comparative Neurology Program at the University of Missouri, College of Veterinary Medicine.</p></div>\n</div>\n<h4><a name=\"oncology\"></a>ONCOLOGY</h4>\n<div class=\"drProfileWrapper\"><!-- Joanne C. Graham -->\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/joanneGraham.jpg\" alt=\"Joanne C. Graham\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Joanne C. Graham,<br />DVM, MS Diplomate, ACVIM (Oncology)</p>\n</div>\n<div class=\"drProfile\">\n<p class=\"profileName\">Joanne C. Graham,<br />DVM, MS Diplomate, ACVIM (Oncology)</p>\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\n<p>RESIDENCY<br />University of Illinois</p>\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Graham was on the faculties at Iowa State University College of Veterinary Medicine and at University of Illinois College of Veterinary Medicine, as well as in private practice in the Chicago area.</p></div>\n</div>\n<div class=\"drProfileWrapper\"><!-- Bonnie E. Smith -->\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/bonnieSmith.jpg\" alt=\"Bonnie E. Smith\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Bonnie E. Smith,<br />DVM, Diplomate, ACVIM (Oncology)</p>\n</div>\n<div class=\"drProfile\">\n<p class=\"profileName\">Bonnie E. Smith,<br />DVM, Diplomate, ACVIM (Oncology)</p>\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\n<p>INTERNSHIP<br />Animal Medical Center in New York City, New York</p>\n<p>RESIDENCY<br />Animal Medical Center in New York City, New York</p>\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Taylor spent a year as an emergency veterinarian in Saint Louis before completing her residency.</p></div>\n</div>\n<h4><a name=\"radiology\"></a>RADIOLOGY</h4>\n<div class=\"drProfileWrapper\"><!-- Kristen O\'Dell-Anderson -->\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/kristenODell.jpg\" alt=\"Kristen O\'Dell-Anderson\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Kristen O\'Dell-Anderson,<br />DVM, MS Diplomate, ACVR</p>\n</div>\n<div class=\"drProfile\">\n<p class=\"profileName\">Kristen O\'Dell-Anderson,<br />DVM, MS Diplomate, ACVR</p>\n<p>BOARD CERTIFICATION<br />American College of Veterinary Radiologists</p>\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\n<p>INTERNSHIP<br />Wheat Ridge Animal Hospital in Denver, Colorado</p>\n<p>RESIDENCY<br />University of Illinois in Champaign-Urbana</p>\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois in Champaign-Urbana</p>\n<p>PROFESSIONAL EXPERIENCE<br />Following her residency, Dr. O\'Dell-Anderson stayed on at the University of Illinois as a professor of veterinary radiology before returning to Saint Louis.</p></div>\n</div>\n<h4><a name=\"surgery\"></a>SURGERY</h4>\n<div class=\"drProfileWrapper\"><!-- Mark Anderson -->\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/markAnderson.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS Diplomate, ACVS</p>\n</div>\n<div class=\"drProfile\">\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS Diplomate, ACVS</p>\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\n<p>VETERINARY COLLEGE<br />University of Florida</p>\n<p>RESIDENCY<br />University of Missouri</p>\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\n</div>\n<div class=\"drProfileWrapper\"><!-- Thomas Coletti -->\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/thomasColetti.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\n</div>\n<div class=\"drProfile\">\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p></div>\n</div>\n<div class=\"drProfileWrapper\"><!-- Mary Jean Gorse -->\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/maryjeanGorse.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS Diplomate, ACVS</p>\n</div>\n<div class=\"drProfile\">\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS Diplomate, ACVS</p>\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\n<p>INTERNSHIP<br />Oklahoma State University</p>\n<p>RESIDENCY<br />University of Georgia</p>\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\n</div>\n<div class=\"drProfileWrapper\"><!-- Davida Rausch -->\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/davidaRausch.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, Diplomate, ACVS</p>\n</div>\n<div class=\"drProfile\">\n<p class=\"profileName\">Davida Rausch,<br />DVM, Diplomate, ACVS</p>\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\n<p>VETERINARY COLLEGE<br />University of Florida</p>\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p></div>\n</div>\n<div class=\"drProfileWrapper\"><!-- W. Wesley Kimberlin -->\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/wesKimberlin.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, Surgery Resident</p>\n</div>\n<div class=\"drProfile\">\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, Surgery Resident</p>\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p></div>\n</div>\n</div>','Our Doctors','','inherit','open','open','','18-autosave-v1','','','2015-03-11 03:56:38','2015-03-11 03:56:38','',18,'http://dev.vssstl.com/index.php/18-autosave-v1/',0,'revision','',0),(275,1,'2014-11-26 03:34:50','2014-11-26 03:34:50','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4><a name=\"surgery\"></a>SURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Mary Jean Gorse -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/maryjeanGorse.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Mark Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/markAnderson.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Davida Rausch -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/davidaRausch.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\r\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Thomas Coletti -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/thomasColetti.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- W. Wesley Kimberlin -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/wesKimberlin.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p></div>\r\n</div>\r\n<h4><a name=\"neurology\"></a>NEUROLOGY/NEUROSURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Fred Wininger -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/fredWininger.jpg\" alt=\"Fred Wininger\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Fred Wininger,<br />VMD, MS DIPLOMATE ACVIM (neurology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Fred Wininger,<br />VMD, MS DIPLOMATE ACVIM (neurology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Pennsylvania</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />University of Georgia</p>\r\n<p>RESIDENCY<br />Washington State University</p>\r\n<p>ADVANCED DEGREE<br />Washington State University</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following residency, Dr. Wininger joined the faculty at the University of Missouri and served as the attending neurosurgical clinician at the Veterinary Medical Teaching Hospital. He maintains an adjunct professor role at MU and remains an active member of the research and teaching program.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Missy Carpentier -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/missyCarpentier.jpg\" alt=\"Missy Carpentier\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Ross University School of Veterinary Medicine, St. Kitts, West Indies</p>\r\n<p>ROTATING INTERNSHIP: SMALL ANIMAL MEDICINE<br />VCA Veterinary Referral and Emergency Center and VCA Shoreline Veterinary Referral and Emergency Center in Connecticut</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Carpentier worked as an Associate Veterinarian at a mixed animal hospital in northern Minnesota. After completing her internship, she became the post-doctorate fellow in the Comparative Neurology Program at the University of Missouri, College of Veterinary Medicine.</p></div>\r\n</div>\r\n<h4><a name=\"oncology\"></a>ONCOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Joanne C. Graham -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/joanneGraham.jpg\" alt=\"Joanne C. Graham\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Joanne C. Graham,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Joanne C. Graham,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Graham was on the faculties at Iowa State University College of Veterinary Medicine and at University of Illinois College of Veterinary Medicine, as well as in private practice in the Chicago area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Bonnie E. Smith -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/bonnieSmith.jpg\" alt=\"Bonnie E. Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Bonnie E. Smith,<br />DVM, DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Bonnie E. Smith,<br />DVM, DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Medical Center in New York City, New York</p>\r\n<p>RESIDENCY<br />Animal Medical Center in New York City, New York</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Taylor spent a year as an emergency veterinarian in Saint Louis before completing her residency.</p></div>\r\n</div>\r\n<h4><a name=\"internalmedicine\"></a>INTERNAL MEDICINE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kelly Gingerich -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/kellyGingerich.jpg\" alt=\"Kelly Gingerich\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kelly Gingerich,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kelly Gingerich,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Iowa State University</p>\r\n<p>INTERNSHIP<br />Purdue University</p>\r\n<p>RESIDENCY<br />Purdue University</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: Purdue University</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kate Sycamore -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/kateSycamore.jpg\" alt=\"Kate Sycamore\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kate Sycamore,<br />BVSc, MANZCVSc, DIPLOMATE, ACVIM </p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kate Sycamore,<br />BVSc, MANZCVSc, DIPLOMATE, ACVIM </p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Massey University, New Zealand</p>\r\n<p>INTERNSHIP<br />Queensland Veterinary Specialists, Australia</p>\r\n<p>RESIDENCY<br />University of Georgia, Veterinary Teaching Hospital</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Donna S. Vicini -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/donnaVicini.jpg\" alt=\"Donna S. Vicini\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Donna S. Vicini,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Donna S. Vicini,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />After working as in internist for seven years in Saint Louis, Dr. Vicini spent four years in New York managing her own business as a consultant in veterinary internal medicine; then returned to Saint Louis and continued to see cases for veterinarians in their practices under the business title of Veterinary Internal Medicine Services.</p></div>\r\n</div>\r\n<h4><a name=\"cardiology\"></a>CARDIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- H. Cecilia Marshall -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/ceciliaMarshall.jpg\" alt=\"H. Cecilia Marshall\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">H. Cecilia Marshall,<br />DVM, DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">H. Cecilia Marshall,<br />DVM, DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Cardiology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Angell Animal Medical Center in Boston, Massachusetts</p>\r\n<p>RESIDENCY<br />Angell Animal Medical Center in Boston, Massachusetts</p></div>\r\n</div>\r\n<h4><a name=\"emergencycriticalcare\"></a>EMERGENCY/CRITICAL CARE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Michael H. Karagiannis -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/MichaelKaragiannis.jpg\" alt=\"Michael H. Karagiannis\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Michael H. Karagiannis,<br />DVM DIPLOMATE, ACVEVCC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Michael H. Karagiannis,<br />DVM DIPLOMATE, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Rebecca J. Greer -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/rebeccaGreer.jpg\" alt=\"Rebecca J. Greer\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Rebecca J. Greer,<br />DVM, MS DIPLOMATE, AVCECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Rebecca J. Greer,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Emergency Center in Glendale, Wisconsin</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Greer spent five years as an assistant professor of biology at Union College in Lincoln, Nebraska and private practitioner before completing her internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Timothy Koors -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/timKoors.jpg\" alt=\"Timothy Koors\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Timothy Koors,<br />DVM, Practice Limited to Emergency and Critical Care</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Timothy Koors,<br />DVM, Practice Limited to Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>INTERNSHIP<br />Animal Emergency and Referral Center in Northbrook, Illinois</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Koors spent two years at an emergency practice in St. Louis before completing an internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- M. Ryan Smith -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2013/12/ryanSmith.jpg\" alt=\"M. Ryan Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">M. Ryan Smith,<br />DVM, RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">M. Ryan Smith,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Louisiana State University</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Affiliated Veterinary Specialists in Orlando, Florida</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Prior to beginning residency, Dr. Smith spent two years practicing emergency medicine at a speciality practice in the New Orleans area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kristen Dellacamera -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/kristenDellacamera.jpg\" alt=\"Kristen Dellacamera\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen Dellacamera,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen Dellacamera,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Shannon Broyles -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/shannonBroyles.jpg\" alt=\"Shannon Broyles\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Shannon Broyles,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Shannon Broyles,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Broyles has over eight years of experience as a veterinarian at an emergency practice in Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Emily Leonard -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/emilyLeonard.jpg\" alt=\"Emily Leonard\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Emily Leonard,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Emily Leonard,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />Ross University, St. Kitts, West Indies</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Leonard spent ten years in private practice in upstate New York before coming home to Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Jennifer M. Eisele -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/eisele.jpg\" alt=\"Jennifer M. Eisele\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Jennifer M. Eisele,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Jennifer M. Eisele,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Eisele spent five years in private practice in both Charlotte, North Carolina and Saint Louis before joining VSS.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- David Nichols -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/davidNichols.jpg\" alt=\"David Nichols\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">David Nichols,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">David Nichols,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />St. Matthew’s University</p>\r\n<p>CLINICAL ROTATION<br />North Carolina State University</p></div>\r\n</div>\r\n<h4><a name=\"radiology\"></a>RADIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kristen O\'Dell-Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/kristenODell.jpg\" alt=\"Kristen O\'Dell-Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen O\'Dell-Anderson,<br />DVM, MS DIPLOMATE, ACVR</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen O\'Dell-Anderson,<br />DVM, MS DIPLOMATE, ACVR</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Radiologists</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Wheat Ridge Animal Hospital in Denver, Colorado</p>\r\n<p>RESIDENCY<br />University of Illinois in Champaign-Urbana</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois in Champaign-Urbana</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following her residency, Dr. O\'Dell-Anderson stayed on at the University of Illinois as a professor of veterinary radiology before returning to Saint Louis.</p></div>\r\n</div>\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2014-11-26 03:34:50','2014-11-26 03:34:50','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(277,1,'2014-12-15 19:08:38','2014-12-15 19:08:38','blah blah blah blah blah blah\r\nblah blah blah blah blah blah\r\nblah blah blah blah blah blah\r\nblah blah blah blah blah blah\r\nblah blah blah blah blah blah','Password Content','','publish','open','open','password','password-content','','','2014-12-15 19:08:38','2014-12-15 19:08:38','',0,'http://dev.vssstl.com/?page_id=277',0,'page','',0),(278,1,'2014-12-15 19:08:38','2014-12-15 19:08:38','blah blah blah blah blah blah\r\nblah blah blah blah blah blah\r\nblah blah blah blah blah blah\r\nblah blah blah blah blah blah\r\nblah blah blah blah blah blah','Password Content','','inherit','open','open','','277-revision-v1','','','2014-12-15 19:08:38','2014-12-15 19:08:38','',277,'http://dev.vssstl.com/index.php/277-revision-v1/',0,'revision','',0),(279,1,'2014-12-15 19:09:42','2014-12-15 19:09:42','test','Password Content','','inherit','open','open','','277-autosave-v1','','','2014-12-15 19:09:42','2014-12-15 19:09:42','',277,'http://dev.vssstl.com/index.php/277-autosave-v1/',0,'revision','',0),(281,1,'2015-02-23 00:03:15','2015-02-23 00:03:15','Veterinary Specialties Services is a multi-specialty referral-only practice committed to providing advanced veterinary care for pets. Our highly qualified and experienced board certified veterinarians are leaders in their fields. They collaborate with each other and referring veterinarians to provide exceptional care and service in the following areas:\n\n<img src=\"/wp-content/uploads/2014/11/surgeryTechs.jpg\" />\n<a name=\"surgery\"></a>\n<h6>SURGICAL TEAM</h6>\nVSS surgeons are able to perform the most complex of surgeries. They can repair fractures and torn ligaments, and they can do total hip replacements. They can also remove cancerous growths, manage extensive or non-healing wounds, and do reconstructive surgery. Our surgeons are trained to repair heart defects, and they operate on pets with spinal injuries and herniated discs. In addition, VSS surgeons perform minimally invasive procedures, such as arthroscopy, thorascopy, and laparoscopy.\n\nPets that need orthopedic, thoracic, gastrointestinal, oncologic, neurologic, or urologic surgery are frequently referred to VSS. Our surgeons work closely with other VSS specialists to provide the most comprehensive care possible to pets that have undergone such complicated surgeries.\n\nPreemptive pain management is a priority at VSS. Our veterinary health care team will prescribe pain management treatments that keep pets comfortable before, during, and after surgery.\n\n<img src=\"/wp-content/uploads/2014/11/outpatientTechs.jpg\" />\n<a name=\"emergencycriticalcare\"></a>\n<h6>EMERGENCY/CRITICAL CARE TEAM</h6>\nYour primary care veterinarian can diagnose and treat many health problems and handle routine emergencies, but certain situations may require the assistance of a doctor who has had specialized, intensive training in handling emergency and critical care for you pet. The emergency team at VSS includes the only two board-certified specialists in emergency/critical care in the St. Louis Metropolitan area. Additional members of the team include are doctors who have dedicated their careers to emergency medicine.\n\nOur emergency/critical care veterinarians and veterinary technicians have been specially trained in the latest procedures and techniques related to the practice of emergency medicine. They routinely treat traumatic injuries (including fractures, bite wounds, burns and lacerations), respiratory emergencies that may require the use of a ventilator, animals in need of blood transfusions, animals that are in shock, and animals with life-threatening neurologic disease, such as coma or severe seizures.\n\nOur emergency/critical care specialists work with family veterinarians and with the other specialists here at VSS to ensure that every pet gets the medical attention and critical care it needs.\n\n<img src=\"/wp-content/uploads/2014/11/criticalCareTechs.jpg\" />\n<a name=\"oncology\"></a>\n<h6>ONCOLOGY</h6>\nNew advances in veterinary technology and chemotherapy are allowing pets with cancer to live longer with an improved quality of life. When the disease is diagnosed during its early stages, more treatment options are available for the pet. At VSS, we take an innovative and progressive approach as we strive to provide the best possible care for animals with cancer.\n\nWe utilize advanced diagnostic cancer testing - including ultrasound, CT scans, and biopsy procedures - to identify the type, location, and behavior of a tumor. After collecting this information, our oncology specialist, along with other VSS specialists and the family veterinarian, provide treatment options to the pet owner. These options are tailored to the animal\'s particular cancer and consistent with the owner\'s goals for the pet. \n\nSome types of cancer are responsive to chemotherapy, which includes oral and injectable medications. Dogs and cats tend to tolerate chemotherapy well and rarely experience side effects. \n\n<img src=\"/wp-content/uploads/2013/12/oncologyTechs.jpg\" alt=\"Oncology Team\" width=\"700\" height=\"500\" />\n<h6>INTERNAL MEDICINE</h6>\nA veterinary internist frequently treats complex problems affecting multiple organs in a pet. Our internal medicine department collaborates with other VSS specialty services to provide a comprehensive approach to health care, using sophisticated, state-of-the-art technology. \n\nOur internal medicine specialist is trained and experienced in endoscopy (including gastroduodenoscopy, colonoscopy, rhinoscopy, and bronchoscopy), bone marrow aspirates, spinal taps, and the diagnosis and treatment of endocrine and infectious diseases.\n\n<img src=\"/wp-content/uploads/2014/11/medicineTechs.jpg\" />\n<a name=\"cardiology\"></a>\n<h6>CARDIOLOGY</h6>\nTen percent of dogs and cats are affected by heart disease from birth, and it is estimated that 30 percent of geriatric dogs develop some type of heart issue. Symptoms associated with heart disease include coughing, difficulty breathing, tiring easily after exercise, and general weakness. Primary care veterinarians often detect signs of a heart problem, such as irregular heart rhythms or sounds, in pets during a physical exam - even those that exhibit no indications of it.\n\nCardiac disease is diagnosed and evaluated using echocardiography, electrocardiogram, holter monitor, blood pressure measurement, cardiac catheterization, and angiography. With today\'s technology, our cardiologist is able to successfully treat heart problems, allowing pets to live long and happy lives. \n\nWhile most pets with heart disease can be treated with medications, others may need a surgical procedure. At VSS, our cardiologist collaborates with our surgeons to correct cardiac conditions that do not respond well to medication.\n\n<img src=\"/wp-content/uploads/2014/11/cardiologyTechs.jpg\" />\n<a name=\"radiology\"></a>\n<h6>RADIOLOGY</h6>\nLike conventional radiography, CT (Computed Tomography) uses x-rays to depict the internal structures of the body. Unlike conventional radiology, which takes one picture at a time, a single CT scan generates hundreds of x-ray images. A computer then takes the images and constructs them into highly accurate and detailed renditions of the patient. Despite the large number of images, the total amount of radiation from a CT scan can be less than radiation from a conventional x-ray procedure.\n\n<img src=\"/wp-content/uploads/2014/11/radiology.jpg\" />\n<a name=\"rehabilitation\"></a>\n<h6>REHABILITATION</h6>\nPets sometimes experience lingering pain and immobility after an injury or surgical procedure, making physical rehabilitation an essential part of the recovery process. Whether it\'s an older pet with arthritis, or a pet recovering from spinal surgery, studies show rehab speeds recovery and improves strength and mobility. At VSS, our rehabilitation specialists design a program to fit the pet\'s specific needs. Some pets benefit by exercising on our underwater treadmill, others improve by doing in-home exercises taught to them by one of our rehabilitation specialists. \n\nAfter review of a pet\'s medical history, medications, and lifestyle, the specialists of HEALING PAWS REHABILITATION will examine the pet\'s range of motion and muscle girth, perform a gait analysis, and palpate the injured area. This thorough evaluation is used to create a treatment plan that promotes a pet\'s optimum health. \n\nYou may contact the rehab specialists directly. Jacquie Welkener: 314-651-8143 or Sherry Bunch: 314-651-8144\n\n<a name=\"intesivecare\"></a>\n<h6>INTENSIVE CARE</h6>\nPets sometimes contract diseases and sustain injuries that can be complicated, deteriorate rapidly, and become life-threatening. These animals need continuing care and close monitoring. \n\nAt VSS, we provide 24-hour critical care services for pets in an intensive care unit (ICU) that is fully equipped with oxygen monitoring, mechanical ventilation, and ECG monitoring. Intravenous fluid therapy, medication, nutritional support, blood transfusions, oxygen supplementation, and pain relief are some of the treatments we provide. A pet\'s vital signs, heart rhythm, blood pressure, oxygen levels, and blood work are routinely monitored by the exceptional team of veterinary technicians and assistants in our ICU. By closely monitoring critically ill pets, we are able to identify potential problems early and alter treatments, if necessary, to improve the pet\'s chance for recovery. The dedicated nursing staff at VSS is committed to maintaining a caring and compassionate environment for pets in our ICU.\n\n<img src=\"/wp-content/uploads/2014/11/icuTechs.jpg\" />','Specialty Services','','inherit','open','open','','14-autosave-v1','','','2015-02-23 00:03:15','2015-02-23 00:03:15','',14,'http://dev.vssstl.com/index.php/14-autosave-v1/',0,'revision','',0),(325,1,'2015-02-23 00:04:39','2015-02-23 00:04:39','Veterinary Specialties Services is a multi-specialty referral-only practice committed to providing advanced veterinary care for pets. Our highly qualified and experienced board certified veterinarians are leaders in their fields. They collaborate with each other and referring veterinarians to provide exceptional care and service in the following areas:\r\n\r\n<img src=\"/wp-content/uploads/2014/11/surgeryTechs.jpg\" />\r\n<a name=\"surgery\"></a>\r\n<h6>SURGICAL TEAM</h6>\r\nVSS surgeons are able to perform the most complex of surgeries. They can repair fractures and torn ligaments, and they can do total hip replacements. They can also remove cancerous growths, manage extensive or non-healing wounds, and do reconstructive surgery. Our surgeons are trained to repair heart defects, and they operate on pets with spinal injuries and herniated discs. In addition, VSS surgeons perform minimally invasive procedures, such as arthroscopy, thorascopy, and laparoscopy.\r\n\r\nPets that need orthopedic, thoracic, gastrointestinal, oncologic, neurologic, or urologic surgery are frequently referred to VSS. Our surgeons work closely with other VSS specialists to provide the most comprehensive care possible to pets that have undergone such complicated surgeries.\r\n\r\nPreemptive pain management is a priority at VSS. Our veterinary health care team will prescribe pain management treatments that keep pets comfortable before, during, and after surgery.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/outpatientTechs.jpg\" />\r\n<a name=\"emergencycriticalcare\"></a>\r\n<h6>EMERGENCY/CRITICAL CARE TEAM</h6>\r\nYour primary care veterinarian can diagnose and treat many health problems and handle routine emergencies, but certain situations may require the assistance of a doctor who has had specialized, intensive training in handling emergency and critical care for you pet. The emergency team at VSS includes the only two board-certified specialists in emergency/critical care in the St. Louis Metropolitan area. Additional members of the team include are doctors who have dedicated their careers to emergency medicine.\r\n\r\nOur emergency/critical care veterinarians and veterinary technicians have been specially trained in the latest procedures and techniques related to the practice of emergency medicine. They routinely treat traumatic injuries (including fractures, bite wounds, burns and lacerations), respiratory emergencies that may require the use of a ventilator, animals in need of blood transfusions, animals that are in shock, and animals with life-threatening neurologic disease, such as coma or severe seizures.\r\n\r\nOur emergency/critical care specialists work with family veterinarians and with the other specialists here at VSS to ensure that every pet gets the medical attention and critical care it needs.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/criticalCareTechs.jpg\" />\r\n<a name=\"oncology\"></a>\r\n<h6>ONCOLOGY TEAM</h6>\r\nNew advances in veterinary technology and chemotherapy are allowing pets with cancer to live longer with an improved quality of life. When the disease is diagnosed during its early stages, more treatment options are available for the pet. At VSS, we take an innovative and progressive approach as we strive to provide the best possible care for animals with cancer.\r\n\r\nWe utilize advanced diagnostic cancer testing - including ultrasound, CT scans, and biopsy procedures - to identify the type, location, and behavior of a tumor. After collecting this information, our oncology specialist, along with other VSS specialists and the family veterinarian, provide treatment options to the pet owner. These options are tailored to the animal\'s particular cancer and consistent with the owner\'s goals for the pet. \r\n\r\nSome types of cancer are responsive to chemotherapy, which includes oral and injectable medications. Dogs and cats tend to tolerate chemotherapy well and rarely experience side effects. \r\n\r\n<img src=\"/wp-content/uploads/2013/12/oncologyTechs.jpg\" alt=\"Oncology Team\" width=\"700\" height=\"500\" />\r\n<h6>INTERNAL MEDICINE TEAM</h6>\r\nA veterinary internist frequently treats complex problems affecting multiple organs in a pet. Our internal medicine department collaborates with other VSS specialty services to provide a comprehensive approach to health care, using sophisticated, state-of-the-art technology. \r\n\r\nOur internal medicine specialist is trained and experienced in endoscopy (including gastroduodenoscopy, colonoscopy, rhinoscopy, and bronchoscopy), bone marrow aspirates, spinal taps, and the diagnosis and treatment of endocrine and infectious diseases.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/medicineTechs.jpg\" />\r\n<a name=\"cardiology\"></a>\r\n<h6>CARDIOLOGY TEAM</h6>\r\nTen percent of dogs and cats are affected by heart disease from birth, and it is estimated that 30 percent of geriatric dogs develop some type of heart issue. Symptoms associated with heart disease include coughing, difficulty breathing, tiring easily after exercise, and general weakness. Primary care veterinarians often detect signs of a heart problem, such as irregular heart rhythms or sounds, in pets during a physical exam - even those that exhibit no indications of it.\r\n\r\nCardiac disease is diagnosed and evaluated using echocardiography, electrocardiogram, holter monitor, blood pressure measurement, cardiac catheterization, and angiography. With today\'s technology, our cardiologist is able to successfully treat heart problems, allowing pets to live long and happy lives. \r\n\r\nWhile most pets with heart disease can be treated with medications, others may need a surgical procedure. At VSS, our cardiologist collaborates with our surgeons to correct cardiac conditions that do not respond well to medication.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/cardiologyTechs.jpg\" />\r\n<a name=\"radiology\"></a>\r\n<h6>RADIOLOGY TEAM</h6>\r\nLike conventional radiography, CT (Computed Tomography) uses x-rays to depict the internal structures of the body. Unlike conventional radiology, which takes one picture at a time, a single CT scan generates hundreds of x-ray images. A computer then takes the images and constructs them into highly accurate and detailed renditions of the patient. Despite the large number of images, the total amount of radiation from a CT scan can be less than radiation from a conventional x-ray procedure.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/radiology.jpg\" />\r\n<a name=\"rehabilitation\"></a>\r\n<h6>REHABILITATION TEAM</h6>\r\nPets sometimes experience lingering pain and immobility after an injury or surgical procedure, making physical rehabilitation an essential part of the recovery process. Whether it\'s an older pet with arthritis, or a pet recovering from spinal surgery, studies show rehab speeds recovery and improves strength and mobility. At VSS, our rehabilitation specialists design a program to fit the pet\'s specific needs. Some pets benefit by exercising on our underwater treadmill, others improve by doing in-home exercises taught to them by one of our rehabilitation specialists. \r\n\r\nAfter review of a pet\'s medical history, medications, and lifestyle, the specialists of HEALING PAWS REHABILITATION will examine the pet\'s range of motion and muscle girth, perform a gait analysis, and palpate the injured area. This thorough evaluation is used to create a treatment plan that promotes a pet\'s optimum health. \r\n\r\nYou may contact the rehab specialists directly. Jacquie Welkener: 314-651-8143 or Sherry Bunch: 314-651-8144\r\n\r\n<a name=\"intesivecare\"></a>\r\n<h6>INTENSIVE CARE TEAM</h6>\r\nPets sometimes contract diseases and sustain injuries that can be complicated, deteriorate rapidly, and become life-threatening. These animals need continuing care and close monitoring. \r\n\r\nAt VSS, we provide 24-hour critical care services for pets in an intensive care unit (ICU) that is fully equipped with oxygen monitoring, mechanical ventilation, and ECG monitoring. Intravenous fluid therapy, medication, nutritional support, blood transfusions, oxygen supplementation, and pain relief are some of the treatments we provide. A pet\'s vital signs, heart rhythm, blood pressure, oxygen levels, and blood work are routinely monitored by the exceptional team of veterinary technicians and assistants in our ICU. By closely monitoring critically ill pets, we are able to identify potential problems early and alter treatments, if necessary, to improve the pet\'s chance for recovery. The dedicated nursing staff at VSS is committed to maintaining a caring and compassionate environment for pets in our ICU.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/icuTechs.jpg\" />','Specialty Services','','inherit','open','open','','14-revision-v1','','','2015-02-23 00:04:39','2015-02-23 00:04:39','',14,'http://dev.vssstl.com/index.php/14-revision-v1/',0,'revision','',0),(282,1,'2015-01-19 16:07:53','2015-01-19 16:07:53','Veterinary Specialties Services is a multi-specialty referral-only practice committed to providing advanced veterinary care for pets. Our highly qualified and experienced board certified veterinarians are leaders in their fields. They collaborate with each other and referring veterinarians to provide exceptional care and service in the following areas:\r\n\r\n<img src=\"/wp-content/uploads/2014/11/surgeryTechs.jpg\" />\r\n<a name=\"surgery\"></a>\r\n<h6>SURGERY</h6>\r\nVSS surgeons are able to perform the most complex of surgeries. They can repair fractures and torn ligaments, and they can do total hip replacements. They can also remove cancerous growths, manage extensive or non-healing wounds, and do reconstructive surgery. Our surgeons are trained to repair heart defects, and they operate on pets with spinal injuries and herniated discs. In addition, VSS surgeons perform minimally invasive procedures, such as arthroscopy, thorascopy, and laparoscopy.\r\n\r\nPets that need orthopedic, thoracic, gastrointestinal, oncologic, neurologic, or urologic surgery are frequently referred to VSS. Our surgeons work closely with other VSS specialists to provide the most comprehensive care possible to pets that have undergone such complicated surgeries.\r\n\r\nPreemptive pain management is a priority at VSS. Our veterinary health care team will prescribe pain management treatments that keep pets comfortable before, during, and after surgery.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/outpatientTechs.jpg\" />\r\n<a name=\"emergencycriticalcare\"></a>\r\n<h6>EMERGENCY/CRITICAL CARE</h6>\r\nYour primary care veterinarian can diagnose and treat many health problems and handle routine emergencies, but certain situations may require the assistance of a doctor who has had specialized, intensive training in handling emergency and critical care for you pet. The emergency team at VSS includes the only two board-certified specialists in emergency/critical care in the St. Louis Metropolitan area. Additional members of the team include are doctors who have dedicated their careers to emergency medicine.\r\n\r\nOur emergency/critical care veterinarians and veterinary technicians have been specially trained in the latest procedures and techniques related to the practice of emergency medicine. They routinely treat traumatic injuries (including fractures, bite wounds, burns and lacerations), respiratory emergencies that may require the use of a ventilator, animals in need of blood transfusions, animals that are in shock, and animals with life-threatening neurologic disease, such as coma or severe seizures.\r\n\r\nOur emergency/critical care specialists work with family veterinarians and with the other specialists here at VSS to ensure that every pet gets the medical attention and critical care it needs.\r\n\r\n<a name=\"oncology\"></a>\r\n<h6>ONCOLOGY</h6>\r\nNew advances in veterinary technology and chemotherapy are allowing pets with cancer to live longer with an improved quality of life. When the disease is diagnosed during its early stages, more treatment options are available for the pet. At VSS, we take an innovative and progressive approach as we strive to provide the best possible care for animals with cancer.\r\n\r\nWe utilize advanced diagnostic cancer testing - including ultrasound, CT scans, and biopsy procedures - to identify the type, location, and behavior of a tumor. After collecting this information, our oncology specialist, along with other VSS specialists and the family veterinarian, provide treatment options to the pet owner. These options are tailored to the animal\'s particular cancer and consistent with the owner\'s goals for the pet. \r\n\r\nSome types of cancer are responsive to chemotherapy, which includes oral and injectable medications. Dogs and cats tend to tolerate chemotherapy well and rarely experience side effects. \r\n\r\n<img class=\"alignnone\" src=\"/wp-content/uploads/2014/11/oncologyTechs.jpg\" alt=\"\" width=\"500\" height=\"700\" />\r\n<a name=\"internalmedicine\"></a>\r\n<h6>INTERNAL MEDICINE</h6>\r\nA veterinary internist frequently treats complex problems affecting multiple organs in a pet. Our internal medicine department collaborates with other VSS specialty services to provide a comprehensive approach to health care, using sophisticated, state-of-the-art technology. \r\n\r\nOur internal medicine specialist is trained and experienced in endoscopy (including gastroduodenoscopy, colonoscopy, rhinoscopy, and bronchoscopy), bone marrow aspirates, spinal taps, and the diagnosis and treatment of endocrine and infectious diseases.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/medicineTechs.jpg\" />\r\n<a name=\"endoscopy\"></a>\r\n<h6>ENDOSCOPY</h6>\r\nEndoscopy is a minimally invasive, diagnostic, medical procedure commonly used to evaluate the interior surfaces of an organ.\r\n\r\nIn veterinary medicine, endoscopy is commonly used to perform tissue and organ biopsies, remove foreign objects (particularly in the stomach), or view a pet\'s internal organ. Endoscopy is often indicated when routine blood and urine tests, radiographs, and ultrasounds do not give a complete diagnostic picture. While general anesthesia is required during endoscopy, the procedure is considered much less invasive than traditional surgery. The benefits of endoscopy include shortened anesthetic time, decreased inflammation, less physiologic stress and discomfort, quicker recovery time, and fewer complications.\r\n\r\n<a name=\"cardiology\"></a>\r\n<h6>CARDIOLOGY</h6>\r\nTen percent of dogs and cats are affected by heart disease from birth, and it is estimated that 30 percent of geriatric dogs develop some type of heart issue. Symptoms associated with heart disease include coughing, difficulty breathing, tiring easily after exercise, and general weakness. Primary care veterinarians often detect signs of a heart problem, such as irregular heart rhythms or sounds, in pets during a physical exam - even those that exhibit no indications of it.\r\n\r\nCardiac disease is diagnosed and evaluated using echocardiography, electrocardiogram, holter monitor, blood pressure measurement, cardiac catheterization, and angiography. With today\'s technology, our cardiologist is able to successfully treat heart problems, allowing pets to live long and happy lives. \r\n\r\nWhile most pets with heart disease can be treated with medications, others may need a surgical procedure. At VSS, our cardiologist collaborates with our surgeons to correct cardiac conditions that do not respond well to medication.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/cardiologyTechs.jpg\" />\r\n<a name=\"radiology\"></a>\r\n<h6>RADIOLOGY</h6>\r\nLike conventional radiography, CT (Computed Tomography) uses x-rays to depict the internal structures of the body. Unlike conventional radiology, which takes one picture at a time, a single CT scan generates hundreds of x-ray images. A computer then takes the images and constructs them into highly accurate and detailed renditions of the patient. Despite the large number of images, the total amount of radiation from a CT scan can be less than radiation from a conventional x-ray procedure.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/radiology.jpg\" />\r\n<a name=\"rehabilitation\"></a>\r\n<h6>REHABILITATION</h6>\r\nPets sometimes experience lingering pain and immobility after an injury or surgical procedure, making physical rehabilitation an essential part of the recovery process. Whether it\'s an older pet with arthritis, or a pet recovering from spinal surgery, studies show rehab speeds recovery and improves strength and mobility. At VSS, our rehabilitation specialists design a program to fit the pet\'s specific needs. Some pets benefit by exercising on our underwater treadmill, others improve by doing in-home exercises taught to them by one of our rehabilitation specialists. \r\n\r\nAfter review of a pet\'s medical history, medications, and lifestyle, the specialists of HEALING PAWS REHABILITATION will examine the pet\'s range of motion and muscle girth, perform a gait analysis, and palpate the injured area. This thorough evaluation is used to create a treatment plan that promotes a pet\'s optimum health. \r\n\r\nYou may contact the rehab specialists directly. Jacquie Welkener: 314-651-8143 or Sherry Bunch: 314-651-8144\r\n\r\n<a name=\"intesivecare\"></a>\r\n<h6>INTENSIVE CARE</h6>\r\nPets sometimes contract diseases and sustain injuries that can be complicated, deteriorate rapidly, and become life-threatening. These animals need continuing care and close monitoring. \r\n\r\nAt VSS, we provide 24-hour critical care services for pets in an intensive care unit (ICU) that is fully equipped with oxygen monitoring, mechanical ventilation, and ECG monitoring. Intravenous fluid therapy, medication, nutritional support, blood transfusions, oxygen supplementation, and pain relief are some of the treatments we provide. A pet\'s vital signs, heart rhythm, blood pressure, oxygen levels, and blood work are routinely monitored by the exceptional team of veterinary technicians and assistants in our ICU. By closely monitoring critically ill pets, we are able to identify potential problems early and alter treatments, if necessary, to improve the pet\'s chance for recovery. The dedicated nursing staff at VSS is committed to maintaining a caring and compassionate environment for pets in our ICU.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/icuTechs.jpg\" />','Specialty Services','','inherit','open','open','','14-revision-v1','','','2015-01-19 16:07:53','2015-01-19 16:07:53','',14,'http://dev.vssstl.com/index.php/14-revision-v1/',0,'revision','',0),(284,1,'2015-01-19 16:08:41','2015-01-19 16:08:41','Founded in 1994 by Mary Jean Gorse DVM, MS, DACVS, and Mark Anderson DVM, MS, DACVS, who joined the facility in 1996, VSS has grown during the past 15 years and today includes a team of highly qualified and experienced board certified specialists.\r\n\r\n<a name=\"veterinaryspecialists\"></a>\r\n<h6>VETERINARY SPECIALISTS</h6>\r\nBoard certified specialists are veterinarians who have advanced their training beyond the four years required to receive a doctor in veterinary medicine (DVM) degree. Many specialists complete a year-long internship, a three-year residency, and a rigorous examination in order to become a diplomate in one of the 19 specialty colleges recognized by the American Veterinary Medical Association (AVMA).\r\nVSS doctors are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n\r\n<a name=\"refereralonlypractice\"></a>\r\n<h6>VSS: REFERRAL-ONLY PRACTICE</h6>\r\nAt VSS, we strive to keep current with all the advancements in technology and health care available for pets. That\'s why when primary care veterinarians need assistance in diagnosing and treating a pet\'s health problem, they feel good about referring the animal and its owner to our facility. VSS respects the bond that forms between pet owners and their veterinarians. Through every referral process, we strive to provide our clients with the same kind of personal service and care they receive from their primary veterinarians. Our specialty departments are available by appointment, Monday through Friday.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/recoveryTechs.jpg\" />\r\n<a name=\"animalcareteam\"></a>\r\n<h6>VSS ANIMAL CARE TEAM</h6>\r\nIn addition to specialists, our animal care team includes well trained nurses, technicians, assistants, and office staff who are committed to enhancing every pet\'s quality of life. After initially evaluating a pet and its problem, we provide the owner a complete list and thorough explanation of every diagnostic and treatment option available. We share this same information with the pet\'s primary care veterinarian. Using a team approach to patient care and case management helps us ensure a positive health care experience for pets and their owners.\r\n\r\n<a name=\"emergencycare\"></a>\r\n<h6>VSS EMERGENCY CARE</h6>\r\nIf a pet requires urgent care when its veterinarian\'s office is closed, our staff at VSS Emergency Center is always available and committed to providing the same exemplary care we provide referred pets. The VSS Emergency Center offers after-hours admissions and 24-hour inpatient care, including weekends and holidays. Our emergency care specialists collaborate with primary veterinarians to ensure that pets receive care that is appropriate and effective.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/criticalCareTechs.jpg\" />\r\n<a name=\"whatmakesvssspecial\"></a>\r\n<h6>WHAT MAKES VSS SPECIAL</h6>\r\nA spiral CT scanner, digital radiography, ultrasonagraphy, complete endoscopy services, and respiratory ventilation therapy are just a few of the technologies adapted from the human field of medicine and used at Veterinary Specialty Services. In addition, we have four enclosed surgical suites with complete anesthetic monitoring equipment. At VSS, we value the long term relationships we have built with referring veterinarians, clients, and their companion pets. As we continue to expand our services, we remain committed to maintaining the highest standards possible in health care delivery.','About Us','','inherit','open','open','','5-revision-v1','','','2015-01-19 16:08:41','2015-01-19 16:08:41','',5,'http://dev.vssstl.com/index.php/5-revision-v1/',0,'revision','',0),(285,1,'2015-01-19 16:26:19','2015-01-19 16:26:19','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4><a name=\"surgery\"></a>SURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Mary Jean Gorse -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/maryjeanGorse.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Mark Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/markAnderson.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Davida Rausch -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/davidaRausch.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Davida Rausch,<br />DVM, DIPLOMATE, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\r\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Thomas Coletti -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/thomasColetti.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- W. Wesley Kimberlin -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/wesKimberlin.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p></div>\r\n</div>\r\n<h4><a name=\"neurology\"></a>NEUROLOGY/NEUROSURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Fred Wininger -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/fredWininger.jpg\" alt=\"Fred Wininger\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Fred Wininger,<br />VMD, MS DIPLOMATE ACVIM (Neurology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Fred Wininger,<br />VMD, MS DIPLOMATE ACVIM (Neurology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Pennsylvania</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />University of Georgia</p>\r\n<p>RESIDENCY<br />Washington State University</p>\r\n<p>ADVANCED DEGREE<br />Washington State University</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following residency, Dr. Wininger joined the faculty at the University of Missouri and served as the attending neurosurgical clinician at the Veterinary Medical Teaching Hospital. He maintains an adjunct professor role at MU and remains an active member of the research and teaching program.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Missy Carpentier -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/missyCarpentier.jpg\" alt=\"Missy Carpentier\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Ross University School of Veterinary Medicine, St. Kitts, West Indies</p>\r\n<p>ROTATING INTERNSHIP: SMALL ANIMAL MEDICINE<br />VCA Veterinary Referral and Emergency Center and VCA Shoreline Veterinary Referral and Emergency Center in Connecticut</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Carpentier worked as an Associate Veterinarian at a mixed animal hospital in northern Minnesota. After completing her internship, she became the post-doctorate fellow in the Comparative Neurology Program at the University of Missouri, College of Veterinary Medicine.</p></div>\r\n</div>\r\n<h4><a name=\"oncology\"></a>ONCOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Joanne C. Graham -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/joanneGraham.jpg\" alt=\"Joanne C. Graham\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Joanne C. Graham,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Joanne C. Graham,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Graham was on the faculties at Iowa State University College of Veterinary Medicine and at University of Illinois College of Veterinary Medicine, as well as in private practice in the Chicago area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Bonnie E. Smith -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/bonnieSmith.jpg\" alt=\"Bonnie E. Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Bonnie E. Smith,<br />DVM, DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Bonnie E. Smith,<br />DVM, DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Medical Center in New York City, New York</p>\r\n<p>RESIDENCY<br />Animal Medical Center in New York City, New York</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Taylor spent a year as an emergency veterinarian in Saint Louis before completing her residency.</p></div>\r\n</div>\r\n<h4><a name=\"internalmedicine\"></a>INTERNAL MEDICINE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kelly Gingerich -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/kellyGingerich.jpg\" alt=\"Kelly Gingerich\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kelly Gingerich,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kelly Gingerich,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Iowa State University</p>\r\n<p>INTERNSHIP<br />Purdue University</p>\r\n<p>RESIDENCY<br />Purdue University</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: Purdue University</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kate Sycamore -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/kateSycamore.jpg\" alt=\"Kate Sycamore\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kate Sycamore,<br />BVSc, MANZCVSc, DIPLOMATE, ACVIM </p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kate Sycamore,<br />BVSc, MANZCVSc, DIPLOMATE, ACVIM </p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Massey University, New Zealand</p>\r\n<p>INTERNSHIP<br />Queensland Veterinary Specialists, Australia</p>\r\n<p>RESIDENCY<br />University of Georgia, Veterinary Teaching Hospital</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Donna S. Vicini -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/donnaVicini.jpg\" alt=\"Donna S. Vicini\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Donna S. Vicini,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Donna S. Vicini,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />After working as in internist for seven years in Saint Louis, Dr. Vicini spent four years in New York managing her own business as a consultant in veterinary internal medicine; then returned to Saint Louis and continued to see cases for veterinarians in their practices under the business title of Veterinary Internal Medicine Services.</p></div>\r\n</div>\r\n<h4><a name=\"cardiology\"></a>CARDIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- H. Cecilia Marshall -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/ceciliaMarshall.jpg\" alt=\"H. Cecilia Marshall\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">H. Cecilia Marshall,<br />DVM, DIPLOMATE, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">H. Cecilia Marshall,<br />DVM, DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Cardiology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Angell Animal Medical Center in Boston, Massachusetts</p>\r\n<p>RESIDENCY<br />Angell Animal Medical Center in Boston, Massachusetts</p></div>\r\n</div>\r\n<h4><a name=\"emergencycriticalcare\"></a>EMERGENCY/CRITICAL CARE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Michael H. Karagiannis -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/MichaelKaragiannis.jpg\" alt=\"Michael H. Karagiannis\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Michael H. Karagiannis,<br />DVM DIPLOMATE, ACVEVCC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Michael H. Karagiannis,<br />DVM DIPLOMATE, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Rebecca J. Greer -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/rebeccaGreer.jpg\" alt=\"Rebecca J. Greer\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Rebecca J. Greer,<br />DVM, MS DIPLOMATE, AVCECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Rebecca J. Greer,<br />DVM, MS DIPLOMATE, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Emergency Center in Glendale, Wisconsin</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Greer spent five years as an assistant professor of biology at Union College in Lincoln, Nebraska and private practitioner before completing her internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Timothy Koors -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/timKoors.jpg\" alt=\"Timothy Koors\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Timothy Koors,<br />DVM, Practice Limited to Emergency and Critical Care</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Timothy Koors,<br />DVM, Practice Limited to Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>INTERNSHIP<br />Animal Emergency and Referral Center in Northbrook, Illinois</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Koors spent two years at an emergency practice in St. Louis before completing an internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- M. Ryan Smith -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2013/12/ryanSmith.jpg\" alt=\"M. Ryan Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">M. Ryan Smith,<br />DVM, RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">M. Ryan Smith,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Louisiana State University</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Affiliated Veterinary Specialists in Orlando, Florida</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Prior to beginning residency, Dr. Smith spent two years practicing emergency medicine at a speciality practice in the New Orleans area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kristen Dellacamera -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/kristenDellacamera.jpg\" alt=\"Kristen Dellacamera\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen Dellacamera,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen Dellacamera,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Shannon Broyles -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/shannonBroyles.jpg\" alt=\"Shannon Broyles\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Shannon Broyles,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Shannon Broyles,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Broyles has over eight years of experience as a veterinarian at an emergency practice in Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Emily Leonard -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/emilyLeonard.jpg\" alt=\"Emily Leonard\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Emily Leonard,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Emily Leonard,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />Ross University, St. Kitts, West Indies</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Leonard spent ten years in private practice in upstate New York before coming home to Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Jennifer M. Eisele -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/eisele.jpg\" alt=\"Jennifer M. Eisele\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Jennifer M. Eisele,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Jennifer M. Eisele,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Eisele spent five years in private practice in both Charlotte, North Carolina and Saint Louis before joining VSS.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- David Nichols -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/davidNichols.jpg\" alt=\"David Nichols\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">David Nichols,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">David Nichols,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />St. Matthew’s University</p>\r\n<p>CLINICAL ROTATION<br />North Carolina State University</p></div>\r\n</div>\r\n<h4><a name=\"radiology\"></a>RADIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kristen O\'Dell-Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/kristenODell.jpg\" alt=\"Kristen O\'Dell-Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen O\'Dell-Anderson,<br />DVM, MS DIPLOMATE, ACVR</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen O\'Dell-Anderson,<br />DVM, MS DIPLOMATE, ACVR</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Radiologists</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Wheat Ridge Animal Hospital in Denver, Colorado</p>\r\n<p>RESIDENCY<br />University of Illinois in Champaign-Urbana</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois in Champaign-Urbana</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following her residency, Dr. O\'Dell-Anderson stayed on at the University of Illinois as a professor of veterinary radiology before returning to Saint Louis.</p></div>\r\n</div>\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2015-01-19 16:26:19','2015-01-19 16:26:19','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(286,1,'2015-01-19 16:30:13','2015-01-19 16:30:13','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4><a name=\"surgery\"></a>SURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Mary Jean Gorse -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/maryjeanGorse.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Mark Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/markAnderson.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Davida Rausch -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/davidaRausch.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Davida Rausch,<br />DVM, Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\r\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Thomas Coletti -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/thomasColetti.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- W. Wesley Kimberlin -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/wesKimberlin.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, SURGICAL RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p></div>\r\n</div>\r\n<h4><a name=\"neurology\"></a>NEUROLOGY/NEUROSURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Fred Wininger -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/fredWininger.jpg\" alt=\"Fred Wininger\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Fred Wininger,<br />VMD, MS Diplomate ACVIM (Neurology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Fred Wininger,<br />VMD, MS Diplomate ACVIM (Neurology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Pennsylvania</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />University of Georgia</p>\r\n<p>RESIDENCY<br />Washington State University</p>\r\n<p>ADVANCED DEGREE<br />Washington State University</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following residency, Dr. Wininger joined the faculty at the University of Missouri and served as the attending neurosurgical clinician at the Veterinary Medical Teaching Hospital. He maintains an adjunct professor role at MU and remains an active member of the research and teaching program.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Missy Carpentier -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/missyCarpentier.jpg\" alt=\"Missy Carpentier\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Missy Carpentier,<br />DVM, Neurology Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Ross University School of Veterinary Medicine, St. Kitts, West Indies</p>\r\n<p>ROTATING INTERNSHIP: SMALL ANIMAL MEDICINE<br />VCA Veterinary Referral and Emergency Center and VCA Shoreline Veterinary Referral and Emergency Center in Connecticut</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Carpentier worked as an Associate Veterinarian at a mixed animal hospital in northern Minnesota. After completing her internship, she became the post-doctorate fellow in the Comparative Neurology Program at the University of Missouri, College of Veterinary Medicine.</p></div>\r\n</div>\r\n<h4><a name=\"oncology\"></a>ONCOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Joanne C. Graham -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/joanneGraham.jpg\" alt=\"Joanne C. Graham\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Joanne C. Graham,<br />DVM, MS Diplomate, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Joanne C. Graham,<br />DVM, MS Diplomate, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Graham was on the faculties at Iowa State University College of Veterinary Medicine and at University of Illinois College of Veterinary Medicine, as well as in private practice in the Chicago area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Bonnie E. Smith -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/bonnieSmith.jpg\" alt=\"Bonnie E. Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Bonnie E. Smith,<br />DVM, Diplomate, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Bonnie E. Smith,<br />DVM, Diplomate, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Medical Center in New York City, New York</p>\r\n<p>RESIDENCY<br />Animal Medical Center in New York City, New York</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Taylor spent a year as an emergency veterinarian in Saint Louis before completing her residency.</p></div>\r\n</div>\r\n<h4><a name=\"internalmedicine\"></a>INTERNAL MEDICINE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kelly Gingerich -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/kellyGingerich.jpg\" alt=\"Kelly Gingerich\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kelly Gingerich,<br />DVM, MS Diplomate, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kelly Gingerich,<br />DVM, MS Diplomate, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Iowa State University</p>\r\n<p>INTERNSHIP<br />Purdue University</p>\r\n<p>RESIDENCY<br />Purdue University</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: Purdue University</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kate Sycamore -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/kateSycamore.jpg\" alt=\"Kate Sycamore\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kate Sycamore,<br />BVSc, MANZCVSc, Diplomate, ACVIM </p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kate Sycamore,<br />BVSc, MANZCVSc, Diplomate, ACVIM </p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Massey University, New Zealand</p>\r\n<p>INTERNSHIP<br />Queensland Veterinary Specialists, Australia</p>\r\n<p>RESIDENCY<br />University of Georgia, Veterinary Teaching Hospital</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Donna S. Vicini -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/donnaVicini.jpg\" alt=\"Donna S. Vicini\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Donna S. Vicini,<br />DVM, MS Diplomate, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Donna S. Vicini,<br />DVM, MS Diplomate, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />After working as in internist for seven years in Saint Louis, Dr. Vicini spent four years in New York managing her own business as a consultant in veterinary internal medicine; then returned to Saint Louis and continued to see cases for veterinarians in their practices under the business title of Veterinary Internal Medicine Services.</p></div>\r\n</div>\r\n<h4><a name=\"cardiology\"></a>CARDIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- H. Cecilia Marshall -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/ceciliaMarshall.jpg\" alt=\"H. Cecilia Marshall\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">H. Cecilia Marshall,<br />DVM, Diplomate, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">H. Cecilia Marshall,<br />DVM, Diplomate, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Cardiology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Angell Animal Medical Center in Boston, Massachusetts</p>\r\n<p>RESIDENCY<br />Angell Animal Medical Center in Boston, Massachusetts</p></div>\r\n</div>\r\n<h4><a name=\"emergencycriticalcare\"></a>EMERGENCY/CRITICAL CARE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Michael H. Karagiannis -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/MichaelKaragiannis.jpg\" alt=\"Michael H. Karagiannis\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Michael H. Karagiannis,<br />DVM Diplomate, ACVEVCC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Michael H. Karagiannis,<br />DVM Diplomate, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Rebecca J. Greer -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/rebeccaGreer.jpg\" alt=\"Rebecca J. Greer\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Rebecca J. Greer,<br />DVM, MS Diplomate, AVCECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Rebecca J. Greer,<br />DVM, MS Diplomate, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Emergency Center in Glendale, Wisconsin</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Greer spent five years as an assistant professor of biology at Union College in Lincoln, Nebraska and private practitioner before completing her internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Timothy Koors -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/timKoors.jpg\" alt=\"Timothy Koors\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Timothy Koors,<br />DVM, Practice Limited to Emergency and Critical Care</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Timothy Koors,<br />DVM, Practice Limited to Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>INTERNSHIP<br />Animal Emergency and Referral Center in Northbrook, Illinois</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Koors spent two years at an emergency practice in St. Louis before completing an internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- M. Ryan Smith -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2013/12/ryanSmith.jpg\" alt=\"M. Ryan Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">M. Ryan Smith,<br />DVM, RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">M. Ryan Smith,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Louisiana State University</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Affiliated Veterinary Specialists in Orlando, Florida</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Prior to beginning residency, Dr. Smith spent two years practicing emergency medicine at a speciality practice in the New Orleans area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kristen Dellacamera -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/kristenDellacamera.jpg\" alt=\"Kristen Dellacamera\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen Dellacamera,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen Dellacamera,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Shannon Broyles -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/shannonBroyles.jpg\" alt=\"Shannon Broyles\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Shannon Broyles,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Shannon Broyles,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Broyles has over eight years of experience as a veterinarian at an emergency practice in Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Emily Leonard -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/emilyLeonard.jpg\" alt=\"Emily Leonard\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Emily Leonard,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Emily Leonard,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />Ross University, St. Kitts, West Indies</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Leonard spent ten years in private practice in upstate New York before coming home to Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Jennifer M. Eisele -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/eisele.jpg\" alt=\"Jennifer M. Eisele\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Jennifer M. Eisele,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Jennifer M. Eisele,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Eisele spent five years in private practice in both Charlotte, North Carolina and Saint Louis before joining VSS.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- David Nichols -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/davidNichols.jpg\" alt=\"David Nichols\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">David Nichols,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">David Nichols,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />St. Matthew’s University</p>\r\n<p>CLINICAL ROTATION<br />North Carolina State University</p></div>\r\n</div>\r\n<h4><a name=\"radiology\"></a>RADIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kristen O\'Dell-Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/kristenODell.jpg\" alt=\"Kristen O\'Dell-Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen O\'Dell-Anderson,<br />DVM, MS Diplomate, ACVR</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen O\'Dell-Anderson,<br />DVM, MS Diplomate, ACVR</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Radiologists</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Wheat Ridge Animal Hospital in Denver, Colorado</p>\r\n<p>RESIDENCY<br />University of Illinois in Champaign-Urbana</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois in Champaign-Urbana</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following her residency, Dr. O\'Dell-Anderson stayed on at the University of Illinois as a professor of veterinary radiology before returning to Saint Louis.</p></div>\r\n</div>\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2015-01-19 16:30:13','2015-01-19 16:30:13','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(287,1,'2015-01-19 16:31:28','2015-01-19 16:31:28','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4><a name=\"surgery\"></a>SURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Mary Jean Gorse -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/maryjeanGorse.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Mark Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/markAnderson.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Davida Rausch -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/davidaRausch.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Davida Rausch,<br />DVM, Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\r\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Thomas Coletti -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/thomasColetti.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- W. Wesley Kimberlin -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/wesKimberlin.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, Surgical Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, Surgical Resident</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p></div>\r\n</div>\r\n<h4><a name=\"neurology\"></a>NEUROLOGY/NEUROSURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Fred Wininger -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/fredWininger.jpg\" alt=\"Fred Wininger\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Fred Wininger,<br />VMD, MS Diplomate ACVIM (Neurology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Fred Wininger,<br />VMD, MS Diplomate ACVIM (Neurology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Pennsylvania</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />University of Georgia</p>\r\n<p>RESIDENCY<br />Washington State University</p>\r\n<p>ADVANCED DEGREE<br />Washington State University</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following residency, Dr. Wininger joined the faculty at the University of Missouri and served as the attending neurosurgical clinician at the Veterinary Medical Teaching Hospital. He maintains an adjunct professor role at MU and remains an active member of the research and teaching program.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Missy Carpentier -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/missyCarpentier.jpg\" alt=\"Missy Carpentier\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Missy Carpentier,<br />DVM, Neurology Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Ross University School of Veterinary Medicine, St. Kitts, West Indies</p>\r\n<p>ROTATING INTERNSHIP: SMALL ANIMAL MEDICINE<br />VCA Veterinary Referral and Emergency Center and VCA Shoreline Veterinary Referral and Emergency Center in Connecticut</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Carpentier worked as an Associate Veterinarian at a mixed animal hospital in northern Minnesota. After completing her internship, she became the post-doctorate fellow in the Comparative Neurology Program at the University of Missouri, College of Veterinary Medicine.</p></div>\r\n</div>\r\n<h4><a name=\"oncology\"></a>ONCOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Joanne C. Graham -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/joanneGraham.jpg\" alt=\"Joanne C. Graham\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Joanne C. Graham,<br />DVM, MS Diplomate, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Joanne C. Graham,<br />DVM, MS Diplomate, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Graham was on the faculties at Iowa State University College of Veterinary Medicine and at University of Illinois College of Veterinary Medicine, as well as in private practice in the Chicago area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Bonnie E. Smith -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/bonnieSmith.jpg\" alt=\"Bonnie E. Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Bonnie E. Smith,<br />DVM, Diplomate, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Bonnie E. Smith,<br />DVM, Diplomate, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Medical Center in New York City, New York</p>\r\n<p>RESIDENCY<br />Animal Medical Center in New York City, New York</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Taylor spent a year as an emergency veterinarian in Saint Louis before completing her residency.</p></div>\r\n</div>\r\n<h4><a name=\"internalmedicine\"></a>INTERNAL MEDICINE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kelly Gingerich -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/kellyGingerich.jpg\" alt=\"Kelly Gingerich\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kelly Gingerich,<br />DVM, MS Diplomate, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kelly Gingerich,<br />DVM, MS Diplomate, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Iowa State University</p>\r\n<p>INTERNSHIP<br />Purdue University</p>\r\n<p>RESIDENCY<br />Purdue University</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: Purdue University</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kate Sycamore -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/kateSycamore.jpg\" alt=\"Kate Sycamore\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kate Sycamore,<br />BVSc, MANZCVSc, Diplomate, ACVIM </p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kate Sycamore,<br />BVSc, MANZCVSc, Diplomate, ACVIM </p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Massey University, New Zealand</p>\r\n<p>INTERNSHIP<br />Queensland Veterinary Specialists, Australia</p>\r\n<p>RESIDENCY<br />University of Georgia, Veterinary Teaching Hospital</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Donna S. Vicini -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/donnaVicini.jpg\" alt=\"Donna S. Vicini\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Donna S. Vicini,<br />DVM, MS Diplomate, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Donna S. Vicini,<br />DVM, MS Diplomate, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />After working as in internist for seven years in Saint Louis, Dr. Vicini spent four years in New York managing her own business as a consultant in veterinary internal medicine; then returned to Saint Louis and continued to see cases for veterinarians in their practices under the business title of Veterinary Internal Medicine Services.</p></div>\r\n</div>\r\n<h4><a name=\"cardiology\"></a>CARDIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- H. Cecilia Marshall -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/ceciliaMarshall.jpg\" alt=\"H. Cecilia Marshall\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">H. Cecilia Marshall,<br />DVM, Diplomate, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">H. Cecilia Marshall,<br />DVM, Diplomate, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Cardiology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Angell Animal Medical Center in Boston, Massachusetts</p>\r\n<p>RESIDENCY<br />Angell Animal Medical Center in Boston, Massachusetts</p></div>\r\n</div>\r\n<h4><a name=\"emergencycriticalcare\"></a>EMERGENCY/CRITICAL CARE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Michael H. Karagiannis -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/MichaelKaragiannis.jpg\" alt=\"Michael H. Karagiannis\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Michael H. Karagiannis,<br />DVM Diplomate, ACVEVCC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Michael H. Karagiannis,<br />DVM Diplomate, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Rebecca J. Greer -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/rebeccaGreer.jpg\" alt=\"Rebecca J. Greer\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Rebecca J. Greer,<br />DVM, MS Diplomate, AVCECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Rebecca J. Greer,<br />DVM, MS Diplomate, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Emergency Center in Glendale, Wisconsin</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Greer spent five years as an assistant professor of biology at Union College in Lincoln, Nebraska and private practitioner before completing her internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Timothy Koors -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/timKoors.jpg\" alt=\"Timothy Koors\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Timothy Koors,<br />DVM, Practice Limited to Emergency and Critical Care</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Timothy Koors,<br />DVM, Practice Limited to Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>INTERNSHIP<br />Animal Emergency and Referral Center in Northbrook, Illinois</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Koors spent two years at an emergency practice in St. Louis before completing an internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- M. Ryan Smith -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2013/12/ryanSmith.jpg\" alt=\"M. Ryan Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">M. Ryan Smith,<br />DVM, RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">M. Ryan Smith,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Louisiana State University</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Affiliated Veterinary Specialists in Orlando, Florida</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Prior to beginning residency, Dr. Smith spent two years practicing emergency medicine at a speciality practice in the New Orleans area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kristen Dellacamera -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/kristenDellacamera.jpg\" alt=\"Kristen Dellacamera\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen Dellacamera,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen Dellacamera,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Shannon Broyles -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/shannonBroyles.jpg\" alt=\"Shannon Broyles\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Shannon Broyles,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Shannon Broyles,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Broyles has over eight years of experience as a veterinarian at an emergency practice in Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Emily Leonard -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/emilyLeonard.jpg\" alt=\"Emily Leonard\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Emily Leonard,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Emily Leonard,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />Ross University, St. Kitts, West Indies</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Leonard spent ten years in private practice in upstate New York before coming home to Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Jennifer M. Eisele -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/eisele.jpg\" alt=\"Jennifer M. Eisele\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Jennifer M. Eisele,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Jennifer M. Eisele,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Eisele spent five years in private practice in both Charlotte, North Carolina and Saint Louis before joining VSS.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- David Nichols -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/davidNichols.jpg\" alt=\"David Nichols\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">David Nichols,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">David Nichols,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />St. Matthew’s University</p>\r\n<p>CLINICAL ROTATION<br />North Carolina State University</p></div>\r\n</div>\r\n<h4><a name=\"radiology\"></a>RADIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kristen O\'Dell-Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/kristenODell.jpg\" alt=\"Kristen O\'Dell-Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen O\'Dell-Anderson,<br />DVM, MS Diplomate, ACVR</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen O\'Dell-Anderson,<br />DVM, MS Diplomate, ACVR</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Radiologists</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Wheat Ridge Animal Hospital in Denver, Colorado</p>\r\n<p>RESIDENCY<br />University of Illinois in Champaign-Urbana</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois in Champaign-Urbana</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following her residency, Dr. O\'Dell-Anderson stayed on at the University of Illinois as a professor of veterinary radiology before returning to Saint Louis.</p></div>\r\n</div>\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2015-01-19 16:31:28','2015-01-19 16:31:28','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(315,1,'2015-02-05 04:09:19','2015-02-05 04:09:19','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4><a name=\"cardiology\"></a>CARDIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- H. Cecilia Marshall -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/ceciliaMarshall.jpg\" alt=\"H. Cecilia Marshall\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">H. Cecilia Marshall,<br />DVM, Diplomate, ACVIM (Cardiology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">H. Cecilia Marshall,<br />DVM, Diplomate, ACVIM (Cardiology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Cardiology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Angell Animal Medical Center in Boston, Massachusetts</p>\r\n<p>RESIDENCY<br />Angell Animal Medical Center in Boston, Massachusetts</p></div>\r\n</div>\r\n<h4><a name=\"emergencycriticalcare\"></a>EMERGENCY/CRITICAL CARE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Michael H. Karagiannis -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/MichaelKaragiannis.jpg\" alt=\"Michael H. Karagiannis\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Michael H. Karagiannis,<br />DVM, Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Michael H. Karagiannis,<br />DVM, Diplomate, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Rebecca J. Greer -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/rebeccaGreer.jpg\" alt=\"Rebecca J. Greer\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Rebecca J. Greer,<br />DVM, MS Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Rebecca J. Greer,<br />DVM, MS Diplomate, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Emergency Center in Glendale, Wisconsin</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Greer spent five years as an assistant professor of biology at Union College in Lincoln, Nebraska and private practitioner before completing her internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Timothy Koors -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/timKoors.jpg\" alt=\"Timothy Koors\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Timothy Koors,<br />DVM, Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Timothy Koors,<br />DVM, Diplomate, ACVECC</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>INTERNSHIP<br />Animal Emergency and Referral Center in Northbrook, Illinois</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Koors spent two years at an emergency practice in St. Louis before completing an internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- M. Ryan Smith -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2013/12/ryanSmith.jpg\" alt=\"M. Ryan Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">M. Ryan Smith,<br />DVM, Emergency and Critical Care Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">M. Ryan Smith,<br />DVM, Emergency and Critical Care Resident</p>\r\n<p>VETERINARY COLLEGE<br />Louisiana State University</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Affiliated Veterinary Specialists in Orlando, Florida</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Prior to beginning residency, Dr. Smith spent two years practicing emergency medicine at a speciality practice in the New Orleans area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kristen Dellacamera -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/kristenDellacamera.jpg\" alt=\"Kristen Dellacamera\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen Dellacamera,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen Dellacamera,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Shannon Broyles -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/shannonBroyles.jpg\" alt=\"Shannon Broyles\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Shannon Broyles,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Shannon Broyles,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Broyles has over eight years of experience as a veterinarian at an emergency practice in Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Jennifer M. Eisele -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/eisele.jpg\" alt=\"Jennifer M. Eisele\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Jennifer M. Eisele,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Jennifer M. Eisele,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Eisele spent five years in private practice in both Charlotte, North Carolina and Saint Louis before joining VSS.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- David Nichols -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/davidNichols.jpg\" alt=\"David Nichols\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">David Nichols,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">David Nichols,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />St. Matthew’s University</p>\r\n<p>CLINICAL ROTATION<br />North Carolina State University</p></div>\r\n</div>\r\n<h4><a name=\"surgery\"></a>SURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Mary Jean Gorse -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/maryjeanGorse.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Mark Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/markAnderson.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Davida Rausch -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/davidaRausch.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Davida Rausch,<br />DVM, Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\r\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Thomas Coletti -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/thomasColetti.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- W. Wesley Kimberlin -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/wesKimberlin.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, Surgery Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, Surgery Resident</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p></div>\r\n</div>\r\n<h4><a name=\"neurology\"></a>NEUROLOGY/NEUROSURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Fred Wininger -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/fredWininger.jpg\" alt=\"Fred Wininger\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Fred Wininger,<br />VMD, MS Diplomate ACVIM (Neurology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Fred Wininger,<br />VMD, MS Diplomate ACVIM (Neurology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Pennsylvania</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />University of Georgia</p>\r\n<p>RESIDENCY<br />Washington State University</p>\r\n<p>ADVANCED DEGREE<br />Washington State University</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following residency, Dr. Wininger joined the faculty at the University of Missouri and served as the attending neurosurgical clinician at the Veterinary Medical Teaching Hospital. He maintains an adjunct professor role at MU and remains an active member of the research and teaching program.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Missy Carpentier -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/missyCarpentier.jpg\" alt=\"Missy Carpentier\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Missy Carpentier,<br />DVM, Neurology Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Ross University School of Veterinary Medicine, St. Kitts, West Indies</p>\r\n<p>ROTATING INTERNSHIP: SMALL ANIMAL MEDICINE<br />VCA Veterinary Referral and Emergency Center and VCA Shoreline Veterinary Referral and Emergency Center in Connecticut</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Carpentier worked as an Associate Veterinarian at a mixed animal hospital in northern Minnesota. After completing her internship, she became the post-doctorate fellow in the Comparative Neurology Program at the University of Missouri, College of Veterinary Medicine.</p></div>\r\n</div>\r\n<h4><a name=\"oncology\"></a>ONCOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Joanne C. Graham -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/joanneGraham.jpg\" alt=\"Joanne C. Graham\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Joanne C. Graham,<br />DVM, MS Diplomate, ACVIM (Oncology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Joanne C. Graham,<br />DVM, MS Diplomate, ACVIM (Oncology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Graham was on the faculties at Iowa State University College of Veterinary Medicine and at University of Illinois College of Veterinary Medicine, as well as in private practice in the Chicago area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Bonnie E. Smith -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/bonnieSmith.jpg\" alt=\"Bonnie E. Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Bonnie E. Smith,<br />DVM, Diplomate, ACVIM (Oncology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Bonnie E. Smith,<br />DVM, Diplomate, ACVIM (Oncology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Medical Center in New York City, New York</p>\r\n<p>RESIDENCY<br />Animal Medical Center in New York City, New York</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Taylor spent a year as an emergency veterinarian in Saint Louis before completing her residency.</p></div>\r\n</div>\r\n<h4><a name=\"internalmedicine\"></a>INTERNAL MEDICINE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kelly Gingerich -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/kellyGingerich.jpg\" alt=\"Kelly Gingerich\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kelly Gingerich,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kelly Gingerich,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Iowa State University</p>\r\n<p>INTERNSHIP<br />Purdue University</p>\r\n<p>RESIDENCY<br />Purdue University</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: Purdue University</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kate Sycamore -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/kateSycamore.jpg\" alt=\"Kate Sycamore\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kate Sycamore,<br />BVSc, MANZCVSc, Diplomate, ACVIM (Internal Medicine)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kate Sycamore,<br />BVSc, MANZCVSc, Diplomate, ACVIM (Internal Medicine)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Massey University, New Zealand</p>\r\n<p>INTERNSHIP<br />Queensland Veterinary Specialists, Australia</p>\r\n<p>RESIDENCY<br />University of Georgia, Veterinary Teaching Hospital</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Donna S. Vicini -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/donnaVicini.jpg\" alt=\"Donna S. Vicini\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Donna S. Vicini,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Donna S. Vicini,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />After working as in internist for seven years in Saint Louis, Dr. Vicini spent four years in New York managing her own business as a consultant in veterinary internal medicine; then returned to Saint Louis and continued to see cases for veterinarians in their practices under the business title of Veterinary Internal Medicine Services.</p></div>\r\n</div>\r\n<h4><a name=\"radiology\"></a>RADIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kristen O\'Dell-Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/kristenODell.jpg\" alt=\"Kristen O\'Dell-Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen O\'Dell-Anderson,<br />DVM, MS Diplomate, ACVR</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen O\'Dell-Anderson,<br />DVM, MS Diplomate, ACVR</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Radiologists</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Wheat Ridge Animal Hospital in Denver, Colorado</p>\r\n<p>RESIDENCY<br />University of Illinois in Champaign-Urbana</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois in Champaign-Urbana</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following her residency, Dr. O\'Dell-Anderson stayed on at the University of Illinois as a professor of veterinary radiology before returning to Saint Louis.</p></div>\r\n</div>\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2015-02-05 04:09:19','2015-02-05 04:09:19','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(288,1,'2015-01-19 17:18:31','2015-01-19 17:18:31','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4><a name=\"surgery\"></a>SURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Mary Jean Gorse -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/maryjeanGorse.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Mark Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/markAnderson.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Davida Rausch -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/davidaRausch.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Davida Rausch,<br />DVM, Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\r\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Thomas Coletti -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/thomasColetti.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- W. Wesley Kimberlin -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/wesKimberlin.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, Surgical Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, Surgical Resident</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p></div>\r\n</div>\r\n<h4><a name=\"neurology\"></a>NEUROLOGY/NEUROSURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Fred Wininger -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/fredWininger.jpg\" alt=\"Fred Wininger\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Fred Wininger,<br />VMD, MS Diplomate ACVIM (Neurology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Fred Wininger,<br />VMD, MS Diplomate ACVIM (Neurology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Pennsylvania</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />University of Georgia</p>\r\n<p>RESIDENCY<br />Washington State University</p>\r\n<p>ADVANCED DEGREE<br />Washington State University</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following residency, Dr. Wininger joined the faculty at the University of Missouri and served as the attending neurosurgical clinician at the Veterinary Medical Teaching Hospital. He maintains an adjunct professor role at MU and remains an active member of the research and teaching program.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Missy Carpentier -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/missyCarpentier.jpg\" alt=\"Missy Carpentier\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Missy Carpentier,<br />DVM, Neurology Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Ross University School of Veterinary Medicine, St. Kitts, West Indies</p>\r\n<p>ROTATING INTERNSHIP: SMALL ANIMAL MEDICINE<br />VCA Veterinary Referral and Emergency Center and VCA Shoreline Veterinary Referral and Emergency Center in Connecticut</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Carpentier worked as an Associate Veterinarian at a mixed animal hospital in northern Minnesota. After completing her internship, she became the post-doctorate fellow in the Comparative Neurology Program at the University of Missouri, College of Veterinary Medicine.</p></div>\r\n</div>\r\n<h4><a name=\"oncology\"></a>ONCOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Joanne C. Graham -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/joanneGraham.jpg\" alt=\"Joanne C. Graham\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Joanne C. Graham,<br />DVM, MS Diplomate, ACVIM (Oncology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Joanne C. Graham,<br />DVM, MS Diplomate, ACVIM (Oncology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Graham was on the faculties at Iowa State University College of Veterinary Medicine and at University of Illinois College of Veterinary Medicine, as well as in private practice in the Chicago area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Bonnie E. Smith -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/bonnieSmith.jpg\" alt=\"Bonnie E. Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Bonnie E. Smith,<br />DVM, Diplomate, ACVIM (Oncology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Bonnie E. Smith,<br />DVM, Diplomate, ACVIM (Oncology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Medical Center in New York City, New York</p>\r\n<p>RESIDENCY<br />Animal Medical Center in New York City, New York</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Taylor spent a year as an emergency veterinarian in Saint Louis before completing her residency.</p></div>\r\n</div>\r\n<h4><a name=\"internalmedicine\"></a>INTERNAL MEDICINE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kelly Gingerich -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/kellyGingerich.jpg\" alt=\"Kelly Gingerich\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kelly Gingerich,<br />DVM, MS Diplomate, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kelly Gingerich,<br />DVM, MS Diplomate, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Iowa State University</p>\r\n<p>INTERNSHIP<br />Purdue University</p>\r\n<p>RESIDENCY<br />Purdue University</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: Purdue University</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kate Sycamore -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/kateSycamore.jpg\" alt=\"Kate Sycamore\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kate Sycamore,<br />BVSc, MANZCVSc, Diplomate, ACVIM </p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kate Sycamore,<br />BVSc, MANZCVSc, Diplomate, ACVIM </p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Massey University, New Zealand</p>\r\n<p>INTERNSHIP<br />Queensland Veterinary Specialists, Australia</p>\r\n<p>RESIDENCY<br />University of Georgia, Veterinary Teaching Hospital</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Donna S. Vicini -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/donnaVicini.jpg\" alt=\"Donna S. Vicini\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Donna S. Vicini,<br />DVM, MS Diplomate, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Donna S. Vicini,<br />DVM, MS Diplomate, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />After working as in internist for seven years in Saint Louis, Dr. Vicini spent four years in New York managing her own business as a consultant in veterinary internal medicine; then returned to Saint Louis and continued to see cases for veterinarians in their practices under the business title of Veterinary Internal Medicine Services.</p></div>\r\n</div>\r\n<h4><a name=\"cardiology\"></a>CARDIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- H. Cecilia Marshall -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/ceciliaMarshall.jpg\" alt=\"H. Cecilia Marshall\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">H. Cecilia Marshall,<br />DVM, Diplomate, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">H. Cecilia Marshall,<br />DVM, Diplomate, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Cardiology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Angell Animal Medical Center in Boston, Massachusetts</p>\r\n<p>RESIDENCY<br />Angell Animal Medical Center in Boston, Massachusetts</p></div>\r\n</div>\r\n<h4><a name=\"emergencycriticalcare\"></a>EMERGENCY/CRITICAL CARE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Michael H. Karagiannis -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/MichaelKaragiannis.jpg\" alt=\"Michael H. Karagiannis\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Michael H. Karagiannis,<br />DVM Diplomate, ACVEVCC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Michael H. Karagiannis,<br />DVM Diplomate, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Rebecca J. Greer -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/rebeccaGreer.jpg\" alt=\"Rebecca J. Greer\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Rebecca J. Greer,<br />DVM, MS Diplomate, AVCECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Rebecca J. Greer,<br />DVM, MS Diplomate, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Emergency Center in Glendale, Wisconsin</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Greer spent five years as an assistant professor of biology at Union College in Lincoln, Nebraska and private practitioner before completing her internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Timothy Koors -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/timKoors.jpg\" alt=\"Timothy Koors\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Timothy Koors,<br />DVM, Practice Limited to Emergency and Critical Care</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Timothy Koors,<br />DVM, Practice Limited to Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>INTERNSHIP<br />Animal Emergency and Referral Center in Northbrook, Illinois</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Koors spent two years at an emergency practice in St. Louis before completing an internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- M. Ryan Smith -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2013/12/ryanSmith.jpg\" alt=\"M. Ryan Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">M. Ryan Smith,<br />DVM, RESIDENT</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">M. Ryan Smith,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Louisiana State University</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Affiliated Veterinary Specialists in Orlando, Florida</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Prior to beginning residency, Dr. Smith spent two years practicing emergency medicine at a speciality practice in the New Orleans area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kristen Dellacamera -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/kristenDellacamera.jpg\" alt=\"Kristen Dellacamera\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen Dellacamera,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen Dellacamera,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Shannon Broyles -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/shannonBroyles.jpg\" alt=\"Shannon Broyles\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Shannon Broyles,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Shannon Broyles,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Broyles has over eight years of experience as a veterinarian at an emergency practice in Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Emily Leonard -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/emilyLeonard.jpg\" alt=\"Emily Leonard\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Emily Leonard,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Emily Leonard,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />Ross University, St. Kitts, West Indies</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Leonard spent ten years in private practice in upstate New York before coming home to Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Jennifer M. Eisele -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/eisele.jpg\" alt=\"Jennifer M. Eisele\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Jennifer M. Eisele,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Jennifer M. Eisele,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Eisele spent five years in private practice in both Charlotte, North Carolina and Saint Louis before joining VSS.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- David Nichols -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/davidNichols.jpg\" alt=\"David Nichols\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">David Nichols,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">David Nichols,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />St. Matthew’s University</p>\r\n<p>CLINICAL ROTATION<br />North Carolina State University</p></div>\r\n</div>\r\n<h4><a name=\"radiology\"></a>RADIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kristen O\'Dell-Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/kristenODell.jpg\" alt=\"Kristen O\'Dell-Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen O\'Dell-Anderson,<br />DVM, MS Diplomate, ACVR</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen O\'Dell-Anderson,<br />DVM, MS Diplomate, ACVR</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Radiologists</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Wheat Ridge Animal Hospital in Denver, Colorado</p>\r\n<p>RESIDENCY<br />University of Illinois in Champaign-Urbana</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois in Champaign-Urbana</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following her residency, Dr. O\'Dell-Anderson stayed on at the University of Illinois as a professor of veterinary radiology before returning to Saint Louis.</p></div>\r\n</div>\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2015-01-19 17:18:31','2015-01-19 17:18:31','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(310,1,'2015-02-05 04:01:42','2015-02-05 04:01:42','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4><a name=\"surgery\"></a>SURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Mary Jean Gorse -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/maryjeanGorse.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Mark Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/markAnderson.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Davida Rausch -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/davidaRausch.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Davida Rausch,<br />DVM, Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\r\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Thomas Coletti -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/thomasColetti.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- W. Wesley Kimberlin -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/wesKimberlin.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, Surgery Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, Surgery Resident</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p></div>\r\n</div>\r\n<h4><a name=\"neurology\"></a>NEUROLOGY/NEUROSURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Fred Wininger -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/fredWininger.jpg\" alt=\"Fred Wininger\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Fred Wininger,<br />VMD, MS Diplomate ACVIM (Neurology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Fred Wininger,<br />VMD, MS Diplomate ACVIM (Neurology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Pennsylvania</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />University of Georgia</p>\r\n<p>RESIDENCY<br />Washington State University</p>\r\n<p>ADVANCED DEGREE<br />Washington State University</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following residency, Dr. Wininger joined the faculty at the University of Missouri and served as the attending neurosurgical clinician at the Veterinary Medical Teaching Hospital. He maintains an adjunct professor role at MU and remains an active member of the research and teaching program.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Missy Carpentier -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/missyCarpentier.jpg\" alt=\"Missy Carpentier\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Missy Carpentier,<br />DVM, Neurology Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Ross University School of Veterinary Medicine, St. Kitts, West Indies</p>\r\n<p>ROTATING INTERNSHIP: SMALL ANIMAL MEDICINE<br />VCA Veterinary Referral and Emergency Center and VCA Shoreline Veterinary Referral and Emergency Center in Connecticut</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Carpentier worked as an Associate Veterinarian at a mixed animal hospital in northern Minnesota. After completing her internship, she became the post-doctorate fellow in the Comparative Neurology Program at the University of Missouri, College of Veterinary Medicine.</p></div>\r\n</div>\r\n<h4><a name=\"oncology\"></a>ONCOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Joanne C. Graham -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/joanneGraham.jpg\" alt=\"Joanne C. Graham\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Joanne C. Graham,<br />DVM, MS Diplomate, ACVIM (Oncology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Joanne C. Graham,<br />DVM, MS Diplomate, ACVIM (Oncology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Graham was on the faculties at Iowa State University College of Veterinary Medicine and at University of Illinois College of Veterinary Medicine, as well as in private practice in the Chicago area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Bonnie E. Smith -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/bonnieSmith.jpg\" alt=\"Bonnie E. Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Bonnie E. Smith,<br />DVM, Diplomate, ACVIM (Oncology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Bonnie E. Smith,<br />DVM, Diplomate, ACVIM (Oncology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Medical Center in New York City, New York</p>\r\n<p>RESIDENCY<br />Animal Medical Center in New York City, New York</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Taylor spent a year as an emergency veterinarian in Saint Louis before completing her residency.</p></div>\r\n</div>\r\n<h4><a name=\"internalmedicine\"></a>INTERNAL MEDICINE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kelly Gingerich -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/kellyGingerich.jpg\" alt=\"Kelly Gingerich\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kelly Gingerich,<br />DVM, MS Diplomate, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kelly Gingerich,<br />DVM, MS Diplomate, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Iowa State University</p>\r\n<p>INTERNSHIP<br />Purdue University</p>\r\n<p>RESIDENCY<br />Purdue University</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: Purdue University</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kate Sycamore -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/kateSycamore.jpg\" alt=\"Kate Sycamore\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kate Sycamore,<br />BVSc, MANZCVSc, Diplomate, ACVIM </p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kate Sycamore,<br />BVSc, MANZCVSc, Diplomate, ACVIM </p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Massey University, New Zealand</p>\r\n<p>INTERNSHIP<br />Queensland Veterinary Specialists, Australia</p>\r\n<p>RESIDENCY<br />University of Georgia, Veterinary Teaching Hospital</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Donna S. Vicini -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/donnaVicini.jpg\" alt=\"Donna S. Vicini\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Donna S. Vicini,<br />DVM, MS Diplomate, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Donna S. Vicini,<br />DVM, MS Diplomate, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />After working as in internist for seven years in Saint Louis, Dr. Vicini spent four years in New York managing her own business as a consultant in veterinary internal medicine; then returned to Saint Louis and continued to see cases for veterinarians in their practices under the business title of Veterinary Internal Medicine Services.</p></div>\r\n</div>\r\n<h4><a name=\"cardiology\"></a>CARDIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- H. Cecilia Marshall -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/ceciliaMarshall.jpg\" alt=\"H. Cecilia Marshall\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">H. Cecilia Marshall,<br />DVM, Diplomate, ACVIM (Cardiology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">H. Cecilia Marshall,<br />DVM, Diplomate, ACVIM (Cardiology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Cardiology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Angell Animal Medical Center in Boston, Massachusetts</p>\r\n<p>RESIDENCY<br />Angell Animal Medical Center in Boston, Massachusetts</p></div>\r\n</div>\r\n<h4><a name=\"emergencycriticalcare\"></a>EMERGENCY/CRITICAL CARE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Michael H. Karagiannis -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/MichaelKaragiannis.jpg\" alt=\"Michael H. Karagiannis\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Michael H. Karagiannis,<br />DVM Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Michael H. Karagiannis,<br />DVM Diplomate, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Rebecca J. Greer -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/rebeccaGreer.jpg\" alt=\"Rebecca J. Greer\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Rebecca J. Greer,<br />DVM, MS Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Rebecca J. Greer,<br />DVM, MS Diplomate, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Emergency Center in Glendale, Wisconsin</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Greer spent five years as an assistant professor of biology at Union College in Lincoln, Nebraska and private practitioner before completing her internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Timothy Koors -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/timKoors.jpg\" alt=\"Timothy Koors\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Timothy Koors,<br />DVM, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Timothy Koors,<br />DVM, ACVECC</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>INTERNSHIP<br />Animal Emergency and Referral Center in Northbrook, Illinois</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Koors spent two years at an emergency practice in St. Louis before completing an internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- M. Ryan Smith -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2013/12/ryanSmith.jpg\" alt=\"M. Ryan Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">M. Ryan Smith,<br />DVM, Emergency and Critical Care Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">M. Ryan Smith,<br />DVM, Emergency and Critical Care Resident</p>\r\n<p>VETERINARY COLLEGE<br />Louisiana State University</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Affiliated Veterinary Specialists in Orlando, Florida</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Prior to beginning residency, Dr. Smith spent two years practicing emergency medicine at a speciality practice in the New Orleans area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kristen Dellacamera -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/kristenDellacamera.jpg\" alt=\"Kristen Dellacamera\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen Dellacamera,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen Dellacamera,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Shannon Broyles -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/shannonBroyles.jpg\" alt=\"Shannon Broyles\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Shannon Broyles,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Shannon Broyles,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Broyles has over eight years of experience as a veterinarian at an emergency practice in Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Emily Leonard -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/emilyLeonard.jpg\" alt=\"Emily Leonard\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Emily Leonard,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Emily Leonard,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />Ross University, St. Kitts, West Indies</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Leonard spent ten years in private practice in upstate New York before coming home to Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Jennifer M. Eisele -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/eisele.jpg\" alt=\"Jennifer M. Eisele\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Jennifer M. Eisele,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Jennifer M. Eisele,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Eisele spent five years in private practice in both Charlotte, North Carolina and Saint Louis before joining VSS.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- David Nichols -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/davidNichols.jpg\" alt=\"David Nichols\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">David Nichols,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">David Nichols,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />St. Matthew’s University</p>\r\n<p>CLINICAL ROTATION<br />North Carolina State University</p></div>\r\n</div>\r\n<h4><a name=\"radiology\"></a>RADIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kristen O\'Dell-Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/kristenODell.jpg\" alt=\"Kristen O\'Dell-Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen O\'Dell-Anderson,<br />DVM, MS Diplomate, ACVR</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen O\'Dell-Anderson,<br />DVM, MS Diplomate, ACVR</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Radiologists</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Wheat Ridge Animal Hospital in Denver, Colorado</p>\r\n<p>RESIDENCY<br />University of Illinois in Champaign-Urbana</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois in Champaign-Urbana</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following her residency, Dr. O\'Dell-Anderson stayed on at the University of Illinois as a professor of veterinary radiology before returning to Saint Louis.</p></div>\r\n</div>\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2015-02-05 04:01:42','2015-02-05 04:01:42','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(289,1,'2015-01-19 17:20:16','2015-01-19 17:20:16','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4><a name=\"surgery\"></a>SURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Mary Jean Gorse -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/maryjeanGorse.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Mark Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/markAnderson.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Davida Rausch -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/davidaRausch.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Davida Rausch,<br />DVM, Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\r\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Thomas Coletti -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/thomasColetti.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- W. Wesley Kimberlin -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/wesKimberlin.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, Surgical Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, Surgical Resident</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p></div>\r\n</div>\r\n<h4><a name=\"neurology\"></a>NEUROLOGY/NEUROSURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Fred Wininger -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/fredWininger.jpg\" alt=\"Fred Wininger\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Fred Wininger,<br />VMD, MS Diplomate ACVIM (Neurology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Fred Wininger,<br />VMD, MS Diplomate ACVIM (Neurology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Pennsylvania</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />University of Georgia</p>\r\n<p>RESIDENCY<br />Washington State University</p>\r\n<p>ADVANCED DEGREE<br />Washington State University</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following residency, Dr. Wininger joined the faculty at the University of Missouri and served as the attending neurosurgical clinician at the Veterinary Medical Teaching Hospital. He maintains an adjunct professor role at MU and remains an active member of the research and teaching program.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Missy Carpentier -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/missyCarpentier.jpg\" alt=\"Missy Carpentier\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Missy Carpentier,<br />DVM, Neurology Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Ross University School of Veterinary Medicine, St. Kitts, West Indies</p>\r\n<p>ROTATING INTERNSHIP: SMALL ANIMAL MEDICINE<br />VCA Veterinary Referral and Emergency Center and VCA Shoreline Veterinary Referral and Emergency Center in Connecticut</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Carpentier worked as an Associate Veterinarian at a mixed animal hospital in northern Minnesota. After completing her internship, she became the post-doctorate fellow in the Comparative Neurology Program at the University of Missouri, College of Veterinary Medicine.</p></div>\r\n</div>\r\n<h4><a name=\"oncology\"></a>ONCOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Joanne C. Graham -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/joanneGraham.jpg\" alt=\"Joanne C. Graham\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Joanne C. Graham,<br />DVM, MS Diplomate, ACVIM (Oncology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Joanne C. Graham,<br />DVM, MS Diplomate, ACVIM (Oncology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Graham was on the faculties at Iowa State University College of Veterinary Medicine and at University of Illinois College of Veterinary Medicine, as well as in private practice in the Chicago area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Bonnie E. Smith -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/bonnieSmith.jpg\" alt=\"Bonnie E. Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Bonnie E. Smith,<br />DVM, Diplomate, ACVIM (Oncology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Bonnie E. Smith,<br />DVM, Diplomate, ACVIM (Oncology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Medical Center in New York City, New York</p>\r\n<p>RESIDENCY<br />Animal Medical Center in New York City, New York</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Taylor spent a year as an emergency veterinarian in Saint Louis before completing her residency.</p></div>\r\n</div>\r\n<h4><a name=\"internalmedicine\"></a>INTERNAL MEDICINE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kelly Gingerich -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/kellyGingerich.jpg\" alt=\"Kelly Gingerich\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kelly Gingerich,<br />DVM, MS Diplomate, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kelly Gingerich,<br />DVM, MS Diplomate, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Iowa State University</p>\r\n<p>INTERNSHIP<br />Purdue University</p>\r\n<p>RESIDENCY<br />Purdue University</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: Purdue University</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kate Sycamore -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/kateSycamore.jpg\" alt=\"Kate Sycamore\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kate Sycamore,<br />BVSc, MANZCVSc, Diplomate, ACVIM </p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kate Sycamore,<br />BVSc, MANZCVSc, Diplomate, ACVIM </p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Massey University, New Zealand</p>\r\n<p>INTERNSHIP<br />Queensland Veterinary Specialists, Australia</p>\r\n<p>RESIDENCY<br />University of Georgia, Veterinary Teaching Hospital</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Donna S. Vicini -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/donnaVicini.jpg\" alt=\"Donna S. Vicini\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Donna S. Vicini,<br />DVM, MS Diplomate, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Donna S. Vicini,<br />DVM, MS Diplomate, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />After working as in internist for seven years in Saint Louis, Dr. Vicini spent four years in New York managing her own business as a consultant in veterinary internal medicine; then returned to Saint Louis and continued to see cases for veterinarians in their practices under the business title of Veterinary Internal Medicine Services.</p></div>\r\n</div>\r\n<h4><a name=\"cardiology\"></a>CARDIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- H. Cecilia Marshall -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/ceciliaMarshall.jpg\" alt=\"H. Cecilia Marshall\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">H. Cecilia Marshall,<br />DVM, Diplomate, ACVIM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">H. Cecilia Marshall,<br />DVM, Diplomate, ACVIM</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Cardiology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Angell Animal Medical Center in Boston, Massachusetts</p>\r\n<p>RESIDENCY<br />Angell Animal Medical Center in Boston, Massachusetts</p></div>\r\n</div>\r\n<h4><a name=\"emergencycriticalcare\"></a>EMERGENCY/CRITICAL CARE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Michael H. Karagiannis -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/MichaelKaragiannis.jpg\" alt=\"Michael H. Karagiannis\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Michael H. Karagiannis,<br />DVM Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Michael H. Karagiannis,<br />DVM Diplomate, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Rebecca J. Greer -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/rebeccaGreer.jpg\" alt=\"Rebecca J. Greer\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Rebecca J. Greer,<br />DVM, MS Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Rebecca J. Greer,<br />DVM, MS Diplomate, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Emergency Center in Glendale, Wisconsin</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Greer spent five years as an assistant professor of biology at Union College in Lincoln, Nebraska and private practitioner before completing her internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Timothy Koors -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/timKoors.jpg\" alt=\"Timothy Koors\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Timothy Koors,<br />DVM, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Timothy Koors,<br />DVM, ACVECC</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>INTERNSHIP<br />Animal Emergency and Referral Center in Northbrook, Illinois</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Koors spent two years at an emergency practice in St. Louis before completing an internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- M. Ryan Smith -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2013/12/ryanSmith.jpg\" alt=\"M. Ryan Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">M. Ryan Smith,<br />DVM, Emergency and Critical Care Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">M. Ryan Smith,<br />DVM, Emergency and Critical Care Resident</p>\r\n<p>VETERINARY COLLEGE<br />Louisiana State University</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Affiliated Veterinary Specialists in Orlando, Florida</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Prior to beginning residency, Dr. Smith spent two years practicing emergency medicine at a speciality practice in the New Orleans area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kristen Dellacamera -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/kristenDellacamera.jpg\" alt=\"Kristen Dellacamera\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen Dellacamera,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen Dellacamera,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Shannon Broyles -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/shannonBroyles.jpg\" alt=\"Shannon Broyles\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Shannon Broyles,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Shannon Broyles,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Broyles has over eight years of experience as a veterinarian at an emergency practice in Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Emily Leonard -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/emilyLeonard.jpg\" alt=\"Emily Leonard\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Emily Leonard,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Emily Leonard,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />Ross University, St. Kitts, West Indies</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Leonard spent ten years in private practice in upstate New York before coming home to Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Jennifer M. Eisele -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/eisele.jpg\" alt=\"Jennifer M. Eisele\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Jennifer M. Eisele,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Jennifer M. Eisele,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Eisele spent five years in private practice in both Charlotte, North Carolina and Saint Louis before joining VSS.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- David Nichols -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/davidNichols.jpg\" alt=\"David Nichols\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">David Nichols,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">David Nichols,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />St. Matthew’s University</p>\r\n<p>CLINICAL ROTATION<br />North Carolina State University</p></div>\r\n</div>\r\n<h4><a name=\"radiology\"></a>RADIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kristen O\'Dell-Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/kristenODell.jpg\" alt=\"Kristen O\'Dell-Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen O\'Dell-Anderson,<br />DVM, MS Diplomate, ACVR</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen O\'Dell-Anderson,<br />DVM, MS Diplomate, ACVR</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Radiologists</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Wheat Ridge Animal Hospital in Denver, Colorado</p>\r\n<p>RESIDENCY<br />University of Illinois in Champaign-Urbana</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois in Champaign-Urbana</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following her residency, Dr. O\'Dell-Anderson stayed on at the University of Illinois as a professor of veterinary radiology before returning to Saint Louis.</p></div>\r\n</div>\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2015-01-19 17:20:16','2015-01-19 17:20:16','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(290,1,'2015-01-20 04:07:25','2015-01-20 04:07:25','[soliloquy id=\"112\"]\r\n\r\n<div id=\"BelowHomeSlider\">\r\n<div id=\"MainCallout\" class=\"homepageSnipit\">\r\n<p class=\"main\">Veterinary Specialty Services is a <span class=\"highlight\">multi-specialty referral-only practice</span> and <span class=\"highlight\">after-hours emergency facility</span> committed to providing advanced veterinary care for pets.</p>\r\nOur highly qualified and experienced board certified specialists work in collaboration with primary care veterinarians throughout Missouri and its surrounding states to diagnose and treat complex, challenging, and often life-threatening pet health problems.\r\n</div>\r\n<div id=\"FirstVisit\" class=\"homepageSnipit smallCallout\">\r\n<h3>First Visit</h3>\r\n<p>Please download, print and complete the appropriate form. The information you provide will enable us to understand and therefore take better care of your pet.</p>\r\n<p class=\"bone\">Client Information form: <a href=\"/wp-content/uploads/2014/07/ClientInfo.doc\">WordDoc</a> <a href=\"/wp-content/uploads/2014/07/ClientInfo.pdf\">PDF</a></p>\r\n<p class=\"bone\">Chemotherapy Patient questionnaire: <a href=\"/wp-content/uploads/2014/07/ChemoTherapy.doc\">WordDoc</a> <a href=\"/wp-content/uploads/2014/07/ChemoTherapy.pdf\">PDF</a></p>\r\n<p><a href=\"/index.php/client-forms-resources/\">Click here for more veterinary links and resources.</a></p>\r\n</div>\r\n<div id=\"ReferringVets\" class=\"homepageSnipit smallCallout\">\r\n<h3>Referring Vets</h3>\r\n<p class=\"bone\">We value you and your patients. As a fellow veterinarian, we understand the importance of communicating in a timely manor. Click <a href=\"/index.php/referring-vets/\">here</a> to let us know how we can better communicate with you.</p>\r\n</div>\r\n</div>','','','inherit','open','open','','26-revision-v1','','','2015-01-20 04:07:25','2015-01-20 04:07:25','',26,'http://dev.vssstl.com/index.php/26-revision-v1/',0,'revision','',0),(291,1,'2015-01-20 04:25:29','2015-01-20 04:25:29','Founded in 1994 by Mary Jean Gorse DVM, MS, DACVS, and Mark Anderson DVM, MS, DACVS, who joined the facility in 1996, VSS has grown during the past 15 years and today includes a team of highly qualified and experienced board certified specialists.\r\n\r\n<a name=\"veterinaryspecialists\"></a>\r\n<h6>VETERINARY SPECIALISTS</h6>\r\nBoard certified specialists are veterinarians who have advanced their training beyond the four years required to receive a doctor in veterinary medicine (DVM) degree. Many specialists complete a year-long internship, a three-year residency, and a rigorous examination in order to become a diplomate in one of the 19 specialty colleges recognized by the American Veterinary Medical Association (AVMA).\r\nVSS doctors are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n\r\n<a name=\"refereralonlypractice\"></a>\r\n<h6>VSS: REFERRAL-ONLY PRACTICE</h6>\r\nAt VSS, we strive to keep current with all the advancements in technology and health care available for pets. That\'s why when primary care veterinarians need assistance in diagnosing and treating a pet\'s health problem, they feel good about referring the animal and its owner to our facility. VSS respects the bond that forms between pet owners and their veterinarians. Through every referral process, we strive to provide our clients with the same kind of personal service and care they receive from their primary veterinarians. Our specialty departments are available by appointment, Monday through Friday.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/criticalCareTechs.jpg\" />\r\n<a name=\"animalcareteam\"></a>\r\n<h6>VSS ANIMAL CARE TEAM</h6>\r\nIn addition to specialists, our animal care team includes well trained nurses, technicians, assistants, and office staff who are committed to enhancing every pet\'s quality of life. After initially evaluating a pet and its problem, we provide the owner a complete list and thorough explanation of every diagnostic and treatment option available. We share this same information with the pet\'s primary care veterinarian. Using a team approach to patient care and case management helps us ensure a positive health care experience for pets and their owners.\r\n\r\n<a name=\"emergencycare\"></a>\r\n<h6>VSS EMERGENCY CARE</h6>\r\nIf a pet requires urgent care when its veterinarian\'s office is closed, our staff at VSS Emergency Center is always available and committed to providing the same exemplary care we provide referred pets. The VSS Emergency Center offers after-hours admissions and 24-hour inpatient care, including weekends and holidays. Our emergency care specialists collaborate with primary veterinarians to ensure that pets receive care that is appropriate and effective.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/recoveryTechs.jpg\" />\r\n<a name=\"whatmakesvssspecial\"></a>\r\n<h6>WHAT MAKES VSS SPECIAL</h6>\r\nA spiral CT scanner, digital radiography, ultrasonagraphy, complete endoscopy services, and respiratory ventilation therapy are just a few of the technologies adapted from the human field of medicine and used at Veterinary Specialty Services. In addition, we have four enclosed surgical suites with complete anesthetic monitoring equipment. At VSS, we value the long term relationships we have built with referring veterinarians, clients, and their companion pets. As we continue to expand our services, we remain committed to maintaining the highest standards possible in health care delivery.','About Us','','inherit','open','open','','5-revision-v1','','','2015-01-20 04:25:29','2015-01-20 04:25:29','',5,'http://dev.vssstl.com/index.php/5-revision-v1/',0,'revision','',0),(292,1,'2015-01-20 04:25:55','2015-01-20 04:25:55','Founded in 1994 by Mary Jean Gorse DVM, MS, DACVS, and Mark Anderson DVM, MS, DACVS, who joined the facility in 1996, VSS has grown during the past 15 years and today includes a team of highly qualified and experienced board certified specialists.\r\n\r\n<a name=\"veterinaryspecialists\"></a>\r\n<h6>VETERINARY SPECIALISTS</h6>\r\nBoard certified specialists are veterinarians who have advanced their training beyond the four years required to receive a doctor in veterinary medicine (DVM) degree. Many specialists complete a year-long internship, a three-year residency, and a rigorous examination in order to become a diplomate in one of the 19 specialty colleges recognized by the American Veterinary Medical Association (AVMA).\r\nVSS doctors are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/criticalCareTechs.jpg\" />\r\n<a name=\"refereralonlypractice\"></a>\r\n<h6>VSS: REFERRAL-ONLY PRACTICE</h6>\r\nAt VSS, we strive to keep current with all the advancements in technology and health care available for pets. That\'s why when primary care veterinarians need assistance in diagnosing and treating a pet\'s health problem, they feel good about referring the animal and its owner to our facility. VSS respects the bond that forms between pet owners and their veterinarians. Through every referral process, we strive to provide our clients with the same kind of personal service and care they receive from their primary veterinarians. Our specialty departments are available by appointment, Monday through Friday.\r\n\r\n<a name=\"animalcareteam\"></a>\r\n<h6>VSS ANIMAL CARE TEAM</h6>\r\nIn addition to specialists, our animal care team includes well trained nurses, technicians, assistants, and office staff who are committed to enhancing every pet\'s quality of life. After initially evaluating a pet and its problem, we provide the owner a complete list and thorough explanation of every diagnostic and treatment option available. We share this same information with the pet\'s primary care veterinarian. Using a team approach to patient care and case management helps us ensure a positive health care experience for pets and their owners.\r\n\r\n<a name=\"emergencycare\"></a>\r\n<h6>VSS EMERGENCY CARE</h6>\r\nIf a pet requires urgent care when its veterinarian\'s office is closed, our staff at VSS Emergency Center is always available and committed to providing the same exemplary care we provide referred pets. The VSS Emergency Center offers after-hours admissions and 24-hour inpatient care, including weekends and holidays. Our emergency care specialists collaborate with primary veterinarians to ensure that pets receive care that is appropriate and effective.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/recoveryTechs.jpg\" />\r\n<a name=\"whatmakesvssspecial\"></a>\r\n<h6>WHAT MAKES VSS SPECIAL</h6>\r\nA spiral CT scanner, digital radiography, ultrasonagraphy, complete endoscopy services, and respiratory ventilation therapy are just a few of the technologies adapted from the human field of medicine and used at Veterinary Specialty Services. In addition, we have four enclosed surgical suites with complete anesthetic monitoring equipment. At VSS, we value the long term relationships we have built with referring veterinarians, clients, and their companion pets. As we continue to expand our services, we remain committed to maintaining the highest standards possible in health care delivery.','About Us','','inherit','open','open','','5-revision-v1','','','2015-01-20 04:25:55','2015-01-20 04:25:55','',5,'http://dev.vssstl.com/index.php/5-revision-v1/',0,'revision','',0),(293,1,'2015-01-20 15:56:21','2015-01-20 15:56:21','<p>Your Name (required)<br />\r\n [text* your-name] </p>\r\n\r\n<p>Your Email:<br />\r\n [email your-email] </p>\r\n\r\n<p>Fax:<br />\r\n [tel tel-91 placeholder \"Fax number\"]</p>\r\n\r\n<p>Cellphone:<br />\r\n [tel tel-411 placeholder \"Cellphone number\"]</p>\r\n\r\n<p>Hospital:<br />\r\n [text text-84 placeholder \"Hospital Name\"]</p>\r\n\r\n<p>Hospital Phone Number:<br />\r\n [tel tel-155 placeholder \"Hospital Phone number\"]</p>\r\n\r\n<p>Preferred methods of VSS contacting you:<br />\r\n [checkbox checkbox-89 \"email\" \"fax\" \"cellphone/text\" \"call your hospital\"] </p>\r\n\r\n<p>Other information that may be helpful when VSS would be contacting you:<br />\r\n [textarea your-message] </p>\r\n\r\n<p>[submit \"Send\"]</p>\nPlease update [your-name]\'s contact information\n[your-name] <wordpress@dev.vssstl.com>\nFrom: [your-name] <[your-email]>\r\nSubject: Please update [your-name]\'s contact information\r\n\r\nEmail: [your-email]\r\nFax: [tel-91]\r\nCellphone: [tel-411]\r\nHospital: [text-84]\r\nHospital Phone: [tel-155]\r\n\r\nContact Preferences: [checkbox-89]\r\n\r\nOther notes: \r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Veterinary Specialty Services (http://dev.vssstl.com)\njoshuahunt82@gmail.com\nReply-To: [your-email]\n\n\n\n\n[your-subject]\nVeterinary Specialty Services <wordpress@dev.vssstl.com>\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Veterinary Specialty Services (http://dev.vssstl.com)\n[your-email]\nReply-To: joshuahunt82@gmail.com\n\n\n\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill the required field.\nYour entered code is incorrect.\nNumber format seems invalid.\nThis number is too small.\nThis number is too large.\nEmail address seems invalid.\nURL seems invalid.\nTelephone number seems invalid.\nYour answer is not correct.\nDate format seems invalid.\nThis date is too early.\nThis date is too late.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.','Contact form 1','','publish','open','open','','contact-form-1','','','2015-02-05 03:34:46','2015-02-05 03:34:46','',0,'http://dev.vssstl.com/?post_type=wpcf7_contact_form&p=293',0,'wpcf7_contact_form','',0),(294,1,'2015-01-20 16:14:22','2015-01-20 16:14:22','[contact-form-7 id=\"293\" title=\"Contact form 1\"]','Referring Vets','','inherit','open','open','','78-revision-v1','','','2015-01-20 16:14:22','2015-01-20 16:14:22','',78,'http://dev.vssstl.com/index.php/78-revision-v1/',0,'revision','',0),(295,1,'2015-01-20 16:49:57','2015-01-20 16:49:57','<div id=\"ContactFormWrapper\">\r\n[contact-form-7 id=\"293\" title=\"Contact form 1\"]\r\n</div>','Referring Vets','','inherit','open','open','','78-revision-v1','','','2015-01-20 16:49:57','2015-01-20 16:49:57','',78,'http://dev.vssstl.com/index.php/78-revision-v1/',0,'revision','',0),(296,1,'2015-05-26 02:45:52','2015-05-26 02:45:52','<div id=\"ContactFormWrapper\" class=\"referringVets\">\nAt VSS, we want to be sure to contact you in a way that best fits your needs. How can we better communicate with you?\n<h3>Update your contact information</h3>\n[contact-form-7 id=\"293\" title=\"Contact form 1\"]\n</div>','Referring Vets','','inherit','open','open','','78-autosave-v1','','','2015-05-26 02:45:52','2015-05-26 02:45:52','',78,'http://dev.vssstl.com/index.php/78-autosave-v1/',0,'revision','',0),(297,1,'2015-01-20 17:40:39','2015-01-20 17:40:39','<div id=\"ContactFormWrapper\">\r\nAt VSS, we want to be sure to contact you in a way that best fits your needs. How can we better communicate with you?\r\n<h3>Update your contact information</h3>\r\n[contact-form-7 id=\"293\" title=\"Contact form 1\"]\r\n</div>','Referring Vets','','inherit','open','open','','78-revision-v1','','','2015-01-20 17:40:39','2015-01-20 17:40:39','',78,'http://dev.vssstl.com/index.php/78-revision-v1/',0,'revision','',0),(298,1,'2015-01-20 17:44:17','2015-01-20 17:44:17','<div id=\"ContactFormWrapper\" class=\"referringVets\">\r\nAt VSS, we want to be sure to contact you in a way that best fits your needs. How can we better communicate with you?\r\n<h3>Update your contact information</h3>\r\n[contact-form-7 id=\"293\" title=\"Contact form 1\"]\r\n</div>','Referring Vets','','inherit','open','open','','78-revision-v1','','','2015-01-20 17:44:17','2015-01-20 17:44:17','',78,'http://dev.vssstl.com/index.php/78-revision-v1/',0,'revision','',0),(302,1,'2015-02-05 03:40:45','2015-02-05 03:40:45','Veterinary Specialties Services is a multi-specialty referral-only practice committed to providing advanced veterinary care for pets. Our highly qualified and experienced board certified veterinarians are leaders in their fields. They collaborate with each other and referring veterinarians to provide exceptional care and service in the following areas:\r\n\r\n<img src=\"/wp-content/uploads/2014/11/surgeryTechs.jpg\" />\r\n<a name=\"surgery\"></a>\r\n<h6>SURGERY</h6>\r\nVSS surgeons are able to perform the most complex of surgeries. They can repair fractures and torn ligaments, and they can do total hip replacements. They can also remove cancerous growths, manage extensive or non-healing wounds, and do reconstructive surgery. Our surgeons are trained to repair heart defects, and they operate on pets with spinal injuries and herniated discs. In addition, VSS surgeons perform minimally invasive procedures, such as arthroscopy, thorascopy, and laparoscopy.\r\n\r\nPets that need orthopedic, thoracic, gastrointestinal, oncologic, neurologic, or urologic surgery are frequently referred to VSS. Our surgeons work closely with other VSS specialists to provide the most comprehensive care possible to pets that have undergone such complicated surgeries.\r\n\r\nPreemptive pain management is a priority at VSS. Our veterinary health care team will prescribe pain management treatments that keep pets comfortable before, during, and after surgery.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/outpatientTechs.jpg\" />\r\n<a name=\"emergencycriticalcare\"></a>\r\n<h6>EMERGENCY/CRITICAL CARE</h6>\r\nYour primary care veterinarian can diagnose and treat many health problems and handle routine emergencies, but certain situations may require the assistance of a doctor who has had specialized, intensive training in handling emergency and critical care for you pet. The emergency team at VSS includes the only two board-certified specialists in emergency/critical care in the St. Louis Metropolitan area. Additional members of the team include are doctors who have dedicated their careers to emergency medicine.\r\n\r\nOur emergency/critical care veterinarians and veterinary technicians have been specially trained in the latest procedures and techniques related to the practice of emergency medicine. They routinely treat traumatic injuries (including fractures, bite wounds, burns and lacerations), respiratory emergencies that may require the use of a ventilator, animals in need of blood transfusions, animals that are in shock, and animals with life-threatening neurologic disease, such as coma or severe seizures.\r\n\r\nOur emergency/critical care specialists work with family veterinarians and with the other specialists here at VSS to ensure that every pet gets the medical attention and critical care it needs.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/criticalCareTechs.jpg\" />\r\n<a name=\"oncology\"></a>\r\n<h6>ONCOLOGY</h6>\r\nNew advances in veterinary technology and chemotherapy are allowing pets with cancer to live longer with an improved quality of life. When the disease is diagnosed during its early stages, more treatment options are available for the pet. At VSS, we take an innovative and progressive approach as we strive to provide the best possible care for animals with cancer.\r\n\r\nWe utilize advanced diagnostic cancer testing - including ultrasound, CT scans, and biopsy procedures - to identify the type, location, and behavior of a tumor. After collecting this information, our oncology specialist, along with other VSS specialists and the family veterinarian, provide treatment options to the pet owner. These options are tailored to the animal\'s particular cancer and consistent with the owner\'s goals for the pet. \r\n\r\nSome types of cancer are responsive to chemotherapy, which includes oral and injectable medications. Dogs and cats tend to tolerate chemotherapy well and rarely experience side effects. \r\n\r\n<img class=\"alignnone\" src=\"/wp-content/uploads/2014/11/oncologyTechs.jpg\" alt=\"\" width=\"500\" height=\"700\" />\r\n<a name=\"internalmedicine\"></a>\r\n<h6>INTERNAL MEDICINE</h6>\r\nA veterinary internist frequently treats complex problems affecting multiple organs in a pet. Our internal medicine department collaborates with other VSS specialty services to provide a comprehensive approach to health care, using sophisticated, state-of-the-art technology. \r\n\r\nOur internal medicine specialist is trained and experienced in endoscopy (including gastroduodenoscopy, colonoscopy, rhinoscopy, and bronchoscopy), bone marrow aspirates, spinal taps, and the diagnosis and treatment of endocrine and infectious diseases.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/medicineTechs.jpg\" />\r\n<a name=\"cardiology\"></a>\r\n<h6>CARDIOLOGY</h6>\r\nTen percent of dogs and cats are affected by heart disease from birth, and it is estimated that 30 percent of geriatric dogs develop some type of heart issue. Symptoms associated with heart disease include coughing, difficulty breathing, tiring easily after exercise, and general weakness. Primary care veterinarians often detect signs of a heart problem, such as irregular heart rhythms or sounds, in pets during a physical exam - even those that exhibit no indications of it.\r\n\r\nCardiac disease is diagnosed and evaluated using echocardiography, electrocardiogram, holter monitor, blood pressure measurement, cardiac catheterization, and angiography. With today\'s technology, our cardiologist is able to successfully treat heart problems, allowing pets to live long and happy lives. \r\n\r\nWhile most pets with heart disease can be treated with medications, others may need a surgical procedure. At VSS, our cardiologist collaborates with our surgeons to correct cardiac conditions that do not respond well to medication.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/cardiologyTechs.jpg\" />\r\n<a name=\"radiology\"></a>\r\n<h6>RADIOLOGY</h6>\r\nLike conventional radiography, CT (Computed Tomography) uses x-rays to depict the internal structures of the body. Unlike conventional radiology, which takes one picture at a time, a single CT scan generates hundreds of x-ray images. A computer then takes the images and constructs them into highly accurate and detailed renditions of the patient. Despite the large number of images, the total amount of radiation from a CT scan can be less than radiation from a conventional x-ray procedure.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/radiology.jpg\" />\r\n<a name=\"rehabilitation\"></a>\r\n<h6>REHABILITATION</h6>\r\nPets sometimes experience lingering pain and immobility after an injury or surgical procedure, making physical rehabilitation an essential part of the recovery process. Whether it\'s an older pet with arthritis, or a pet recovering from spinal surgery, studies show rehab speeds recovery and improves strength and mobility. At VSS, our rehabilitation specialists design a program to fit the pet\'s specific needs. Some pets benefit by exercising on our underwater treadmill, others improve by doing in-home exercises taught to them by one of our rehabilitation specialists. \r\n\r\nAfter review of a pet\'s medical history, medications, and lifestyle, the specialists of HEALING PAWS REHABILITATION will examine the pet\'s range of motion and muscle girth, perform a gait analysis, and palpate the injured area. This thorough evaluation is used to create a treatment plan that promotes a pet\'s optimum health. \r\n\r\nYou may contact the rehab specialists directly. Jacquie Welkener: 314-651-8143 or Sherry Bunch: 314-651-8144\r\n\r\n<a name=\"intesivecare\"></a>\r\n<h6>INTENSIVE CARE</h6>\r\nPets sometimes contract diseases and sustain injuries that can be complicated, deteriorate rapidly, and become life-threatening. These animals need continuing care and close monitoring. \r\n\r\nAt VSS, we provide 24-hour critical care services for pets in an intensive care unit (ICU) that is fully equipped with oxygen monitoring, mechanical ventilation, and ECG monitoring. Intravenous fluid therapy, medication, nutritional support, blood transfusions, oxygen supplementation, and pain relief are some of the treatments we provide. A pet\'s vital signs, heart rhythm, blood pressure, oxygen levels, and blood work are routinely monitored by the exceptional team of veterinary technicians and assistants in our ICU. By closely monitoring critically ill pets, we are able to identify potential problems early and alter treatments, if necessary, to improve the pet\'s chance for recovery. The dedicated nursing staff at VSS is committed to maintaining a caring and compassionate environment for pets in our ICU.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/icuTechs.jpg\" />','Specialty Services','','inherit','open','open','','14-revision-v1','','','2015-02-05 03:40:45','2015-02-05 03:40:45','',14,'http://dev.vssstl.com/index.php/14-revision-v1/',0,'revision','',0),(301,1,'2015-02-05 03:38:54','2015-02-05 03:38:54','Veterinary Specialties Services is a multi-specialty referral-only practice committed to providing advanced veterinary care for pets. Our highly qualified and experienced board certified veterinarians are leaders in their fields. They collaborate with each other and referring veterinarians to provide exceptional care and service in the following areas:\r\n\r\n<img src=\"/wp-content/uploads/2014/11/surgeryTechs.jpg\" />\r\n<a name=\"surgery\"></a>\r\n<h6>SURGERY</h6>\r\nVSS surgeons are able to perform the most complex of surgeries. They can repair fractures and torn ligaments, and they can do total hip replacements. They can also remove cancerous growths, manage extensive or non-healing wounds, and do reconstructive surgery. Our surgeons are trained to repair heart defects, and they operate on pets with spinal injuries and herniated discs. In addition, VSS surgeons perform minimally invasive procedures, such as arthroscopy, thorascopy, and laparoscopy.\r\n\r\nPets that need orthopedic, thoracic, gastrointestinal, oncologic, neurologic, or urologic surgery are frequently referred to VSS. Our surgeons work closely with other VSS specialists to provide the most comprehensive care possible to pets that have undergone such complicated surgeries.\r\n\r\nPreemptive pain management is a priority at VSS. Our veterinary health care team will prescribe pain management treatments that keep pets comfortable before, during, and after surgery.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/outpatientTechs.jpg\" />\r\n<a name=\"emergencycriticalcare\"></a>\r\n<h6>EMERGENCY/CRITICAL CARE</h6>\r\nYour primary care veterinarian can diagnose and treat many health problems and handle routine emergencies, but certain situations may require the assistance of a doctor who has had specialized, intensive training in handling emergency and critical care for you pet. The emergency team at VSS includes the only two board-certified specialists in emergency/critical care in the St. Louis Metropolitan area. Additional members of the team include are doctors who have dedicated their careers to emergency medicine.\r\n\r\nOur emergency/critical care veterinarians and veterinary technicians have been specially trained in the latest procedures and techniques related to the practice of emergency medicine. They routinely treat traumatic injuries (including fractures, bite wounds, burns and lacerations), respiratory emergencies that may require the use of a ventilator, animals in need of blood transfusions, animals that are in shock, and animals with life-threatening neurologic disease, such as coma or severe seizures.\r\n\r\nOur emergency/critical care specialists work with family veterinarians and with the other specialists here at VSS to ensure that every pet gets the medical attention and critical care it needs.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/criticalCareTechs.jpg\" />\r\n<a name=\"oncology\"></a>\r\n<h6>ONCOLOGY</h6>\r\nNew advances in veterinary technology and chemotherapy are allowing pets with cancer to live longer with an improved quality of life. When the disease is diagnosed during its early stages, more treatment options are available for the pet. At VSS, we take an innovative and progressive approach as we strive to provide the best possible care for animals with cancer.\r\n\r\nWe utilize advanced diagnostic cancer testing - including ultrasound, CT scans, and biopsy procedures - to identify the type, location, and behavior of a tumor. After collecting this information, our oncology specialist, along with other VSS specialists and the family veterinarian, provide treatment options to the pet owner. These options are tailored to the animal\'s particular cancer and consistent with the owner\'s goals for the pet. \r\n\r\nSome types of cancer are responsive to chemotherapy, which includes oral and injectable medications. Dogs and cats tend to tolerate chemotherapy well and rarely experience side effects. \r\n\r\n<img class=\"alignnone\" src=\"/wp-content/uploads/2014/11/oncologyTechs.jpg\" alt=\"\" width=\"500\" height=\"700\" />\r\n<a name=\"internalmedicine\"></a>\r\n<h6>INTERNAL MEDICINE</h6>\r\nA veterinary internist frequently treats complex problems affecting multiple organs in a pet. Our internal medicine department collaborates with other VSS specialty services to provide a comprehensive approach to health care, using sophisticated, state-of-the-art technology. \r\n\r\nOur internal medicine specialist is trained and experienced in endoscopy (including gastroduodenoscopy, colonoscopy, rhinoscopy, and bronchoscopy), bone marrow aspirates, spinal taps, and the diagnosis and treatment of endocrine and infectious diseases.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/medicineTechs.jpg\" />\r\n<a name=\"endoscopy\"></a>\r\n<h6>ENDOSCOPY</h6>\r\nEndoscopy is a minimally invasive, diagnostic, medical procedure commonly used to evaluate the interior surfaces of an organ.\r\n\r\nIn veterinary medicine, endoscopy is commonly used to perform tissue and organ biopsies, remove foreign objects (particularly in the stomach), or view a pet\'s internal organ. Endoscopy is often indicated when routine blood and urine tests, radiographs, and ultrasounds do not give a complete diagnostic picture. While general anesthesia is required during endoscopy, the procedure is considered much less invasive than traditional surgery. The benefits of endoscopy include shortened anesthetic time, decreased inflammation, less physiologic stress and discomfort, quicker recovery time, and fewer complications.\r\n\r\n<a name=\"cardiology\"></a>\r\n<h6>CARDIOLOGY</h6>\r\nTen percent of dogs and cats are affected by heart disease from birth, and it is estimated that 30 percent of geriatric dogs develop some type of heart issue. Symptoms associated with heart disease include coughing, difficulty breathing, tiring easily after exercise, and general weakness. Primary care veterinarians often detect signs of a heart problem, such as irregular heart rhythms or sounds, in pets during a physical exam - even those that exhibit no indications of it.\r\n\r\nCardiac disease is diagnosed and evaluated using echocardiography, electrocardiogram, holter monitor, blood pressure measurement, cardiac catheterization, and angiography. With today\'s technology, our cardiologist is able to successfully treat heart problems, allowing pets to live long and happy lives. \r\n\r\nWhile most pets with heart disease can be treated with medications, others may need a surgical procedure. At VSS, our cardiologist collaborates with our surgeons to correct cardiac conditions that do not respond well to medication.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/cardiologyTechs.jpg\" />\r\n<a name=\"radiology\"></a>\r\n<h6>RADIOLOGY</h6>\r\nLike conventional radiography, CT (Computed Tomography) uses x-rays to depict the internal structures of the body. Unlike conventional radiology, which takes one picture at a time, a single CT scan generates hundreds of x-ray images. A computer then takes the images and constructs them into highly accurate and detailed renditions of the patient. Despite the large number of images, the total amount of radiation from a CT scan can be less than radiation from a conventional x-ray procedure.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/radiology.jpg\" />\r\n<a name=\"rehabilitation\"></a>\r\n<h6>REHABILITATION</h6>\r\nPets sometimes experience lingering pain and immobility after an injury or surgical procedure, making physical rehabilitation an essential part of the recovery process. Whether it\'s an older pet with arthritis, or a pet recovering from spinal surgery, studies show rehab speeds recovery and improves strength and mobility. At VSS, our rehabilitation specialists design a program to fit the pet\'s specific needs. Some pets benefit by exercising on our underwater treadmill, others improve by doing in-home exercises taught to them by one of our rehabilitation specialists. \r\n\r\nAfter review of a pet\'s medical history, medications, and lifestyle, the specialists of HEALING PAWS REHABILITATION will examine the pet\'s range of motion and muscle girth, perform a gait analysis, and palpate the injured area. This thorough evaluation is used to create a treatment plan that promotes a pet\'s optimum health. \r\n\r\nYou may contact the rehab specialists directly. Jacquie Welkener: 314-651-8143 or Sherry Bunch: 314-651-8144\r\n\r\n<a name=\"intesivecare\"></a>\r\n<h6>INTENSIVE CARE</h6>\r\nPets sometimes contract diseases and sustain injuries that can be complicated, deteriorate rapidly, and become life-threatening. These animals need continuing care and close monitoring. \r\n\r\nAt VSS, we provide 24-hour critical care services for pets in an intensive care unit (ICU) that is fully equipped with oxygen monitoring, mechanical ventilation, and ECG monitoring. Intravenous fluid therapy, medication, nutritional support, blood transfusions, oxygen supplementation, and pain relief are some of the treatments we provide. A pet\'s vital signs, heart rhythm, blood pressure, oxygen levels, and blood work are routinely monitored by the exceptional team of veterinary technicians and assistants in our ICU. By closely monitoring critically ill pets, we are able to identify potential problems early and alter treatments, if necessary, to improve the pet\'s chance for recovery. The dedicated nursing staff at VSS is committed to maintaining a caring and compassionate environment for pets in our ICU.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/icuTechs.jpg\" />','Specialty Services','','inherit','open','open','','14-revision-v1','','','2015-02-05 03:38:54','2015-02-05 03:38:54','',14,'http://dev.vssstl.com/index.php/14-revision-v1/',0,'revision','',0),(303,1,'2015-02-05 03:44:30','2015-02-05 03:44:30','<p>Veterinary Specialty Services is a multispecialty referral-only practice that has an after-hours Emergency Center in the St. Louis area. Our Emergency Center grew out of a two-fold need in the community. First, pet owners needed a quality after-hours emergency hospital that provided continuous medical care for their pets. Second, veterinarians in the metropolitan St. Louis and surrounding areas needed a reliable resource to which they could refer emergency cases when their offices were closed. They also needed a facility that provided overnight supervision and monitoring of critically ill pets.</p>\r\n\r\n<p>VSS Emergency Center offers after-hours service to veterinarians, and to pet owners, 365 days a year. If a pet develops an emergency problem, care should not be delayed. Prompt veterinary care gives a pet the best chance of a successful recovery. Situations that demand immediate veterinary care include:</p>\r\n\r\n<ul>\r\n <li>Decreased consciousness\r\n <li>Unresponsiveness \r\n <li>Inability to Urinate\r\n <li>Blue, Purple or Pale Gums\r\n <li>Cat Exhibiting Open-Mouth Breathing\r\n <li>Bleeding \r\n <li>Profuse Vomiting or Diarrhea\r\n <li>Breathing Difficulties\r\n <li>Seizures\r\n <li>Ingestion of Toxins or Medications\r\n</ul>\r\n','Emergency Center','','inherit','open','open','','16-revision-v1','','','2015-02-05 03:44:30','2015-02-05 03:44:30','',16,'http://dev.vssstl.com/index.php/16-revision-v1/',0,'revision','',0),(304,1,'2015-02-05 03:51:44','2015-02-05 03:51:44','[mappress mapid=\"2\"]\r\n\r\n<p>Veterinary Specialty Services is a multispecialty referral-only practice that has an after-hours Emergency Center in the St. Louis area. Our Emergency Center grew out of a two-fold need in the community. First, pet owners needed a quality after-hours emergency hospital that provided continuous medical care for their pets. Second, veterinarians in the metropolitan St. Louis and surrounding areas needed a reliable resource to which they could refer emergency cases when their offices were closed. They also needed a facility that provided overnight supervision and monitoring of critically ill pets.</p>\r\n\r\n<p>VSS Emergency Center offers after-hours service to veterinarians, and to pet owners, 365 days a year. If a pet develops an emergency problem, care should not be delayed. Prompt veterinary care gives a pet the best chance of a successful recovery. Situations that demand immediate veterinary care include:</p>\r\n\r\n<ul>\r\n <li>Decreased consciousness\r\n <li>Unresponsiveness \r\n <li>Inability to Urinate\r\n <li>Blue, Purple or Pale Gums\r\n <li>Cat Exhibiting Open-Mouth Breathing\r\n <li>Bleeding \r\n <li>Profuse Vomiting or Diarrhea\r\n <li>Breathing Difficulties\r\n <li>Seizures\r\n <li>Ingestion of Toxins or Medications\r\n</ul>\r\n','Emergency Center','','inherit','open','open','','16-revision-v1','','','2015-02-05 03:51:44','2015-02-05 03:51:44','',16,'http://dev.vssstl.com/index.php/16-revision-v1/',0,'revision','',0),(305,1,'2015-02-05 03:53:04','2015-02-05 03:53:04','<p>Phone: (636)-227-6100</p>\r\n<p>Monday - Friday 5:30 PM - 8:00 AM<br />\r\nWeekends & Holidays 24 Hours </p>\r\n[mappress mapid=\"2\"]\r\n\r\n<p>Veterinary Specialty Services is a multispecialty referral-only practice that has an after-hours Emergency Center in the St. Louis area. Our Emergency Center grew out of a two-fold need in the community. First, pet owners needed a quality after-hours emergency hospital that provided continuous medical care for their pets. Second, veterinarians in the metropolitan St. Louis and surrounding areas needed a reliable resource to which they could refer emergency cases when their offices were closed. They also needed a facility that provided overnight supervision and monitoring of critically ill pets.</p>\r\n\r\n<p>VSS Emergency Center offers after-hours service to veterinarians, and to pet owners, 365 days a year. If a pet develops an emergency problem, care should not be delayed. Prompt veterinary care gives a pet the best chance of a successful recovery. Situations that demand immediate veterinary care include:</p>\r\n\r\n<ul>\r\n <li>Decreased consciousness\r\n <li>Unresponsiveness \r\n <li>Inability to Urinate\r\n <li>Blue, Purple or Pale Gums\r\n <li>Cat Exhibiting Open-Mouth Breathing\r\n <li>Bleeding \r\n <li>Profuse Vomiting or Diarrhea\r\n <li>Breathing Difficulties\r\n <li>Seizures\r\n <li>Ingestion of Toxins or Medications\r\n</ul>\r\n','Emergency Center','','inherit','open','open','','16-revision-v1','','','2015-02-05 03:53:04','2015-02-05 03:53:04','',16,'http://dev.vssstl.com/index.php/16-revision-v1/',0,'revision','',0),(306,1,'2015-02-05 03:54:42','2015-02-05 03:54:42','<p>Veterinary Specialty Services Emergency Center</p>\r\n<p>1021 Howard George Dr. Manchester, MO 63021</p>\r\n<p>Phone: (636)-227-6100</p>\r\n<p>Monday - Friday 5:30 PM - 8:00 AM | Weekends & Holidays 24 Hours </p>\r\n[mappress mapid=\"2\"]\r\n\r\n<p>Veterinary Specialty Services is a multispecialty referral-only practice that has an after-hours Emergency Center in the St. Louis area. Our Emergency Center grew out of a two-fold need in the community. First, pet owners needed a quality after-hours emergency hospital that provided continuous medical care for their pets. Second, veterinarians in the metropolitan St. Louis and surrounding areas needed a reliable resource to which they could refer emergency cases when their offices were closed. They also needed a facility that provided overnight supervision and monitoring of critically ill pets.</p>\r\n\r\n<p>VSS Emergency Center offers after-hours service to veterinarians, and to pet owners, 365 days a year. If a pet develops an emergency problem, care should not be delayed. Prompt veterinary care gives a pet the best chance of a successful recovery. Situations that demand immediate veterinary care include:</p>\r\n\r\n<ul>\r\n <li>Decreased consciousness\r\n <li>Unresponsiveness \r\n <li>Inability to Urinate\r\n <li>Blue, Purple or Pale Gums\r\n <li>Cat Exhibiting Open-Mouth Breathing\r\n <li>Bleeding \r\n <li>Profuse Vomiting or Diarrhea\r\n <li>Breathing Difficulties\r\n <li>Seizures\r\n <li>Ingestion of Toxins or Medications\r\n</ul>\r\n','Emergency Center','','inherit','open','open','','16-revision-v1','','','2015-02-05 03:54:42','2015-02-05 03:54:42','',16,'http://dev.vssstl.com/index.php/16-revision-v1/',0,'revision','',0),(307,1,'2015-02-05 03:55:40','2015-02-05 03:55:40','<p><strong>Veterinary Specialty Services Emergency Center<strong><br />\r\n1021 Howard George Dr. Manchester, MO 63021</p>\r\n<p>Phone: (636)-227-6100</p>\r\n<p>Monday - Friday 5:30 PM - 8:00 AM | Weekends & Holidays 24 Hours </p>\r\n[mappress mapid=\"2\"]\r\n\r\n<p>Veterinary Specialty Services is a multispecialty referral-only practice that has an after-hours Emergency Center in the St. Louis area. Our Emergency Center grew out of a two-fold need in the community. First, pet owners needed a quality after-hours emergency hospital that provided continuous medical care for their pets. Second, veterinarians in the metropolitan St. Louis and surrounding areas needed a reliable resource to which they could refer emergency cases when their offices were closed. They also needed a facility that provided overnight supervision and monitoring of critically ill pets.</p>\r\n\r\n<p>VSS Emergency Center offers after-hours service to veterinarians, and to pet owners, 365 days a year. If a pet develops an emergency problem, care should not be delayed. Prompt veterinary care gives a pet the best chance of a successful recovery. Situations that demand immediate veterinary care include:</p>\r\n\r\n<ul>\r\n <li>Decreased consciousness\r\n <li>Unresponsiveness \r\n <li>Inability to Urinate\r\n <li>Blue, Purple or Pale Gums\r\n <li>Cat Exhibiting Open-Mouth Breathing\r\n <li>Bleeding \r\n <li>Profuse Vomiting or Diarrhea\r\n <li>Breathing Difficulties\r\n <li>Seizures\r\n <li>Ingestion of Toxins or Medications\r\n</ul>\r\n','Emergency Center','','inherit','open','open','','16-revision-v1','','','2015-02-05 03:55:40','2015-02-05 03:55:40','',16,'http://dev.vssstl.com/index.php/16-revision-v1/',0,'revision','',0); INSERT INTO `wp_posts` VALUES (308,1,'2015-02-05 03:57:14','2015-02-05 03:57:14','<p><strong>Veterinary Specialty Services Emergency Center</strong><br />\r\n1021 Howard George Dr. Manchester, MO 63021</p>\r\n<p>Phone: (636)-227-6100</p>\r\n<p>Monday - Friday 5:30 PM - 8:00 AM | Weekends & Holidays 24 Hours </p>\r\n[mappress mapid=\"2\"]\r\n\r\n<p>Veterinary Specialty Services is a multispecialty referral-only practice that has an after-hours Emergency Center in the St. Louis area. Our Emergency Center grew out of a two-fold need in the community. First, pet owners needed a quality after-hours emergency hospital that provided continuous medical care for their pets. Second, veterinarians in the metropolitan St. Louis and surrounding areas needed a reliable resource to which they could refer emergency cases when their offices were closed. They also needed a facility that provided overnight supervision and monitoring of critically ill pets.</p>\r\n\r\n<p>VSS Emergency Center offers after-hours service to veterinarians, and to pet owners, 365 days a year. If a pet develops an emergency problem, care should not be delayed. Prompt veterinary care gives a pet the best chance of a successful recovery. Situations that demand immediate veterinary care include:</p>\r\n\r\n<ul>\r\n <li>Decreased consciousness\r\n <li>Unresponsiveness \r\n <li>Inability to Urinate\r\n <li>Blue, Purple or Pale Gums\r\n <li>Cat Exhibiting Open-Mouth Breathing\r\n <li>Bleeding \r\n <li>Profuse Vomiting or Diarrhea\r\n <li>Breathing Difficulties\r\n <li>Seizures\r\n <li>Ingestion of Toxins or Medications\r\n</ul>\r\n','Emergency Center','','inherit','open','open','','16-revision-v1','','','2015-02-05 03:57:14','2015-02-05 03:57:14','',16,'http://dev.vssstl.com/index.php/16-revision-v1/',0,'revision','',0),(309,1,'2015-02-05 03:58:14','2015-02-05 03:58:14','<p><strong>Veterinary Specialty Services Emergency Center</strong><br />\r\n1021 Howard George Dr. Manchester, MO 63021<br />\r\nMonday - Friday 5:30 PM - 8:00 AM | Weekends & Holidays 24 Hours<br />\r\nPhone: (636)-227-6100</p>\r\n[mappress mapid=\"2\"]\r\n\r\n<p>Veterinary Specialty Services is a multispecialty referral-only practice that has an after-hours Emergency Center in the St. Louis area. Our Emergency Center grew out of a two-fold need in the community. First, pet owners needed a quality after-hours emergency hospital that provided continuous medical care for their pets. Second, veterinarians in the metropolitan St. Louis and surrounding areas needed a reliable resource to which they could refer emergency cases when their offices were closed. They also needed a facility that provided overnight supervision and monitoring of critically ill pets.</p>\r\n\r\n<p>VSS Emergency Center offers after-hours service to veterinarians, and to pet owners, 365 days a year. If a pet develops an emergency problem, care should not be delayed. Prompt veterinary care gives a pet the best chance of a successful recovery. Situations that demand immediate veterinary care include:</p>\r\n\r\n<ul>\r\n <li>Decreased consciousness\r\n <li>Unresponsiveness \r\n <li>Inability to Urinate\r\n <li>Blue, Purple or Pale Gums\r\n <li>Cat Exhibiting Open-Mouth Breathing\r\n <li>Bleeding \r\n <li>Profuse Vomiting or Diarrhea\r\n <li>Breathing Difficulties\r\n <li>Seizures\r\n <li>Ingestion of Toxins or Medications\r\n</ul>\r\n','Emergency Center','','inherit','open','open','','16-revision-v1','','','2015-02-05 03:58:14','2015-02-05 03:58:14','',16,'http://dev.vssstl.com/index.php/16-revision-v1/',0,'revision','',0),(311,1,'2015-02-05 04:03:29','2015-02-05 04:03:29','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4><a name=\"surgery\"></a>SURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Mary Jean Gorse -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/maryjeanGorse.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Mark Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/markAnderson.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Davida Rausch -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/davidaRausch.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Davida Rausch,<br />DVM, Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\r\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Thomas Coletti -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/thomasColetti.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- W. Wesley Kimberlin -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/wesKimberlin.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, Surgery Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, Surgery Resident</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p></div>\r\n</div>\r\n<h4><a name=\"neurology\"></a>NEUROLOGY/NEUROSURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Fred Wininger -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/fredWininger.jpg\" alt=\"Fred Wininger\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Fred Wininger,<br />VMD, MS Diplomate ACVIM (Neurology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Fred Wininger,<br />VMD, MS Diplomate ACVIM (Neurology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Pennsylvania</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />University of Georgia</p>\r\n<p>RESIDENCY<br />Washington State University</p>\r\n<p>ADVANCED DEGREE<br />Washington State University</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following residency, Dr. Wininger joined the faculty at the University of Missouri and served as the attending neurosurgical clinician at the Veterinary Medical Teaching Hospital. He maintains an adjunct professor role at MU and remains an active member of the research and teaching program.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Missy Carpentier -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/missyCarpentier.jpg\" alt=\"Missy Carpentier\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Missy Carpentier,<br />DVM, Neurology Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Ross University School of Veterinary Medicine, St. Kitts, West Indies</p>\r\n<p>ROTATING INTERNSHIP: SMALL ANIMAL MEDICINE<br />VCA Veterinary Referral and Emergency Center and VCA Shoreline Veterinary Referral and Emergency Center in Connecticut</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Carpentier worked as an Associate Veterinarian at a mixed animal hospital in northern Minnesota. After completing her internship, she became the post-doctorate fellow in the Comparative Neurology Program at the University of Missouri, College of Veterinary Medicine.</p></div>\r\n</div>\r\n<h4><a name=\"oncology\"></a>ONCOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Joanne C. Graham -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/joanneGraham.jpg\" alt=\"Joanne C. Graham\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Joanne C. Graham,<br />DVM, MS Diplomate, ACVIM (Oncology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Joanne C. Graham,<br />DVM, MS Diplomate, ACVIM (Oncology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Graham was on the faculties at Iowa State University College of Veterinary Medicine and at University of Illinois College of Veterinary Medicine, as well as in private practice in the Chicago area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Bonnie E. Smith -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/bonnieSmith.jpg\" alt=\"Bonnie E. Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Bonnie E. Smith,<br />DVM, Diplomate, ACVIM (Oncology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Bonnie E. Smith,<br />DVM, Diplomate, ACVIM (Oncology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Medical Center in New York City, New York</p>\r\n<p>RESIDENCY<br />Animal Medical Center in New York City, New York</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Taylor spent a year as an emergency veterinarian in Saint Louis before completing her residency.</p></div>\r\n</div>\r\n<h4><a name=\"internalmedicine\"></a>INTERNAL MEDICINE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kelly Gingerich -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/kellyGingerich.jpg\" alt=\"Kelly Gingerich\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kelly Gingerich,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kelly Gingerich,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Iowa State University</p>\r\n<p>INTERNSHIP<br />Purdue University</p>\r\n<p>RESIDENCY<br />Purdue University</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: Purdue University</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kate Sycamore -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/kateSycamore.jpg\" alt=\"Kate Sycamore\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kate Sycamore,<br />BVSc, MANZCVSc, Diplomate, ACVIM (Internal Medicine)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kate Sycamore,<br />BVSc, MANZCVSc, Diplomate, ACVIM (Internal Medicine)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Massey University, New Zealand</p>\r\n<p>INTERNSHIP<br />Queensland Veterinary Specialists, Australia</p>\r\n<p>RESIDENCY<br />University of Georgia, Veterinary Teaching Hospital</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Donna S. Vicini -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/donnaVicini.jpg\" alt=\"Donna S. Vicini\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Donna S. Vicini,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Donna S. Vicini,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />After working as in internist for seven years in Saint Louis, Dr. Vicini spent four years in New York managing her own business as a consultant in veterinary internal medicine; then returned to Saint Louis and continued to see cases for veterinarians in their practices under the business title of Veterinary Internal Medicine Services.</p></div>\r\n</div>\r\n<h4><a name=\"cardiology\"></a>CARDIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- H. Cecilia Marshall -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/ceciliaMarshall.jpg\" alt=\"H. Cecilia Marshall\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">H. Cecilia Marshall,<br />DVM, Diplomate, ACVIM (Cardiology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">H. Cecilia Marshall,<br />DVM, Diplomate, ACVIM (Cardiology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Cardiology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Angell Animal Medical Center in Boston, Massachusetts</p>\r\n<p>RESIDENCY<br />Angell Animal Medical Center in Boston, Massachusetts</p></div>\r\n</div>\r\n<h4><a name=\"emergencycriticalcare\"></a>EMERGENCY/CRITICAL CARE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Michael H. Karagiannis -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/MichaelKaragiannis.jpg\" alt=\"Michael H. Karagiannis\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Michael H. Karagiannis,<br />DVM Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Michael H. Karagiannis,<br />DVM Diplomate, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Rebecca J. Greer -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/rebeccaGreer.jpg\" alt=\"Rebecca J. Greer\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Rebecca J. Greer,<br />DVM, MS Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Rebecca J. Greer,<br />DVM, MS Diplomate, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Emergency Center in Glendale, Wisconsin</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Greer spent five years as an assistant professor of biology at Union College in Lincoln, Nebraska and private practitioner before completing her internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Timothy Koors -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/timKoors.jpg\" alt=\"Timothy Koors\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Timothy Koors,<br />DVM, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Timothy Koors,<br />DVM, ACVECC</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>INTERNSHIP<br />Animal Emergency and Referral Center in Northbrook, Illinois</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Koors spent two years at an emergency practice in St. Louis before completing an internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- M. Ryan Smith -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2013/12/ryanSmith.jpg\" alt=\"M. Ryan Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">M. Ryan Smith,<br />DVM, Emergency and Critical Care Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">M. Ryan Smith,<br />DVM, Emergency and Critical Care Resident</p>\r\n<p>VETERINARY COLLEGE<br />Louisiana State University</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Affiliated Veterinary Specialists in Orlando, Florida</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Prior to beginning residency, Dr. Smith spent two years practicing emergency medicine at a speciality practice in the New Orleans area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kristen Dellacamera -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/kristenDellacamera.jpg\" alt=\"Kristen Dellacamera\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen Dellacamera,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen Dellacamera,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Shannon Broyles -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/shannonBroyles.jpg\" alt=\"Shannon Broyles\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Shannon Broyles,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Shannon Broyles,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Broyles has over eight years of experience as a veterinarian at an emergency practice in Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Emily Leonard -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/emilyLeonard.jpg\" alt=\"Emily Leonard\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Emily Leonard,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Emily Leonard,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />Ross University, St. Kitts, West Indies</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Leonard spent ten years in private practice in upstate New York before coming home to Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Jennifer M. Eisele -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/eisele.jpg\" alt=\"Jennifer M. Eisele\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Jennifer M. Eisele,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Jennifer M. Eisele,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Eisele spent five years in private practice in both Charlotte, North Carolina and Saint Louis before joining VSS.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- David Nichols -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/davidNichols.jpg\" alt=\"David Nichols\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">David Nichols,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">David Nichols,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />St. Matthew’s University</p>\r\n<p>CLINICAL ROTATION<br />North Carolina State University</p></div>\r\n</div>\r\n<h4><a name=\"radiology\"></a>RADIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kristen O\'Dell-Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/kristenODell.jpg\" alt=\"Kristen O\'Dell-Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen O\'Dell-Anderson,<br />DVM, MS Diplomate, ACVR</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen O\'Dell-Anderson,<br />DVM, MS Diplomate, ACVR</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Radiologists</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Wheat Ridge Animal Hospital in Denver, Colorado</p>\r\n<p>RESIDENCY<br />University of Illinois in Champaign-Urbana</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois in Champaign-Urbana</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following her residency, Dr. O\'Dell-Anderson stayed on at the University of Illinois as a professor of veterinary radiology before returning to Saint Louis.</p></div>\r\n</div>\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2015-02-05 04:03:29','2015-02-05 04:03:29','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(313,1,'2015-02-05 04:06:16','2015-02-05 04:06:16','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4><a name=\"surgery\"></a>SURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Mary Jean Gorse -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/maryjeanGorse.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Mark Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/markAnderson.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Davida Rausch -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/davidaRausch.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Davida Rausch,<br />DVM, Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\r\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Thomas Coletti -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/thomasColetti.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- W. Wesley Kimberlin -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/wesKimberlin.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, Surgery Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, Surgery Resident</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p></div>\r\n</div>\r\n<h4><a name=\"neurology\"></a>NEUROLOGY/NEUROSURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Fred Wininger -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/fredWininger.jpg\" alt=\"Fred Wininger\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Fred Wininger,<br />VMD, MS Diplomate ACVIM (Neurology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Fred Wininger,<br />VMD, MS Diplomate ACVIM (Neurology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Pennsylvania</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />University of Georgia</p>\r\n<p>RESIDENCY<br />Washington State University</p>\r\n<p>ADVANCED DEGREE<br />Washington State University</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following residency, Dr. Wininger joined the faculty at the University of Missouri and served as the attending neurosurgical clinician at the Veterinary Medical Teaching Hospital. He maintains an adjunct professor role at MU and remains an active member of the research and teaching program.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Missy Carpentier -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/missyCarpentier.jpg\" alt=\"Missy Carpentier\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Missy Carpentier,<br />DVM, Neurology Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Ross University School of Veterinary Medicine, St. Kitts, West Indies</p>\r\n<p>ROTATING INTERNSHIP: SMALL ANIMAL MEDICINE<br />VCA Veterinary Referral and Emergency Center and VCA Shoreline Veterinary Referral and Emergency Center in Connecticut</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Carpentier worked as an Associate Veterinarian at a mixed animal hospital in northern Minnesota. After completing her internship, she became the post-doctorate fellow in the Comparative Neurology Program at the University of Missouri, College of Veterinary Medicine.</p></div>\r\n</div>\r\n<h4><a name=\"oncology\"></a>ONCOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Joanne C. Graham -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/joanneGraham.jpg\" alt=\"Joanne C. Graham\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Joanne C. Graham,<br />DVM, MS Diplomate, ACVIM (Oncology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Joanne C. Graham,<br />DVM, MS Diplomate, ACVIM (Oncology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Graham was on the faculties at Iowa State University College of Veterinary Medicine and at University of Illinois College of Veterinary Medicine, as well as in private practice in the Chicago area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Bonnie E. Smith -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/bonnieSmith.jpg\" alt=\"Bonnie E. Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Bonnie E. Smith,<br />DVM, Diplomate, ACVIM (Oncology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Bonnie E. Smith,<br />DVM, Diplomate, ACVIM (Oncology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Medical Center in New York City, New York</p>\r\n<p>RESIDENCY<br />Animal Medical Center in New York City, New York</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Taylor spent a year as an emergency veterinarian in Saint Louis before completing her residency.</p></div>\r\n</div>\r\n<h4><a name=\"internalmedicine\"></a>INTERNAL MEDICINE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kelly Gingerich -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/kellyGingerich.jpg\" alt=\"Kelly Gingerich\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kelly Gingerich,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kelly Gingerich,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Iowa State University</p>\r\n<p>INTERNSHIP<br />Purdue University</p>\r\n<p>RESIDENCY<br />Purdue University</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: Purdue University</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kate Sycamore -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/kateSycamore.jpg\" alt=\"Kate Sycamore\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kate Sycamore,<br />BVSc, MANZCVSc, Diplomate, ACVIM (Internal Medicine)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kate Sycamore,<br />BVSc, MANZCVSc, Diplomate, ACVIM (Internal Medicine)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Massey University, New Zealand</p>\r\n<p>INTERNSHIP<br />Queensland Veterinary Specialists, Australia</p>\r\n<p>RESIDENCY<br />University of Georgia, Veterinary Teaching Hospital</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Donna S. Vicini -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/donnaVicini.jpg\" alt=\"Donna S. Vicini\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Donna S. Vicini,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Donna S. Vicini,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />After working as in internist for seven years in Saint Louis, Dr. Vicini spent four years in New York managing her own business as a consultant in veterinary internal medicine; then returned to Saint Louis and continued to see cases for veterinarians in their practices under the business title of Veterinary Internal Medicine Services.</p></div>\r\n</div>\r\n<h4><a name=\"cardiology\"></a>CARDIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- H. Cecilia Marshall -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/ceciliaMarshall.jpg\" alt=\"H. Cecilia Marshall\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">H. Cecilia Marshall,<br />DVM, Diplomate, ACVIM (Cardiology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">H. Cecilia Marshall,<br />DVM, Diplomate, ACVIM (Cardiology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Cardiology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Angell Animal Medical Center in Boston, Massachusetts</p>\r\n<p>RESIDENCY<br />Angell Animal Medical Center in Boston, Massachusetts</p></div>\r\n</div>\r\n<h4><a name=\"emergencycriticalcare\"></a>EMERGENCY/CRITICAL CARE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Michael H. Karagiannis -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/MichaelKaragiannis.jpg\" alt=\"Michael H. Karagiannis\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Michael H. Karagiannis,<br />DVM, Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Michael H. Karagiannis,<br />DVM, Diplomate, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Rebecca J. Greer -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/rebeccaGreer.jpg\" alt=\"Rebecca J. Greer\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Rebecca J. Greer,<br />DVM, MS Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Rebecca J. Greer,<br />DVM, MS Diplomate, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Emergency Center in Glendale, Wisconsin</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Greer spent five years as an assistant professor of biology at Union College in Lincoln, Nebraska and private practitioner before completing her internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Timothy Koors -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/timKoors.jpg\" alt=\"Timothy Koors\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Timothy Koors,<br />DVM, Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Timothy Koors,<br />DVM, Diplomate, ACVECC</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>INTERNSHIP<br />Animal Emergency and Referral Center in Northbrook, Illinois</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Koors spent two years at an emergency practice in St. Louis before completing an internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- M. Ryan Smith -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2013/12/ryanSmith.jpg\" alt=\"M. Ryan Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">M. Ryan Smith,<br />DVM, Emergency and Critical Care Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">M. Ryan Smith,<br />DVM, Emergency and Critical Care Resident</p>\r\n<p>VETERINARY COLLEGE<br />Louisiana State University</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Affiliated Veterinary Specialists in Orlando, Florida</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Prior to beginning residency, Dr. Smith spent two years practicing emergency medicine at a speciality practice in the New Orleans area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kristen Dellacamera -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/kristenDellacamera.jpg\" alt=\"Kristen Dellacamera\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen Dellacamera,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen Dellacamera,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Shannon Broyles -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/shannonBroyles.jpg\" alt=\"Shannon Broyles\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Shannon Broyles,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Shannon Broyles,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Broyles has over eight years of experience as a veterinarian at an emergency practice in Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Jennifer M. Eisele -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/eisele.jpg\" alt=\"Jennifer M. Eisele\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Jennifer M. Eisele,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Jennifer M. Eisele,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Eisele spent five years in private practice in both Charlotte, North Carolina and Saint Louis before joining VSS.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- David Nichols -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/davidNichols.jpg\" alt=\"David Nichols\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">David Nichols,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">David Nichols,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />St. Matthew’s University</p>\r\n<p>CLINICAL ROTATION<br />North Carolina State University</p></div>\r\n</div>\r\n<h4><a name=\"radiology\"></a>RADIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kristen O\'Dell-Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/kristenODell.jpg\" alt=\"Kristen O\'Dell-Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen O\'Dell-Anderson,<br />DVM, MS Diplomate, ACVR</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen O\'Dell-Anderson,<br />DVM, MS Diplomate, ACVR</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Radiologists</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Wheat Ridge Animal Hospital in Denver, Colorado</p>\r\n<p>RESIDENCY<br />University of Illinois in Champaign-Urbana</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois in Champaign-Urbana</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following her residency, Dr. O\'Dell-Anderson stayed on at the University of Illinois as a professor of veterinary radiology before returning to Saint Louis.</p></div>\r\n</div>\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2015-02-05 04:06:16','2015-02-05 04:06:16','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(312,1,'2015-02-05 04:05:29','2015-02-05 04:05:29','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4><a name=\"surgery\"></a>SURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Mary Jean Gorse -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/maryjeanGorse.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Mark Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/markAnderson.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Davida Rausch -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/davidaRausch.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Davida Rausch,<br />DVM, Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\r\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Thomas Coletti -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/thomasColetti.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- W. Wesley Kimberlin -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/wesKimberlin.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, Surgery Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, Surgery Resident</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p></div>\r\n</div>\r\n<h4><a name=\"neurology\"></a>NEUROLOGY/NEUROSURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Fred Wininger -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/fredWininger.jpg\" alt=\"Fred Wininger\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Fred Wininger,<br />VMD, MS Diplomate ACVIM (Neurology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Fred Wininger,<br />VMD, MS Diplomate ACVIM (Neurology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Pennsylvania</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />University of Georgia</p>\r\n<p>RESIDENCY<br />Washington State University</p>\r\n<p>ADVANCED DEGREE<br />Washington State University</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following residency, Dr. Wininger joined the faculty at the University of Missouri and served as the attending neurosurgical clinician at the Veterinary Medical Teaching Hospital. He maintains an adjunct professor role at MU and remains an active member of the research and teaching program.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Missy Carpentier -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/missyCarpentier.jpg\" alt=\"Missy Carpentier\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Missy Carpentier,<br />DVM, Neurology Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Ross University School of Veterinary Medicine, St. Kitts, West Indies</p>\r\n<p>ROTATING INTERNSHIP: SMALL ANIMAL MEDICINE<br />VCA Veterinary Referral and Emergency Center and VCA Shoreline Veterinary Referral and Emergency Center in Connecticut</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Carpentier worked as an Associate Veterinarian at a mixed animal hospital in northern Minnesota. After completing her internship, she became the post-doctorate fellow in the Comparative Neurology Program at the University of Missouri, College of Veterinary Medicine.</p></div>\r\n</div>\r\n<h4><a name=\"oncology\"></a>ONCOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Joanne C. Graham -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/joanneGraham.jpg\" alt=\"Joanne C. Graham\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Joanne C. Graham,<br />DVM, MS Diplomate, ACVIM (Oncology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Joanne C. Graham,<br />DVM, MS Diplomate, ACVIM (Oncology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Graham was on the faculties at Iowa State University College of Veterinary Medicine and at University of Illinois College of Veterinary Medicine, as well as in private practice in the Chicago area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Bonnie E. Smith -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/bonnieSmith.jpg\" alt=\"Bonnie E. Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Bonnie E. Smith,<br />DVM, Diplomate, ACVIM (Oncology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Bonnie E. Smith,<br />DVM, Diplomate, ACVIM (Oncology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Medical Center in New York City, New York</p>\r\n<p>RESIDENCY<br />Animal Medical Center in New York City, New York</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Taylor spent a year as an emergency veterinarian in Saint Louis before completing her residency.</p></div>\r\n</div>\r\n<h4><a name=\"internalmedicine\"></a>INTERNAL MEDICINE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kelly Gingerich -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/kellyGingerich.jpg\" alt=\"Kelly Gingerich\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kelly Gingerich,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kelly Gingerich,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Iowa State University</p>\r\n<p>INTERNSHIP<br />Purdue University</p>\r\n<p>RESIDENCY<br />Purdue University</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: Purdue University</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kate Sycamore -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/kateSycamore.jpg\" alt=\"Kate Sycamore\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kate Sycamore,<br />BVSc, MANZCVSc, Diplomate, ACVIM (Internal Medicine)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kate Sycamore,<br />BVSc, MANZCVSc, Diplomate, ACVIM (Internal Medicine)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Massey University, New Zealand</p>\r\n<p>INTERNSHIP<br />Queensland Veterinary Specialists, Australia</p>\r\n<p>RESIDENCY<br />University of Georgia, Veterinary Teaching Hospital</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Donna S. Vicini -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/donnaVicini.jpg\" alt=\"Donna S. Vicini\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Donna S. Vicini,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Donna S. Vicini,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />After working as in internist for seven years in Saint Louis, Dr. Vicini spent four years in New York managing her own business as a consultant in veterinary internal medicine; then returned to Saint Louis and continued to see cases for veterinarians in their practices under the business title of Veterinary Internal Medicine Services.</p></div>\r\n</div>\r\n<h4><a name=\"cardiology\"></a>CARDIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- H. Cecilia Marshall -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/ceciliaMarshall.jpg\" alt=\"H. Cecilia Marshall\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">H. Cecilia Marshall,<br />DVM, Diplomate, ACVIM (Cardiology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">H. Cecilia Marshall,<br />DVM, Diplomate, ACVIM (Cardiology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Cardiology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Angell Animal Medical Center in Boston, Massachusetts</p>\r\n<p>RESIDENCY<br />Angell Animal Medical Center in Boston, Massachusetts</p></div>\r\n</div>\r\n<h4><a name=\"emergencycriticalcare\"></a>EMERGENCY/CRITICAL CARE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Michael H. Karagiannis -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/MichaelKaragiannis.jpg\" alt=\"Michael H. Karagiannis\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Michael H. Karagiannis,<br />DVM, Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Michael H. Karagiannis,<br />DVM, Diplomate, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Rebecca J. Greer -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/rebeccaGreer.jpg\" alt=\"Rebecca J. Greer\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Rebecca J. Greer,<br />DVM, MS Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Rebecca J. Greer,<br />DVM, MS Diplomate, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Emergency Center in Glendale, Wisconsin</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Greer spent five years as an assistant professor of biology at Union College in Lincoln, Nebraska and private practitioner before completing her internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Timothy Koors -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/timKoors.jpg\" alt=\"Timothy Koors\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Timothy Koors,<br />DVM, Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Timothy Koors,<br />DVM, Diplomate, ACVECC</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>INTERNSHIP<br />Animal Emergency and Referral Center in Northbrook, Illinois</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Koors spent two years at an emergency practice in St. Louis before completing an internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- M. Ryan Smith -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2013/12/ryanSmith.jpg\" alt=\"M. Ryan Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">M. Ryan Smith,<br />DVM, Emergency and Critical Care Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">M. Ryan Smith,<br />DVM, Emergency and Critical Care Resident</p>\r\n<p>VETERINARY COLLEGE<br />Louisiana State University</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Affiliated Veterinary Specialists in Orlando, Florida</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Prior to beginning residency, Dr. Smith spent two years practicing emergency medicine at a speciality practice in the New Orleans area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kristen Dellacamera -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/kristenDellacamera.jpg\" alt=\"Kristen Dellacamera\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen Dellacamera,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen Dellacamera,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Shannon Broyles -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/shannonBroyles.jpg\" alt=\"Shannon Broyles\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Shannon Broyles,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Shannon Broyles,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Broyles has over eight years of experience as a veterinarian at an emergency practice in Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Emily Leonard -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/emilyLeonard.jpg\" alt=\"Emily Leonard\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Emily Leonard,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Emily Leonard,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />Ross University, St. Kitts, West Indies</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Leonard spent ten years in private practice in upstate New York before coming home to Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Jennifer M. Eisele -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/eisele.jpg\" alt=\"Jennifer M. Eisele\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Jennifer M. Eisele,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Jennifer M. Eisele,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Eisele spent five years in private practice in both Charlotte, North Carolina and Saint Louis before joining VSS.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- David Nichols -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/davidNichols.jpg\" alt=\"David Nichols\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">David Nichols,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">David Nichols,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />St. Matthew’s University</p>\r\n<p>CLINICAL ROTATION<br />North Carolina State University</p></div>\r\n</div>\r\n<h4><a name=\"radiology\"></a>RADIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kristen O\'Dell-Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/kristenODell.jpg\" alt=\"Kristen O\'Dell-Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen O\'Dell-Anderson,<br />DVM, MS Diplomate, ACVR</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen O\'Dell-Anderson,<br />DVM, MS Diplomate, ACVR</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Radiologists</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Wheat Ridge Animal Hospital in Denver, Colorado</p>\r\n<p>RESIDENCY<br />University of Illinois in Champaign-Urbana</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois in Champaign-Urbana</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following her residency, Dr. O\'Dell-Anderson stayed on at the University of Illinois as a professor of veterinary radiology before returning to Saint Louis.</p></div>\r\n</div>\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2015-02-05 04:05:29','2015-02-05 04:05:29','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(314,1,'2015-02-05 04:07:03','2015-02-05 04:07:03','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4><a name=\"cardiology\"></a>CARDIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- H. Cecilia Marshall -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/ceciliaMarshall.jpg\" alt=\"H. Cecilia Marshall\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">H. Cecilia Marshall,<br />DVM, Diplomate, ACVIM (Cardiology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">H. Cecilia Marshall,<br />DVM, Diplomate, ACVIM (Cardiology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Cardiology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Angell Animal Medical Center in Boston, Massachusetts</p>\r\n<p>RESIDENCY<br />Angell Animal Medical Center in Boston, Massachusetts</p></div>\r\n</div>\r\n<h4><a name=\"surgery\"></a>SURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Mary Jean Gorse -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/maryjeanGorse.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Mark Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/markAnderson.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Davida Rausch -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/davidaRausch.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Davida Rausch,<br />DVM, Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\r\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Thomas Coletti -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/thomasColetti.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- W. Wesley Kimberlin -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/wesKimberlin.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, Surgery Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, Surgery Resident</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p></div>\r\n</div>\r\n<h4><a name=\"neurology\"></a>NEUROLOGY/NEUROSURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Fred Wininger -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/fredWininger.jpg\" alt=\"Fred Wininger\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Fred Wininger,<br />VMD, MS Diplomate ACVIM (Neurology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Fred Wininger,<br />VMD, MS Diplomate ACVIM (Neurology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Pennsylvania</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />University of Georgia</p>\r\n<p>RESIDENCY<br />Washington State University</p>\r\n<p>ADVANCED DEGREE<br />Washington State University</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following residency, Dr. Wininger joined the faculty at the University of Missouri and served as the attending neurosurgical clinician at the Veterinary Medical Teaching Hospital. He maintains an adjunct professor role at MU and remains an active member of the research and teaching program.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Missy Carpentier -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/missyCarpentier.jpg\" alt=\"Missy Carpentier\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Missy Carpentier,<br />DVM, Neurology Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Ross University School of Veterinary Medicine, St. Kitts, West Indies</p>\r\n<p>ROTATING INTERNSHIP: SMALL ANIMAL MEDICINE<br />VCA Veterinary Referral and Emergency Center and VCA Shoreline Veterinary Referral and Emergency Center in Connecticut</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Carpentier worked as an Associate Veterinarian at a mixed animal hospital in northern Minnesota. After completing her internship, she became the post-doctorate fellow in the Comparative Neurology Program at the University of Missouri, College of Veterinary Medicine.</p></div>\r\n</div>\r\n<h4><a name=\"oncology\"></a>ONCOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Joanne C. Graham -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/joanneGraham.jpg\" alt=\"Joanne C. Graham\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Joanne C. Graham,<br />DVM, MS Diplomate, ACVIM (Oncology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Joanne C. Graham,<br />DVM, MS Diplomate, ACVIM (Oncology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Graham was on the faculties at Iowa State University College of Veterinary Medicine and at University of Illinois College of Veterinary Medicine, as well as in private practice in the Chicago area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Bonnie E. Smith -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/bonnieSmith.jpg\" alt=\"Bonnie E. Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Bonnie E. Smith,<br />DVM, Diplomate, ACVIM (Oncology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Bonnie E. Smith,<br />DVM, Diplomate, ACVIM (Oncology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Medical Center in New York City, New York</p>\r\n<p>RESIDENCY<br />Animal Medical Center in New York City, New York</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Taylor spent a year as an emergency veterinarian in Saint Louis before completing her residency.</p></div>\r\n</div>\r\n<h4><a name=\"internalmedicine\"></a>INTERNAL MEDICINE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kelly Gingerich -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/kellyGingerich.jpg\" alt=\"Kelly Gingerich\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kelly Gingerich,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kelly Gingerich,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Iowa State University</p>\r\n<p>INTERNSHIP<br />Purdue University</p>\r\n<p>RESIDENCY<br />Purdue University</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: Purdue University</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kate Sycamore -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/kateSycamore.jpg\" alt=\"Kate Sycamore\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kate Sycamore,<br />BVSc, MANZCVSc, Diplomate, ACVIM (Internal Medicine)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kate Sycamore,<br />BVSc, MANZCVSc, Diplomate, ACVIM (Internal Medicine)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Massey University, New Zealand</p>\r\n<p>INTERNSHIP<br />Queensland Veterinary Specialists, Australia</p>\r\n<p>RESIDENCY<br />University of Georgia, Veterinary Teaching Hospital</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Donna S. Vicini -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/donnaVicini.jpg\" alt=\"Donna S. Vicini\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Donna S. Vicini,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Donna S. Vicini,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />After working as in internist for seven years in Saint Louis, Dr. Vicini spent four years in New York managing her own business as a consultant in veterinary internal medicine; then returned to Saint Louis and continued to see cases for veterinarians in their practices under the business title of Veterinary Internal Medicine Services.</p></div>\r\n</div>\r\n<h4><a name=\"emergencycriticalcare\"></a>EMERGENCY/CRITICAL CARE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Michael H. Karagiannis -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/MichaelKaragiannis.jpg\" alt=\"Michael H. Karagiannis\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Michael H. Karagiannis,<br />DVM, Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Michael H. Karagiannis,<br />DVM, Diplomate, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Rebecca J. Greer -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/rebeccaGreer.jpg\" alt=\"Rebecca J. Greer\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Rebecca J. Greer,<br />DVM, MS Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Rebecca J. Greer,<br />DVM, MS Diplomate, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Emergency Center in Glendale, Wisconsin</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Greer spent five years as an assistant professor of biology at Union College in Lincoln, Nebraska and private practitioner before completing her internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Timothy Koors -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/timKoors.jpg\" alt=\"Timothy Koors\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Timothy Koors,<br />DVM, Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Timothy Koors,<br />DVM, Diplomate, ACVECC</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>INTERNSHIP<br />Animal Emergency and Referral Center in Northbrook, Illinois</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Koors spent two years at an emergency practice in St. Louis before completing an internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- M. Ryan Smith -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2013/12/ryanSmith.jpg\" alt=\"M. Ryan Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">M. Ryan Smith,<br />DVM, Emergency and Critical Care Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">M. Ryan Smith,<br />DVM, Emergency and Critical Care Resident</p>\r\n<p>VETERINARY COLLEGE<br />Louisiana State University</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Affiliated Veterinary Specialists in Orlando, Florida</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Prior to beginning residency, Dr. Smith spent two years practicing emergency medicine at a speciality practice in the New Orleans area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kristen Dellacamera -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/kristenDellacamera.jpg\" alt=\"Kristen Dellacamera\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen Dellacamera,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen Dellacamera,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Shannon Broyles -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/shannonBroyles.jpg\" alt=\"Shannon Broyles\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Shannon Broyles,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Shannon Broyles,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Broyles has over eight years of experience as a veterinarian at an emergency practice in Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Jennifer M. Eisele -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/eisele.jpg\" alt=\"Jennifer M. Eisele\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Jennifer M. Eisele,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Jennifer M. Eisele,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Eisele spent five years in private practice in both Charlotte, North Carolina and Saint Louis before joining VSS.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- David Nichols -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/davidNichols.jpg\" alt=\"David Nichols\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">David Nichols,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">David Nichols,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />St. Matthew’s University</p>\r\n<p>CLINICAL ROTATION<br />North Carolina State University</p></div>\r\n</div>\r\n<h4><a name=\"radiology\"></a>RADIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kristen O\'Dell-Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/kristenODell.jpg\" alt=\"Kristen O\'Dell-Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen O\'Dell-Anderson,<br />DVM, MS Diplomate, ACVR</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen O\'Dell-Anderson,<br />DVM, MS Diplomate, ACVR</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Radiologists</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Wheat Ridge Animal Hospital in Denver, Colorado</p>\r\n<p>RESIDENCY<br />University of Illinois in Champaign-Urbana</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois in Champaign-Urbana</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following her residency, Dr. O\'Dell-Anderson stayed on at the University of Illinois as a professor of veterinary radiology before returning to Saint Louis.</p></div>\r\n</div>\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2015-02-05 04:07:03','2015-02-05 04:07:03','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(316,1,'2015-02-05 04:19:35','2015-02-05 04:19:35','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4><a name=\"cardiology\"></a>CARDIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- H. Cecilia Marshall -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/ceciliaMarshall.jpg\" alt=\"H. Cecilia Marshall\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">H. Cecilia Marshall,<br />DVM, Diplomate, ACVIM (Cardiology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">H. Cecilia Marshall,<br />DVM, Diplomate, ACVIM (Cardiology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Cardiology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Angell Animal Medical Center in Boston, Massachusetts</p>\r\n<p>RESIDENCY<br />Angell Animal Medical Center in Boston, Massachusetts</p></div>\r\n</div>\r\n<h4><a name=\"emergencycriticalcare\"></a>EMERGENCY/CRITICAL CARE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Michael H. Karagiannis -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/MichaelKaragiannis.jpg\" alt=\"Michael H. Karagiannis\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Michael H. Karagiannis,<br />DVM, Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Michael H. Karagiannis,<br />DVM, Diplomate, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Rebecca J. Greer -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/rebeccaGreer.jpg\" alt=\"Rebecca J. Greer\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Rebecca J. Greer,<br />DVM, MS Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Rebecca J. Greer,<br />DVM, MS Diplomate, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Emergency Center in Glendale, Wisconsin</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Greer spent five years as an assistant professor of biology at Union College in Lincoln, Nebraska and private practitioner before completing her internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Timothy Koors -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/timKoors.jpg\" alt=\"Timothy Koors\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Timothy Koors,<br />DVM, Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Timothy Koors,<br />DVM, Diplomate, ACVECC</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>INTERNSHIP<br />Animal Emergency and Referral Center in Northbrook, Illinois</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Koors spent two years at an emergency practice in St. Louis before completing an internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- M. Ryan Smith -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2013/12/ryanSmith.jpg\" alt=\"M. Ryan Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">M. Ryan Smith,<br />DVM, Emergency and Critical Care Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">M. Ryan Smith,<br />DVM, Emergency and Critical Care Resident</p>\r\n<p>VETERINARY COLLEGE<br />Louisiana State University</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Affiliated Veterinary Specialists in Orlando, Florida</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Prior to beginning residency, Dr. Smith spent two years practicing emergency medicine at a speciality practice in the New Orleans area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kristen Dellacamera -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/kristenDellacamera.jpg\" alt=\"Kristen Dellacamera\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen Dellacamera,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen Dellacamera,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Shannon Broyles -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/shannonBroyles.jpg\" alt=\"Shannon Broyles\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Shannon Broyles,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Shannon Broyles,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Broyles has over eight years of experience as a veterinarian at an emergency practice in Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Jennifer M. Eisele -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/eisele.jpg\" alt=\"Jennifer M. Eisele\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Jennifer M. Eisele,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Jennifer M. Eisele,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Eisele spent five years in private practice in both Charlotte, North Carolina and Saint Louis before joining VSS.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- David Nichols -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/davidNichols.jpg\" alt=\"David Nichols\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">David Nichols,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">David Nichols,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />St. Matthew’s University</p>\r\n<p>CLINICAL ROTATION<br />North Carolina State University</p></div>\r\n</div>\r\n<h4><a name=\"oncology\"></a>ONCOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Joanne C. Graham -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/joanneGraham.jpg\" alt=\"Joanne C. Graham\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Joanne C. Graham,<br />DVM, MS Diplomate, ACVIM (Oncology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Joanne C. Graham,<br />DVM, MS Diplomate, ACVIM (Oncology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Graham was on the faculties at Iowa State University College of Veterinary Medicine and at University of Illinois College of Veterinary Medicine, as well as in private practice in the Chicago area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Bonnie E. Smith -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/bonnieSmith.jpg\" alt=\"Bonnie E. Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Bonnie E. Smith,<br />DVM, Diplomate, ACVIM (Oncology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Bonnie E. Smith,<br />DVM, Diplomate, ACVIM (Oncology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Medical Center in New York City, New York</p>\r\n<p>RESIDENCY<br />Animal Medical Center in New York City, New York</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Taylor spent a year as an emergency veterinarian in Saint Louis before completing her residency.</p></div>\r\n</div>\r\n<h4><a name=\"internalmedicine\"></a>INTERNAL MEDICINE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kelly Gingerich -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/kellyGingerich.jpg\" alt=\"Kelly Gingerich\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kelly Gingerich,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kelly Gingerich,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Iowa State University</p>\r\n<p>INTERNSHIP<br />Purdue University</p>\r\n<p>RESIDENCY<br />Purdue University</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: Purdue University</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kate Sycamore -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/kateSycamore.jpg\" alt=\"Kate Sycamore\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kate Sycamore,<br />BVSc, MANZCVSc, Diplomate, ACVIM (Internal Medicine)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kate Sycamore,<br />BVSc, MANZCVSc, Diplomate, ACVIM (Internal Medicine)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Massey University, New Zealand</p>\r\n<p>INTERNSHIP<br />Queensland Veterinary Specialists, Australia</p>\r\n<p>RESIDENCY<br />University of Georgia, Veterinary Teaching Hospital</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Donna S. Vicini -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/donnaVicini.jpg\" alt=\"Donna S. Vicini\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Donna S. Vicini,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Donna S. Vicini,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />After working as in internist for seven years in Saint Louis, Dr. Vicini spent four years in New York managing her own business as a consultant in veterinary internal medicine; then returned to Saint Louis and continued to see cases for veterinarians in their practices under the business title of Veterinary Internal Medicine Services.</p></div>\r\n</div>\r\n<h4><a name=\"radiology\"></a>RADIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kristen O\'Dell-Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/kristenODell.jpg\" alt=\"Kristen O\'Dell-Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen O\'Dell-Anderson,<br />DVM, MS Diplomate, ACVR</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen O\'Dell-Anderson,<br />DVM, MS Diplomate, ACVR</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Radiologists</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Wheat Ridge Animal Hospital in Denver, Colorado</p>\r\n<p>RESIDENCY<br />University of Illinois in Champaign-Urbana</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois in Champaign-Urbana</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following her residency, Dr. O\'Dell-Anderson stayed on at the University of Illinois as a professor of veterinary radiology before returning to Saint Louis.</p></div>\r\n</div>\r\n<h4><a name=\"surgery\"></a>SURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Mary Jean Gorse -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/maryjeanGorse.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Mark Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/markAnderson.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Davida Rausch -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/davidaRausch.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Davida Rausch,<br />DVM, Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\r\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Thomas Coletti -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/thomasColetti.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- W. Wesley Kimberlin -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/wesKimberlin.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, Surgery Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, Surgery Resident</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p></div>\r\n</div>\r\n<h4><a name=\"neurology\"></a>NEUROLOGY/NEUROSURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Fred Wininger -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/fredWininger.jpg\" alt=\"Fred Wininger\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Fred Wininger,<br />VMD, MS Diplomate ACVIM (Neurology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Fred Wininger,<br />VMD, MS Diplomate ACVIM (Neurology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Pennsylvania</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />University of Georgia</p>\r\n<p>RESIDENCY<br />Washington State University</p>\r\n<p>ADVANCED DEGREE<br />Washington State University</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following residency, Dr. Wininger joined the faculty at the University of Missouri and served as the attending neurosurgical clinician at the Veterinary Medical Teaching Hospital. He maintains an adjunct professor role at MU and remains an active member of the research and teaching program.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Missy Carpentier -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/missyCarpentier.jpg\" alt=\"Missy Carpentier\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Missy Carpentier,<br />DVM, Neurology Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Ross University School of Veterinary Medicine, St. Kitts, West Indies</p>\r\n<p>ROTATING INTERNSHIP: SMALL ANIMAL MEDICINE<br />VCA Veterinary Referral and Emergency Center and VCA Shoreline Veterinary Referral and Emergency Center in Connecticut</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Carpentier worked as an Associate Veterinarian at a mixed animal hospital in northern Minnesota. After completing her internship, she became the post-doctorate fellow in the Comparative Neurology Program at the University of Missouri, College of Veterinary Medicine.</p></div>\r\n</div>\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2015-02-05 04:19:35','2015-02-05 04:19:35','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(317,1,'2015-02-05 04:21:38','2015-02-05 04:21:38','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4><a name=\"cardiology\"></a>CARDIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- H. Cecilia Marshall -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/ceciliaMarshall.jpg\" alt=\"H. Cecilia Marshall\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">H. Cecilia Marshall,<br />DVM, Diplomate, ACVIM (Cardiology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">H. Cecilia Marshall,<br />DVM, Diplomate, ACVIM (Cardiology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Cardiology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Angell Animal Medical Center in Boston, Massachusetts</p>\r\n<p>RESIDENCY<br />Angell Animal Medical Center in Boston, Massachusetts</p></div>\r\n</div>\r\n<h4><a name=\"emergencycriticalcare\"></a>EMERGENCY/CRITICAL CARE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Michael H. Karagiannis -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/MichaelKaragiannis.jpg\" alt=\"Michael H. Karagiannis\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Michael H. Karagiannis,<br />DVM, Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Michael H. Karagiannis,<br />DVM, Diplomate, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Rebecca J. Greer -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/rebeccaGreer.jpg\" alt=\"Rebecca J. Greer\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Rebecca J. Greer,<br />DVM, MS Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Rebecca J. Greer,<br />DVM, MS Diplomate, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Emergency Center in Glendale, Wisconsin</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Greer spent five years as an assistant professor of biology at Union College in Lincoln, Nebraska and private practitioner before completing her internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Timothy Koors -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/timKoors.jpg\" alt=\"Timothy Koors\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Timothy Koors,<br />DVM, Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Timothy Koors,<br />DVM, Diplomate, ACVECC</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>INTERNSHIP<br />Animal Emergency and Referral Center in Northbrook, Illinois</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Koors spent two years at an emergency practice in St. Louis before completing an internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- M. Ryan Smith -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2013/12/ryanSmith.jpg\" alt=\"M. Ryan Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">M. Ryan Smith,<br />DVM, Emergency and Critical Care Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">M. Ryan Smith,<br />DVM, Emergency and Critical Care Resident</p>\r\n<p>VETERINARY COLLEGE<br />Louisiana State University</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Affiliated Veterinary Specialists in Orlando, Florida</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Prior to beginning residency, Dr. Smith spent two years practicing emergency medicine at a speciality practice in the New Orleans area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kristen Dellacamera -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/kristenDellacamera.jpg\" alt=\"Kristen Dellacamera\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen Dellacamera,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen Dellacamera,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Shannon Broyles -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/shannonBroyles.jpg\" alt=\"Shannon Broyles\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Shannon Broyles,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Shannon Broyles,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Broyles has over eight years of experience as a veterinarian at an emergency practice in Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Jennifer M. Eisele -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/eisele.jpg\" alt=\"Jennifer M. Eisele\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Jennifer M. Eisele,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Jennifer M. Eisele,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Eisele spent five years in private practice in both Charlotte, North Carolina and Saint Louis before joining VSS.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- David Nichols -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/davidNichols.jpg\" alt=\"David Nichols\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">David Nichols,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">David Nichols,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />St. Matthew’s University</p>\r\n<p>CLINICAL ROTATION<br />North Carolina State University</p></div>\r\n</div>\r\n<h4><a name=\"internalmedicine\"></a>INTERNAL MEDICINE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kelly Gingerich -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/kellyGingerich.jpg\" alt=\"Kelly Gingerich\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kelly Gingerich,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kelly Gingerich,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Iowa State University</p>\r\n<p>INTERNSHIP<br />Purdue University</p>\r\n<p>RESIDENCY<br />Purdue University</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: Purdue University</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kate Sycamore -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/kateSycamore.jpg\" alt=\"Kate Sycamore\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kate Sycamore,<br />BVSc, MANZCVSc, Diplomate, ACVIM (Internal Medicine)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kate Sycamore,<br />BVSc, MANZCVSc, Diplomate, ACVIM (Internal Medicine)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Massey University, New Zealand</p>\r\n<p>INTERNSHIP<br />Queensland Veterinary Specialists, Australia</p>\r\n<p>RESIDENCY<br />University of Georgia, Veterinary Teaching Hospital</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Donna S. Vicini -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/donnaVicini.jpg\" alt=\"Donna S. Vicini\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Donna S. Vicini,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Donna S. Vicini,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />After working as in internist for seven years in Saint Louis, Dr. Vicini spent four years in New York managing her own business as a consultant in veterinary internal medicine; then returned to Saint Louis and continued to see cases for veterinarians in their practices under the business title of Veterinary Internal Medicine Services.</p></div>\r\n</div>\r\n<h4><a name=\"neurology\"></a>NEUROLOGY/NEUROSURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Fred Wininger -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/fredWininger.jpg\" alt=\"Fred Wininger\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Fred Wininger,<br />VMD, MS Diplomate ACVIM (Neurology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Fred Wininger,<br />VMD, MS Diplomate ACVIM (Neurology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Pennsylvania</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />University of Georgia</p>\r\n<p>RESIDENCY<br />Washington State University</p>\r\n<p>ADVANCED DEGREE<br />Washington State University</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following residency, Dr. Wininger joined the faculty at the University of Missouri and served as the attending neurosurgical clinician at the Veterinary Medical Teaching Hospital. He maintains an adjunct professor role at MU and remains an active member of the research and teaching program.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Missy Carpentier -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/missyCarpentier.jpg\" alt=\"Missy Carpentier\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Missy Carpentier,<br />DVM, Neurology Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Ross University School of Veterinary Medicine, St. Kitts, West Indies</p>\r\n<p>ROTATING INTERNSHIP: SMALL ANIMAL MEDICINE<br />VCA Veterinary Referral and Emergency Center and VCA Shoreline Veterinary Referral and Emergency Center in Connecticut</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Carpentier worked as an Associate Veterinarian at a mixed animal hospital in northern Minnesota. After completing her internship, she became the post-doctorate fellow in the Comparative Neurology Program at the University of Missouri, College of Veterinary Medicine.</p></div>\r\n</div>\r\n<h4><a name=\"oncology\"></a>ONCOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Joanne C. Graham -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/joanneGraham.jpg\" alt=\"Joanne C. Graham\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Joanne C. Graham,<br />DVM, MS Diplomate, ACVIM (Oncology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Joanne C. Graham,<br />DVM, MS Diplomate, ACVIM (Oncology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Graham was on the faculties at Iowa State University College of Veterinary Medicine and at University of Illinois College of Veterinary Medicine, as well as in private practice in the Chicago area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Bonnie E. Smith -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/bonnieSmith.jpg\" alt=\"Bonnie E. Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Bonnie E. Smith,<br />DVM, Diplomate, ACVIM (Oncology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Bonnie E. Smith,<br />DVM, Diplomate, ACVIM (Oncology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Medical Center in New York City, New York</p>\r\n<p>RESIDENCY<br />Animal Medical Center in New York City, New York</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Taylor spent a year as an emergency veterinarian in Saint Louis before completing her residency.</p></div>\r\n</div>\r\n<h4><a name=\"radiology\"></a>RADIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kristen O\'Dell-Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/kristenODell.jpg\" alt=\"Kristen O\'Dell-Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen O\'Dell-Anderson,<br />DVM, MS Diplomate, ACVR</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen O\'Dell-Anderson,<br />DVM, MS Diplomate, ACVR</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Radiologists</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Wheat Ridge Animal Hospital in Denver, Colorado</p>\r\n<p>RESIDENCY<br />University of Illinois in Champaign-Urbana</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois in Champaign-Urbana</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following her residency, Dr. O\'Dell-Anderson stayed on at the University of Illinois as a professor of veterinary radiology before returning to Saint Louis.</p></div>\r\n</div>\r\n<h4><a name=\"surgery\"></a>SURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Mary Jean Gorse -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/maryjeanGorse.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Mark Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/markAnderson.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Davida Rausch -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/davidaRausch.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Davida Rausch,<br />DVM, Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\r\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Thomas Coletti -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/thomasColetti.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- W. Wesley Kimberlin -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/wesKimberlin.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, Surgery Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, Surgery Resident</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p></div>\r\n</div>\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2015-02-05 04:21:38','2015-02-05 04:21:38','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(318,1,'2015-02-05 04:23:33','2015-02-05 04:23:33','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4><a name=\"cardiology\"></a>CARDIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- H. Cecilia Marshall -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/ceciliaMarshall.jpg\" alt=\"H. Cecilia Marshall\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">H. Cecilia Marshall,<br />DVM, Diplomate, ACVIM (Cardiology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">H. Cecilia Marshall,<br />DVM, Diplomate, ACVIM (Cardiology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Cardiology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Angell Animal Medical Center in Boston, Massachusetts</p>\r\n<p>RESIDENCY<br />Angell Animal Medical Center in Boston, Massachusetts</p></div>\r\n</div>\r\n<h4><a name=\"emergencycriticalcare\"></a>EMERGENCY/CRITICAL CARE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Michael H. Karagiannis -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/MichaelKaragiannis.jpg\" alt=\"Michael H. Karagiannis\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Michael H. Karagiannis,<br />DVM, Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Michael H. Karagiannis,<br />DVM, Diplomate, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Rebecca J. Greer -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/rebeccaGreer.jpg\" alt=\"Rebecca J. Greer\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Rebecca J. Greer,<br />DVM, MS Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Rebecca J. Greer,<br />DVM, MS Diplomate, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Emergency Center in Glendale, Wisconsin</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Greer spent five years as an assistant professor of biology at Union College in Lincoln, Nebraska and private practitioner before completing her internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Timothy Koors -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/timKoors.jpg\" alt=\"Timothy Koors\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Timothy Koors,<br />DVM, Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Timothy Koors,<br />DVM, Diplomate, ACVECC</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>INTERNSHIP<br />Animal Emergency and Referral Center in Northbrook, Illinois</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Koors spent two years at an emergency practice in St. Louis before completing an internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- M. Ryan Smith -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2013/12/ryanSmith.jpg\" alt=\"M. Ryan Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">M. Ryan Smith,<br />DVM, Emergency and Critical Care Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">M. Ryan Smith,<br />DVM, Emergency and Critical Care Resident</p>\r\n<p>VETERINARY COLLEGE<br />Louisiana State University</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Affiliated Veterinary Specialists in Orlando, Florida</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Prior to beginning residency, Dr. Smith spent two years practicing emergency medicine at a speciality practice in the New Orleans area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kristen Dellacamera -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/kristenDellacamera.jpg\" alt=\"Kristen Dellacamera\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen Dellacamera,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen Dellacamera,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Shannon Broyles -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/shannonBroyles.jpg\" alt=\"Shannon Broyles\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Shannon Broyles,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Shannon Broyles,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Broyles has over eight years of experience as a veterinarian at an emergency practice in Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Jennifer M. Eisele -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/eisele.jpg\" alt=\"Jennifer M. Eisele\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Jennifer M. Eisele,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Jennifer M. Eisele,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Eisele spent five years in private practice in both Charlotte, North Carolina and Saint Louis before joining VSS.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- David Nichols -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/davidNichols.jpg\" alt=\"David Nichols\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">David Nichols,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">David Nichols,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />St. Matthew’s University</p>\r\n<p>CLINICAL ROTATION<br />North Carolina State University</p></div>\r\n</div>\r\n<h4><a name=\"internalmedicine\"></a>INTERNAL MEDICINE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kelly Gingerich -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/kellyGingerich.jpg\" alt=\"Kelly Gingerich\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kelly Gingerich,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kelly Gingerich,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Iowa State University</p>\r\n<p>INTERNSHIP<br />Purdue University</p>\r\n<p>RESIDENCY<br />Purdue University</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: Purdue University</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kate Sycamore -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/kateSycamore.jpg\" alt=\"Kate Sycamore\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kate Sycamore,<br />BVSc, MANZCVSc, Diplomate, ACVIM (Internal Medicine)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kate Sycamore,<br />BVSc, MANZCVSc, Diplomate, ACVIM (Internal Medicine)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Massey University, New Zealand</p>\r\n<p>INTERNSHIP<br />Queensland Veterinary Specialists, Australia</p>\r\n<p>RESIDENCY<br />University of Georgia, Veterinary Teaching Hospital</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Donna S. Vicini -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/donnaVicini.jpg\" alt=\"Donna S. Vicini\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Donna S. Vicini,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Donna S. Vicini,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />After working as in internist for seven years in Saint Louis, Dr. Vicini spent four years in New York managing her own business as a consultant in veterinary internal medicine; then returned to Saint Louis and continued to see cases for veterinarians in their practices under the business title of Veterinary Internal Medicine Services.</p></div>\r\n</div>\r\n<h4><a name=\"neurology\"></a>NEUROLOGY/NEUROSURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Fred Wininger -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/fredWininger.jpg\" alt=\"Fred Wininger\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Fred Wininger,<br />VMD, MS Diplomate ACVIM (Neurology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Fred Wininger,<br />VMD, MS Diplomate ACVIM (Neurology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Pennsylvania</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />University of Georgia</p>\r\n<p>RESIDENCY<br />Washington State University</p>\r\n<p>ADVANCED DEGREE<br />Washington State University</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following residency, Dr. Wininger joined the faculty at the University of Missouri and served as the attending neurosurgical clinician at the Veterinary Medical Teaching Hospital. He maintains an adjunct professor role at MU and remains an active member of the research and teaching program.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Missy Carpentier -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/missyCarpentier.jpg\" alt=\"Missy Carpentier\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Missy Carpentier,<br />DVM, Neurology Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Ross University School of Veterinary Medicine, St. Kitts, West Indies</p>\r\n<p>ROTATING INTERNSHIP: SMALL ANIMAL MEDICINE<br />VCA Veterinary Referral and Emergency Center and VCA Shoreline Veterinary Referral and Emergency Center in Connecticut</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Carpentier worked as an Associate Veterinarian at a mixed animal hospital in northern Minnesota. After completing her internship, she became the post-doctorate fellow in the Comparative Neurology Program at the University of Missouri, College of Veterinary Medicine.</p></div>\r\n</div>\r\n<h4><a name=\"oncology\"></a>ONCOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Joanne C. Graham -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/joanneGraham.jpg\" alt=\"Joanne C. Graham\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Joanne C. Graham,<br />DVM, MS Diplomate, ACVIM (Oncology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Joanne C. Graham,<br />DVM, MS Diplomate, ACVIM (Oncology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Graham was on the faculties at Iowa State University College of Veterinary Medicine and at University of Illinois College of Veterinary Medicine, as well as in private practice in the Chicago area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Bonnie E. Smith -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/bonnieSmith.jpg\" alt=\"Bonnie E. Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Bonnie E. Smith,<br />DVM, Diplomate, ACVIM (Oncology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Bonnie E. Smith,<br />DVM, Diplomate, ACVIM (Oncology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Medical Center in New York City, New York</p>\r\n<p>RESIDENCY<br />Animal Medical Center in New York City, New York</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Taylor spent a year as an emergency veterinarian in Saint Louis before completing her residency.</p></div>\r\n</div>\r\n<h4><a name=\"radiology\"></a>RADIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kristen O\'Dell-Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/kristenODell.jpg\" alt=\"Kristen O\'Dell-Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen O\'Dell-Anderson,<br />DVM, MS Diplomate, ACVR</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen O\'Dell-Anderson,<br />DVM, MS Diplomate, ACVR</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Radiologists</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Wheat Ridge Animal Hospital in Denver, Colorado</p>\r\n<p>RESIDENCY<br />University of Illinois in Champaign-Urbana</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois in Champaign-Urbana</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following her residency, Dr. O\'Dell-Anderson stayed on at the University of Illinois as a professor of veterinary radiology before returning to Saint Louis.</p></div>\r\n</div>\r\n<h4><a name=\"surgery\"></a>SURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Mark Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/markAnderson.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Thomas Coletti -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/thomasColetti.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Mary Jean Gorse -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/maryjeanGorse.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- W. Wesley Kimberlin -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/wesKimberlin.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, Surgery Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, Surgery Resident</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Davida Rausch -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/davidaRausch.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Davida Rausch,<br />DVM, Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\r\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p></div>\r\n</div>\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2015-02-05 04:23:33','2015-02-05 04:23:33','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(319,1,'2015-02-05 04:24:55','2015-02-05 04:24:55','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4><a name=\"cardiology\"></a>CARDIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- H. Cecilia Marshall -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/ceciliaMarshall.jpg\" alt=\"H. Cecilia Marshall\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">H. Cecilia Marshall,<br />DVM, Diplomate, ACVIM (Cardiology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">H. Cecilia Marshall,<br />DVM, Diplomate, ACVIM (Cardiology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Cardiology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Angell Animal Medical Center in Boston, Massachusetts</p>\r\n<p>RESIDENCY<br />Angell Animal Medical Center in Boston, Massachusetts</p></div>\r\n</div>\r\n<h4><a name=\"emergencycriticalcare\"></a>EMERGENCY/CRITICAL CARE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Michael H. Karagiannis -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/MichaelKaragiannis.jpg\" alt=\"Michael H. Karagiannis\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Michael H. Karagiannis,<br />DVM, Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Michael H. Karagiannis,<br />DVM, Diplomate, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Rebecca J. Greer -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/rebeccaGreer.jpg\" alt=\"Rebecca J. Greer\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Rebecca J. Greer,<br />DVM, MS Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Rebecca J. Greer,<br />DVM, MS Diplomate, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Emergency Center in Glendale, Wisconsin</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Greer spent five years as an assistant professor of biology at Union College in Lincoln, Nebraska and private practitioner before completing her internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Timothy Koors -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/timKoors.jpg\" alt=\"Timothy Koors\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Timothy Koors,<br />DVM, Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Timothy Koors,<br />DVM, Diplomate, ACVECC</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>INTERNSHIP<br />Animal Emergency and Referral Center in Northbrook, Illinois</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Koors spent two years at an emergency practice in St. Louis before completing an internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- M. Ryan Smith -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2013/12/ryanSmith.jpg\" alt=\"M. Ryan Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">M. Ryan Smith,<br />DVM, Emergency and Critical Care Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">M. Ryan Smith,<br />DVM, Emergency and Critical Care Resident</p>\r\n<p>VETERINARY COLLEGE<br />Louisiana State University</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Affiliated Veterinary Specialists in Orlando, Florida</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Prior to beginning residency, Dr. Smith spent two years practicing emergency medicine at a speciality practice in the New Orleans area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kristen Dellacamera -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/kristenDellacamera.jpg\" alt=\"Kristen Dellacamera\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen Dellacamera,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen Dellacamera,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Shannon Broyles -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/shannonBroyles.jpg\" alt=\"Shannon Broyles\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Shannon Broyles,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Shannon Broyles,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Broyles has over eight years of experience as a veterinarian at an emergency practice in Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Jennifer M. Eisele -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/eisele.jpg\" alt=\"Jennifer M. Eisele\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Jennifer M. Eisele,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Jennifer M. Eisele,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Eisele spent five years in private practice in both Charlotte, North Carolina and Saint Louis before joining VSS.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- David Nichols -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/davidNichols.jpg\" alt=\"David Nichols\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">David Nichols,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">David Nichols,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />St. Matthew’s University</p>\r\n<p>CLINICAL ROTATION<br />North Carolina State University</p></div>\r\n</div>\r\n<h4><a name=\"internalmedicine\"></a>INTERNAL MEDICINE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kelly Gingerich -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/kellyGingerich.jpg\" alt=\"Kelly Gingerich\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kelly Gingerich,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kelly Gingerich,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Iowa State University</p>\r\n<p>INTERNSHIP<br />Purdue University</p>\r\n<p>RESIDENCY<br />Purdue University</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: Purdue University</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kate Sycamore -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/kateSycamore.jpg\" alt=\"Kate Sycamore\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kate Sycamore,<br />BVSc, MANZCVSc, Diplomate, ACVIM (Internal Medicine)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kate Sycamore,<br />BVSc, MANZCVSc, Diplomate, ACVIM (Internal Medicine)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Massey University, New Zealand</p>\r\n<p>INTERNSHIP<br />Queensland Veterinary Specialists, Australia</p>\r\n<p>RESIDENCY<br />University of Georgia, Veterinary Teaching Hospital</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Donna S. Vicini -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/donnaVicini.jpg\" alt=\"Donna S. Vicini\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Donna S. Vicini,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Donna S. Vicini,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />After working as in internist for seven years in Saint Louis, Dr. Vicini spent four years in New York managing her own business as a consultant in veterinary internal medicine; then returned to Saint Louis and continued to see cases for veterinarians in their practices under the business title of Veterinary Internal Medicine Services.</p></div>\r\n</div>\r\n<h4><a name=\"neurology\"></a>NEUROLOGY/NEUROSURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Missy Carpentier -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/missyCarpentier.jpg\" alt=\"Missy Carpentier\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Missy Carpentier,<br />DVM, Neurology Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Ross University School of Veterinary Medicine, St. Kitts, West Indies</p>\r\n<p>ROTATING INTERNSHIP: SMALL ANIMAL MEDICINE<br />VCA Veterinary Referral and Emergency Center and VCA Shoreline Veterinary Referral and Emergency Center in Connecticut</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Carpentier worked as an Associate Veterinarian at a mixed animal hospital in northern Minnesota. After completing her internship, she became the post-doctorate fellow in the Comparative Neurology Program at the University of Missouri, College of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Fred Wininger -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/fredWininger.jpg\" alt=\"Fred Wininger\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Fred Wininger,<br />VMD, MS Diplomate ACVIM (Neurology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Fred Wininger,<br />VMD, MS Diplomate ACVIM (Neurology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Pennsylvania</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />University of Georgia</p>\r\n<p>RESIDENCY<br />Washington State University</p>\r\n<p>ADVANCED DEGREE<br />Washington State University</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following residency, Dr. Wininger joined the faculty at the University of Missouri and served as the attending neurosurgical clinician at the Veterinary Medical Teaching Hospital. He maintains an adjunct professor role at MU and remains an active member of the research and teaching program.</p></div>\r\n</div>\r\n<h4><a name=\"oncology\"></a>ONCOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Joanne C. Graham -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/joanneGraham.jpg\" alt=\"Joanne C. Graham\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Joanne C. Graham,<br />DVM, MS Diplomate, ACVIM (Oncology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Joanne C. Graham,<br />DVM, MS Diplomate, ACVIM (Oncology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Graham was on the faculties at Iowa State University College of Veterinary Medicine and at University of Illinois College of Veterinary Medicine, as well as in private practice in the Chicago area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Bonnie E. Smith -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/bonnieSmith.jpg\" alt=\"Bonnie E. Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Bonnie E. Smith,<br />DVM, Diplomate, ACVIM (Oncology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Bonnie E. Smith,<br />DVM, Diplomate, ACVIM (Oncology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Medical Center in New York City, New York</p>\r\n<p>RESIDENCY<br />Animal Medical Center in New York City, New York</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Taylor spent a year as an emergency veterinarian in Saint Louis before completing her residency.</p></div>\r\n</div>\r\n<h4><a name=\"radiology\"></a>RADIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kristen O\'Dell-Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/kristenODell.jpg\" alt=\"Kristen O\'Dell-Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen O\'Dell-Anderson,<br />DVM, MS Diplomate, ACVR</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen O\'Dell-Anderson,<br />DVM, MS Diplomate, ACVR</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Radiologists</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Wheat Ridge Animal Hospital in Denver, Colorado</p>\r\n<p>RESIDENCY<br />University of Illinois in Champaign-Urbana</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois in Champaign-Urbana</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following her residency, Dr. O\'Dell-Anderson stayed on at the University of Illinois as a professor of veterinary radiology before returning to Saint Louis.</p></div>\r\n</div>\r\n<h4><a name=\"surgery\"></a>SURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Mark Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/markAnderson.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Thomas Coletti -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/thomasColetti.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Mary Jean Gorse -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/maryjeanGorse.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- W. Wesley Kimberlin -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/wesKimberlin.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, Surgery Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, Surgery Resident</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Davida Rausch -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/davidaRausch.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Davida Rausch,<br />DVM, Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\r\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p></div>\r\n</div>\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2015-02-05 04:24:55','2015-02-05 04:24:55','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(320,1,'2015-02-05 04:27:03','2015-02-05 04:27:03','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4><a name=\"cardiology\"></a>CARDIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- H. Cecilia Marshall -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/ceciliaMarshall.jpg\" alt=\"H. Cecilia Marshall\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">H. Cecilia Marshall,<br />DVM, Diplomate, ACVIM (Cardiology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">H. Cecilia Marshall,<br />DVM, Diplomate, ACVIM (Cardiology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Cardiology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Angell Animal Medical Center in Boston, Massachusetts</p>\r\n<p>RESIDENCY<br />Angell Animal Medical Center in Boston, Massachusetts</p></div>\r\n</div>\r\n<h4><a name=\"emergencycriticalcare\"></a>EMERGENCY/CRITICAL CARE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Shannon Broyles -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/shannonBroyles.jpg\" alt=\"Shannon Broyles\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Shannon Broyles,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Shannon Broyles,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Broyles has over eight years of experience as a veterinarian at an emergency practice in Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kristen Dellacamera -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/kristenDellacamera.jpg\" alt=\"Kristen Dellacamera\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen Dellacamera,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen Dellacamera,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Jennifer M. Eisele -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/eisele.jpg\" alt=\"Jennifer M. Eisele\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Jennifer M. Eisele,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Jennifer M. Eisele,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Eisele spent five years in private practice in both Charlotte, North Carolina and Saint Louis before joining VSS.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Rebecca J. Greer -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/rebeccaGreer.jpg\" alt=\"Rebecca J. Greer\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Rebecca J. Greer,<br />DVM, MS Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Rebecca J. Greer,<br />DVM, MS Diplomate, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Emergency Center in Glendale, Wisconsin</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Greer spent five years as an assistant professor of biology at Union College in Lincoln, Nebraska and private practitioner before completing her internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Michael H. Karagiannis -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/MichaelKaragiannis.jpg\" alt=\"Michael H. Karagiannis\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Michael H. Karagiannis,<br />DVM, Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Michael H. Karagiannis,<br />DVM, Diplomate, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Timothy Koors -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/timKoors.jpg\" alt=\"Timothy Koors\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Timothy Koors,<br />DVM, Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Timothy Koors,<br />DVM, Diplomate, ACVECC</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>INTERNSHIP<br />Animal Emergency and Referral Center in Northbrook, Illinois</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Koors spent two years at an emergency practice in St. Louis before completing an internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- M. Ryan Smith -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2013/12/ryanSmith.jpg\" alt=\"M. Ryan Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">M. Ryan Smith,<br />DVM, Emergency and Critical Care Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">M. Ryan Smith,<br />DVM, Emergency and Critical Care Resident</p>\r\n<p>VETERINARY COLLEGE<br />Louisiana State University</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Affiliated Veterinary Specialists in Orlando, Florida</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Prior to beginning residency, Dr. Smith spent two years practicing emergency medicine at a speciality practice in the New Orleans area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- David Nichols -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/davidNichols.jpg\" alt=\"David Nichols\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">David Nichols,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">David Nichols,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />St. Matthew’s University</p>\r\n<p>CLINICAL ROTATION<br />North Carolina State University</p></div>\r\n</div>\r\n<h4><a name=\"internalmedicine\"></a>INTERNAL MEDICINE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kelly Gingerich -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/kellyGingerich.jpg\" alt=\"Kelly Gingerich\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kelly Gingerich,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kelly Gingerich,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Iowa State University</p>\r\n<p>INTERNSHIP<br />Purdue University</p>\r\n<p>RESIDENCY<br />Purdue University</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: Purdue University</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kate Sycamore -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/kateSycamore.jpg\" alt=\"Kate Sycamore\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kate Sycamore,<br />BVSc, MANZCVSc, Diplomate, ACVIM (Internal Medicine)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kate Sycamore,<br />BVSc, MANZCVSc, Diplomate, ACVIM (Internal Medicine)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Massey University, New Zealand</p>\r\n<p>INTERNSHIP<br />Queensland Veterinary Specialists, Australia</p>\r\n<p>RESIDENCY<br />University of Georgia, Veterinary Teaching Hospital</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Donna S. Vicini -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/donnaVicini.jpg\" alt=\"Donna S. Vicini\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Donna S. Vicini,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Donna S. Vicini,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />After working as in internist for seven years in Saint Louis, Dr. Vicini spent four years in New York managing her own business as a consultant in veterinary internal medicine; then returned to Saint Louis and continued to see cases for veterinarians in their practices under the business title of Veterinary Internal Medicine Services.</p></div>\r\n</div>\r\n<h4><a name=\"neurology\"></a>NEUROLOGY/NEUROSURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Missy Carpentier -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/missyCarpentier.jpg\" alt=\"Missy Carpentier\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Missy Carpentier,<br />DVM, Neurology Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Ross University School of Veterinary Medicine, St. Kitts, West Indies</p>\r\n<p>ROTATING INTERNSHIP: SMALL ANIMAL MEDICINE<br />VCA Veterinary Referral and Emergency Center and VCA Shoreline Veterinary Referral and Emergency Center in Connecticut</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Carpentier worked as an Associate Veterinarian at a mixed animal hospital in northern Minnesota. After completing her internship, she became the post-doctorate fellow in the Comparative Neurology Program at the University of Missouri, College of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Fred Wininger -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/fredWininger.jpg\" alt=\"Fred Wininger\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Fred Wininger,<br />VMD, MS Diplomate ACVIM (Neurology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Fred Wininger,<br />VMD, MS Diplomate ACVIM (Neurology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Pennsylvania</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />University of Georgia</p>\r\n<p>RESIDENCY<br />Washington State University</p>\r\n<p>ADVANCED DEGREE<br />Washington State University</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following residency, Dr. Wininger joined the faculty at the University of Missouri and served as the attending neurosurgical clinician at the Veterinary Medical Teaching Hospital. He maintains an adjunct professor role at MU and remains an active member of the research and teaching program.</p></div>\r\n</div>\r\n<h4><a name=\"oncology\"></a>ONCOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Joanne C. Graham -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/joanneGraham.jpg\" alt=\"Joanne C. Graham\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Joanne C. Graham,<br />DVM, MS Diplomate, ACVIM (Oncology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Joanne C. Graham,<br />DVM, MS Diplomate, ACVIM (Oncology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Graham was on the faculties at Iowa State University College of Veterinary Medicine and at University of Illinois College of Veterinary Medicine, as well as in private practice in the Chicago area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Bonnie E. Smith -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/bonnieSmith.jpg\" alt=\"Bonnie E. Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Bonnie E. Smith,<br />DVM, Diplomate, ACVIM (Oncology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Bonnie E. Smith,<br />DVM, Diplomate, ACVIM (Oncology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Medical Center in New York City, New York</p>\r\n<p>RESIDENCY<br />Animal Medical Center in New York City, New York</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Taylor spent a year as an emergency veterinarian in Saint Louis before completing her residency.</p></div>\r\n</div>\r\n<h4><a name=\"radiology\"></a>RADIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kristen O\'Dell-Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/kristenODell.jpg\" alt=\"Kristen O\'Dell-Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen O\'Dell-Anderson,<br />DVM, MS Diplomate, ACVR</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen O\'Dell-Anderson,<br />DVM, MS Diplomate, ACVR</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Radiologists</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Wheat Ridge Animal Hospital in Denver, Colorado</p>\r\n<p>RESIDENCY<br />University of Illinois in Champaign-Urbana</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois in Champaign-Urbana</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following her residency, Dr. O\'Dell-Anderson stayed on at the University of Illinois as a professor of veterinary radiology before returning to Saint Louis.</p></div>\r\n</div>\r\n<h4><a name=\"surgery\"></a>SURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Mark Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/markAnderson.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Thomas Coletti -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/thomasColetti.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Mary Jean Gorse -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/maryjeanGorse.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- W. Wesley Kimberlin -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/wesKimberlin.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, Surgery Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, Surgery Resident</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Davida Rausch -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/davidaRausch.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Davida Rausch,<br />DVM, Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\r\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p></div>\r\n</div>\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2015-02-05 04:27:03','2015-02-05 04:27:03','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(321,1,'2015-02-05 04:28:26','2015-02-05 04:28:26','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4><a name=\"cardiology\"></a>CARDIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- H. Cecilia Marshall -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/ceciliaMarshall.jpg\" alt=\"H. Cecilia Marshall\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">H. Cecilia Marshall,<br />DVM, Diplomate, ACVIM (Cardiology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">H. Cecilia Marshall,<br />DVM, Diplomate, ACVIM (Cardiology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Cardiology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Angell Animal Medical Center in Boston, Massachusetts</p>\r\n<p>RESIDENCY<br />Angell Animal Medical Center in Boston, Massachusetts</p></div>\r\n</div>\r\n<h4><a name=\"emergencycriticalcare\"></a>EMERGENCY/CRITICAL CARE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Shannon Broyles -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/shannonBroyles.jpg\" alt=\"Shannon Broyles\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Shannon Broyles,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Shannon Broyles,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Broyles has over eight years of experience as a veterinarian at an emergency practice in Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kristen Dellacamera -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/kristenDellacamera.jpg\" alt=\"Kristen Dellacamera\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen Dellacamera,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen Dellacamera,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Jennifer M. Eisele -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/eisele.jpg\" alt=\"Jennifer M. Eisele\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Jennifer M. Eisele,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Jennifer M. Eisele,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Eisele spent five years in private practice in both Charlotte, North Carolina and Saint Louis before joining VSS.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Rebecca J. Greer -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/rebeccaGreer.jpg\" alt=\"Rebecca J. Greer\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Rebecca J. Greer,<br />DVM, MS Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Rebecca J. Greer,<br />DVM, MS Diplomate, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Emergency Center in Glendale, Wisconsin</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Greer spent five years as an assistant professor of biology at Union College in Lincoln, Nebraska and private practitioner before completing her internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Michael H. Karagiannis -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/MichaelKaragiannis.jpg\" alt=\"Michael H. Karagiannis\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Michael H. Karagiannis,<br />DVM, Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Michael H. Karagiannis,<br />DVM, Diplomate, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Timothy Koors -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/timKoors.jpg\" alt=\"Timothy Koors\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Timothy Koors,<br />DVM, Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Timothy Koors,<br />DVM, Diplomate, ACVECC</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>INTERNSHIP<br />Animal Emergency and Referral Center in Northbrook, Illinois</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Koors spent two years at an emergency practice in St. Louis before completing an internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- David Nichols -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/davidNichols.jpg\" alt=\"David Nichols\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">David Nichols,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">David Nichols,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />St. Matthew’s University</p>\r\n<p>CLINICAL ROTATION<br />North Carolina State University</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- M. Ryan Smith -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2013/12/ryanSmith.jpg\" alt=\"M. Ryan Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">M. Ryan Smith,<br />DVM, Emergency and Critical Care Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">M. Ryan Smith,<br />DVM, Emergency and Critical Care Resident</p>\r\n<p>VETERINARY COLLEGE<br />Louisiana State University</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Affiliated Veterinary Specialists in Orlando, Florida</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Prior to beginning residency, Dr. Smith spent two years practicing emergency medicine at a speciality practice in the New Orleans area.</p></div>\r\n</div>\r\n<h4><a name=\"internalmedicine\"></a>INTERNAL MEDICINE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kelly Gingerich -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/kellyGingerich.jpg\" alt=\"Kelly Gingerich\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kelly Gingerich,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kelly Gingerich,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Iowa State University</p>\r\n<p>INTERNSHIP<br />Purdue University</p>\r\n<p>RESIDENCY<br />Purdue University</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: Purdue University</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kate Sycamore -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/kateSycamore.jpg\" alt=\"Kate Sycamore\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kate Sycamore,<br />BVSc, MANZCVSc, Diplomate, ACVIM (Internal Medicine)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kate Sycamore,<br />BVSc, MANZCVSc, Diplomate, ACVIM (Internal Medicine)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Massey University, New Zealand</p>\r\n<p>INTERNSHIP<br />Queensland Veterinary Specialists, Australia</p>\r\n<p>RESIDENCY<br />University of Georgia, Veterinary Teaching Hospital</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Donna S. Vicini -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/donnaVicini.jpg\" alt=\"Donna S. Vicini\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Donna S. Vicini,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Donna S. Vicini,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />After working as in internist for seven years in Saint Louis, Dr. Vicini spent four years in New York managing her own business as a consultant in veterinary internal medicine; then returned to Saint Louis and continued to see cases for veterinarians in their practices under the business title of Veterinary Internal Medicine Services.</p></div>\r\n</div>\r\n<h4><a name=\"neurology\"></a>NEUROLOGY/NEUROSURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Missy Carpentier -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/missyCarpentier.jpg\" alt=\"Missy Carpentier\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Missy Carpentier,<br />DVM, Neurology Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Ross University School of Veterinary Medicine, St. Kitts, West Indies</p>\r\n<p>ROTATING INTERNSHIP: SMALL ANIMAL MEDICINE<br />VCA Veterinary Referral and Emergency Center and VCA Shoreline Veterinary Referral and Emergency Center in Connecticut</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Carpentier worked as an Associate Veterinarian at a mixed animal hospital in northern Minnesota. After completing her internship, she became the post-doctorate fellow in the Comparative Neurology Program at the University of Missouri, College of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Fred Wininger -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/fredWininger.jpg\" alt=\"Fred Wininger\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Fred Wininger,<br />VMD, MS Diplomate ACVIM (Neurology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Fred Wininger,<br />VMD, MS Diplomate ACVIM (Neurology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Pennsylvania</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />University of Georgia</p>\r\n<p>RESIDENCY<br />Washington State University</p>\r\n<p>ADVANCED DEGREE<br />Washington State University</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following residency, Dr. Wininger joined the faculty at the University of Missouri and served as the attending neurosurgical clinician at the Veterinary Medical Teaching Hospital. He maintains an adjunct professor role at MU and remains an active member of the research and teaching program.</p></div>\r\n</div>\r\n<h4><a name=\"oncology\"></a>ONCOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Joanne C. Graham -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/joanneGraham.jpg\" alt=\"Joanne C. Graham\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Joanne C. Graham,<br />DVM, MS Diplomate, ACVIM (Oncology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Joanne C. Graham,<br />DVM, MS Diplomate, ACVIM (Oncology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Graham was on the faculties at Iowa State University College of Veterinary Medicine and at University of Illinois College of Veterinary Medicine, as well as in private practice in the Chicago area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Bonnie E. Smith -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/bonnieSmith.jpg\" alt=\"Bonnie E. Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Bonnie E. Smith,<br />DVM, Diplomate, ACVIM (Oncology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Bonnie E. Smith,<br />DVM, Diplomate, ACVIM (Oncology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Medical Center in New York City, New York</p>\r\n<p>RESIDENCY<br />Animal Medical Center in New York City, New York</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Taylor spent a year as an emergency veterinarian in Saint Louis before completing her residency.</p></div>\r\n</div>\r\n<h4><a name=\"radiology\"></a>RADIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kristen O\'Dell-Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/kristenODell.jpg\" alt=\"Kristen O\'Dell-Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen O\'Dell-Anderson,<br />DVM, MS Diplomate, ACVR</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen O\'Dell-Anderson,<br />DVM, MS Diplomate, ACVR</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Radiologists</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Wheat Ridge Animal Hospital in Denver, Colorado</p>\r\n<p>RESIDENCY<br />University of Illinois in Champaign-Urbana</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois in Champaign-Urbana</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following her residency, Dr. O\'Dell-Anderson stayed on at the University of Illinois as a professor of veterinary radiology before returning to Saint Louis.</p></div>\r\n</div>\r\n<h4><a name=\"surgery\"></a>SURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Mark Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/markAnderson.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Thomas Coletti -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/thomasColetti.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Mary Jean Gorse -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/maryjeanGorse.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- W. Wesley Kimberlin -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/wesKimberlin.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, Surgery Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, Surgery Resident</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Davida Rausch -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/davidaRausch.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Davida Rausch,<br />DVM, Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\r\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p></div>\r\n</div>\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2015-02-05 04:28:26','2015-02-05 04:28:26','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(323,1,'2015-02-22 23:38:28','2015-02-22 23:38:28','','oncologyTechs','','inherit','open','open','','oncologytechs-2','','','2015-02-22 23:38:28','2015-02-22 23:38:28','',14,'http://dev.vssstl.com/wp-content/uploads/2013/12/oncologyTechs.jpg',0,'attachment','image/jpeg',0),(326,1,'2015-02-23 00:14:32','2015-02-23 00:14:32','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4><a name=\"cardiology\"></a>CARDIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- H. Cecilia Marshall -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/ceciliaMarshall.jpg\" alt=\"H. Cecilia Marshall\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">H. Cecilia Marshall,<br />DVM, Diplomate, ACVIM (Cardiology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">H. Cecilia Marshall,<br />DVM, Diplomate, ACVIM (Cardiology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Cardiology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Angell Animal Medical Center in Boston, Massachusetts</p>\r\n<p>RESIDENCY<br />Angell Animal Medical Center in Boston, Massachusetts</p></div>\r\n</div>\r\n<h4><a name=\"emergencycriticalcare\"></a>EMERGENCY/CRITICAL CARE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Shannon Broyles -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/shannonBroyles.jpg\" alt=\"Shannon Broyles\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Shannon Broyles,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Shannon Broyles,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Broyles has over eight years of experience as a veterinarian at an emergency practice in Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kristen Dellacamera -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/kristenDellacamera.jpg\" alt=\"Kristen Dellacamera\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen Dellacamera,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen Dellacamera,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Jennifer M. Eisele -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/eisele.jpg\" alt=\"Jennifer M. Eisele\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Jennifer M. Eisele,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Jennifer M. Eisele,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Eisele spent five years in private practice in both Charlotte, North Carolina and Saint Louis before joining VSS.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Rebecca J. Greer -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/rebeccaGreer.jpg\" alt=\"Rebecca J. Greer\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Rebecca J. Greer,<br />DVM, MS Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Rebecca J. Greer,<br />DVM, MS Diplomate, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Emergency Center in Glendale, Wisconsin</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Greer spent five years as an assistant professor of biology at Union College in Lincoln, Nebraska and private practitioner before completing her internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Michael H. Karagiannis -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/MichaelKaragiannis.jpg\" alt=\"Michael H. Karagiannis\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Michael H. Karagiannis,<br />DVM, Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Michael H. Karagiannis,<br />DVM, Diplomate, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Timothy Koors -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/timKoors.jpg\" alt=\"Timothy Koors\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Timothy Koors,<br />DVM, Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Timothy Koors,<br />DVM, Diplomate, ACVECC</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>INTERNSHIP<br />Animal Emergency and Referral Center in Northbrook, Illinois</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Koors spent two years at an emergency practice in St. Louis before completing an internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- David Nichols -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/davidNichols.jpg\" alt=\"David Nichols\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">David Nichols,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">David Nichols,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />St. Matthew’s University</p>\r\n<p>CLINICAL ROTATION<br />North Carolina State University</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Robin Sherman -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Robin Sherman\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Robin Sherman,<br />DVM, Critical Care Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Robin Sherman,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br /> </p>\r\n<p>CLINICAL ROTATION<br /> </p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- M. Ryan Smith -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2013/12/ryanSmith.jpg\" alt=\"M. Ryan Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">M. Ryan Smith,<br />DVM, Emergency and Critical Care Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">M. Ryan Smith,<br />DVM, Emergency and Critical Care Resident</p>\r\n<p>VETERINARY COLLEGE<br />Louisiana State University</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Affiliated Veterinary Specialists in Orlando, Florida</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Prior to beginning residency, Dr. Smith spent two years practicing emergency medicine at a speciality practice in the New Orleans area.</p></div>\r\n</div>\r\n<h4><a name=\"internalmedicine\"></a>INTERNAL MEDICINE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kelly Gingerich -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/kellyGingerich.jpg\" alt=\"Kelly Gingerich\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kelly Gingerich,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kelly Gingerich,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Iowa State University</p>\r\n<p>INTERNSHIP<br />Purdue University</p>\r\n<p>RESIDENCY<br />Purdue University</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: Purdue University</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kate Sycamore -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/kateSycamore.jpg\" alt=\"Kate Sycamore\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kate Sycamore,<br />BVSc, MANZCVSc, Diplomate, ACVIM (Internal Medicine)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kate Sycamore,<br />BVSc, MANZCVSc, Diplomate, ACVIM (Internal Medicine)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Massey University, New Zealand</p>\r\n<p>INTERNSHIP<br />Queensland Veterinary Specialists, Australia</p>\r\n<p>RESIDENCY<br />University of Georgia, Veterinary Teaching Hospital</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Donna S. Vicini -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/donnaVicini.jpg\" alt=\"Donna S. Vicini\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Donna S. Vicini,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Donna S. Vicini,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />After working as in internist for seven years in Saint Louis, Dr. Vicini spent four years in New York managing her own business as a consultant in veterinary internal medicine; then returned to Saint Louis and continued to see cases for veterinarians in their practices under the business title of Veterinary Internal Medicine Services.</p></div>\r\n</div>\r\n<h4><a name=\"neurology\"></a>NEUROLOGY/NEUROSURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Missy Carpentier -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/missyCarpentier.jpg\" alt=\"Missy Carpentier\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Missy Carpentier,<br />DVM, Neurology Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Ross University School of Veterinary Medicine, St. Kitts, West Indies</p>\r\n<p>ROTATING INTERNSHIP: SMALL ANIMAL MEDICINE<br />VCA Veterinary Referral and Emergency Center and VCA Shoreline Veterinary Referral and Emergency Center in Connecticut</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Carpentier worked as an Associate Veterinarian at a mixed animal hospital in northern Minnesota. After completing her internship, she became the post-doctorate fellow in the Comparative Neurology Program at the University of Missouri, College of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Fred Wininger -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/fredWininger.jpg\" alt=\"Fred Wininger\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Fred Wininger,<br />VMD, MS Diplomate ACVIM (Neurology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Fred Wininger,<br />VMD, MS Diplomate ACVIM (Neurology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Pennsylvania</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />University of Georgia</p>\r\n<p>RESIDENCY<br />Washington State University</p>\r\n<p>ADVANCED DEGREE<br />Washington State University</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following residency, Dr. Wininger joined the faculty at the University of Missouri and served as the attending neurosurgical clinician at the Veterinary Medical Teaching Hospital. He maintains an adjunct professor role at MU and remains an active member of the research and teaching program.</p></div>\r\n</div>\r\n<h4><a name=\"oncology\"></a>ONCOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Joanne C. Graham -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/joanneGraham.jpg\" alt=\"Joanne C. Graham\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Joanne C. Graham,<br />DVM, MS Diplomate, ACVIM (Oncology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Joanne C. Graham,<br />DVM, MS Diplomate, ACVIM (Oncology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Graham was on the faculties at Iowa State University College of Veterinary Medicine and at University of Illinois College of Veterinary Medicine, as well as in private practice in the Chicago area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Bonnie E. Smith -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/bonnieSmith.jpg\" alt=\"Bonnie E. Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Bonnie E. Smith,<br />DVM, Diplomate, ACVIM (Oncology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Bonnie E. Smith,<br />DVM, Diplomate, ACVIM (Oncology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Medical Center in New York City, New York</p>\r\n<p>RESIDENCY<br />Animal Medical Center in New York City, New York</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Taylor spent a year as an emergency veterinarian in Saint Louis before completing her residency.</p></div>\r\n</div>\r\n<h4><a name=\"radiology\"></a>RADIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kristen O\'Dell-Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/kristenODell.jpg\" alt=\"Kristen O\'Dell-Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen O\'Dell-Anderson,<br />DVM, MS Diplomate, ACVR</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen O\'Dell-Anderson,<br />DVM, MS Diplomate, ACVR</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Radiologists</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Wheat Ridge Animal Hospital in Denver, Colorado</p>\r\n<p>RESIDENCY<br />University of Illinois in Champaign-Urbana</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois in Champaign-Urbana</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following her residency, Dr. O\'Dell-Anderson stayed on at the University of Illinois as a professor of veterinary radiology before returning to Saint Louis.</p></div>\r\n</div>\r\n<h4><a name=\"surgery\"></a>SURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Mark Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/markAnderson.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Thomas Coletti -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/thomasColetti.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Mary Jean Gorse -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/maryjeanGorse.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- W. Wesley Kimberlin -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/wesKimberlin.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, Surgery Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, Surgery Resident</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Davida Rausch -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/davidaRausch.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Davida Rausch,<br />DVM, Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\r\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p></div>\r\n</div>\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2015-02-23 00:14:32','2015-02-23 00:14:32','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(327,1,'2015-02-23 00:19:00','2015-02-23 00:19:00','','rebeccaGreer','','inherit','open','open','','rebeccagreer-2','','','2015-02-23 00:19:00','2015-02-23 00:19:00','',18,'http://dev.vssstl.com/wp-content/uploads/2013/12/rebeccaGreer.jpg',0,'attachment','image/jpeg',0),(328,1,'2015-02-23 00:19:54','2015-02-23 00:19:54','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4><a name=\"cardiology\"></a>CARDIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- H. Cecilia Marshall -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/ceciliaMarshall.jpg\" alt=\"H. Cecilia Marshall\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">H. Cecilia Marshall,<br />DVM, Diplomate, ACVIM (Cardiology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">H. Cecilia Marshall,<br />DVM, Diplomate, ACVIM (Cardiology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Cardiology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Angell Animal Medical Center in Boston, Massachusetts</p>\r\n<p>RESIDENCY<br />Angell Animal Medical Center in Boston, Massachusetts</p></div>\r\n</div>\r\n<h4><a name=\"emergencycriticalcare\"></a>EMERGENCY/CRITICAL CARE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Shannon Broyles -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/shannonBroyles.jpg\" alt=\"Shannon Broyles\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Shannon Broyles,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Shannon Broyles,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Broyles has over eight years of experience as a veterinarian at an emergency practice in Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kristen Dellacamera -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/kristenDellacamera.jpg\" alt=\"Kristen Dellacamera\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen Dellacamera,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen Dellacamera,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Jennifer M. Eisele -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/eisele.jpg\" alt=\"Jennifer M. Eisele\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Jennifer M. Eisele,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Jennifer M. Eisele,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Eisele spent five years in private practice in both Charlotte, North Carolina and Saint Louis before joining VSS.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Rebecca J. Greer -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2013/12/rebeccaGreer.jpg\" alt=\"Rebecca J. Greer\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Rebecca J. Greer,<br />DVM, MS Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Rebecca J. Greer,<br />DVM, MS Diplomate, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Emergency Center in Glendale, Wisconsin</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Greer spent five years as an assistant professor of biology at Union College in Lincoln, Nebraska and private practitioner before completing her internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Michael H. Karagiannis -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/MichaelKaragiannis.jpg\" alt=\"Michael H. Karagiannis\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Michael H. Karagiannis,<br />DVM, Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Michael H. Karagiannis,<br />DVM, Diplomate, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Timothy Koors -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/timKoors.jpg\" alt=\"Timothy Koors\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Timothy Koors,<br />DVM, Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Timothy Koors,<br />DVM, Diplomate, ACVECC</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>INTERNSHIP<br />Animal Emergency and Referral Center in Northbrook, Illinois</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Koors spent two years at an emergency practice in St. Louis before completing an internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- David Nichols -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/davidNichols.jpg\" alt=\"David Nichols\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">David Nichols,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">David Nichols,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />St. Matthew’s University</p>\r\n<p>CLINICAL ROTATION<br />North Carolina State University</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Robin Sherman -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2013/12/doctorPhoto.jpg\" alt=\"Robin Sherman\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Robin Sherman,<br />DVM, Critical Care Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Robin Sherman,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br /> </p>\r\n<p>CLINICAL ROTATION<br /> </p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- M. Ryan Smith -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2013/12/ryanSmith.jpg\" alt=\"M. Ryan Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">M. Ryan Smith,<br />DVM, Emergency and Critical Care Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">M. Ryan Smith,<br />DVM, Emergency and Critical Care Resident</p>\r\n<p>VETERINARY COLLEGE<br />Louisiana State University</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Affiliated Veterinary Specialists in Orlando, Florida</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Prior to beginning residency, Dr. Smith spent two years practicing emergency medicine at a speciality practice in the New Orleans area.</p></div>\r\n</div>\r\n<h4><a name=\"internalmedicine\"></a>INTERNAL MEDICINE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kelly Gingerich -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/kellyGingerich.jpg\" alt=\"Kelly Gingerich\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kelly Gingerich,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kelly Gingerich,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Iowa State University</p>\r\n<p>INTERNSHIP<br />Purdue University</p>\r\n<p>RESIDENCY<br />Purdue University</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: Purdue University</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kate Sycamore -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/kateSycamore.jpg\" alt=\"Kate Sycamore\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kate Sycamore,<br />BVSc, MANZCVSc, Diplomate, ACVIM (Internal Medicine)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kate Sycamore,<br />BVSc, MANZCVSc, Diplomate, ACVIM (Internal Medicine)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Massey University, New Zealand</p>\r\n<p>INTERNSHIP<br />Queensland Veterinary Specialists, Australia</p>\r\n<p>RESIDENCY<br />University of Georgia, Veterinary Teaching Hospital</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Donna S. Vicini -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/donnaVicini.jpg\" alt=\"Donna S. Vicini\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Donna S. Vicini,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Donna S. Vicini,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />After working as in internist for seven years in Saint Louis, Dr. Vicini spent four years in New York managing her own business as a consultant in veterinary internal medicine; then returned to Saint Louis and continued to see cases for veterinarians in their practices under the business title of Veterinary Internal Medicine Services.</p></div>\r\n</div>\r\n<h4><a name=\"neurology\"></a>NEUROLOGY/NEUROSURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Missy Carpentier -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/missyCarpentier.jpg\" alt=\"Missy Carpentier\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Missy Carpentier,<br />DVM, Neurology Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Ross University School of Veterinary Medicine, St. Kitts, West Indies</p>\r\n<p>ROTATING INTERNSHIP: SMALL ANIMAL MEDICINE<br />VCA Veterinary Referral and Emergency Center and VCA Shoreline Veterinary Referral and Emergency Center in Connecticut</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Carpentier worked as an Associate Veterinarian at a mixed animal hospital in northern Minnesota. After completing her internship, she became the post-doctorate fellow in the Comparative Neurology Program at the University of Missouri, College of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Fred Wininger -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/fredWininger.jpg\" alt=\"Fred Wininger\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Fred Wininger,<br />VMD, MS Diplomate ACVIM (Neurology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Fred Wininger,<br />VMD, MS Diplomate ACVIM (Neurology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Pennsylvania</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />University of Georgia</p>\r\n<p>RESIDENCY<br />Washington State University</p>\r\n<p>ADVANCED DEGREE<br />Washington State University</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following residency, Dr. Wininger joined the faculty at the University of Missouri and served as the attending neurosurgical clinician at the Veterinary Medical Teaching Hospital. He maintains an adjunct professor role at MU and remains an active member of the research and teaching program.</p></div>\r\n</div>\r\n<h4><a name=\"oncology\"></a>ONCOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Joanne C. Graham -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/joanneGraham.jpg\" alt=\"Joanne C. Graham\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Joanne C. Graham,<br />DVM, MS Diplomate, ACVIM (Oncology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Joanne C. Graham,<br />DVM, MS Diplomate, ACVIM (Oncology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Graham was on the faculties at Iowa State University College of Veterinary Medicine and at University of Illinois College of Veterinary Medicine, as well as in private practice in the Chicago area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Bonnie E. Smith -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/bonnieSmith.jpg\" alt=\"Bonnie E. Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Bonnie E. Smith,<br />DVM, Diplomate, ACVIM (Oncology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Bonnie E. Smith,<br />DVM, Diplomate, ACVIM (Oncology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Medical Center in New York City, New York</p>\r\n<p>RESIDENCY<br />Animal Medical Center in New York City, New York</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Taylor spent a year as an emergency veterinarian in Saint Louis before completing her residency.</p></div>\r\n</div>\r\n<h4><a name=\"radiology\"></a>RADIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kristen O\'Dell-Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/kristenODell.jpg\" alt=\"Kristen O\'Dell-Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen O\'Dell-Anderson,<br />DVM, MS Diplomate, ACVR</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen O\'Dell-Anderson,<br />DVM, MS Diplomate, ACVR</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Radiologists</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Wheat Ridge Animal Hospital in Denver, Colorado</p>\r\n<p>RESIDENCY<br />University of Illinois in Champaign-Urbana</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois in Champaign-Urbana</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following her residency, Dr. O\'Dell-Anderson stayed on at the University of Illinois as a professor of veterinary radiology before returning to Saint Louis.</p></div>\r\n</div>\r\n<h4><a name=\"surgery\"></a>SURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Mark Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/markAnderson.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Thomas Coletti -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/thomasColetti.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Mary Jean Gorse -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/maryjeanGorse.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- W. Wesley Kimberlin -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/wesKimberlin.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, Surgery Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, Surgery Resident</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Davida Rausch -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/davidaRausch.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Davida Rausch,<br />DVM, Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\r\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p></div>\r\n</div>\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2015-02-23 00:19:54','2015-02-23 00:19:54','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(329,1,'2015-02-23 03:31:53','2015-02-23 03:31:53','<div id=\"ClientResources\">\r\n <h3 class=\"title\">Veterinary Links And Resources</h3>\r\n <h6>PROFESSIONAL ORGANIZATIONS</h6>\r\n <p>\r\n <a href=\"http://www.acvs.org\">American College of Veterinary Surgeons</a><br>\r\n <a href=\"http://www.acvim.org\">American College of Veterinary Internal Medicine</a><br>\r\n <a href=\"http://www.acvecc.org\">American College of Veterinary Emergency and Critical Care</a><br>\r\n <a href=\"http://www.veccs.org\">Veterinary Emergency and Critical Care</a><br>\r\n <a href=\"http://www.mvma.us\">Missouri Veterinary Medical Association</a><br>\r\n <a href=\"http://www.avma.org\">American Veterinary Medical Association</a>\r\n </p>\r\n\r\n <h3 class=\"title\">Client And Resources</h3>\r\n <h6>CARDIOLOGY DOCUMENTS - (.doc files)</h6>\r\n <p>\r\n <a href=\"/wp-content/uploads/2015/05/Amiodarone.doc\">Amiodarone</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Amlodipine.doc\">Amlodipine</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Arrhythmias.doc\">Arrhythmias</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/AS-in-Cats.doc\">AS in Cats</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/AS-SAS-in-Dogs.doc\">AS-SAS in Dogs</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/ASDs-in-Cats.doc\">ASDs in Cats</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/ASDs-in-Dogs.doc\">ASDs in Dogs</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/ATE-in-Cats.doc\">ATE in Cats</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Atenolol.doc\">Atenolol</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Benazepril.doc\">Benazepril</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/CHF-in-Dogs.doc\">CHF in Dogs</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Chylothorax-in-Cats.doc\">Chylothorax in Cats</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Chylothorax-in-Dogs.doc\">Chylothorax in Dogs</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/CVD-in-Dogs.doc\">CVD in Dogs</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/DCM-in-Cats.doc\">DCM in Cats</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/DCM-in-Dogs.doc\">DCM in Dogs</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Digoxin.doc\">Digoxin</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Enalapril.doc\">Enalapril</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Endocarditis-in-Cats.doc\">Endocarditis in Cats</a>\r\n <a href=\"/wp-content/uploads/2015/05/Endocarditis-in-Dogs.doc\">Endocarditis in Dogs</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Furosemide.doc\">Furosemide</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/HCM-in-Cats.doc\">HCM in Cats</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Htwm-Dz-in-Cats.doc\">Htwm Dz in Cats</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Htwm-Dz-in-Dogs.doc\">Htwm Dz in Dogs</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Hydralazine.doc\">Hydralazine</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Hydrochlorothiazide.doc\">Hydrochlorothiazide</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Mexiletine.doc\">Mexiletine</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/MVD-in-Cats.doc\">MVD in Cats</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/MVD-in-Dogs.doc\">MVD in Dogs</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/PDAs-in-Dogs.doc\">PDAs in Dogs</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/PH.doc\">PH</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Pimobendan.doc\">Pimobendan</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Procainamide.doc\">Procainamide</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/PS-in-Cats.doc\">PS in Cats</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/PS-in-Dogs.doc\">PS in Dogs</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/RCM-in-Cats.doc\">RCM in Cats</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Sotalol.doc\">Sotalol</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Spironolactone.doc\">Spironolactone</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/TVD-in-Cats.doc\">TVD in Cats</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/TVD-in-Dogs.doc\">TVD in Dogs</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/VSDs-in-Cats.doc\">VSDs in Cats</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/VSDs-in-Dogs.doc\">VSDs in Dogs</a><br>\r\n\r\n </p>\r\n</div>','Vet Resources','','publish','open','open','','vet-resources','','','2015-05-14 04:09:48','2015-05-14 04:09:48','',0,'http://dev.vssstl.com/?page_id=329',0,'page','',0),(330,1,'2015-02-23 03:31:53','2015-02-23 03:31:53','','Vet Resources','','inherit','open','open','','329-revision-v1','','','2015-02-23 03:31:53','2015-02-23 03:31:53','',329,'http://dev.vssstl.com/index.php/329-revision-v1/',0,'revision','',0),(331,1,'2015-02-23 03:32:35','2015-02-23 03:32:35',' ','','','publish','open','open','','331','','','2015-02-23 03:32:35','2015-02-23 03:32:35','',0,'http://dev.vssstl.com/?p=331',6,'nav_menu_item','',0),(332,1,'2015-02-23 03:45:05','2015-02-23 03:45:05','<div id=\"ClientResources\">\r\n <h3 class=\"title\">Veterinary Links And Resources</h3>\r\n <h6>PROFESSIONAL ORGANIZATIONS</h6>\r\n <p>\r\n <a href=\"http://www.acvs.org\">American College of Veterinary Surgeons</a><br>\r\n <a href=\"http://www.acvim.org\">American College of Veterinary Internal Medicine</a><br>\r\n <a href=\"http://www.acvecc.org\">American College of Veterinary Emergency and Critical Care</a><br>\r\n <a href=\"http://www.veccs.org\">Veterinary Emergency and Critical Care</a><br>\r\n <a href=\"http://www.mvma.us\">Missouri Veterinary Medical Association</a><br>\r\n <a href=\"http://www.avma.org\">American Veterinary Medical Association</a>\r\n </p>\r\n</div>','Vet Resources','','inherit','open','open','','329-revision-v1','','','2015-02-23 03:45:05','2015-02-23 03:45:05','',329,'http://dev.vssstl.com/index.php/329-revision-v1/',0,'revision','',0),(334,1,'2015-02-23 03:52:01','2015-02-23 03:52:01','','dogInBed','','inherit','open','open','','doginbed','','','2015-02-23 03:52:01','2015-02-23 03:52:01','',5,'http://dev.vssstl.com/wp-content/uploads/2013/12/dogInBed.jpg',0,'attachment','image/jpeg',0),(335,1,'2015-02-23 03:52:19','2015-02-23 03:52:19','Founded in 1994 by Mary Jean Gorse DVM, MS, DACVS, and Mark Anderson DVM, MS, DACVS, who joined the facility in 1996, VSS has grown during the past 15 years and today includes a team of highly qualified and experienced board certified specialists.\r\n\r\n<a name=\"veterinaryspecialists\"></a>\r\n<h6>VETERINARY SPECIALISTS</h6>\r\nBoard certified specialists are veterinarians who have advanced their training beyond the four years required to receive a doctor in veterinary medicine (DVM) degree. Many specialists complete a year-long internship, a three-year residency, and a rigorous examination in order to become a diplomate in one of the 19 specialty colleges recognized by the American Veterinary Medical Association (AVMA).\r\nVSS doctors are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/recoveryTechs.jpg\" />\r\n<a name=\"refereralonlypractice\"></a>\r\n<h6>VSS: REFERRAL-ONLY PRACTICE</h6>\r\nAt VSS, we strive to keep current with all the advancements in technology and health care available for pets. That\'s why when primary care veterinarians need assistance in diagnosing and treating a pet\'s health problem, they feel good about referring the animal and its owner to our facility. VSS respects the bond that forms between pet owners and their veterinarians. Through every referral process, we strive to provide our clients with the same kind of personal service and care they receive from their primary veterinarians. Our specialty departments are available by appointment, Monday through Friday.\r\n\r\n<a name=\"animalcareteam\"></a>\r\n<h6>VSS ANIMAL CARE TEAM</h6>\r\nIn addition to specialists, our animal care team includes well trained nurses, technicians, assistants, and office staff who are committed to enhancing every pet\'s quality of life. After initially evaluating a pet and its problem, we provide the owner a complete list and thorough explanation of every diagnostic and treatment option available. We share this same information with the pet\'s primary care veterinarian. Using a team approach to patient care and case management helps us ensure a positive health care experience for pets and their owners.\r\n\r\n<img src=\"/wp-content/uploads/2013/12/dogInBed.jpg\" alt=\"dog\" width=\"700\" height=\"500\" class=\"alignnone size-full wp-image-334\" />\r\n<a name=\"emergencycare\"></a>\r\n<h6>VSS EMERGENCY CARE</h6>\r\nIf a pet requires urgent care when its veterinarian\'s office is closed, our staff at VSS Emergency Center is always available and committed to providing the same exemplary care we provide referred pets. The VSS Emergency Center offers after-hours admissions and 24-hour inpatient care, including weekends and holidays. Our emergency care specialists collaborate with primary veterinarians to ensure that pets receive care that is appropriate and effective.\r\n\r\n<a name=\"whatmakesvssspecial\"></a>\r\n<h6>WHAT MAKES VSS SPECIAL</h6>\r\nA spiral CT scanner, digital radiography, ultrasonagraphy, complete endoscopy services, and respiratory ventilation therapy are just a few of the technologies adapted from the human field of medicine and used at Veterinary Specialty Services. In addition, we have four enclosed surgical suites with complete anesthetic monitoring equipment. At VSS, we value the long term relationships we have built with referring veterinarians, clients, and their companion pets. As we continue to expand our services, we remain committed to maintaining the highest standards possible in health care delivery.','About Us','','inherit','open','open','','5-revision-v1','','','2015-02-23 03:52:19','2015-02-23 03:52:19','',5,'http://dev.vssstl.com/index.php/5-revision-v1/',0,'revision','',0),(336,1,'2015-02-23 04:11:48','2015-02-23 04:11:48','','actionShot','','inherit','open','open','','actionshot','','','2015-02-23 04:11:48','2015-02-23 04:11:48','',5,'http://dev.vssstl.com/wp-content/uploads/2013/12/actionShot.jpg',0,'attachment','image/jpeg',0),(337,1,'2015-02-23 04:12:07','2015-02-23 04:12:07','Founded in 1994 by Mary Jean Gorse DVM, MS, DACVS, and Mark Anderson DVM, MS, DACVS, who joined the facility in 1996, VSS has grown during the past 15 years and today includes a team of highly qualified and experienced board certified specialists.\r\n\r\n<a name=\"veterinaryspecialists\"></a>\r\n<h6>VETERINARY SPECIALISTS</h6>\r\nBoard certified specialists are veterinarians who have advanced their training beyond the four years required to receive a doctor in veterinary medicine (DVM) degree. Many specialists complete a year-long internship, a three-year residency, and a rigorous examination in order to become a diplomate in one of the 19 specialty colleges recognized by the American Veterinary Medical Association (AVMA).\r\nVSS doctors are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n\r\n<img src=\"/wp-content/uploads/2013/12/actionShot.jpg\" alt=\"VSS\" width=\"700\" height=\"500\" class=\"alignnone size-full wp-image-336\" />\r\n<a name=\"refereralonlypractice\"></a>\r\n<h6>VSS: REFERRAL-ONLY PRACTICE</h6>\r\nAt VSS, we strive to keep current with all the advancements in technology and health care available for pets. That\'s why when primary care veterinarians need assistance in diagnosing and treating a pet\'s health problem, they feel good about referring the animal and its owner to our facility. VSS respects the bond that forms between pet owners and their veterinarians. Through every referral process, we strive to provide our clients with the same kind of personal service and care they receive from their primary veterinarians. Our specialty departments are available by appointment, Monday through Friday.\r\n\r\n<img src=\"/wp-content/uploads/2014/11/recoveryTechs.jpg\" />\r\n<a name=\"animalcareteam\"></a>\r\n<h6>VSS ANIMAL CARE TEAM</h6>\r\nIn addition to specialists, our animal care team includes well trained nurses, technicians, assistants, and office staff who are committed to enhancing every pet\'s quality of life. After initially evaluating a pet and its problem, we provide the owner a complete list and thorough explanation of every diagnostic and treatment option available. We share this same information with the pet\'s primary care veterinarian. Using a team approach to patient care and case management helps us ensure a positive health care experience for pets and their owners.\r\n\r\n<a name=\"emergencycare\"></a>\r\n<h6>VSS EMERGENCY CARE</h6>\r\nIf a pet requires urgent care when its veterinarian\'s office is closed, our staff at VSS Emergency Center is always available and committed to providing the same exemplary care we provide referred pets. The VSS Emergency Center offers after-hours admissions and 24-hour inpatient care, including weekends and holidays. Our emergency care specialists collaborate with primary veterinarians to ensure that pets receive care that is appropriate and effective.\r\n\r\n<img src=\"/wp-content/uploads/2013/12/dogInBed.jpg\" alt=\"dog\" width=\"700\" height=\"500\" class=\"alignnone size-full wp-image-334\" />\r\n<a name=\"whatmakesvssspecial\"></a>\r\n<h6>WHAT MAKES VSS SPECIAL</h6>\r\nA spiral CT scanner, digital radiography, ultrasonagraphy, complete endoscopy services, and respiratory ventilation therapy are just a few of the technologies adapted from the human field of medicine and used at Veterinary Specialty Services. In addition, we have four enclosed surgical suites with complete anesthetic monitoring equipment. At VSS, we value the long term relationships we have built with referring veterinarians, clients, and their companion pets. As we continue to expand our services, we remain committed to maintaining the highest standards possible in health care delivery.','About Us','','inherit','open','open','','5-revision-v1','','','2015-02-23 04:12:07','2015-02-23 04:12:07','',5,'http://dev.vssstl.com/index.php/5-revision-v1/',0,'revision','',0),(338,1,'2015-02-23 04:18:18','2015-02-23 04:18:18','','robinSherman','','inherit','open','open','','robinsherman-2','','','2015-02-23 04:18:18','2015-02-23 04:18:18','',18,'http://dev.vssstl.com/wp-content/uploads/2013/12/robinSherman.jpg',0,'attachment','image/jpeg',0),(339,1,'2015-02-23 04:19:22','2015-02-23 04:19:22','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4><a name=\"cardiology\"></a>CARDIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- H. Cecilia Marshall -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/ceciliaMarshall.jpg\" alt=\"H. Cecilia Marshall\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">H. Cecilia Marshall,<br />DVM, Diplomate, ACVIM (Cardiology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">H. Cecilia Marshall,<br />DVM, Diplomate, ACVIM (Cardiology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Cardiology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Angell Animal Medical Center in Boston, Massachusetts</p>\r\n<p>RESIDENCY<br />Angell Animal Medical Center in Boston, Massachusetts</p></div>\r\n</div>\r\n<h4><a name=\"emergencycriticalcare\"></a>EMERGENCY/CRITICAL CARE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Shannon Broyles -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/shannonBroyles.jpg\" alt=\"Shannon Broyles\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Shannon Broyles,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Shannon Broyles,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Broyles has over eight years of experience as a veterinarian at an emergency practice in Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kristen Dellacamera -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/kristenDellacamera.jpg\" alt=\"Kristen Dellacamera\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen Dellacamera,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen Dellacamera,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Jennifer M. Eisele -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/eisele.jpg\" alt=\"Jennifer M. Eisele\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Jennifer M. Eisele,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Jennifer M. Eisele,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Eisele spent five years in private practice in both Charlotte, North Carolina and Saint Louis before joining VSS.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Rebecca J. Greer -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2013/12/rebeccaGreer.jpg\" alt=\"Rebecca J. Greer\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Rebecca J. Greer,<br />DVM, MS Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Rebecca J. Greer,<br />DVM, MS Diplomate, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Emergency Center in Glendale, Wisconsin</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Greer spent five years as an assistant professor of biology at Union College in Lincoln, Nebraska and private practitioner before completing her internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Michael H. Karagiannis -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/MichaelKaragiannis.jpg\" alt=\"Michael H. Karagiannis\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Michael H. Karagiannis,<br />DVM, Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Michael H. Karagiannis,<br />DVM, Diplomate, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Timothy Koors -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/timKoors.jpg\" alt=\"Timothy Koors\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Timothy Koors,<br />DVM, Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Timothy Koors,<br />DVM, Diplomate, ACVECC</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>INTERNSHIP<br />Animal Emergency and Referral Center in Northbrook, Illinois</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Koors spent two years at an emergency practice in St. Louis before completing an internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- David Nichols -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/davidNichols.jpg\" alt=\"David Nichols\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">David Nichols,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">David Nichols,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />St. Matthew’s University</p>\r\n<p>CLINICAL ROTATION<br />North Carolina State University</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Robin Sherman -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2013/12/robinSherman.jpg\" alt=\"Robin Sherman\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Robin Sherman,<br />DVM, Critical Care Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Robin Sherman,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br /> </p>\r\n<p>CLINICAL ROTATION<br /> </p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- M. Ryan Smith -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2013/12/ryanSmith.jpg\" alt=\"M. Ryan Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">M. Ryan Smith,<br />DVM, Emergency and Critical Care Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">M. Ryan Smith,<br />DVM, Emergency and Critical Care Resident</p>\r\n<p>VETERINARY COLLEGE<br />Louisiana State University</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Affiliated Veterinary Specialists in Orlando, Florida</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Prior to beginning residency, Dr. Smith spent two years practicing emergency medicine at a speciality practice in the New Orleans area.</p></div>\r\n</div>\r\n<h4><a name=\"internalmedicine\"></a>INTERNAL MEDICINE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kelly Gingerich -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/kellyGingerich.jpg\" alt=\"Kelly Gingerich\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kelly Gingerich,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kelly Gingerich,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Iowa State University</p>\r\n<p>INTERNSHIP<br />Purdue University</p>\r\n<p>RESIDENCY<br />Purdue University</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: Purdue University</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kate Sycamore -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/kateSycamore.jpg\" alt=\"Kate Sycamore\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kate Sycamore,<br />BVSc, MANZCVSc, Diplomate, ACVIM (Internal Medicine)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kate Sycamore,<br />BVSc, MANZCVSc, Diplomate, ACVIM (Internal Medicine)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Massey University, New Zealand</p>\r\n<p>INTERNSHIP<br />Queensland Veterinary Specialists, Australia</p>\r\n<p>RESIDENCY<br />University of Georgia, Veterinary Teaching Hospital</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Donna S. Vicini -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/donnaVicini.jpg\" alt=\"Donna S. Vicini\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Donna S. Vicini,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Donna S. Vicini,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />After working as in internist for seven years in Saint Louis, Dr. Vicini spent four years in New York managing her own business as a consultant in veterinary internal medicine; then returned to Saint Louis and continued to see cases for veterinarians in their practices under the business title of Veterinary Internal Medicine Services.</p></div>\r\n</div>\r\n<h4><a name=\"neurology\"></a>NEUROLOGY/NEUROSURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Missy Carpentier -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/missyCarpentier.jpg\" alt=\"Missy Carpentier\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Missy Carpentier,<br />DVM, Neurology Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Ross University School of Veterinary Medicine, St. Kitts, West Indies</p>\r\n<p>ROTATING INTERNSHIP: SMALL ANIMAL MEDICINE<br />VCA Veterinary Referral and Emergency Center and VCA Shoreline Veterinary Referral and Emergency Center in Connecticut</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Carpentier worked as an Associate Veterinarian at a mixed animal hospital in northern Minnesota. After completing her internship, she became the post-doctorate fellow in the Comparative Neurology Program at the University of Missouri, College of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Fred Wininger -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/fredWininger.jpg\" alt=\"Fred Wininger\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Fred Wininger,<br />VMD, MS Diplomate ACVIM (Neurology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Fred Wininger,<br />VMD, MS Diplomate ACVIM (Neurology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Pennsylvania</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />University of Georgia</p>\r\n<p>RESIDENCY<br />Washington State University</p>\r\n<p>ADVANCED DEGREE<br />Washington State University</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following residency, Dr. Wininger joined the faculty at the University of Missouri and served as the attending neurosurgical clinician at the Veterinary Medical Teaching Hospital. He maintains an adjunct professor role at MU and remains an active member of the research and teaching program.</p></div>\r\n</div>\r\n<h4><a name=\"oncology\"></a>ONCOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Joanne C. Graham -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/joanneGraham.jpg\" alt=\"Joanne C. Graham\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Joanne C. Graham,<br />DVM, MS Diplomate, ACVIM (Oncology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Joanne C. Graham,<br />DVM, MS Diplomate, ACVIM (Oncology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Graham was on the faculties at Iowa State University College of Veterinary Medicine and at University of Illinois College of Veterinary Medicine, as well as in private practice in the Chicago area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Bonnie E. Smith -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/bonnieSmith.jpg\" alt=\"Bonnie E. Smith\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Bonnie E. Smith,<br />DVM, Diplomate, ACVIM (Oncology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Bonnie E. Smith,<br />DVM, Diplomate, ACVIM (Oncology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Medical Center in New York City, New York</p>\r\n<p>RESIDENCY<br />Animal Medical Center in New York City, New York</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Taylor spent a year as an emergency veterinarian in Saint Louis before completing her residency.</p></div>\r\n</div>\r\n<h4><a name=\"radiology\"></a>RADIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kristen O\'Dell-Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/kristenODell.jpg\" alt=\"Kristen O\'Dell-Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Kristen O\'Dell-Anderson,<br />DVM, MS Diplomate, ACVR</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen O\'Dell-Anderson,<br />DVM, MS Diplomate, ACVR</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Radiologists</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Wheat Ridge Animal Hospital in Denver, Colorado</p>\r\n<p>RESIDENCY<br />University of Illinois in Champaign-Urbana</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois in Champaign-Urbana</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following her residency, Dr. O\'Dell-Anderson stayed on at the University of Illinois as a professor of veterinary radiology before returning to Saint Louis.</p></div>\r\n</div>\r\n<h4><a name=\"surgery\"></a>SURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Mark Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/markAnderson.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Thomas Coletti -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/thomasColetti.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Mary Jean Gorse -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/maryjeanGorse.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- W. Wesley Kimberlin -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/wesKimberlin.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, Surgery Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, Surgery Resident</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Davida Rausch -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/davidaRausch.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"alignnone size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Davida Rausch,<br />DVM, Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\r\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p></div>\r\n</div>\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2015-02-23 04:19:22','2015-02-23 04:19:22','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(340,1,'2015-02-23 04:34:23','2015-02-23 04:34:23','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4><a name=\"cardiology\"></a>CARDIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- H. Cecilia Marshall -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/ceciliaMarshall.jpg\" alt=\"H. Cecilia Marshall\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">H. Cecilia Marshall,<br />DVM, Diplomate, ACVIM (Cardiology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">H. Cecilia Marshall,<br />DVM, Diplomate, ACVIM (Cardiology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Cardiology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Angell Animal Medical Center in Boston, Massachusetts</p>\r\n<p>RESIDENCY<br />Angell Animal Medical Center in Boston, Massachusetts</p></div>\r\n</div>\r\n<h4><a name=\"emergencycriticalcare\"></a>EMERGENCY/CRITICAL CARE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Shannon Broyles -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/shannonBroyles.jpg\" alt=\"Shannon Broyles\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Shannon Broyles,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Shannon Broyles,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Broyles has over eight years of experience as a veterinarian at an emergency practice in Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kristen Dellacamera -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/kristenDellacamera.jpg\" alt=\"Kristen Dellacamera\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Kristen Dellacamera,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen Dellacamera,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Jennifer M. Eisele -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/eisele.jpg\" alt=\"Jennifer M. Eisele\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Jennifer M. Eisele,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Jennifer M. Eisele,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Eisele spent five years in private practice in both Charlotte, North Carolina and Saint Louis before joining VSS.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Rebecca J. Greer -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2013/12/rebeccaGreer.jpg\" alt=\"Rebecca J. Greer\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Rebecca J. Greer,<br />DVM, MS Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Rebecca J. Greer,<br />DVM, MS Diplomate, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Emergency Center in Glendale, Wisconsin</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Greer spent five years as an assistant professor of biology at Union College in Lincoln, Nebraska and private practitioner before completing her internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Michael H. Karagiannis -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/MichaelKaragiannis.jpg\" alt=\"Michael H. Karagiannis\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Michael H. Karagiannis,<br />DVM, Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Michael H. Karagiannis,<br />DVM, Diplomate, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Timothy Koors -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/timKoors.jpg\" alt=\"Timothy Koors\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Timothy Koors,<br />DVM, Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Timothy Koors,<br />DVM, Diplomate, ACVECC</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>INTERNSHIP<br />Animal Emergency and Referral Center in Northbrook, Illinois</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Koors spent two years at an emergency practice in St. Louis before completing an internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- David Nichols -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/davidNichols.jpg\" alt=\"David Nichols\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">David Nichols,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">David Nichols,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />St. Matthew’s University</p>\r\n<p>CLINICAL ROTATION<br />North Carolina State University</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Robin Sherman -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2013/12/robinSherman.jpg\" alt=\"Robin Sherman\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Robin Sherman,<br />DVM, Critical Care Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Robin Sherman,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br /> </p>\r\n<p>CLINICAL ROTATION<br /> </p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- M. Ryan Smith -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2013/12/ryanSmith.jpg\" alt=\"M. Ryan Smith\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">M. Ryan Smith,<br />DVM, Emergency and Critical Care Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">M. Ryan Smith,<br />DVM, Emergency and Critical Care Resident</p>\r\n<p>VETERINARY COLLEGE<br />Louisiana State University</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Affiliated Veterinary Specialists in Orlando, Florida</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Prior to beginning residency, Dr. Smith spent two years practicing emergency medicine at a speciality practice in the New Orleans area.</p></div>\r\n</div>\r\n<h4><a name=\"internalmedicine\"></a>INTERNAL MEDICINE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kelly Gingerich -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/kellyGingerich.jpg\" alt=\"Kelly Gingerich\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Kelly Gingerich,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kelly Gingerich,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Iowa State University</p>\r\n<p>INTERNSHIP<br />Purdue University</p>\r\n<p>RESIDENCY<br />Purdue University</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: Purdue University</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kate Sycamore -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/kateSycamore.jpg\" alt=\"Kate Sycamore\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Kate Sycamore,<br />BVSc, MANZCVSc, Diplomate, ACVIM (Internal Medicine)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kate Sycamore,<br />BVSc, MANZCVSc, Diplomate, ACVIM (Internal Medicine)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Massey University, New Zealand</p>\r\n<p>INTERNSHIP<br />Queensland Veterinary Specialists, Australia</p>\r\n<p>RESIDENCY<br />University of Georgia, Veterinary Teaching Hospital</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Donna S. Vicini -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/donnaVicini.jpg\" alt=\"Donna S. Vicini\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Donna S. Vicini,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Donna S. Vicini,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />After working as in internist for seven years in Saint Louis, Dr. Vicini spent four years in New York managing her own business as a consultant in veterinary internal medicine; then returned to Saint Louis and continued to see cases for veterinarians in their practices under the business title of Veterinary Internal Medicine Services.</p></div>\r\n</div>\r\n<h4><a name=\"neurology\"></a>NEUROLOGY/NEUROSURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Missy Carpentier -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/missyCarpentier.jpg\" alt=\"Missy Carpentier\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Missy Carpentier,<br />DVM, Neurology Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Ross University School of Veterinary Medicine, St. Kitts, West Indies</p>\r\n<p>ROTATING INTERNSHIP: SMALL ANIMAL MEDICINE<br />VCA Veterinary Referral and Emergency Center and VCA Shoreline Veterinary Referral and Emergency Center in Connecticut</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Carpentier worked as an Associate Veterinarian at a mixed animal hospital in northern Minnesota. After completing her internship, she became the post-doctorate fellow in the Comparative Neurology Program at the University of Missouri, College of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Fred Wininger -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/fredWininger.jpg\" alt=\"Fred Wininger\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Fred Wininger,<br />VMD, MS Diplomate ACVIM (Neurology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Fred Wininger,<br />VMD, MS Diplomate ACVIM (Neurology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Pennsylvania</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />University of Georgia</p>\r\n<p>RESIDENCY<br />Washington State University</p>\r\n<p>ADVANCED DEGREE<br />Washington State University</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following residency, Dr. Wininger joined the faculty at the University of Missouri and served as the attending neurosurgical clinician at the Veterinary Medical Teaching Hospital. He maintains an adjunct professor role at MU and remains an active member of the research and teaching program.</p></div>\r\n</div>\r\n<h4><a name=\"oncology\"></a>ONCOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Joanne C. Graham -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/joanneGraham.jpg\" alt=\"Joanne C. Graham\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Joanne C. Graham,<br />DVM, MS Diplomate, ACVIM (Oncology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Joanne C. Graham,<br />DVM, MS Diplomate, ACVIM (Oncology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Graham was on the faculties at Iowa State University College of Veterinary Medicine and at University of Illinois College of Veterinary Medicine, as well as in private practice in the Chicago area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Bonnie E. Smith -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/bonnieSmith.jpg\" alt=\"Bonnie E. Smith\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Bonnie E. Smith,<br />DVM, Diplomate, ACVIM (Oncology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Bonnie E. Smith,<br />DVM, Diplomate, ACVIM (Oncology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Medical Center in New York City, New York</p>\r\n<p>RESIDENCY<br />Animal Medical Center in New York City, New York</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Taylor spent a year as an emergency veterinarian in Saint Louis before completing her residency.</p></div>\r\n</div>\r\n<h4><a name=\"radiology\"></a>RADIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kristen O\'Dell-Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/kristenODell.jpg\" alt=\"Kristen O\'Dell-Anderson\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Kristen O\'Dell-Anderson,<br />DVM, MS Diplomate, ACVR</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen O\'Dell-Anderson,<br />DVM, MS Diplomate, ACVR</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Radiologists</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Wheat Ridge Animal Hospital in Denver, Colorado</p>\r\n<p>RESIDENCY<br />University of Illinois in Champaign-Urbana</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois in Champaign-Urbana</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following her residency, Dr. O\'Dell-Anderson stayed on at the University of Illinois as a professor of veterinary radiology before returning to Saint Louis.</p></div>\r\n</div>\r\n<h4><a name=\"surgery\"></a>SURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Mark Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/markAnderson.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Thomas Coletti -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/thomasColetti.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Mary Jean Gorse -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/maryjeanGorse.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- W. Wesley Kimberlin -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/wesKimberlin.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, Surgery Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, Surgery Resident</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Davida Rausch -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/davidaRausch.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Davida Rausch,<br />DVM, Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\r\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p></div>\r\n</div>\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2015-02-23 04:34:23','2015-02-23 04:34:23','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(342,1,'2015-03-11 03:01:15','2015-03-11 03:01:15','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4><a name=\"cardiology\"></a>CARDIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- H. Cecilia Marshall -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/ceciliaMarshall.jpg\" alt=\"H. Cecilia Marshall\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">H. Cecilia Marshall,<br />DVM, Diplomate, ACVIM (Cardiology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">H. Cecilia Marshall,<br />DVM, Diplomate, ACVIM (Cardiology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Cardiology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Angell Animal Medical Center in Boston, Massachusetts</p>\r\n<p>RESIDENCY<br />Angell Animal Medical Center in Boston, Massachusetts</p></div>\r\n</div>\r\n<h4><a name=\"emergencycriticalcare\"></a>EMERGENCY/CRITICAL CARE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Shannon Broyles -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/shannonBroyles.jpg\" alt=\"Shannon Broyles\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Shannon Broyles,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Shannon Broyles,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Broyles has over eight years of experience as a veterinarian at an emergency practice in Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kristen Dellacamera -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/kristenDellacamera.jpg\" alt=\"Kristen Dellacamera\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Kristen Dellacamera,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen Dellacamera,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Jennifer M. Eisele -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/eisele.jpg\" alt=\"Jennifer M. Eisele\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Jennifer M. Eisele,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Jennifer M. Eisele,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Eisele spent five years in private practice in both Charlotte, North Carolina and Saint Louis before joining VSS.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Rebecca J. Greer -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2013/12/rebeccaGreer.jpg\" alt=\"Rebecca J. Greer\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Rebecca J. Greer,<br />DVM, MS Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Rebecca J. Greer,<br />DVM, MS Diplomate, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Emergency Center in Glendale, Wisconsin</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Greer spent five years as an assistant professor of biology at Union College in Lincoln, Nebraska and private practitioner before completing her internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Michael H. Karagiannis -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/MichaelKaragiannis.jpg\" alt=\"Michael H. Karagiannis\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Michael H. Karagiannis,<br />DVM, Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Michael H. Karagiannis,<br />DVM, Diplomate, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Timothy Koors -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/timKoors.jpg\" alt=\"Timothy Koors\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Timothy Koors,<br />DVM, Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Timothy Koors,<br />DVM, Diplomate, ACVECC</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>INTERNSHIP<br />Animal Emergency and Referral Center in Northbrook, Illinois</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Koors spent two years at an emergency practice in St. Louis before completing an internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- David Nichols -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/davidNichols.jpg\" alt=\"David Nichols\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">David Nichols,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">David Nichols,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />St. Matthew’s University</p>\r\n<p>CLINICAL ROTATION<br />North Carolina State University</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Robyn Sherman -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2013/12/robinSherman.jpg\" alt=\"Robyn Sherman\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Robyn Sherman,<br />DVM, Emergency and Critical Care Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Robyn Sherman,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br /> </p>\r\n<p>CLINICAL ROTATION<br /> </p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- M. Ryan Smith -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2013/12/ryanSmith.jpg\" alt=\"M. Ryan Smith\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">M. Ryan Smith,<br />DVM, Emergency and Critical Care Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">M. Ryan Smith,<br />DVM, Emergency and Critical Care Resident</p>\r\n<p>VETERINARY COLLEGE<br />Louisiana State University</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Affiliated Veterinary Specialists in Orlando, Florida</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Prior to beginning residency, Dr. Smith spent two years practicing emergency medicine at a speciality practice in the New Orleans area.</p></div>\r\n</div>\r\n<h4><a name=\"internalmedicine\"></a>INTERNAL MEDICINE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kelly Gingerich -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/kellyGingerich.jpg\" alt=\"Kelly Gingerich\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Kelly Gingerich,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kelly Gingerich,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Iowa State University</p>\r\n<p>INTERNSHIP<br />Purdue University</p>\r\n<p>RESIDENCY<br />Purdue University</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: Purdue University</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kate Sycamore -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/kateSycamore.jpg\" alt=\"Kate Sycamore\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Kate Sycamore,<br />BVSc, MANZCVSc, Diplomate, ACVIM (Internal Medicine)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kate Sycamore,<br />BVSc, MANZCVSc, Diplomate, ACVIM (Internal Medicine)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Massey University, New Zealand</p>\r\n<p>INTERNSHIP<br />Queensland Veterinary Specialists, Australia</p>\r\n<p>RESIDENCY<br />University of Georgia, Veterinary Teaching Hospital</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Donna S. Vicini -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/donnaVicini.jpg\" alt=\"Donna S. Vicini\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Donna S. Vicini,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Donna S. Vicini,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />After working as in internist for seven years in Saint Louis, Dr. Vicini spent four years in New York managing her own business as a consultant in veterinary internal medicine; then returned to Saint Louis and continued to see cases for veterinarians in their practices under the business title of Veterinary Internal Medicine Services.</p></div>\r\n</div>\r\n<h4><a name=\"neurology\"></a>NEUROLOGY/NEUROSURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Fred Wininger -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/fredWininger.jpg\" alt=\"Fred Wininger\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Fred Wininger,<br />VMD, MS Diplomate ACVIM (Neurology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Fred Wininger,<br />VMD, MS Diplomate ACVIM (Neurology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Pennsylvania</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />University of Georgia</p>\r\n<p>RESIDENCY<br />Washington State University</p>\r\n<p>ADVANCED DEGREE<br />Washington State University</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following residency, Dr. Wininger joined the faculty at the University of Missouri and served as the attending neurosurgical clinician at the Veterinary Medical Teaching Hospital. He maintains an adjunct professor role at MU and remains an active member of the research and teaching program.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Missy Carpentier -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/missyCarpentier.jpg\" alt=\"Missy Carpentier\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Missy Carpentier,<br />DVM, Neurology Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Ross University School of Veterinary Medicine, St. Kitts, West Indies</p>\r\n<p>ROTATING INTERNSHIP: SMALL ANIMAL MEDICINE<br />VCA Veterinary Referral and Emergency Center and VCA Shoreline Veterinary Referral and Emergency Center in Connecticut</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Carpentier worked as an Associate Veterinarian at a mixed animal hospital in northern Minnesota. After completing her internship, she became the post-doctorate fellow in the Comparative Neurology Program at the University of Missouri, College of Veterinary Medicine.</p></div>\r\n</div>\r\n<h4><a name=\"oncology\"></a>ONCOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Joanne C. Graham -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/joanneGraham.jpg\" alt=\"Joanne C. Graham\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Joanne C. Graham,<br />DVM, MS Diplomate, ACVIM (Oncology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Joanne C. Graham,<br />DVM, MS Diplomate, ACVIM (Oncology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Graham was on the faculties at Iowa State University College of Veterinary Medicine and at University of Illinois College of Veterinary Medicine, as well as in private practice in the Chicago area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Bonnie E. Smith -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/bonnieSmith.jpg\" alt=\"Bonnie E. Smith\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Bonnie E. Smith,<br />DVM, Diplomate, ACVIM (Oncology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Bonnie E. Smith,<br />DVM, Diplomate, ACVIM (Oncology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Medical Center in New York City, New York</p>\r\n<p>RESIDENCY<br />Animal Medical Center in New York City, New York</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Taylor spent a year as an emergency veterinarian in Saint Louis before completing her residency.</p></div>\r\n</div>\r\n<h4><a name=\"radiology\"></a>RADIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kristen O\'Dell-Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/kristenODell.jpg\" alt=\"Kristen O\'Dell-Anderson\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Kristen O\'Dell-Anderson,<br />DVM, MS Diplomate, ACVR</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen O\'Dell-Anderson,<br />DVM, MS Diplomate, ACVR</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Radiologists</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Wheat Ridge Animal Hospital in Denver, Colorado</p>\r\n<p>RESIDENCY<br />University of Illinois in Champaign-Urbana</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois in Champaign-Urbana</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following her residency, Dr. O\'Dell-Anderson stayed on at the University of Illinois as a professor of veterinary radiology before returning to Saint Louis.</p></div>\r\n</div>\r\n<h4><a name=\"surgery\"></a>SURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Mark Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/markAnderson.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Thomas Coletti -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/thomasColetti.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Mary Jean Gorse -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/maryjeanGorse.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Davida Rausch -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/davidaRausch.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Davida Rausch,<br />DVM, Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\r\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- W. Wesley Kimberlin -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/wesKimberlin.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, Surgery Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, Surgery Resident</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p></div>\r\n</div>\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2015-03-11 03:01:15','2015-03-11 03:01:15','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(343,1,'2015-03-11 03:54:01','2015-03-11 03:54:01','','fredWininger','','inherit','open','open','','fredwininger-2','','','2015-03-11 03:54:01','2015-03-11 03:54:01','',0,'http://dev.vssstl.com/wp-content/uploads/2015/03/fredWininger.jpg',0,'attachment','image/jpeg',0),(346,1,'2015-03-11 03:56:23','2015-03-11 03:56:23','Veterinary Specialties Services is a multi-specialty referral-only practice and after-hours emergency facility committed to providing the highest quality veterinary care for pets. Our highly qualified and experienced board certified specialists are leaders in the fields of surgery, internal medicine, cardiology, oncology, and radiology. In addition, the only two emergency and critical care specialists in St. Louis are members of the VSS health care team.\r\n<div id=\"DoctorProfiles\">\r\n<h4><a name=\"cardiology\"></a>CARDIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- H. Cecilia Marshall -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/ceciliaMarshall.jpg\" alt=\"H. Cecilia Marshall\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">H. Cecilia Marshall,<br />DVM, Diplomate, ACVIM (Cardiology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">H. Cecilia Marshall,<br />DVM, Diplomate, ACVIM (Cardiology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Cardiology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Angell Animal Medical Center in Boston, Massachusetts</p>\r\n<p>RESIDENCY<br />Angell Animal Medical Center in Boston, Massachusetts</p></div>\r\n</div>\r\n<h4><a name=\"emergencycriticalcare\"></a>EMERGENCY/CRITICAL CARE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Shannon Broyles -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/shannonBroyles.jpg\" alt=\"Shannon Broyles\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Shannon Broyles,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Shannon Broyles,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Broyles has over eight years of experience as a veterinarian at an emergency practice in Saint Louis.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kristen Dellacamera -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/kristenDellacamera.jpg\" alt=\"Kristen Dellacamera\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Kristen Dellacamera,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen Dellacamera,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Jennifer M. Eisele -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/eisele.jpg\" alt=\"Jennifer M. Eisele\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Jennifer M. Eisele,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Jennifer M. Eisele,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Eisele spent five years in private practice in both Charlotte, North Carolina and Saint Louis before joining VSS.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Rebecca J. Greer -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2013/12/rebeccaGreer.jpg\" alt=\"Rebecca J. Greer\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Rebecca J. Greer,<br />DVM, MS Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Rebecca J. Greer,<br />DVM, MS Diplomate, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Emergency Center in Glendale, Wisconsin</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Greer spent five years as an assistant professor of biology at Union College in Lincoln, Nebraska and private practitioner before completing her internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Michael H. Karagiannis -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/MichaelKaragiannis.jpg\" alt=\"Michael H. Karagiannis\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Michael H. Karagiannis,<br />DVM, Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Michael H. Karagiannis,<br />DVM, Diplomate, ACVECC</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Emergency and Critical Care</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />University of Missouri</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Timothy Koors -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/timKoors.jpg\" alt=\"Timothy Koors\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Timothy Koors,<br />DVM, Diplomate, ACVECC</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Timothy Koors,<br />DVM, Diplomate, ACVECC</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>INTERNSHIP<br />Animal Emergency and Referral Center in Northbrook, Illinois</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Koors spent two years at an emergency practice in St. Louis before completing an internship.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- David Nichols -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/davidNichols.jpg\" alt=\"David Nichols\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">David Nichols,<br />DVM</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">David Nichols,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br />St. Matthew’s University</p>\r\n<p>CLINICAL ROTATION<br />North Carolina State University</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Robyn Sherman -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2013/12/robinSherman.jpg\" alt=\"Robyn Sherman\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Robyn Sherman,<br />DVM, Emergency and Critical Care Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Robyn Sherman,<br />DVM</p>\r\n<p>VETERINARY COLLEGE<br /> </p>\r\n<p>CLINICAL ROTATION<br /> </p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- M. Ryan Smith -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2013/12/ryanSmith.jpg\" alt=\"M. Ryan Smith\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">M. Ryan Smith,<br />DVM, Emergency and Critical Care Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">M. Ryan Smith,<br />DVM, Emergency and Critical Care Resident</p>\r\n<p>VETERINARY COLLEGE<br />Louisiana State University</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Affiliated Veterinary Specialists in Orlando, Florida</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Prior to beginning residency, Dr. Smith spent two years practicing emergency medicine at a speciality practice in the New Orleans area.</p></div>\r\n</div>\r\n<h4><a name=\"internalmedicine\"></a>INTERNAL MEDICINE</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kelly Gingerich -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/kellyGingerich.jpg\" alt=\"Kelly Gingerich\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Kelly Gingerich,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kelly Gingerich,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Iowa State University</p>\r\n<p>INTERNSHIP<br />Purdue University</p>\r\n<p>RESIDENCY<br />Purdue University</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: Purdue University</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Kate Sycamore -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/11/kateSycamore.jpg\" alt=\"Kate Sycamore\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Kate Sycamore,<br />BVSc, MANZCVSc, Diplomate, ACVIM (Internal Medicine)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kate Sycamore,<br />BVSc, MANZCVSc, Diplomate, ACVIM (Internal Medicine)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />Massey University, New Zealand</p>\r\n<p>INTERNSHIP<br />Queensland Veterinary Specialists, Australia</p>\r\n<p>RESIDENCY<br />University of Georgia, Veterinary Teaching Hospital</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Donna S. Vicini -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/donnaVicini.jpg\" alt=\"Donna S. Vicini\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Donna S. Vicini,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Donna S. Vicini,<br />DVM, MS Diplomate, ACVIM (Internal Medicine)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />After working as in internist for seven years in Saint Louis, Dr. Vicini spent four years in New York managing her own business as a consultant in veterinary internal medicine; then returned to Saint Louis and continued to see cases for veterinarians in their practices under the business title of Veterinary Internal Medicine Services.</p></div>\r\n</div>\r\n<h4><a name=\"neurology\"></a>NEUROLOGY/NEUROSURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Fred Wininger -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2015/03/fredWininger.jpg\" alt=\"Fred Wininger\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Fred Wininger,<br />VMD, MS Diplomate ACVIM (Neurology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Fred Wininger,<br />VMD, MS Diplomate ACVIM (Neurology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine</p>\r\n<p>VETERINARY COLLEGE<br />University of Pennsylvania</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />University of Georgia</p>\r\n<p>RESIDENCY<br />Washington State University</p>\r\n<p>ADVANCED DEGREE<br />Washington State University</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following residency, Dr. Wininger joined the faculty at the University of Missouri and served as the attending neurosurgical clinician at the Veterinary Medical Teaching Hospital. He maintains an adjunct professor role at MU and remains an active member of the research and teaching program.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Missy Carpentier -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/missyCarpentier.jpg\" alt=\"Missy Carpentier\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Missy Carpentier,<br />DVM, Neurology Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Missy Carpentier,<br />DVM, RESIDENT</p>\r\n<p>VETERINARY COLLEGE<br />Ross University School of Veterinary Medicine, St. Kitts, West Indies</p>\r\n<p>ROTATING INTERNSHIP: SMALL ANIMAL MEDICINE<br />VCA Veterinary Referral and Emergency Center and VCA Shoreline Veterinary Referral and Emergency Center in Connecticut</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Carpentier worked as an Associate Veterinarian at a mixed animal hospital in northern Minnesota. After completing her internship, she became the post-doctorate fellow in the Comparative Neurology Program at the University of Missouri, College of Veterinary Medicine.</p></div>\r\n</div>\r\n<h4><a name=\"oncology\"></a>ONCOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Joanne C. Graham -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/joanneGraham.jpg\" alt=\"Joanne C. Graham\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Joanne C. Graham,<br />DVM, MS Diplomate, ACVIM (Oncology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Joanne C. Graham,<br />DVM, MS Diplomate, ACVIM (Oncology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Illinois</p>\r\n<p>RESIDENCY<br />University of Illinois</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Graham was on the faculties at Iowa State University College of Veterinary Medicine and at University of Illinois College of Veterinary Medicine, as well as in private practice in the Chicago area.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Bonnie E. Smith -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/bonnieSmith.jpg\" alt=\"Bonnie E. Smith\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Bonnie E. Smith,<br />DVM, Diplomate, ACVIM (Oncology)</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Bonnie E. Smith,<br />DVM, Diplomate, ACVIM (Oncology)</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Internal Medicine, Oncology</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Animal Medical Center in New York City, New York</p>\r\n<p>RESIDENCY<br />Animal Medical Center in New York City, New York</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Dr. Taylor spent a year as an emergency veterinarian in Saint Louis before completing her residency.</p></div>\r\n</div>\r\n<h4><a name=\"radiology\"></a>RADIOLOGY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Kristen O\'Dell-Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/09/kristenODell.jpg\" alt=\"Kristen O\'Dell-Anderson\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Kristen O\'Dell-Anderson,<br />DVM, MS Diplomate, ACVR</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Kristen O\'Dell-Anderson,<br />DVM, MS Diplomate, ACVR</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Radiologists</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP<br />Wheat Ridge Animal Hospital in Denver, Colorado</p>\r\n<p>RESIDENCY<br />University of Illinois in Champaign-Urbana</p>\r\n<p>ADVANCED DEGREE<br />Master of Science: University of Illinois in Champaign-Urbana</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Following her residency, Dr. O\'Dell-Anderson stayed on at the University of Illinois as a professor of veterinary radiology before returning to Saint Louis.</p></div>\r\n</div>\r\n<h4><a name=\"surgery\"></a>SURGERY</h4>\r\n<div class=\"drProfileWrapper\"><!-- Mark Anderson -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/markAnderson.jpg\" alt=\"Mark Anderson\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Mark A. Anderson,<br />DVM, MS Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mark A. Anderson,<br />DVM, MS Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>RESIDENCY<br />University of Missouri</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Anderson was in referral practice in Bridgeton, Missouri and was on faculty at the University of Pennsylvania School Of Veterinary Medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Thomas Coletti -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/thomasColetti.jpg\" alt=\"Thomas Coletti\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Thomas Coletti,<br />DVM, Practice Limited to Surgery</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>RESIDENCY<br />Veterinary Specialty Services in Manchester, Missouri</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before joining VSS, Dr. Coletti spent ten years in private practice in the St. Louis area, with an emphasis in emergency medicine.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Mary Jean Gorse -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/maryjeanGorse.jpg\" alt=\"Mary Jean Gorse\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Mary Jean Gorse,<br />DVM, MS Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Mary Jean Gorse,<br />DVM, MS Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />Virginia-Maryland Regional</p>\r\n<p>INTERNSHIP<br />Oklahoma State University</p>\r\n<p>RESIDENCY<br />University of Georgia</p>\r\n<p>ADVANCE DEGREE<br />Master of Science: University of Georgia</p>\r\n<p>PROFESSIONAL EXPERIENCE<br />Before founding Veterinary Speciality Services in 1994, Dr. Gorse was in surgical referral practices in Dearboarn Heights, Michigan and in Bridgeton, Missouri.</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- Davida Rausch -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/davidaRausch.jpg\" alt=\"Davida Rausch\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">Davida Rausch,<br />DVM, Diplomate, ACVS</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">Davida Rausch,<br />DVM, Diplomate, ACVS</p>\r\n<p>BOARD CERTIFICATION<br />American College of Veterinary Surgeons</p>\r\n<p>VETERINARY COLLEGE<br />University of Florida</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Long Island Veterinary Specialists</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialists of South Florida</p>\r\n<p>RESIDENCY<br />Affiliated Veterinary Specialists in Orlando, Florida</p></div>\r\n</div>\r\n<div class=\"drProfileWrapper\"><!-- W. Wesley Kimberlin -->\r\n<div class=\"ourDoctors\"><img src=\"/wp-content/uploads/2014/05/wesKimberlin.jpg\" alt=\"W. Wesley Kimberlin\" width=\"200\" height=\"200\" class=\"aligncenter size-full wp-image-142\" /><p class=\"drName\">W. Wesley Kimberlin,<br />DVM, Surgery Resident</p>\r\n</div>\r\n<div class=\"drProfile\">\r\n<p class=\"profileName\">W. Wesley Kimberlin,<br />DVM, Surgery Resident</p>\r\n<p>VETERINARY COLLEGE<br />University of Missouri</p>\r\n<p>INTERNSHIP: SMALL ANIMAL MEDICINE AND SURGERY<br />Mississippi State University</p>\r\n<p>INTERNSHIP: SURGERY<br />Veterinary Specialty Services in Manchester, Missouri</p></div>\r\n</div>\r\n</div>','Our Doctors','','inherit','open','open','','18-revision-v1','','','2015-03-11 03:56:23','2015-03-11 03:56:23','',18,'http://dev.vssstl.com/index.php/18-revision-v1/',0,'revision','',0),(348,1,'2015-05-14 03:51:55','2015-05-14 03:51:55','','Endocarditis in Dogs','','inherit','open','open','','endocarditis-in-dogs','','','2015-05-14 03:56:18','2015-05-14 03:56:18','',329,'http://dev.vssstl.com/wp-content/uploads/2015/05/Endocarditis-in-Dogs.doc',0,'attachment','application/msword',0),(349,1,'2015-05-14 03:51:56','2015-05-14 03:51:56','','Endocarditis in Cats','','inherit','open','open','','endocarditis-in-cats','','','2015-05-14 03:56:22','2015-05-14 03:56:22','',329,'http://dev.vssstl.com/wp-content/uploads/2015/05/Endocarditis-in-Cats.doc',0,'attachment','application/msword',0),(350,1,'2015-05-14 03:51:58','2015-05-14 03:51:58','','Enalapril','','inherit','open','open','','enalapril','','','2015-05-14 03:56:21','2015-05-14 03:56:21','',329,'http://dev.vssstl.com/wp-content/uploads/2015/05/Enalapril.doc',0,'attachment','application/msword',0),(351,1,'2015-05-14 03:52:00','2015-05-14 03:52:00','','Digoxin','','inherit','open','open','','digoxin','','','2015-05-14 03:56:21','2015-05-14 03:56:21','',329,'http://dev.vssstl.com/wp-content/uploads/2015/05/Digoxin.doc',0,'attachment','application/msword',0),(352,1,'2015-05-14 03:52:02','2015-05-14 03:52:02','','DCM in Dogs','','inherit','open','open','','dcm-in-dogs','','','2015-05-14 03:56:21','2015-05-14 03:56:21','',329,'http://dev.vssstl.com/wp-content/uploads/2015/05/DCM-in-Dogs.doc',0,'attachment','application/msword',0),(353,1,'2015-05-14 03:52:04','2015-05-14 03:52:04','','DCM in Cats','','inherit','open','open','','dcm-in-cats','','','2015-05-14 03:56:21','2015-05-14 03:56:21','',329,'http://dev.vssstl.com/wp-content/uploads/2015/05/DCM-in-Cats.doc',0,'attachment','application/msword',0),(354,1,'2015-05-14 03:52:06','2015-05-14 03:52:06','','CVD in Dogs','','inherit','open','open','','cvd-in-dogs','','','2015-05-14 03:56:21','2015-05-14 03:56:21','',329,'http://dev.vssstl.com/wp-content/uploads/2015/05/CVD-in-Dogs.doc',0,'attachment','application/msword',0),(355,1,'2015-05-14 03:52:08','2015-05-14 03:52:08','','Chylothorax in Dogs','','inherit','open','open','','chylothorax-in-dogs','','','2015-05-14 03:56:21','2015-05-14 03:56:21','',329,'http://dev.vssstl.com/wp-content/uploads/2015/05/Chylothorax-in-Dogs.doc',0,'attachment','application/msword',0),(356,1,'2015-05-14 03:52:11','2015-05-14 03:52:11','','Chylothorax in Cats','','inherit','open','open','','chylothorax-in-cats','','','2015-05-14 03:56:21','2015-05-14 03:56:21','',329,'http://dev.vssstl.com/wp-content/uploads/2015/05/Chylothorax-in-Cats.doc',0,'attachment','application/msword',0),(357,1,'2015-05-14 03:52:13','2015-05-14 03:52:13','','CHF in Dogs','','inherit','open','open','','chf-in-dogs','','','2015-05-14 03:56:21','2015-05-14 03:56:21','',329,'http://dev.vssstl.com/wp-content/uploads/2015/05/CHF-in-Dogs.doc',0,'attachment','application/msword',0),(358,1,'2015-05-14 03:52:14','2015-05-14 03:52:14','','Benazepril','','inherit','open','open','','benazepril','','','2015-05-14 03:56:20','2015-05-14 03:56:20','',329,'http://dev.vssstl.com/wp-content/uploads/2015/05/Benazepril.doc',0,'attachment','application/msword',0),(359,1,'2015-05-14 03:52:16','2015-05-14 03:52:16','','Atenolol','','inherit','open','open','','atenolol','','','2015-05-14 03:56:20','2015-05-14 03:56:20','',329,'http://dev.vssstl.com/wp-content/uploads/2015/05/Atenolol.doc',0,'attachment','application/msword',0),(360,1,'2015-05-14 03:52:17','2015-05-14 03:52:17','','ATE in Cats','','inherit','open','open','','ate-in-cats','','','2015-05-14 03:56:20','2015-05-14 03:56:20','',329,'http://dev.vssstl.com/wp-content/uploads/2015/05/ATE-in-Cats.doc',0,'attachment','application/msword',0),(361,1,'2015-05-14 03:52:18','2015-05-14 03:52:18','','AS-SAS in Dogs','','inherit','open','open','','as-sas-in-dogs','','','2015-05-14 03:56:20','2015-05-14 03:56:20','',329,'http://dev.vssstl.com/wp-content/uploads/2015/05/AS-SAS-in-Dogs.doc',0,'attachment','application/msword',0),(362,1,'2015-05-14 03:52:19','2015-05-14 03:52:19','','ASDs in Cats','','inherit','open','open','','asds-in-cats','','','2015-05-14 03:56:20','2015-05-14 03:56:20','',329,'http://dev.vssstl.com/wp-content/uploads/2015/05/ASDs-in-Cats.doc',0,'attachment','application/msword',0),(363,1,'2015-05-14 03:52:19','2015-05-14 03:52:19','','AS in Cats','','inherit','open','open','','as-in-cats','','','2015-05-14 03:56:20','2015-05-14 03:56:20','',329,'http://dev.vssstl.com/wp-content/uploads/2015/05/AS-in-Cats.doc',0,'attachment','application/msword',0),(364,1,'2015-05-14 03:52:21','2015-05-14 03:52:21','','Arrhythmias','','inherit','open','open','','arrhythmias','','','2015-05-14 03:56:20','2015-05-14 03:56:20','',329,'http://dev.vssstl.com/wp-content/uploads/2015/05/Arrhythmias.doc',0,'attachment','application/msword',0),(365,1,'2015-05-14 03:52:21','2015-05-14 03:52:21','','Amiodarone','','inherit','open','open','','amiodarone','','','2015-05-14 03:56:20','2015-05-14 03:56:20','',329,'http://dev.vssstl.com/wp-content/uploads/2015/05/Amiodarone.doc',0,'attachment','application/msword',0),(366,1,'2015-05-14 03:52:22','2015-05-14 03:52:22','','Amlodipine','','inherit','open','open','','amlodipine','','','2015-05-14 03:56:20','2015-05-14 03:56:20','',329,'http://dev.vssstl.com/wp-content/uploads/2015/05/Amlodipine.doc',0,'attachment','application/msword',0),(367,1,'2015-05-14 03:52:23','2015-05-14 03:52:23','','VSDs in Dogs','','inherit','open','open','','vsds-in-dogs','','','2015-05-14 03:56:19','2015-05-14 03:56:19','',329,'http://dev.vssstl.com/wp-content/uploads/2015/05/VSDs-in-Dogs.doc',0,'attachment','application/msword',0),(368,1,'2015-05-14 03:52:24','2015-05-14 03:52:24','','MVD in Dogs','','inherit','open','open','','mvd-in-dogs','','','2015-05-14 03:56:19','2015-05-14 03:56:19','',329,'http://dev.vssstl.com/wp-content/uploads/2015/05/MVD-in-Dogs.doc',0,'attachment','application/msword',0),(369,1,'2015-05-14 03:52:25','2015-05-14 03:52:25','','Htwm Dz in Cats','','inherit','open','open','','htwm-dz-in-cats','','','2015-05-14 03:56:19','2015-05-14 03:56:19','',329,'http://dev.vssstl.com/wp-content/uploads/2015/05/Htwm-Dz-in-Cats.doc',0,'attachment','application/msword',0),(370,1,'2015-05-14 03:52:26','2015-05-14 03:52:26','','ASDs in Dogs','','inherit','open','open','','asds-in-dogs','','','2015-05-14 03:56:19','2015-05-14 03:56:19','',329,'http://dev.vssstl.com/wp-content/uploads/2015/05/ASDs-in-Dogs.doc',0,'attachment','application/msword',0),(371,1,'2015-05-14 03:52:27','2015-05-14 03:52:27','','MVD in Cats','','inherit','open','open','','mvd-in-cats','','','2015-05-14 03:56:19','2015-05-14 03:56:19','',329,'http://dev.vssstl.com/wp-content/uploads/2015/05/MVD-in-Cats.doc',0,'attachment','application/msword',0),(372,1,'2015-05-14 03:52:28','2015-05-14 03:52:28','','PDAs in Dogs','','inherit','open','open','','pdas-in-dogs','','','2015-05-14 03:56:19','2015-05-14 03:56:19','',329,'http://dev.vssstl.com/wp-content/uploads/2015/05/PDAs-in-Dogs.doc',0,'attachment','application/msword',0),(373,1,'2015-05-14 03:52:28','2015-05-14 03:52:28','','PH','','inherit','open','open','','ph','','','2015-05-14 03:56:19','2015-05-14 03:56:19','',329,'http://dev.vssstl.com/wp-content/uploads/2015/05/PH.doc',0,'attachment','application/msword',0),(374,1,'2015-05-14 03:52:29','2015-05-14 03:52:29','','Pimobendan','','inherit','open','open','','pimobendan','','','2015-05-14 03:56:19','2015-05-14 03:56:19','',329,'http://dev.vssstl.com/wp-content/uploads/2015/05/Pimobendan.doc',0,'attachment','application/msword',0),(375,1,'2015-05-14 03:52:30','2015-05-14 03:52:30','','Procainamide','','inherit','open','open','','procainamide','','','2015-05-14 03:56:19','2015-05-14 03:56:19','',329,'http://dev.vssstl.com/wp-content/uploads/2015/05/Procainamide.doc',0,'attachment','application/msword',0),(376,1,'2015-05-14 03:52:31','2015-05-14 03:52:31','','PS in Cats','','inherit','open','open','','ps-in-cats','','','2015-05-14 03:56:19','2015-05-14 03:56:19','',329,'http://dev.vssstl.com/wp-content/uploads/2015/05/PS-in-Cats.doc',0,'attachment','application/msword',0),(377,1,'2015-05-14 03:52:32','2015-05-14 03:52:32','','PS in Dogs','','inherit','open','open','','ps-in-dogs','','','2015-05-14 03:56:19','2015-05-14 03:56:19','',329,'http://dev.vssstl.com/wp-content/uploads/2015/05/PS-in-Dogs.doc',0,'attachment','application/msword',0),(378,1,'2015-05-14 03:52:33','2015-05-14 03:52:33','','RCM in Cats','','inherit','open','open','','rcm-in-cats','','','2015-05-14 03:56:18','2015-05-14 03:56:18','',329,'http://dev.vssstl.com/wp-content/uploads/2015/05/RCM-in-Cats.doc',0,'attachment','application/msword',0),(379,1,'2015-05-14 03:52:33','2015-05-14 03:52:33','','Sotalol','','inherit','open','open','','sotalol','','','2015-05-14 03:56:19','2015-05-14 03:56:19','',329,'http://dev.vssstl.com/wp-content/uploads/2015/05/Sotalol.doc',0,'attachment','application/msword',0),(380,1,'2015-05-14 03:52:35','2015-05-14 03:52:35','','Spironolactone','','inherit','open','open','','spironolactone','','','2015-05-14 03:56:18','2015-05-14 03:56:18','',329,'http://dev.vssstl.com/wp-content/uploads/2015/05/Spironolactone.doc',0,'attachment','application/msword',0),(381,1,'2015-05-14 03:52:36','2015-05-14 03:52:36','','TVD in Cats','','inherit','open','open','','tvd-in-cats','','','2015-05-14 03:56:18','2015-05-14 03:56:18','',329,'http://dev.vssstl.com/wp-content/uploads/2015/05/TVD-in-Cats.doc',0,'attachment','application/msword',0),(382,1,'2015-05-14 03:52:37','2015-05-14 03:52:37','','TVD in Dogs','','inherit','open','open','','tvd-in-dogs','','','2015-05-14 03:56:18','2015-05-14 03:56:18','',329,'http://dev.vssstl.com/wp-content/uploads/2015/05/TVD-in-Dogs.doc',0,'attachment','application/msword',0),(383,1,'2015-05-14 03:52:37','2015-05-14 03:52:37','','Mexiletine','','inherit','open','open','','mexiletine','','','2015-05-14 03:56:18','2015-05-14 03:56:18','',329,'http://dev.vssstl.com/wp-content/uploads/2015/05/Mexiletine.doc',0,'attachment','application/msword',0),(384,1,'2015-05-14 03:52:39','2015-05-14 03:52:39','','Hydrochlorothiazide','','inherit','open','open','','hydrochlorothiazide','','','2015-05-14 03:56:18','2015-05-14 03:56:18','',329,'http://dev.vssstl.com/wp-content/uploads/2015/05/Hydrochlorothiazide.doc',0,'attachment','application/msword',0),(385,1,'2015-05-14 03:52:39','2015-05-14 03:52:39','','Hydralazine','','inherit','open','open','','hydralazine','','','2015-05-14 03:56:18','2015-05-14 03:56:18','',329,'http://dev.vssstl.com/wp-content/uploads/2015/05/Hydralazine.doc',0,'attachment','application/msword',0),(386,1,'2015-05-14 03:52:40','2015-05-14 03:52:40','','Htwm Dz in Dogs','','inherit','open','open','','htwm-dz-in-dogs','','','2015-05-14 03:56:18','2015-05-14 03:56:18','',329,'http://dev.vssstl.com/wp-content/uploads/2015/05/Htwm-Dz-in-Dogs.doc',0,'attachment','application/msword',0),(387,1,'2015-05-14 03:52:41','2015-05-14 03:52:41','','VSDs in Cats','','inherit','open','open','','vsds-in-cats','','','2015-05-14 03:56:18','2015-05-14 03:56:18','',329,'http://dev.vssstl.com/wp-content/uploads/2015/05/VSDs-in-Cats.doc',0,'attachment','application/msword',0),(388,1,'2015-05-14 03:52:42','2015-05-14 03:52:42','','HCM in Cats','','inherit','open','open','','hcm-in-cats','','','2015-05-14 03:56:18','2015-05-14 03:56:18','',329,'http://dev.vssstl.com/wp-content/uploads/2015/05/HCM-in-Cats.doc',0,'attachment','application/msword',0),(389,1,'2015-05-14 03:52:43','2015-05-14 03:52:43','','Furosemide','','inherit','open','open','','furosemide','','','2015-05-14 03:56:18','2015-05-14 03:56:18','',329,'http://dev.vssstl.com/wp-content/uploads/2015/05/Furosemide.doc',0,'attachment','application/msword',0),(391,1,'2015-05-14 04:08:11','2015-05-14 04:08:11','<div id=\"ClientResources\">\r\n <h3 class=\"title\">Veterinary Links And Resources</h3>\r\n <h6>PROFESSIONAL ORGANIZATIONS</h6>\r\n <p>\r\n <a href=\"http://www.acvs.org\">American College of Veterinary Surgeons</a><br>\r\n <a href=\"http://www.acvim.org\">American College of Veterinary Internal Medicine</a><br>\r\n <a href=\"http://www.acvecc.org\">American College of Veterinary Emergency and Critical Care</a><br>\r\n <a href=\"http://www.veccs.org\">Veterinary Emergency and Critical Care</a><br>\r\n <a href=\"http://www.mvma.us\">Missouri Veterinary Medical Association</a><br>\r\n <a href=\"http://www.avma.org\">American Veterinary Medical Association</a>\r\n </p>\r\n\r\n <h3 class=\"title\">Client And Resources</h3>\r\n <h6>CARDIOLOGY DOCUMENTS</h6>\r\n <p>\r\n <a href=\"/wp-content/uploads/2015/05/Amiodarone.doc\">Amiodarone</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Amlodipine.doc\">Amlodipine</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Arrhythmias.doc\">Arrhythmias</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/AS-in-Cats.doc\">AS in Cats</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/AS-SAS-in-Dogs.doc\">AS-SAS in Dogs</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/ASDs-in-Cats.doc\">ASDs in Cats</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/ASDs-in-Dogs.doc\">ASDs in Dogs</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/ATE-in-Cats.doc\">ATE in Cats</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Atenolol.doc\">Atenolol</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Benazepril.doc\">Benazepril</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/CHF-in-Dogs.doc\">CHF in Dogs</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Chylothorax-in-Cats.doc\">Chylothorax in Cats</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Chylothorax-in-Dogs.doc\">Chylothorax in Dogs</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/CVD-in-Dogs.doc\">CVD in Dogs</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/DCM-in-Cats.doc\">DCM in Cats</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/DCM-in-Dogs.doc\">DCM in Dogs</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Digoxin.doc\">Digoxin</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Enalapril.doc\">Enalapril</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Endocarditis-in-Cats.doc\">Endocarditis in Cats</a>\r\n <a href=\"/wp-content/uploads/2015/05/Endocarditis-in-Dogs.doc\">Endocarditis in Dogs</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Furosemide.doc\">Furosemide</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/HCM-in-Cats.doc\">HCM in Cats</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Htwm-Dz-in-Cats.doc\">Htwm Dz in Cats</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Htwm-Dz-in-Dogs.doc\">Htwm Dz in Dogs</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Hydralazine.doc\">Hydralazine</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Hydrochlorothiazide.doc\">Hydrochlorothiazide</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Mexiletine.doc\">Mexiletine</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/MVD-in-Cats.doc\">MVD in Cats</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/MVD-in-Dogs.doc\">MVD in Dogs</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/PDAs-in-Dogs.doc\">PDAs in Dogs</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/PH.doc\">PH</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Pimobendan.doc\">Pimobendan</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Procainamide.doc\">Procainamide</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/PS-in-Cats.doc\">PS in Cats</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/PS-in-Dogs.doc\">PS in Dogs</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/RCM-in-Cats.doc\">RCM in Cats</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Sotalol.doc\">Sotalol</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Spironolactone.doc\">Spironolactone</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/TVD-in-Cats.doc\">TVD in Cats</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/TVD-in-Dogs.doc\">TVD in Dogs</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/VSDs-in-Cats.doc\">VSDs in Cats</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/VSDs-in-Dogs.doc\">VSDs in Dogs</a><br>\r\n\r\n </p>\r\n</div>','Vet Resources','','inherit','open','open','','329-revision-v1','','','2015-05-14 04:08:11','2015-05-14 04:08:11','',329,'http://dev.vssstl.com/index.php/329-revision-v1/',0,'revision','',0),(392,1,'2015-05-14 04:09:48','2015-05-14 04:09:48','<div id=\"ClientResources\">\r\n <h3 class=\"title\">Veterinary Links And Resources</h3>\r\n <h6>PROFESSIONAL ORGANIZATIONS</h6>\r\n <p>\r\n <a href=\"http://www.acvs.org\">American College of Veterinary Surgeons</a><br>\r\n <a href=\"http://www.acvim.org\">American College of Veterinary Internal Medicine</a><br>\r\n <a href=\"http://www.acvecc.org\">American College of Veterinary Emergency and Critical Care</a><br>\r\n <a href=\"http://www.veccs.org\">Veterinary Emergency and Critical Care</a><br>\r\n <a href=\"http://www.mvma.us\">Missouri Veterinary Medical Association</a><br>\r\n <a href=\"http://www.avma.org\">American Veterinary Medical Association</a>\r\n </p>\r\n\r\n <h3 class=\"title\">Client And Resources</h3>\r\n <h6>CARDIOLOGY DOCUMENTS - (.doc files)</h6>\r\n <p>\r\n <a href=\"/wp-content/uploads/2015/05/Amiodarone.doc\">Amiodarone</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Amlodipine.doc\">Amlodipine</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Arrhythmias.doc\">Arrhythmias</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/AS-in-Cats.doc\">AS in Cats</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/AS-SAS-in-Dogs.doc\">AS-SAS in Dogs</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/ASDs-in-Cats.doc\">ASDs in Cats</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/ASDs-in-Dogs.doc\">ASDs in Dogs</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/ATE-in-Cats.doc\">ATE in Cats</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Atenolol.doc\">Atenolol</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Benazepril.doc\">Benazepril</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/CHF-in-Dogs.doc\">CHF in Dogs</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Chylothorax-in-Cats.doc\">Chylothorax in Cats</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Chylothorax-in-Dogs.doc\">Chylothorax in Dogs</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/CVD-in-Dogs.doc\">CVD in Dogs</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/DCM-in-Cats.doc\">DCM in Cats</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/DCM-in-Dogs.doc\">DCM in Dogs</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Digoxin.doc\">Digoxin</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Enalapril.doc\">Enalapril</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Endocarditis-in-Cats.doc\">Endocarditis in Cats</a>\r\n <a href=\"/wp-content/uploads/2015/05/Endocarditis-in-Dogs.doc\">Endocarditis in Dogs</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Furosemide.doc\">Furosemide</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/HCM-in-Cats.doc\">HCM in Cats</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Htwm-Dz-in-Cats.doc\">Htwm Dz in Cats</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Htwm-Dz-in-Dogs.doc\">Htwm Dz in Dogs</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Hydralazine.doc\">Hydralazine</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Hydrochlorothiazide.doc\">Hydrochlorothiazide</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Mexiletine.doc\">Mexiletine</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/MVD-in-Cats.doc\">MVD in Cats</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/MVD-in-Dogs.doc\">MVD in Dogs</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/PDAs-in-Dogs.doc\">PDAs in Dogs</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/PH.doc\">PH</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Pimobendan.doc\">Pimobendan</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Procainamide.doc\">Procainamide</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/PS-in-Cats.doc\">PS in Cats</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/PS-in-Dogs.doc\">PS in Dogs</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/RCM-in-Cats.doc\">RCM in Cats</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Sotalol.doc\">Sotalol</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/Spironolactone.doc\">Spironolactone</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/TVD-in-Cats.doc\">TVD in Cats</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/TVD-in-Dogs.doc\">TVD in Dogs</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/VSDs-in-Cats.doc\">VSDs in Cats</a><br>\r\n <a href=\"/wp-content/uploads/2015/05/VSDs-in-Dogs.doc\">VSDs in Dogs</a><br>\r\n\r\n </p>\r\n</div>','Vet Resources','','inherit','open','open','','329-revision-v1','','','2015-05-14 04:09:48','2015-05-14 04:09:48','',329,'http://dev.vssstl.com/index.php/329-revision-v1/',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL default '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL default '0', `term_order` int(11) NOT NULL default '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (1,1,0),(24,1,0),(28,2,0),(29,2,0),(30,2,0),(31,2,0),(44,3,0),(33,2,0),(43,3,0),(35,2,0),(37,3,0),(38,3,0),(45,3,0),(46,3,0),(47,3,0),(71,4,0),(75,4,0),(74,4,0),(73,4,0),(72,4,0),(76,5,0),(77,5,0),(88,5,0),(87,5,0),(90,6,0),(89,6,0),(331,2,0),(101,8,0),(106,8,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL auto_increment, `term_id` bigint(20) unsigned NOT NULL default '0', `taxonomy` varchar(32) NOT NULL default '', `description` longtext NOT NULL, `parent` bigint(20) unsigned NOT NULL default '0', `count` bigint(20) NOT NULL default '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,2),(2,2,'nav_menu','',0,7),(3,3,'nav_menu','',0,7),(4,4,'nav_menu','',0,5),(5,5,'nav_menu','',0,4),(6,6,'nav_menu','',0,2),(7,7,'promotion-categories','',0,0),(8,8,'promotion-categories','',0,2); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL auto_increment, `name` varchar(200) NOT NULL default '', `slug` varchar(200) NOT NULL default '', `term_group` bigint(10) NOT NULL default '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Header Menu','header-menu',0),(3,'FooterMobileMenu','footermobilemenu',0),(4,'FooterMenuOne','footermenuone',0),(5,'FooterMenuTwo','footermenutwo',0),(6,'FooterMenuThree','footermenuthree',0),(7,'home','home',0),(8,'home2','home2',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL auto_increment, `user_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=23 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'first_name',''),(2,1,'last_name',''),(3,1,'nickname','vss_admin1'),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers','wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks,wp390_widgets,wp410_dfw,cntctfrm_install_multi_tooltip'),(13,1,'show_welcome_panel','1'),(14,1,'wp_dashboard_quick_press_last_post_id','393'),(15,1,'wp_user-settings','editor=html&widgets_access=off&libraryContent=browse&imgsize=full&advImgDetails=show&post_dfw=off&urlbutton=none'),(16,1,'wp_user-settings-time','1424648419'),(17,1,'managenav-menuscolumnshidden','a:4:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(18,1,'metaboxhidden_nav-menus','a:3:{i:0;s:8:\"add-post\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";}'),(19,1,'nav_menu_recently_edited','4'),(20,1,'closedpostboxes_mappress','a:0:{}'),(21,1,'metaboxhidden_mappress','a:0:{}'),(22,1,'session_tokens','a:2:{s:64:\"b70fdd84958b86660a952734dc3e87c82cb7ac750906e818a486fcaa15b1534a\";a:4:{s:10:\"expiration\";i:1432751092;s:2:\"ip\";s:13:\"24.107.79.244\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.2; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0\";s:5:\"login\";i:1432578292;}s:64:\"92ef183116af1142d237fe50bcfa9c7e88675b860311e3701cd5345f333ba0d1\";a:4:{s:10:\"expiration\";i:1432775972;s:2:\"ip\";s:13:\"24.107.79.244\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.2; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0\";s:5:\"login\";i:1432603172;}}'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL auto_increment, `user_login` varchar(60) NOT NULL default '', `user_pass` varchar(64) NOT NULL default '', `user_nicename` varchar(50) NOT NULL default '', `user_email` varchar(100) NOT NULL default '', `user_url` varchar(100) NOT NULL default '', `user_registered` datetime NOT NULL default '0000-00-00 00:00:00', `user_activation_key` varchar(60) NOT NULL default '', `user_status` int(11) NOT NULL default '0', `display_name` varchar(250) NOT NULL default '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'vss_admin1','be95dd916dcd519b60e78ba46ad90797','vss_admin1','mail@jandrewwong.com','','2013-11-25 04:17:58','',0,'vss_admin1'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'vsswordpress' -- DELIMITER ;; DELIMITER ; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2019-01-06 12:18:40